Fix preferences not launching

Was trying to run with python3 instead of python2
This commit is contained in:
Corbin Auriti 2019-07-16 15:53:19 -06:00 committed by GitHub
parent d0d29936f7
commit 8048774add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -667,7 +667,7 @@ class MenuWin(object):
about.show() about.show()
def showPreferences(self, action, userdata = None): 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): def showMenuEditor(self, action, userdata = None):
Execute("mozo") Execute("mozo")