Fix preferences not launching
Was trying to run with python3 instead of python2
This commit is contained in:
parent
d0d29936f7
commit
8048774add
@ -667,7 +667,7 @@ class MenuWin(object):
|
||||
about.show()
|
||||
|
||||
def showPreferences(self, action, userdata = None):
|
||||
Execute("/usr/lib/linuxmint/mintMenu/preferences.py")
|
||||
Execute("python2 /usr/lib/linuxmint/mintMenu/preferences.py")
|
||||
|
||||
def showMenuEditor(self, action, userdata = None):
|
||||
Execute("mozo")
|
||||
|
Loading…
Reference in New Issue
Block a user