1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

Apply .desktop file patch from Debian (remove deprecated encoding line)

This commit is contained in:
Adam Blackburn
2009-05-16 20:50:20 +08:00
parent 95a8261a49
commit f609ff99fe
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,5 @@
[Desktop Entry]
Categories=Application;Network;
Encoding=UTF-8
Exec=wicd-client
GenericName=Network Manager
Icon=wicd-client

View File

@@ -236,6 +236,7 @@ class configure(Command):
self.mandir = '/usr/man/'
self.no_install_acpi = True
elif self.distro in ['debian']:
self.wicdgroup = "netdev"
self.init = '/etc/init.d/'
self.initfile = 'init/debian/wicd'
elif self.distro in ['arch']: