Removed gksu from exec line as not supported in all major GNU/Linux distributions
svn path=/trunk/; revision=835
This commit is contained in:
parent
3906a43757
commit
8f40d64347
|
@ -1,7 +1,13 @@
|
|||
2008-04-26 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
* gparted.desktop.in.in: Removed gksu from exec line
|
||||
- gksu is not supported in all major GNU/Linux distributions
|
||||
(Fedora for one).
|
||||
- Closes GParted bug #529622
|
||||
- Reopens GParted bug #381557
|
||||
|
||||
* README: Enhanced INSTALL information
|
||||
- Closes GParted bug 529625
|
||||
- Closes GParted bug #529625
|
||||
|
||||
2008-04-25 Curtis Gedak <gedakc@gmail.com>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
_Name=GParted Partition Editor
|
||||
_Comment=Create, reorganize, and delete partitions
|
||||
Exec=gksu @installdir@/gparted
|
||||
Exec=@installdir@/gparted
|
||||
Icon=gparted
|
||||
Terminal=false
|
||||
Type=Application
|
||||
|
|
Loading…
Reference in New Issue