mint-remove-application: Don't use gksu
mint-common now uses pkexec internally
This commit is contained in:
parent
5f190ceac9
commit
469eaf57e5
@ -380,7 +380,7 @@ class ApplicationLauncher( easyButton ):
|
|||||||
Execute(self.appExec, self.appPath)
|
Execute(self.appExec, self.appPath)
|
||||||
|
|
||||||
def uninstall (self, *args ):
|
def uninstall (self, *args ):
|
||||||
Execute("gksu /usr/lib/linuxmint/common/mint-remove-application.py " + self.desktopFile)
|
Execute("mint-remove-application " + self.desktopFile)
|
||||||
|
|
||||||
# IconTheme changed, setup new icons for button and drag 'n drop
|
# IconTheme changed, setup new icons for button and drag 'n drop
|
||||||
def iconChanged( self ):
|
def iconChanged( self ):
|
||||||
|
Loading…
Reference in New Issue
Block a user