--- gksu-1.2.0.orig/debian/docs +++ gksu-1.2.0/debian/docs @@ -0,0 +1,2 @@ +README +AUTHORS --- gksu-1.2.0.orig/debian/menu +++ gksu-1.2.0/debian/menu @@ -0,0 +1,15 @@ +?package(gksu):\ +needs=x11\ +section=Apps/System\ +title="X-Terminal as root (GKsu)"\ +hints="Runs an X terminal application. Uses GKsu to ask the password."\ +icon="/usr/share/pixmaps/gksu-debian.xpm"\ +command="/usr/bin/gksu -u root /usr/bin/x-terminal-emulator" + +?package(gksu):\ +needs=x11\ +section=Apps/System\ +title="Run as different user (GKsu)"\ +hints="Opens a dialog where you can type a command to be run as a given user."\ +icon="/usr/share/pixmaps/gksuexec-debian.xpm"\ +command="/usr/bin/gksuexec" --- gksu-1.2.0.orig/debian/control +++ gksu-1.2.0/debian/control @@ -0,0 +1,27 @@ +Source: gksu +Section: admin +Priority: optional +Maintainer: Gustavo Noronha Silva +Build-Depends: cdbs, debhelper (>= 4.1.0), libgtk2.0-dev (>= 2.2.0), libgksu1.2-dev, libgksuui1.0-dev, gettext, autotools-dev +Standards-Version: 3.6.0 + +Package: gksu +Architecture: any +Depends: ${shlibs:Depends} +Replaces: gnome-sudo, libgksu0 +Provides: gnome-sudo +Conflicts: gnome-sudo (<= 0.3-1.1) +Description: graphical frontend to su + gksu is a Gtk+ frontend to /bin/su. It supports login shells + and preserving environment when acting as a su frontend. It + is useful to menu items or other graphical programs that need + to ask a user's password to run another program as another user. + +Package: gnome-sudo +Section: gnome +Architecture: all +Depends: gksu (>= 1.0.3) +Description: dumb package to provide smooth upgrade to gksu + This package installs the gksu package, which provides the + gksudo binary that provides the functionalities used to + provide. --- gksu-1.2.0.orig/debian/rules +++ gksu-1.2.0/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +binary-post-install/gksu:: + install -m 755 debian/gnome-sudo.sh \ + debian/gksu/usr/bin/gnome-sudo --- gksu-1.2.0.orig/debian/changelog +++ gksu-1.2.0/debian/changelog @@ -0,0 +1,508 @@ +gksu (1.2.0-2ubuntu2) warty; urgency=low + + * debian/patches/01_enter-password-message.diff: + - first rule of root club is that you don't talk about root club + + -- Jeff Waugh Fri, 24 Sep 2004 09:11:04 +1000 + +gksu (1.2.0-2ubuntu1) warty; urgency=low + + * debian/patches/01_desktop_files_fix.diff: + - use gksudo instead of gksu, too + + -- Jeff Waugh Sun, 5 Sep 2004 15:02:15 +1000 + +gksu (1.2.0-2) unstable; urgency=low + + * debian/patches/01_desktop_files_fix.diff: + - added patch to fix .desktop files which are + incorrect in upstream distribution, patch grabbed + from upstream's SVN (Closes: #252334, 252576) + + -- Gustavo Noronha Silva Tue, 8 Jun 2004 01:40:55 -0300 + +gksu (1.2.0-1) unstable; urgency=low + + * New upstream version + + -- Gustavo Noronha Silva Sun, 30 May 2004 02:40:03 -0300 + +gksu (1.1.1-2) experimental; urgency=low + + * debian/control: + - changed gnome-sudo's Section to gnome + + -- Gustavo Noronha Silva Thu, 6 May 2004 18:18:49 -0300 + +gksu (1.1.1-1) experimental; urgency=low + + * New upstream release + * debian/control, debian/libgksu*: + - remove libgksu and libgksu-dev packages, which + have been split off this source package + - added build-depends for them: libgksu1.2-dev and + libgksuui1.0-dev + * debian/rules: + - remove libgksu* stuff + + -- Gustavo Noronha Silva Thu, 25 Mar 2004 20:52:06 -0300 + +gksu (1.1.0-1) unstable; urgency=low + + * New release + - removes all patches, applied upstream + * debian/gksu.install, debian/libgksu1.install: + - moved the gksu-the-app-specific images to the gksu + package + * debian/control: + - gksu Replaces libgksu0, because of the new files it received + from libgksu1 (gksu.png and gksu-terminal.png) + + -- Gustavo Noronha Silva Mon, 2 Feb 2004 17:05:10 -0200 + +gksu (1.0.3-3) unstable; urgency=low + + * debian/control, debian/rules, debian/gnome-sudo: + - add a gnome-sudo script to call gksudo + - add a package gnome-sudo to provide smooth + upgrade for users of this package + - make gksu provide, replace and conflict gnome-sudo + + -- Gustavo Noronha Silva Mon, 2 Feb 2004 17:09:39 -0200 + +gksu (1.0.3-2) unstable; urgency=low + + * debian/patches/00gksu_disappear.diff: + - new patch to have the dialog disapear on window closing + or when the cancel button is clicked (Closes: #230456) + * debian/patches/01cpp_capable_headers.diff: + - new patch to apply G_BEGIN_DECLS and G_END_DECLS to the + headers so that they are usable in C++ (Closes: #230314) + + -- Gustavo Noronha Silva Sat, 31 Jan 2004 00:28:04 -0200 + +gksu (1.0.3-1) unstable; urgency=low + + * New release + - fixes a segfault when xauth returns nothing, thanks to + Doug Holland (Closes: #228292) + + -- Gustavo Noronha Silva Sun, 18 Jan 2004 01:55:34 -0200 + +gksu (1.0.2-1) unstable; urgency=low + + * debian/control: + - libgksu0 Replaces and Conflicts with gksu << 1.0.0, thanks + to Adrian Bunk (Closes: #227888) + * libgksu/Makefile.am: + - build the library with -fPIC, to allow prelinking + (Closes: #227924) + + -- Gustavo Noronha Silva Fri, 16 Jan 2004 01:46:49 -0200 + +gksu (1.0.1-3) unstable; urgency=low + + * debian/libgksu-dev.install: + - actually install the .pc file to /usr/lib/pkgconfig + * debian/rules: + - add post-install rule to install the html/devhelp + docs for the libgksu-dev package + + -- Gustavo Noronha Silva Thu, 15 Jan 2004 04:17:24 -0200 + +gksu (1.0.1-2) unstable; urgency=low + + * debian/rules: + - removed the clean addition, no longer removing the + po/stamp-po file + - disabled gtk-doc on configure + + -- Gustavo Noronha Silva Wed, 14 Jan 2004 21:20:49 -0200 + +gksu (1.0.1-1) unstable; urgency=low + + * debian/rules: + - ask debhelper to look for dependency libraries on + libgksu0 places (Closes: #227478, 227438) + - will make gksu a no longer Debian native package + + -- Gustavo Noronha Silva Tue, 13 Jan 2004 19:12:06 -0200 + +gksu (1.0.0) unstable; urgency=low + + * New release: "Obviously you're not a kover", or + something. + + -- Gustavo Noronha Silva Fri, 19 Dec 2003 04:37:43 -0200 + +gksu (0.9.18.lib.3) UNRELEASED; urgency=low + + * New test release + * gksu/Makefile.am, gksu/gksuexec.c: + - readding gksuexec + * debian/gksu.install: + - install gksuexec, the .desktop files, etc + + -- Gustavo Noronha Silva Fri, 19 Dec 2003 04:12:58 -0200 + +gksu (0.9.18.lib.2) UNRELEASED; urgency=low + + * New test release + * libgksu/Makefile.am, debian/libgksu-dev.install: + - install the gksu.h header file for using the library + + -- Gustavo Noronha Silva Sun, 7 Dec 2003 09:22:16 -0200 + +gksu (0.9.18.lib.1) UNRELEASED; urgency=low + + * New test release + * debian/control: + - libgksu0 depends on xbase-clients (xauth) + + -- Gustavo Noronha Silva Sat, 22 Nov 2003 10:47:20 -0200 + +gksu (0.9.18.lib) UNRELEASED; urgency=low + + * Turning gksu into a library + * debian/control: + - new packages libgksu0 and libgksu-dev + - improved gksu's short description + + -- Gustavo Noronha Silva Sat, 22 Nov 2003 10:47:20 -0200 + +gksu (0.9.18) unstable; urgency=low + + * New release + * src/gksu-run-helper.c: + - remove a bashism when calling the program (Closes: #221179). + * po/de.po: + - small fix, thanks to Michael Vogt + (Closes: #221030) + + -- Gustavo Noronha Silva Tue, 18 Nov 2003 21:22:54 -0200 + +gksu (0.9.17) unstable; urgency=medium + + * New release + - fixes problem with xauth token being visible through ps auxwww + - urgency medium because this is a potential security problem, + so it's better it is fixed in testing soon + * man/gksu.1: + - do not mention gksudo (Closes: #207843) + + -- Gustavo Noronha Silva Fri, 14 Nov 2003 00:42:48 -0200 + +gksu (0.9.16) unstable; urgency=high + + * New release + - fixes problem with XDM-AUTH being passed together with + MIT-MAGIC-COOKIE-1's auth token + - urgency high because no features were modified/added, just + a quick fix + + -- Gustavo Noronha Silva Thu, 28 Aug 2003 13:46:55 -0300 + +gksu (0.9.15) unstable; urgency=low + + * New release + - new German translation + - developer documentation on source package created + with gtk-doc + -- Gustavo Noronha Silva Fri, 8 Aug 2003 05:12:01 -0300 + +gksu (0.9.14) unstable; urgency=low + + * New release + - fixes problems with non-bash shells (Closes: #203386) + - the -u for root problem seemed to be related to the + non-bash shells stuff, I cannot reproduce it anymore + (Closes: #203387) + + -- Gustavo Noronha Silva Tue, 29 Jul 2003 19:24:49 -0300 + +gksu (0.9.13) unstable; urgency=low + + * New release + - minor cosmetic enhancements on the dialog + - new option (--ssh-fwd) was added to work-around problem + with ssh X11 forwarding (Closes: #202532) + + -- Gustavo Noronha Silva Thu, 24 Jul 2003 00:53:00 -0300 + +gksu (0.9.12) unstable; urgency=low + + * New release + - lots of small fixes/modifications to the authentication + stuff + - added debug code, to help fix bugs + * the --icon position on the man page has been fixed + (Closes: #195122) + * debian/gksu{,exec}-debian.xpm: + - recreated from the images available to not conform anymore + with the braindead policy that mandated 24 colors + * debian/compat: + - new file + * debian/rules: + - using cdbs + * debian/control: + - build-depends on cdbs, debhelper >= 4.1.0 + - Standards-Version to 3.6.0 + + -- Gustavo Noronha Silva Wed, 23 Jul 2003 00:46:47 -0300 + +gksu (0.9.11) unstable; urgency=low + + * New release + - see entry below, thanks to Álvaro + + -- Gustavo Noronha Silva Sat, 14 Jun 2003 22:29:22 -0300 + +gksu (0.9.10-1) unstable; urgency=low + + * Apply HIG to the authoritation dialog + + -- Álvaro Peña Wed, 11 Jun 2003 10:44:25 +0200 + +gksu (0.9.10) unstable; urgency=low + + * New release + - no more auto-background + + -- Gustavo Noronha Silva Sat, 24 May 2003 15:00:06 -0300 + +gksu (0.9.9) unstable; urgency=low + + * New release + - fixes some problems some users had running programs with + arguments + - includes translations for spanish (es) and russian (ru), + thanks to Enrique Rodriguez and + Aleksander respectively. + + -- Gustavo Noronha Silva Sat, 10 May 2003 03:23:17 -0300 + +gksu (0.9.8) unstable; urgency=low + + * New release + - initializes xauth string before fread'ing into it, thanks + to: Alex Stewart (Closes: #187299) + - waits a bit longer for the grab (Closes: #181342) + + -- Gustavo Noronha Silva Sat, 5 Apr 2003 00:24:12 -0300 + +gksu (0.9.7) unstable; urgency=low + + * New release + - changed the way Xauth is done (Closes: #182018) + - no more sudo support + * debian/control: + - remove mention of sudo, remove sudo from Suggests + * debian/rules: + - doesn't link gksu to gksudo anymore + + -- Gustavo Noronha Silva Sat, 29 Mar 2003 01:47:58 -0300 + +gksu (0.9.1) unstable; urgency=low + + * New release + - supports the new --icon command line option (Closes: #178910) + * debian/rules: + - no need to install manpages anymore + * debian/copyright: + - added Alan Douglaz as developer + + -- Gustavo Noronha Silva Fri, 31 Jan 2003 02:14:56 -0200 + +gksu (0.9.0) unstable; urgency=low + + * New release + * debian/menu: + - added menu entry for gksuexec, the new program used + as a wrapper to gksu's command line options + * debian/gksuexec-debian.xpm: + - Debian icon for gksuexec's menu entry, based on gksu.png + + -- Gustavo Noronha Silva Wed, 29 Jan 2003 15:34:46 -0200 + +gksu (0.8.5) unstable; urgency=low + + * New release + - doesn't ask for password when ran as root user + (Closes: #178675) + + -- Gustavo Noronha Silva Tue, 28 Jan 2003 17:28:36 -0200 + +gksu (0.8.4) unstable; urgency=low + + * New release + * debian/control: + - build-depends on libgtk2.0-dev >= 2.2.0, as gksu is using + API calls specific to Gtk+2.2 + + -- Gustavo Noronha Silva Tue, 14 Jan 2003 21:13:28 -0200 + +gksu (0.8.3) unstable; urgency=low + + * New release + - mostly fixes to the build system + * debian/rules: + - installs ChangeLog as /usr/share/doc/gksu/changelog.src + * debian/copyright: + - fixed downloaded from URL + - fixed 'Author(s)' stuff + * debian/gksu-debian.xpm: + - icon for gksu + * debian/menu: + - changed icon + + -- Gustavo Noronha Silva Tue, 14 Jan 2003 13:41:12 -0200 + +gksu (0.8.2-1) unstable; urgency=low + + * New release + - basicaly fixes some bugs about environment that were causing + problems for synaptic, for example + * debian/docs: + - added ChageLog, I'm now using the upstream changelog too + * debian/control: + - Standards-Version to 3.5.8 + - depends on autotools-dev + * debian/rules: + - supports nostrip for DEB_BUILD_OPTIONS + - uses config.sub and config.guess from autotools-dev + + -- Gustavo Noronha Silva Tue, 14 Jan 2003 02:45:37 -0200 + +gksu (0.8.0-2) unstable; urgency=low + + * Using new gettext version (0.11.5) (Closes: #156993) + * libpng (Gtk2.0) transition already done (Closes: #156822) + + -- Gustavo Noronha Silva Tue, 20 Aug 2002 11:16:03 -0300 + +gksu (0.8.0-1) unstable; urgency=low + + * build against libgtk2.0-0png3 + + -- Gustavo Noronha Silva Tue, 13 Aug 2002 09:45:43 -0300 + +gksu (0.8.0) unstable; urgency=low + + * src/gksu.{c,h}, src/gui.{c,h}, src/su.{c,h}, src/sudo.{c,h}: + - added the --title (-t) option to set the window title + - changed the way arguments are passed to su_do and sudo_do... + now they receive a GkConf, which is a struct containing all + config variables + * src/gksu.c: + - --print-pass no longer requires an argument (why should it?) + - documented the changes on --help output + * src/gksu.c, src/util.c: + - new function to convert to utf8 + - converts message and title given by the user to UTF8 + * src/gui.c: + - some little tweaks on the GUI + + -- Gustavo Noronha Silva Thu, 11 Jul 2002 11:31:56 -0300 + +gksu (0.7.2) unstable; urgency=low + + * man/gksu.1: + - remove mention to -k (deprecated option) (Closes: #148864) + + -- Gustavo Noronha Silva Tue, 18 Jun 2002 22:00:14 -0300 + +gksu (0.7.1) unstable; urgency=low + + * src/gui.c: + - ungrab server in case pointer grabing fails + + -- Gustavo Noronha Silva Sun, 9 Jun 2002 23:44:08 -0300 + +gksu (0.7) unstable; urgency=low + + * Ported to Gtk2 + + -- Gustavo Noronha Silva Mon, 11 Mar 2002 17:26:08 -0300 + +gksu (0.6) unstable; urgency=low + + * src/xauth.c, src/gksu.c: better error and temporary + directory handling + * src/sudo.c,src/su.c: + - improved the wording of the password dialog + * Added support for --print-pass and --message. + * Removed -k, -keep-env, keep_env is now TRUE by + default and added --reset-env... the env must + be kept for the Xauthority trick to work + + -- Gustavo Noronha Silva Fri, 8 Mar 2002 22:49:55 -0300 + +gksu (0.5) unstable; urgency=low + + * debian/control: + - made some fixes + * src/xauth.c: + - small typo fixed + * po/pt_BR.po: + - updated translation + * configure.in: + - removed check for Gnome + * removed links for automake stuff copied real files from + /usr/share/automake (Closes: #135395) + + -- Gustavo Noronha Silva Sat, 23 Feb 2002 19:25:10 -0300 + +gksu (0.4) unstable; urgency=low + + * First Debian release (Closes: #135088) + * debian/rules: + - really fixes dh_link call + - added manpage installation + * man/gksu.1: + - wrote manpage + * debian/menu: + - fixed gkdebconf->gksu issue + * debian/control: + - better (not so good, but better =)) description + + -- Gustavo Noronha Silva Thu, 21 Feb 2002 17:55:26 -0300 + +gksu (0.3) unstable; urgency=low + + * su.c, sudo.c: + - a lot more error checking (for fork() and execv, for example) + * debian/rules: + - fixed the call to dh_link to create the right link + + -- Gustavo Noronha Silva Wed, 20 Feb 2002 17:36:47 -0300 + +gksu (0.2) unstable; urgency=low + + * gksu.c: + - new free_pass function to clean the variables used + to store the password + * gksu.c, su.c, gui.c: + - always call free_pass on password variables before + we exit! + * sudo.c: + - added, now sudo is an option for gksu =) + - double-fork to quit + - added a while loop to keep printf'inf program's + stderr and stdout some programs have problems with this. + * gksu.c: + - added -S to call gksudo, added -H to support + setting the target user's home + * su.c: + - added a while loop to keep printf'inf program's + stderr and stdout some programs have problems with this. + * debian/rules: + - creates the /usr/bin/gksudo link + + -- Gustavo Noronha Silva Wed, 20 Feb 2002 05:53:47 -0300 + +gksu (0.1) unstable; urgency=low + + * First version. + + -- Gustavo Noronha Silva Mon, 18 Feb 2002 20:16:41 -0300 + --- gksu-1.2.0.orig/debian/gnome-sudo.sh +++ gksu-1.2.0/debian/gnome-sudo.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/usr/bin/gksudo "$@" --- gksu-1.2.0.orig/debian/gksu.install +++ gksu-1.2.0/debian/gksu.install @@ -0,0 +1,5 @@ +debian/tmp/usr/share/pixmaps/* usr/share/pixmaps/ +debian/*xpm usr/share/pixmaps/ +debian/tmp/usr/bin/* usr/bin/ +debian/tmp/usr/share/applications/* usr/share/applications/ +debian/tmp/usr/share/man/man1/* usr/share/man/man1/ --- gksu-1.2.0.orig/debian/gksuexec-debian.xpm +++ gksu-1.2.0/debian/gksuexec-debian.xpm @@ -0,0 +1,280 @@ +/* XPM */ +static char * gksuexec_debian_xpm[] = { +"32 32 245 2", +" c None", +". c #000000", +"+ c #13161A", +"@ c #586877", +"# c #434F5A", +"$ c #111417", +"% c #544B3B", +"& c #85735D", +"* c #3D3A35", +"= c #060708", +"- c #B39C7E", +"; c #DDC19C", +"> c #796A55", +", c #100E0B", +"' c #7A6A56", +") c #CCB18F", +"! c #A59074", +"~ c #28241C", +"{ c #8C7A62", +"] c #D9BD99", +"^ c #938067", +"/ c #DBC7AE", +"( c #DBC6AD", +"_ c #CBB295", +": c #D7C4AB", +"< c #DBC6AB", +"[ c #86765E", +"} c #D8BC98", +"| c #958168", +"1 c #DFC4A1", +"2 c #E0C39E", +"3 c #DFC39F", +"4 c #DEC29D", +"5 c #DEC19C", +"6 c #E38C78", +"7 c #C95033", +"8 c #7D543E", +"9 c #AB9578", +"0 c #B6A083", +"a c #514C44", +"b c #C9B192", +"c c #DCC3A4", +"d c #C8B397", +"e c #D1B693", +"f c #968875", +"g c #A79885", +"h c #D8C4AC", +"i c #D1B99B", +"j c #D8BC99", +"k c #E1755C", +"l c #DB401D", +"m c #CB4221", +"n c #BA4D2E", +"o c #87837E", +"p c #C9C9C9", +"q c #CECECE", +"r c #CBCBCB", +"s c #C7C7C7", +"t c #C2B29C", +"u c #E8D5BD", +"v c #ECDBC5", +"w c #CDB89D", +"x c #B9B1A7", +"y c #CBC3B9", +"z c #EBD9C1", +"A c #E5D1B7", +"B c #C5AC8C", +"C c #B4B4B4", +"D c #DF6F55", +"E c #D85D3C", +"F c #D56644", +"G c #B08470", +"H c #F1F1F1", +"I c #DBE1E7", +"J c #C6D0D8", +"K c #CAD1D6", +"L c #C3CDD6", +"M c #C5CFD8", +"N c #D2D8DE", +"O c #AAAAAA", +"P c #C2AB8E", +"Q c #E3CCAE", +"R c #BAA488", +"S c #C7C3BE", +"T c #CCC7C1", +"U c #C5B299", +"V c #CBB395", +"W c #979086", +"X c #E6E6E6", +"Y c #EFEFEF", +"Z c #807D79", +"` c #DE8D77", +" . c #D0AE93", +".. c #D8BD9A", +"+. c #DEC19D", +"@. c #EAD7BE", +"#. c #88969F", +"$. c #607682", +"%. c #A39D70", +"&. c #888056", +"*. c #627989", +"=. c #91A5B6", +"-. c #D1D1D1", +";. c #877B6A", +">. c #BCA485", +",. c #A19381", +"'. c #CACACA", +"). c #928D86", +"!. c #91897F", +"~. c #AFADA9", +"{. c #E8E8E8", +"]. c #E2D5C4", +"^. c #D6C0A3", +"/. c #BFA686", +"(. c #DD967C", +"_. c #DABE9A", +":. c #DABF9D", +"<. c #C5B49E", +"[. c #E0CCB2", +"}. c #999885", +"|. c #CCB767", +"1. c #B69335", +"2. c #748587", +"3. c #9BAEBF", +"4. c #F0F0F0", +"5. c #848484", +"6. c #646464", +"7. c #9A9A9A", +"8. c #EBEBEB", +"9. c #ECECEC", +"0. c #C2C2C2", +"a. c #ACACAC", +"b. c #D5D5D5", +"c. c #E0D1BF", +"d. c #D5C2A9", +"e. c #CCB495", +"f. c #BFA787", +"g. c #CFB99E", +"h. c #EAD9C3", +"i. c #EBD9C3", +"j. c #B2B490", +"k. c #618446", +"l. c #5E6239", +"m. c #577068", +"n. c #A0B2C4", +"o. c #F8F8F8", +"p. c #DDDDDD", +"q. c #BABABA", +"r. c #EEEEEE", +"s. c #E5E5E5", +"t. c #D6D6D6", +"u. c #E9E9E9", +"v. c #EAD6BE", +"w. c #C8B49A", +"x. c #8F7D65", +"y. c #D98B70", +"z. c #C8A585", +"A. c #C4AB8B", +"B. c #D2B794", +"C. c #D4BFA3", +"D. c #D4BB9B", +"E. c #687B4F", +"F. c #3A5C34", +"G. c #48453B", +"H. c #3A4133", +"I. c #A6B9CA", +"J. c #D4D4D4", +"K. c #CFCFCF", +"L. c #C6C6C6", +"M. c #E7E7E7", +"N. c #C0C0C0", +"O. c #BEBEBE", +"P. c #858079", +"Q. c #AC9B85", +"R. c #665C4E", +"S. c #CD674A", +"T. c #9F8C71", +"U. c #766B5C", +"V. c #8E867D", +"W. c #6D6D67", +"X. c #143D16", +"Y. c #3B5033", +"Z. c #37352E", +"`. c #2B2D25", +" + c #ABBDCF", +".+ c #F2F2F2", +"++ c #EAEAEA", +"@+ c #EDEDED", +"#+ c #9D9D9D", +"$+ c #B0A597", +"%+ c #AA977E", +"&+ c #A18C72", +"*+ c #D05437", +"=+ c #B84A2B", +"-+ c #6E5B52", +";+ c #B0B0B0", +">+ c #889394", +",+ c #648764", +"'+ c #778E73", +")+ c #787771", +"!+ c #6F756C", +"~+ c #C8D4DF", +"{+ c #F7F7F7", +"]+ c #DEDEDE", +"^+ c #C3C3C3", +"/+ c #C7BDB1", +"(+ c #DAC6AD", +"_+ c #C8B59C", +":+ c #CD5337", +"<+ c #BD3718", +"[+ c #895E54", +"}+ c #F5F5F5", +"|+ c #FAFAFA", +"1+ c #F9F9F9", +"2+ c #E4E4E4", +"3+ c #F4F4F4", +"4+ c #D2C9BE", +"5+ c #D1B99A", +"6+ c #D9C0A0", +"7+ c #9C886E", +"8+ c #BE472C", +"9+ c #B03316", +"0+ c #8F655B", +"a+ c #FEFEFE", +"b+ c #F3F3F3", +"c+ c #DFDFDF", +"d+ c #A19687", +"e+ c #6F6355", +"f+ c #852610", +"g+ c #7E6059", +"h+ c #D3D3D3", +"i+ c #E0E0E0", +"j+ c #F6F6F6", +"k+ c #DCDCDC", +"l+ c #D2D2D2", +"m+ c #D8D8D8", +"n+ c #D7D7D7", +"o+ c #4A4A4A", +"p+ c #747474", +"q+ c #FDFDFD", +"r+ c #CDCDCD", +"s+ c #6E6E6E", +"t+ c #D0D0D0", +"u+ c #B8B8B8", +"v+ c #252525", +" ", +" ", +" ", +" . . ", +" + @ # $ ", +" % & * = . . ", +" - ; > , . ", +" - ' ) ! ~ ", +" { ] ] ; ^ / ( _ : < ", +" [ ] ] } | 1 2 } 3 4 5 ", +" 6 7 8 9 0 a b c d e f g h i j ", +" k l m n o p q r r r s t u v w x y z A B p C ", +" D E F G H I J K L M N O P Q R S T U V W X Y Z ", +" ` ...+.@.#.$.%.&.*.=.-.;.>.,.r '.).!.~.{.].^./. ", +" (._.2 :.<.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f. ", +" (._.2 g.h.i.j.k.l.m.n.o.p.q.q.r.s.8.t.u.V v.w.x. ", +" y.z.A.B.C.D.E.F.G.H.I.o.J.K.'.p L.M.N.O.P.Q.R.. ", +" S.T.U.V.W.X.Y.Z.`. +o..+H 4.Y 8.++@+{.#+$+%+&+ ", +" *+=+-+;+>+,+'+)+!+~+{+]+p q M.C '.^+X /+(+_+B. ", +" :+<+[+{+}+|+|+1+o.{+{+@+2+3+3+{.4.++r.4+5+6+7+ ", +" 8+9+0+a+r.{+{+b+.+++@+}+Y 3+b+c+]+p.p.C d+e+. ", +" f+g+a+h+i+j+k+X l+c+c+2+b+.+c+]+m+n+N.7.o+. ", +" p+q+Y 1+r..+H 4.4.8.i+.+.+H 4.r+p ]+i+s+. ", +" p+L.t+t+t+K.K.K.K.q q q q r+r+r+r+u+v+ ", +" . . . . . . . . . . . . . . . . . ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; --- gksu-1.2.0.orig/debian/compat +++ gksu-1.2.0/debian/compat @@ -0,0 +1 @@ +4 --- gksu-1.2.0.orig/debian/gksu-debian.xpm +++ gksu-1.2.0/debian/gksu-debian.xpm @@ -0,0 +1,586 @@ +/* XPM */ +static char * gksu_debian_xpm[] = { +"32 32 551 2", +" c None", +". c #000000", +"+ c #939291", +"@ c #9E9E9C", +"# c #A0A09E", +"$ c #A1A09F", +"% c #A1A19F", +"& c #9E9E9B", +"* c #9D9C9A", +"= c #9C9C9A", +"- c #9B9A98", +"; c #9A9997", +"> c #989794", +", c #92918E", +"' c #8E8C89", +") c #8B8986", +"! c #878582", +"~ c #85837F", +"{ c #817F7C", +"] c #7D7C78", +"^ c #7A7874", +"/ c #777470", +"( c #3F3E3B", +"_ c #E6E5E1", +": c #D7D4CC", +"< c #DAD7CF", +"[ c #DBD8D1", +"} c #DDDBD3", +"| c #DEDCD4", +"1 c #DEDCD5", +"2 c #DFDCD5", +"3 c #DEDBD4", +"4 c #DEDAD3", +"5 c #DCD9D2", +"6 c #DAD7D0", +"7 c #D9D5CD", +"8 c #D5D2CA", +"9 c #D2CFC7", +"0 c #CFCBC3", +"a c #CBC7BF", +"b c #C5C1B9", +"c c #C0BCB3", +"d c #B9B5AD", +"e c #B4B0A8", +"f c #AEAAA1", +"g c #A8A49B", +"h c #A29D95", +"i c #9E9991", +"j c #55534E", +"k c #E7E6E2", +"l c #D8D5CD", +"m c #CBC8C0", +"n c #C5C2BB", +"o c #C7C4BD", +"p c #C8C5BE", +"q c #C7C5BE", +"r c #C6C3BC", +"s c #C5C1BA", +"t c #C3C0B8", +"u c #C1BEB6", +"v c #BEBCB4", +"w c #BBB8B0", +"x c #B9B5AE", +"y c #B5B1AA", +"z c #B1ADA6", +"A c #ACA8A0", +"B c #A6A29B", +"C c #A09C94", +"D c #9B988F", +"E c #959189", +"F c #918D85", +"G c #9E9A91", +"H c #9A968D", +"I c #514F4A", +"J c #E9E7E3", +"K c #7A7873", +"L c #0E0F0E", +"M c #161816", +"N c #181918", +"O c #191A19", +"P c #1A1C1A", +"Q c #1B1D1B", +"R c #1C1E1C", +"S c #1C1D1C", +"T c #1A1B1A", +"U c #191B19", +"V c #181A18", +"W c #171917", +"X c #141614", +"Y c #121312", +"Z c #101110", +"` c #0D0E0D", +" . c #040404", +".. c #A7A399", +"+. c #959188", +"@. c #4F4D47", +"#. c #E8E7E3", +"$. c #D9D5CE", +"%. c #797772", +"&. c #252825", +"*. c #7F827F", +"=. c #818481", +"-. c #848784", +";. c #878A87", +">. c #858885", +",. c #7E827E", +"'. c #767A76", +"). c #6E726E", +"!. c #646964", +"~. c #5B605B", +"{. c #505450", +"]. c #474C47", +"^. c #434743", +"/. c #404440", +"(. c #3C403C", +"_. c #373C37", +":. c #303430", +"<. c #2A2D2A", +"[. c #222622", +"}. c #0A0C0A", +"|. c #A8A399", +"1. c #918C83", +"2. c #4C4A45", +"3. c #E5E3DE", +"4. c #777570", +"5. c #2A2E2A", +"6. c #A3A6A3", +"7. c #A5A8A5", +"8. c #A6A9A6", +"9. c #A1A4A1", +"0. c #989B98", +"a. c #8F938F", +"b. c #848884", +"c. c #797E79", +"d. c #6B716B", +"e. c #616561", +"f. c #575B57", +"g. c #535853", +"h. c #505550", +"i. c #4E524E", +"j. c #494E49", +"k. c #424742", +"l. c #393E39", +"m. c #272A27", +"n. c #0C0D0C", +"o. c #A39D94", +"p. c #8A867D", +"q. c #494742", +"r. c #E3E1DD", +"s. c #D1CEC6", +"t. c #75736E", +"u. c #2E302E", +"v. c #9D9F9D", +"w. c #969996", +"x. c #888C88", +"y. c #7D817D", +"z. c #727872", +"A. c #676D67", +"B. c #626762", +"C. c #5E645E", +"D. c #5C615C", +"E. c #575D57", +"F. c #555A55", +"G. c #4F554F", +"H. c #484C48", +"I. c #3E433E", +"J. c #363A36", +"K. c #292D29", +"L. c #9E9A8F", +"M. c #858178", +"N. c #46443F", +"O. c #DFDDD9", +"P. c #CCC9C0", +"Q. c #72706B", +"R. c #2E312E", +"S. c #979997", +"T. c #909390", +"U. c #898D89", +"V. c #7F847F", +"W. c #7A807A", +"X. c #6C736C", +"Y. c #6A6F6A", +"Z. c #676C67", +"`. c #636963", +" + c #5F655F", +".+ c #585D58", +"++ c #515751", +"@+ c #4A4F4A", +"#+ c #3D423D", +"$+ c #343934", +"%+ c #292C29", +"&+ c #99948A", +"*+ c #7F7B72", +"=+ c #43413C", +"-+ c #DCD9D5", +";+ c #C7C3BB", +">+ c #6F6C68", +",+ c #313431", +"'+ c #828582", +")+ c #7B807B", +"!+ c #787D78", +"~+ c #757B75", +"{+ c #767C76", +"]+ c #747B74", +"^+ c #717771", +"/+ c #6E746E", +"(+ c #666C66", +"_+ c #616761", +":+ c #5D635D", +"<+ c #565B56", +"[+ c #4D524D", +"}+ c #404540", +"|+ c #353A35", +"1+ c #0C0E0C", +"2+ c #948F85", +"3+ c #7A766D", +"4+ c #403E39", +"5+ c #D3D1CC", +"6+ c #C1BDB4", +"7+ c #6A6862", +"8+ c #363936", +"9+ c #787C78", +"0+ c #858985", +"a+ c #D3D5D3", +"b+ c #7D827D", +"c+ c #C1C4C1", +"d+ c #ACB1AC", +"e+ c #828882", +"f+ c #808680", +"g+ c #7D837D", +"h+ c #777E77", +"i+ c #737973", +"j+ c #6D736D", +"k+ c #686E68", +"l+ c #5F645F", +"m+ c #555B55", +"n+ c #474D47", +"o+ c #3D413D", +"p+ c #0D0F0D", +"q+ c #8E897F", +"r+ c #736F66", +"s+ c #3D3A35", +"t+ c #CFCDC7", +"u+ c #BBB7AE", +"v+ c #67645F", +"w+ c #686D68", +"x+ c #919591", +"y+ c #CED0CE", +"z+ c #D5D7D5", +"A+ c #A5AAA5", +"B+ c #858B85", +"C+ c #858C85", +"D+ c #848A84", +"E+ c #818781", +"F+ c #7C827C", +"G+ c #787E78", +"H+ c #6C726C", +"I+ c #626862", +"J+ c #2D312D", +"K+ c #8A857A", +"L+ c #6E6A61", +"M+ c #3A3733", +"N+ c #CAC7C2", +"O+ c #B3AFA6", +"P+ c #62605A", +"Q+ c #353935", +"R+ c #9C9F9C", +"S+ c #C9CBC9", +"T+ c #A9ACA9", +"U+ c #ECEDEC", +"V+ c #8A908A", +"W+ c #7F867F", +"X+ c #7D847D", +"Y+ c #797F79", +"Z+ c #6F756F", +"`+ c #535953", +" @ c #444944", +".@ c #383D38", +"+@ c #0D0D0D", +"@@ c #858075", +"#@ c #68645B", +"$@ c #373530", +"%@ c #C5C3BD", +"&@ c #AEA99F", +"*@ c #5F5C57", +"=@ c #353835", +"-@ c #949794", +";@ c #E4E5E4", +">@ c #B9BCB9", +",@ c #AFB3AF", +"'@ c #E3E4E3", +")@ c #9DA09D", +"!@ c #7F857F", +"~@ c #7E847E", +"{@ c #5D625D", +"]@ c #434843", +"^@ c #393D39", +"/@ c #817C71", +"(@ c #646057", +"_@ c #34332E", +":@ c #BFBCB6", +"<@ c #A5A197", +"[@ c #5A5852", +"}@ c #343834", +"|@ c #727772", +"1@ c #898E89", +"2@ c #AAAEAA", +"3@ c #C7C9C7", +"4@ c #7B817B", +"5@ c #777D77", +"6@ c #6F766F", +"7@ c #5E655E", +"8@ c #545A54", +"9@ c #454B45", +"0@ c #3A3F3A", +"a@ c #2C312C", +"b@ c #7D786D", +"c@ c #5E5B52", +"d@ c #31302B", +"e@ c #B9B6B0", +"f@ c #9E9A90", +"g@ c #56544E", +"h@ c #6C6E6C", +"i@ c #CFD0CF", +"j@ c #F6F6F6", +"k@ c #D0D3D0", +"l@ c #E7E7E7", +"m@ c #B6B9B6", +"n@ c #767D76", +"o@ c #6E756E", +"p@ c #686F68", +"q@ c #4F544F", +"r@ c #383C38", +"s@ c #2C2F2C", +"t@ c #797469", +"u@ c #5A574E", +"v@ c #2F2D29", +"w@ c #AEAAA3", +"x@ c #969288", +"y@ c #514F49", +"z@ c #383B38", +"A@ c #929592", +"B@ c #D2D4D2", +"C@ c #858A85", +"D@ c #DADBDA", +"E@ c #929692", +"F@ c #6C716C", +"G@ c #646B64", +"H@ c #656B65", +"I@ c #646A64", +"J@ c #606660", +"K@ c #515651", +"L@ c #484D48", +"M@ c #414741", +"N@ c #2F342F", +"O@ c #262826", +"P@ c #0B0C0B", +"Q@ c #757064", +"R@ c #555249", +"S@ c #2D2B26", +"T@ c #A7A39D", +"U@ c #8F8A81", +"V@ c #4D4B45", +"W@ c #2B2F2B", +"X@ c #9B9D9B", +"Y@ c #B4B6B4", +"Z@ c #7A7F7A", +"`@ c #DEDFDE", +" # c #767B76", +".# c #BFC1BF", +"+# c #CACCCA", +"@# c #959895", +"## c #5A5F5A", +"$# c #4A504A", +"%# c #464B46", +"&# c #313631", +"*# c #242724", +"=# c #726D61", +"-# c #514D44", +";# c #2B2824", +"># c #9E9B93", +",# c #878278", +"'# c #494641", +")# c #8C908C", +"!# c #6D716D", +"~# c #A2A5A2", +"{# c #4E534E", +"]# c #4C524C", +"^# c #434943", +"/# c #3F443F", +"(# c #3B3F3B", +"_# c #323732", +":# c #272B27", +"<# c #212521", +"[# c #0A0B0A", +"}# c #6E695D", +"|# c #4C4940", +"1# c #282722", +"2# c #99958E", +"3# c #807C71", +"4# c #45433D", +"5# c #0C0C0C", +"6# c #121412", +"7# c #131513", +"8# c #151615", +"9# c #151715", +"0# c #141514", +"a# c #131413", +"b# c #111311", +"c# c #111211", +"d# c #0F100F", +"e# c #090A09", +"f# c #030303", +"g# c #6C685A", +"h# c #4B483E", +"i# c #282721", +"j# c #918E86", +"k# c #787369", +"l# c #8F8B7F", +"m# c #9C978A", +"n# c #9C988B", +"o# c #9D978B", +"p# c #9B9689", +"q# c #9A9487", +"r# c #979285", +"s# c #958F82", +"t# c #928D80", +"u# c #8F897C", +"v# c #8B8679", +"w# c #888275", +"x# c #858072", +"y# c #827D6F", +"z# c #807A6C", +"A# c #7C7669", +"B# c #7A7465", +"C# c #787263", +"D# c #757061", +"E# c #736E5F", +"F# c #726D5E", +"G# c #5E5A4E", +"H# c #282621", +"I# c #8B8880", +"J# c #726E64", +"K# c #736E64", +"L# c #736F64", +"M# c #736E63", +"N# c #726D63", +"O# c #716C62", +"P# c #6E6A5F", +"Q# c #6C675C", +"R# c #69655A", +"S# c #666257", +"T# c #635E54", +"U# c #605C51", +"V# c #5C584E", +"W# c #5A574C", +"X# c #575449", +"Y# c #565348", +"Z# c #545045", +"`# c #524E44", +" $ c #504C42", +".$ c #555148", +"+$ c #636057", +"@$ c #56534A", +"#$ c #827F77", +"$$ c #6B675D", +"%$ c #6C685E", +"&$ c #6C685D", +"*$ c #6D685E", +"=$ c #6B675C", +"-$ c #6A655B", +";$ c #686359", +">$ c #656156", +",$ c #625E54", +"'$ c #5D594E", +")$ c #5C584D", +"!$ c #59554A", +"~$ c #585449", +"{$ c #555247", +"]$ c #545046", +"^$ c #504D43", +"/$ c #4F4B41", +"($ c #605D53", +"_$ c #48453B", +":$ c #454239", +"<$ c #2A2823", +"[$ c #6D6B63", +"}$ c #58554C", +"|$ c #59564D", +"1$ c #59554C", +"2$ c #58544C", +"3$ c #57534A", +"4$ c #545148", +"5$ c #524F46", +"6$ c #4E4A42", +"7$ c #4D4941", +"8$ c #4A473E", +"9$ c #49453D", +"0$ c #47443C", +"a$ c #46433A", +"b$ c #444138", +"c$ c #434037", +"d$ c #423F36", +"e$ c #413E35", +"f$ c #3C3931", +"g$ c #3E3B33", +"h$ c #3F3D35", +"i$ c #2B2924", +"j$ c #6D6B68", +"k$ c #686660", +"l$ c #6C6B64", +"m$ c #7F7C77", +"n$ c #878581", +"o$ c #85837E", +"p$ c #82807C", +"q$ c #7F7C78", +"r$ c #7C7976", +"s$ c #787671", +"t$ c #74726D", +"u$ c #706E69", +"v$ c #6C6A64", +"w$ c #65645E", +"x$ c #61605A", +"y$ c #5F5D57", +"z$ c #5E5C56", +"A$ c #5F5D56", +"B$ c #605C55", +"C$ c #292724", +"D$ c #1E1D1C", +"E$ c #191816", +"F$ c #1B1A18", +"G$ c #1D1D1A", +"H$ c #201F1D", +"I$ c #222220", +"J$ c #252423", +"K$ c #262523", +"L$ c #252422", +"M$ c #242321", +"N$ c #232220", +"O$ c #22211F", +"P$ c #21201E", +"Q$ c #1F1F1C", +"R$ c #1D1D1B", +"S$ c #1C1B19", +"T$ c #191916", +"U$ c #181714", +"V$ c #171614", +"W$ c #161613", +"X$ c #171613", +"Y$ c #161512", +"Z$ c #0B0A09", +" ", +" ", +" ", +" . + @ # $ # % % % % % # & * = - ; > , ' ) ! ~ { ] ^ / ( ", +" . _ : < [ } | 1 | 2 3 4 5 6 7 8 9 0 a b c d e f g h i j ", +" . k l m n o p p q o r s t u v w x y z A B C D E F G H I ", +" . J < K L M N O P Q Q R S Q P T U V W M X Y Z ` ...+.@.. ", +" . #.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<.[.}.|.1.2.. ", +" . 3.8 4.5.6.7.8.9.0.a.b.c.d.e.f.g.h.i.j.k.l.:.m.n.o.p.q.. ", +" . r.s.t.u.7.6.v.w.a.x.y.z.A.B.C.D.E.F.G.H.I.J.K.n.L.M.N.. ", +" . O.P.Q.R.S.T.U.b.V.W.z.X.Y.Z.`. +D..+++@+#+$+%+n.&+*+=+. ", +" . -+;+>+,+;.'+)+!+~+{+~+]+^+/+d.(+_+:+<+[+}+|+5.1+2+3+4+. ", +" . 5+6+7+8+9+0+a+b+c+d+e+e+f+g+h+i+j+k+l+m+n+o+R.p+q+r+s+. ", +" . t+u+v+J.w+x+y+]+z+A+B+C+D+E+F+G+^+H+I+.+j.(.J+p+K+L+M+. ", +" . N+O+P+Q+R+S+z+T+U+c+V+E+W+X+Y+~+Z+w+:+`+ @.@<.+@@@#@$@. ", +" . %@&@*@=@-@;@>@,@'@)@B+!@~@F+Y+~+/+Z.{@++]@^@5.` /@(@_@. ", +" . :@<@[@}@|@'@1@2@3@j+~@W+!@~@4@5@6@k+7@8@9@0@a@p+b@c@d@. ", +" . e@f@g@h@i@j@k@;@l@m@{+h+h+n@i+o@p@I+.+q@}+r@s@` t@u@v@. ", +" . w@x@y@z@A@B@C@D@E@F@G@H@I@`.J@D.<+K@L@M@_.N@O@P@Q@R@S@. ", +" . T@U@V@W@X@Y@Z@`@I@<+ #.#+#S+@###$#%#I.l.&#W@*#}.=#-#;#. ", +" . >#,#'#<.)#!# +~#{#h.h.h.]#$#%#^#/#(#8+_#W@:#<#[#}#|#1#. ", +" . 2#3#4#5#6#6#7#8#8#8#9#8#X 0#a#b#c#d#L ` n.}.e#f#g#h#i#. ", +" . j#k#l#m#n#o#o#p#q#r#s#t#u#v#w#x#y#z#A#B#C#D#E#F#G#h#H#. ", +" . I#J#J#K#L#M#N#O#P#Q#R#S#T#U#V#W#X#Y#Z#`# $.$+$@$h#h#1#. ", +" . #$$$%$%$&$*$=$-$;$>$,$U#'$)$!$~${$]$`#^$/$($_$:$h#h#<$. ", +" . [$}$|$|$|$|$1$2$3$4$5$^$6$7$8$9$0$a$b$c$d$e$f$g$h$h$i$. ", +" . . j$k$l$Q.K m$~ n$o$p$q$r$s$t$u$v$w$x$y$z$A$B$C$. . ", +" D$E$F$G$H$I$J$K$L$M$N$O$P$Q$R$S$T$U$V$W$X$Y$Z$ ", +" ", +" ", +" ", +" "}; --- gksu-1.2.0.orig/debian/patches/02_enter-password-message.diff +++ gksu-1.2.0/debian/patches/02_enter-password-message.diff @@ -0,0 +1,14 @@ +--- gksu-1.2.0/gksu/gksu.c 2004-05-30 16:10:12.000000000 +1000 ++++ gksu-1.2.0.new/gksu/gksu.c 2004-09-24 09:10:35.982308876 +1000 +@@ -215,9 +215,8 @@ + { + gchar *msg = + g_strdup_printf (_("Please enter your password\n" +- "to run %s as user %s"), +- gksu_context_get_command (context), +- gksu_context_get_user (context)); ++ "to run %s"), ++ gksu_context_get_command (context)); + + gksuui_dialog_set_message (GKSUUI_DIALOG(dialog), msg); + g_free (msg); --- gksu-1.2.0.orig/debian/patches/01_desktop_files_fix.diff +++ gksu-1.2.0/debian/patches/01_desktop_files_fix.diff @@ -0,0 +1,46 @@ +diff -Nrup gksu-1.2.0/gksu.desktop gksu-1.2.0.changed/gksu.desktop +--- gksu-1.2.0/gksu.desktop 2004-03-30 08:25:07.000000000 +1000 ++++ gksu-1.2.0.changed/gksu.desktop 2004-09-05 15:00:13.814002720 +1000 +@@ -1,15 +1,14 @@ + [Desktop Entry] +-Name=Root Terminal (GKsu) +-Name[pt_BR]=Terminal como Root (GKsu) ++Name=Root Terminal ++Name[pt_BR]=Terminal como Root + Comment=Opens a terminal as the root user, using gksu to ask for the password +-Comment[pt_BR]=Abre um terminal como usurio root, usando o gksu para pedir a senha ++Comment[pt_BR]=Abre um terminal como usuário root, usando o gksu para pedir a senha + Name[de]=Root Terminal + Comment[de]=Befehlszeile mit root-Rechten +-Exec=gksu /usr/bin/x-terminal-emulator +-Icon=/usr/share/pixmaps/gksu-terminal.png ++Exec=gksudo /usr/bin/x-terminal-emulator ++Icon=/usr/share/pixmaps/gksu-root-terminal.png + StartupNotify=true + Terminal=false + MultipleArgs=false + Type=Application + Categories=Application;System +- +diff -Nrup gksu-1.2.0/gksuexec.desktop gksu-1.2.0.changed/gksuexec.desktop +--- gksu-1.2.0/gksuexec.desktop 2004-03-30 08:25:07.000000000 +1000 ++++ gksu-1.2.0.changed/gksuexec.desktop 2004-09-05 15:00:02.519719712 +1000 +@@ -1,12 +1,12 @@ + [Desktop Entry] +-Name=Run as different user (GKsu) +-Name[pt_BR]=Executar como outro usurio (GKsu) ++Name=Run as different user ++Name[pt_BR]=Executar como outro usuário + Comment=Opens a dialog where you can type a command to be run as a given user +-Comment[pt_BR]=Abre um dilogo em que voc pode digitar um comando a ser executado por um determinado usurio +-Name[de]=Programm als anderer Benutzer ausfhren +-Comment[de]=Programm als ein anderer Benutzer ausfhren, falls der korrekte Befehl bekannt ist ++Comment[pt_BR]=Abre um diálogo em que você pode digitar um comando a ser executado por um determinado usuário ++Name[de]=Programm als anderer Benutzer ausführen ++Comment[de]=Programm als ein anderer Benutzer ausführen, falls der korrekte Befehl bekannt ist + Exec=gksuexec +-Icon=/usr/share/pixmaps/gksu.png ++Icon=/usr/share/pixmaps/gksu-icon.png + StartupNotify=true + Terminal=false + MultipleArgs=false --- gksu-1.2.0.orig/debian/copyright +++ gksu-1.2.0/debian/copyright @@ -0,0 +1,11 @@ +This package was debianized by Gustavo Noronha Silva on +Sun, 2 Dec 2001 23:04:34 -0200 + +It was downloaded from http://www.nongnu.org/gksu + +Upstream Authors: Gustavo Noronha Silva + Allan Douglas +Copyright: + +This program is licensed under the GPL, wich can be found, +on Debian systems on /usr/share/common-licenses --- gksu-1.2.0.orig/debian/gksu.menu +++ gksu-1.2.0/debian/gksu.menu @@ -0,0 +1,15 @@ +?package(gksu):\ +needs="x11"\ +section="Apps/System"\ +title="X-Terminal as root (GKsu)"\ +hints="Runs an X terminal application. Uses GKsu to ask the password."\ +icon="/usr/share/pixmaps/gksu-debian.xpm"\ +command="/usr/bin/gksu -u root /usr/bin/x-terminal-emulator" + +?package(gksu):\ +needs="x11"\ +section="Apps/System"\ +title="Run as different user (GKsu)"\ +hints="Opens a dialog where you can type a command to be run as a given user."\ +icon="/usr/share/pixmaps/gksuexec-debian.xpm"\ +command="/usr/bin/gksuexec"