summaryrefslogtreecommitdiffstats
path: root/redhat/tdebase/tdebase-14.0.0-default_menu_icon.patch
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2014-03-20 21:25:19 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2014-03-20 21:25:19 +0100
commitda73a2fcaf9e588f4126d9d7938c1479422dcf27 (patch)
tree0ed081587a87c528e947658fd78380309f8f5039 /redhat/tdebase/tdebase-14.0.0-default_menu_icon.patch
parent4ce928ecce29cc2891fa6b7fdbd36385b1cead00 (diff)
downloadtde-packaging-da73a2fcaf9e588f4126d9d7938c1479422dcf27.tar.gz
tde-packaging-da73a2fcaf9e588f4126d9d7938c1479422dcf27.zip
RPM Packaging: update R14 packages
Diffstat (limited to 'redhat/tdebase/tdebase-14.0.0-default_menu_icon.patch')
-rw-r--r--redhat/tdebase/tdebase-14.0.0-default_menu_icon.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/tdebase/tdebase-14.0.0-default_menu_icon.patch b/redhat/tdebase/tdebase-14.0.0-default_menu_icon.patch
index d2e7bb520..4aa8bd35a 100644
--- a/redhat/tdebase/tdebase-14.0.0-default_menu_icon.patch
+++ b/redhat/tdebase/tdebase-14.0.0-default_menu_icon.patch
@@ -7,6 +7,7 @@
+# Default Start Button icon for TDE
+if [ ! -e $tdehome/share/config/kickerrc ]; then
+ if [ -r "%{tde_starticon}" ]; then
++ [ -d "$tdehome/share/config" ] || mkdir -p "$tdehome/share/config"
+ cat <<EOF >$tdehome/share/config/kickerrc
+[KMenu]
+CustomIcon=%{tde_starticon}
@@ -14,7 +15,6 @@
+ fi
+fi
+
-+
# XCursor mouse theme needs to be applied here to work even for kded or ksmserver.
if test -n "$kcminputrc_mouse_cursortheme" -o -n "$kcminputrc_mouse_cursorsize" ; then
kapplymousetheme "$kcminputrc_mouse_cursortheme" "$kcminputrc_mouse_cursorsize"