diff options
Diffstat (limited to 'ubuntu/maverick/kdebase/debian/patches/disable_default_kdm_theme.diff')
-rw-r--r-- | ubuntu/maverick/kdebase/debian/patches/disable_default_kdm_theme.diff | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ubuntu/maverick/kdebase/debian/patches/disable_default_kdm_theme.diff b/ubuntu/maverick/kdebase/debian/patches/disable_default_kdm_theme.diff new file mode 100644 index 000000000..ad6fa4cf8 --- /dev/null +++ b/ubuntu/maverick/kdebase/debian/patches/disable_default_kdm_theme.diff @@ -0,0 +1,25 @@ +--- kdm/config.def ++++ kdm/config.def +@@ -2614,18 +2614,18 @@ + + Key: UseTheme + Type: bool +-Default: true ++Default: false + User: greeter +-Instance: */true ++Instance: #*/true + Comment: & + Description: + Whether the greeter should be themed. + + Key: Theme + Type: string +-Default: KDMDATA "/themes/o2_enterprise" ++Default: "" + User: greeter +-Instance: */KDMDATA "/themes/o2_enterprise" ++Instance: */ "@@@ToBeReplacedByDesktopBase@@@" + Comment: & + Description: + The theme to use for the greeter. Can point to either a directory or an XML |