You are not logged in.
So, I finally broke down and enabled Xcomposite and now my GTK apps don't redraw some widgets correctly on window resizes. I'm using GNOME and this problem seems to affect almost every app. I was wondering if anyone had heard of this issue or maybe if someone knew about a solution.
Offline
copy this to ~/.devilspie.xml and run devilspie (search aur and forum)
<?xml version="1.0"?>
<!DOCTYPE devilspie SYSTEM "devilspie.dtd">
<!-- The root element is devilspie -->
<devilspie>
<flurb name="default opacity">
<matchers>
<!--Match all windows-->
<matcher name="DevilsPieMatcherAlways"/>
</matchers>
<actions>
<action name="DevilsPieActionOpacity">
<property name="opacity" value="0.9"/>
</action>
</actions>
</flurb>
</devilspie>
you will figure it out :twisted:
Offline
i installed devilspie, copied that config and added it to startup with X but I'm still getting window redraw problems.
Offline
Devilspie must be launched after the windowmanager. Put devilspie into gnome autostart instead of .xinitrc .
Offline
Well, now some stuff seems to work better, but the nautilus windows still don't always redraw correctly. For example, if I make a nautilus browser window larger, the status bar left in the filelist.
Offline
Found out this remedies more than devilspie. Open gconf-editor and check key /apps/metacity/general/reduced_resources or just runonce (no this is not registry )
gconftool-2 --set /apps/metacity/general/reduced_resources --type=bool true
If you want to transset manually again drop devilspie.
Offline