diff options
author | Jani Välimaa <wally@mageia.org> | 2013-10-15 16:34:40 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2013-10-15 16:34:40 +0300 |
commit | 8e67298baf4a0933f687fe715ce1892a0d151712 (patch) | |
tree | d85e982f4fd42420fd2572d15ebee756026ecbbf | |
parent | f8179570b5acb929b0322a976afe58fcb4b7efc1 (diff) | |
download | config-8e67298baf4a0933f687fe715ce1892a0d151712.tar config-8e67298baf4a0933f687fe715ce1892a0d151712.tar.gz config-8e67298baf4a0933f687fe715ce1892a0d151712.tar.bz2 config-8e67298baf4a0933f687fe715ce1892a0d151712.tar.xz config-8e67298baf4a0933f687fe715ce1892a0d151712.zip |
Drop StartupNotify workaround for double forking in MCC panel launcher
Drop workaround for "double forking" as it's now properly fixed in libxfce4ui (mga#11184).
-rw-r--r-- | data/xfce4/panel/launcher-9/mcc.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/xfce4/panel/launcher-9/mcc.desktop b/data/xfce4/panel/launcher-9/mcc.desktop index 167f1e3..f54df42 100644 --- a/data/xfce4/panel/launcher-9/mcc.desktop +++ b/data/xfce4/panel/launcher-9/mcc.desktop @@ -105,4 +105,4 @@ Exec=drakconf Icon=drakconf Terminal=false Type=Application -StartupNotify=true +StartupNotify=false |