#3582 closed enhancement (wontfix)
GTK theme not applied when running gnome-settings-daemon
Reported by: | sascha_silbe | Owned by: | benzea |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Major | Keywords: | |
Cc: | Distribution/OS: | ||
Bug Status: | Unconfirmed |
Description (last modified by sascha_silbe)
When running gnome-settings-daemon (which gets started automatically by upstream gnome-session), several UI elements look "odd" and some of the icons cannot be found:
1336484680.188363 WARNING root: No icon with the name computer-xo was found in the theme. [...] 1336484682.013522 WARNING root: No icon with the name view-radial was found in the theme. 1336484682.027658 WARNING root: No icon with the name view-list was found in the theme. [...]
Similar effects can be seen if GTK2_RC_FILES is unset, so it's quite likely that at least some of the effects could be attributed to the sugar GTK theme not being used. In fact, if I run gsettings set org.gnome.desktop.interface gtk-theme sugar-100 manually (which will change settings globally, not just for Sugar), the toolbar looks better, though the icons are still broken. So we probably need to figure out how to achieve all of what we did in gtkrc so far, without changing settings globally.
This is on an up-to-date Debian Wheezy system.
Attachments (4)
Change History (10)
Changed 11 years ago by sascha_silbe
Changed 11 years ago by sascha_silbe
Home View when running gnome-settings-daemon with default settings: Toolbar looking "odd", several icons missing
Changed 11 years ago by sascha_silbe
Home View when running with GTK2_RC_FILES unset: Toolbar looking "odd", several icons missing
Changed 11 years ago by sascha_silbe
Home View when running gnome-settings-daemon with GTK theme set manually with gsettings: Toolbar looking better, but several icons missing and search icon still different
comment:1 Changed 11 years ago by sascha_silbe
- Description modified (diff)
comment:2 Changed 10 years ago by erikos
What is the current status of this? Still an issue?
comment:3 Changed 10 years ago by godiard
- Milestone changed from 0.98 to 1.0
comment:4 Changed 10 years ago by dnarvaez
- Resolution set to wontfix
- Status changed from new to closed
I don't think we really care about this, we shouldn't be running the settings daemon and it's going to be dropped by gtk too.
comment:5 Changed 10 years ago by dnarvaez
- Component changed from sugar-artwork to Sugar
Home View when not running gnome-settings-daemon: Everything looks fine