Changed command to install from the menu
This commit is contained in:
parent
d53fb8382f
commit
693c7f8676
@ -339,7 +339,7 @@ class pluginclass( object ):
|
|||||||
self.panel_position = mateconf.client_get_default().get_int("/apps/panel/applets/" + applet + "/position") + 1
|
self.panel_position = mateconf.client_get_default().get_int("/apps/panel/applets/" + applet + "/position") + 1
|
||||||
|
|
||||||
def apturl_install(self, widget, pkg_name):
|
def apturl_install(self, widget, pkg_name):
|
||||||
os.system("xdg-open apt://" + pkg_name + " &")
|
os.system("/usr/bin/mint-make-cmd " + pkg_name + " &")
|
||||||
self.mintMenuWin.hide()
|
self.mintMenuWin.hide()
|
||||||
|
|
||||||
def __del__( self ):
|
def __del__( self ):
|
||||||
|
Loading…
Reference in New Issue
Block a user