GNOME Bugzilla – Bug 147665
Patch for gnome-theme-manager handle background in themes
Last modified: 2006-01-03 10:07:08 UTC
Add the handle of background images for metathemes. So 'BackgroundImages' directives in 'index.theme' files are handled properly. With this patch the 'Apply Background' button works.
Created attachment 29559 [details] [review] Metatheme background handling See bug report comments...
Created attachment 29853 [details] [review] Updated patch to the current cvs code I have looked a bit for a theme that have background suggestion to probe to patch, but I didn't find one. Do you known one ?
I have made one... But you can test it editing an existing one. It's easy. Just add one line like: BackgroundImage=path/to/the/image.jpg To an index.theme file, from a theme (usualy at /usr/share/themes). It should work. If you can't, I can e-mail the one I made for you.
Created attachment 33004 [details] [review] new patch Updated patch. Instead of rewriting a different code I've copied the existant "fonts" code for the background part. I've also fixed 2 smalls problems: - connected the signals to the second versions of the buttons (mode for themes with background and font) - updated the button state after the displaying of the list at startup To test this you just need to add a "BackgroundImage=" and/org a "ApplicationFont=" to the index.theme. The changes work fine here, permission to commit to HEAD ?
Ok for me.
Probably not going to make 2.10 since it's a feature?
Comment on attachment 33004 [details] [review] new patch right, I'm marking it as commit_after_freeze
The patch needs to be updated for the current CVS. Could you do that and then commit it?
Created attachment 56553 [details] [review] updated to current cvs I made a simple test and it seems to wrong right on current cvs.
s/wrong/work you mean? Thank you for the update, feel free to commit it
Patch committed to HEAD, thanks