diff options
Diffstat (limited to 'app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch')
-rw-r--r-- | app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch b/app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch new file mode 100644 index 000000000000..e1d2c30c454a --- /dev/null +++ b/app-admin/gnomesu/files/gnomesu-0.3.1-r1-desktopfix.patch @@ -0,0 +1,27 @@ +--- gnomesu-0.3.1.old/xsu.desktop.in 2005-04-30 19:21:26.639044888 -0400 ++++ gnomesu-0.3.1/xsu.desktop.in 2005-04-30 19:22:59.617909952 -0400 +@@ -1,9 +1,10 @@ + [Desktop Entry] + Name=Gnome SuperUser +-Comment=Allows you to run programs as the root user +-Exec=gsu ++Comment=Run programs as another user ++Exec=gnomesu + Terminal=false +-MultipleArgs=false ++X-MultipleArgs=false + Type=Application + Categories=Application;System; + Icon=gnome-warning.png ++Encoding=UTF-8 +--- gnomesu-0.3.1.old/Makefile.am 2005-04-30 19:21:26.000000000 -0400 ++++ gnomesu-0.3.1/Makefile.am 2005-04-30 20:46:44.927946704 -0400 +@@ -15,7 +15,7 @@ + + EXTRA_DIST = mkinstalldirs $(xsudoc_DATA) + +-gnomemenudir = $(prefix)/@NO_PREFIX_PACKAGE_MENU_DIR@/Applications ++gnomemenudir = $(prefix)/share/applications + gnomemenu_DATA = xsu.desktop + + # Copy all the spec files. Of cource, only one is actually used. |