diff --git a/usr/lib/linuxmint/mintMenu/plugins/system_management.py b/usr/lib/linuxmint/mintMenu/plugins/system_management.py index 9fd9aba..2d5e1c1 100755 --- a/usr/lib/linuxmint/mintMenu/plugins/system_management.py +++ b/usr/lib/linuxmint/mintMenu/plugins/system_management.py @@ -154,7 +154,7 @@ class pluginclass( object ): if ( self.showSoftwareManager == True ): if os.path.exists("/usr/bin/mintinstall"): Button1 = easyButton( "mintinstall", self.iconsize, [_("Software Manager")], -1, -1 ) - Button1.connect( "clicked", self.ButtonClicked, "gksu mintinstall" ) + Button1.connect( "clicked", self.ButtonClicked, "mintinstall" ) Button1.show() self.systemBtnHolder.pack_start( Button1, False, False, 0) self.mintMenuWin.setTooltip( Button1, _("Browse and install available software") )