oem-config should use default theme

Bug #23899 reported by David Mandelberg
8
Affects Status Importance Assigned to Milestone
oem-config (Ubuntu)
Fix Released
Wishlist
Unassigned

Bug Description

Oem-config starts X and runs various programs at various times (e.g. hardware
test, end user config) but uses the default gnome theme instead of the default
ubuntu theme. It should use the human theme, especially for the end user config.

Tags: iso-testing

Related branches

Revision history for this message
Colin Watson (cjwatson) wrote :

Note to self - the relevant gdm code seems to be:

                        gchar *theme_dir = gtk_rc_get_theme_dir ();
                        char *theme = g_strdup_printf ("%s/%s/gtk-2.0/gtkrc",
theme_dir, theme_name);
                        g_free (theme_dir);

                        if ( ! ve_string_empty (theme) &&
                             access (theme, R_OK) == 0)
                                gtk_rc_parse (theme);

Ideally, I'd work out how to configure this without hardcoding "Human", for the
benefit of derivative distributions who might not want that theme.

Revision history for this message
David Mandelberg (dseomn) wrote :

Couldn't the oem-config just read the gconf key /desktop/gnome/interface/gtk_theme?

Revision history for this message
Colin Watson (cjwatson) wrote :

If you say so - I don't know much about gconf and will need to experiment. Thanks!

Tollef Fog Heen (tfheen)
Changed in oem-config:
status: Unconfirmed → Confirmed
Revision history for this message
Tollef Fog Heen (tfheen) wrote :

Just running gnome-settings-daemon will fix this.

Colin Watson (cjwatson)
Changed in oem-config:
assignee: kamion → nobody
Revision history for this message
Colin Watson (cjwatson) wrote :

oem-config (1.19) gutsy; urgency=low

  * Run gnome-settings-daemon so that we use the normal theme (LP: #23899).
  * Use zenity or kdialog if available to display oem-config-prepare's
    acknowledgement message (LP: #131309).

 -- Colin Watson <email address hidden> Thu, 06 Sep 2007 14:38:08 +0100

Changed in oem-config:
status: Confirmed → Fix Released
Revision history for this message
Torsten Spindler (tspindler) wrote :

In Hardy Alpha 4 runs with the blue window title bar instead of the Human theme again.

Changed in oem-config:
status: Fix Released → New
status: New → Fix Released
tags: added: iso-testing
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.