-
File Added: bespin_konq_menu_fixed.jpg.
2008-03-04 13:51:23 UTC in Bespin
-
I fixed it for me. It's not nice, but i don't know how to do otherwise.
Problem was that the rect given in options was not high enough.
Attched:
*Proposed patch
*Screeny of working konqui-menu :)
File Added: konq_menus.patch.
2008-03-04 13:50:55 UTC in Bespin
-
Damn, you may beat me if you want...
I'm running a 64bit Gentoo. /usr/lib here is a symlink to /usr/lib64. So when I got 2 results when looking for bespin-config (one in /usr/kde/svn/lib, the other in /usr/kde/svn/lib64) i thought this was a symlink too. But... lib and lib64 in /usr/kde4/svn are 2 seperate directories. So i really had 2 versions of the kstyle-bespin-config...
Moving anything...
2008-03-04 05:57:37 UTC in Bespin
-
r123 introduced a new bug. It seems as Buttons with Qt::ToolButtonTextBeside set will draw text over icon. That looks quite confusing :D
Affected are besides any toolbar and toolbutton also vertical tabs in kdevelop4 (and possibly others i didn't notice yet).
Attched a screeny showing some examples.
2008-03-03 12:27:47 UTC in Bespin
-
No, r122 didn't fix it.
I attach a screenshot, so that you know what i exactly meant.
It's the tabbar used in qt demo browser, but it's the same in konqui etc.
File Added: bespin_r122_tabbar_buttons.jpg.
2008-03-01 07:04:50 UTC in Bespin
-
yes, that's fixed now, thx :) But one little visual bug:
You apply the (in my eyes really nice) icon-zooming, but the rect isn't updated. So the icons get cropped when zoomed big. This should be a simple one (QRectF::adjusted, hope so...).
2008-02-29 19:27:55 UTC in Bespin
-
The Configuration dialogs offered (kde config vs bespin) show different options. So bespin shows a "hacks" section, kconf doesn't.
kconf->scrollbars vs bespin->sliders (naming & options). If i want to set the slider-background i need to fire up "bespin", as the options in kconf don't do anything (i extremely like the "Groove" one :D).
Also it would be nice if changing settings via kconf, the...
2008-02-29 19:00:25 UTC in Bespin
-
Yes, this solved the problem, thx!
And after setting vertical gradient (before i used complx ;)) i must say, no problem, too.
So i don't need the pusher (if it is off for vertical gradients ;))
Thx
Franz.
2008-02-29 18:50:58 UTC in Bespin
-
I could solve this issue:
The problem was QDir::tempPath() returns "/tmp" and not "/tmp/"
This way the lockfile could not be created, as "/tmpbespinnPP.lock" is not writable for a normal user.
I had to add a "/" when this file is constructed (in init.cpp, config/main.cpp and config/bpp.cpp). now anything goes fine :)
2008-02-29 11:46:48 UTC in Bespin
-
In the ps aux i could see that it's not only bespin running, but bespin pusher.
bespin help tells me it's a daemon. In the sources (init.cpp) i saw you start a QProcess::startDetached. in readSettings().
So, when do you run readSettings? Is there a way to see if the bespin pusher-daemon is running?.
2008-02-29 10:11:33 UTC in Bespin