diff options
author | Timothy Pearson <[email protected]> | 2011-07-10 16:17:43 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-07-10 16:17:43 -0500 |
commit | 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d (patch) | |
tree | 2de9e866f064b1c7d36df24de1df305474f949fe /ubuntu/maverick/kdebase/debian/patches/disable_default_kdm_theme.diff | |
download | tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.tar.gz tde-packaging-9b2075d9b89fc628c447fbb98f43ef72e4a9c81d.zip |
Initial import from old SVN repository
Note that only the Debian and Ubuntu folders were preserved
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 |