Prefer mozo over menulibre
mozo was fixed in 1.22.1 (new items can be created again). menulibre suffers a new regression (new items are duplicated). Prefer the homegrown solution again...
This commit is contained in:
parent
d80c8b9fa4
commit
3c8e638c01
@ -601,10 +601,10 @@ class MenuWin(object):
|
||||
Execute("/usr/lib/linuxmint/mintMenu/preferences.py")
|
||||
|
||||
def showMenuEditor(self, action, userdata = None):
|
||||
if os.path.exists("/usr/bin/menulibre"):
|
||||
Execute("menulibre")
|
||||
elif os.path.exists("/usr/bin/mozo"):
|
||||
if os.path.exists("/usr/bin/mozo"):
|
||||
Execute("mozo")
|
||||
elif os.path.exists("/usr/bin/menulibre"):
|
||||
Execute("menulibre")
|
||||
|
||||
def showMenu(self, widget=None, event=None):
|
||||
if event == None or event.button == 1:
|
||||
|
Loading…
Reference in New Issue
Block a user