Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-mono-tools.git;a=commitdiff;h=ba9679b1c5d31bce7dd1cb76c4e09134f6f0709b
commit ba9679b1c5d31bce7dd1cb76c4e09134f6f0709b Author: bouleetbil <[email protected]> Date: Thu Sep 2 21:52:09 2010 +0000 *will use gtk-user(pam...) for start it as root *only one .desktop more simple to maintain diff --git a/frugal-mono-tools/frugal-mono-tools-gnome b/frugal-mono-tools/frugal-mono-tools-gnome deleted file mode 100755 index 3912e09..0000000 --- a/frugal-mono-tools/frugal-mono-tools-gnome +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec gksu mono "/usr/lib/frugal-mono-tools/frugal-mono-tools.exe" "$@" diff --git a/frugal-mono-tools/frugal-mono-tools-kde b/frugal-mono-tools/frugal-mono-tools-kde deleted file mode 100755 index 48cb53e..0000000 --- a/frugal-mono-tools/frugal-mono-tools-kde +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec kdesu mono "/usr/lib/frugal-mono-tools/frugal-mono-tools.exe" "$@" diff --git a/frugal-mono-tools/frugal-tools-gnome.desktop b/frugal-mono-tools/frugal-tools-gnome.desktop deleted file mode 100644 index ddaad3b..0000000 --- a/frugal-mono-tools/frugal-tools-gnome.desktop +++ /dev/null @@ -1,13 +0,0 @@ - -[Desktop Entry] -Encoding=UTF-8 -Type=Application -Name=frugalware configuration -Exec=frugal-mono-tools-gnome -Terminal=false - -GenericName=frugalware configuration -Comment=Tools to configure Frugalware -Icon=FrugalTools.png -Categories=Application;GTK;System; -OnlyShowIn=GNOME; diff --git a/frugal-mono-tools/frugal-tools-kde.desktop b/frugal-mono-tools/frugal-tools.desktop similarity index 84% rename from frugal-mono-tools/frugal-tools-kde.desktop rename to frugal-mono-tools/frugal-tools.desktop index 5feb519..addc264 100644 --- a/frugal-mono-tools/frugal-tools-kde.desktop +++ b/frugal-mono-tools/frugal-tools.desktop @@ -3,11 +3,10 @@ Encoding=UTF-8 Type=Application Name=frugalware configuration -Exec=frugal-mono-tools-kde +Exec=sucontrolcenter Terminal=false GenericName=frugalware configuration Comment=Tools to configure Frugalware Icon=FrugalTools.png Categories=Application;GTK;System; -OnlyShowIn=KDE; _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
