diff options
author | Jani Välimaa <wally@mageia.org> | 2013-09-15 17:38:08 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2013-09-15 17:38:08 +0300 |
commit | b38b5ec1714ce26b4cf412677e721426a2807aa3 (patch) | |
tree | 04f96c1349fd1af6eb5ed466083465cf109f95b0 /data/xfce4 | |
parent | ae6611d0a562d48d996c37e22e2a60bdd0203bd6 (diff) | |
download | config-b38b5ec1714ce26b4cf412677e721426a2807aa3.tar config-b38b5ec1714ce26b4cf412677e721426a2807aa3.tar.gz config-b38b5ec1714ce26b4cf412677e721426a2807aa3.tar.bz2 config-b38b5ec1714ce26b4cf412677e721426a2807aa3.tar.xz config-b38b5ec1714ce26b4cf412677e721426a2807aa3.zip |
Clean/fix control center launcer
Remove unneeded cruft and enable StartupNotify as it seems to
workaround launcher not working at all
Diffstat (limited to 'data/xfce4')
-rw-r--r-- | data/xfce4/panel/launcher-9/mcc.desktop | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/xfce4/panel/launcher-9/mcc.desktop b/data/xfce4/panel/launcher-9/mcc.desktop index a63434c..167f1e3 100644 --- a/data/xfce4/panel/launcher-9/mcc.desktop +++ b/data/xfce4/panel/launcher-9/mcc.desktop @@ -1,4 +1,3 @@ -#!/usr/bin/env xdg-open [Desktop Entry] Name=Configure Your Computer Name[ar]=اضبط حاسوبك @@ -102,9 +101,8 @@ Comment[vi]=Cấu hình máy tính Comment[wa]=Apontyî vosse copiutrece Comment[zh_CN]=配置您的计算机 Comment[zh_TW]=設定您的電腦 -Exec=/usr/bin/drakconf +Exec=drakconf Icon=drakconf Terminal=false Type=Application -StartupNotify=false -Categories=GTK;X-MandrivaLinux-CrossDesktop;System; +StartupNotify=true |