Finally fixed menus in Ubuntu
This commit is contained in:
parent
2b76bb57b5
commit
bdefa2680f
|
|
@ -5,6 +5,9 @@
|
||||||
|
|
||||||
import os, shutil, tarfile, tempfile, StringIO
|
import os, shutil, tarfile, tempfile, StringIO
|
||||||
|
|
||||||
|
# Workaround for broken menubar under Ubuntu
|
||||||
|
os.putenv("UBUNTU_MENUPROXY", "0")
|
||||||
|
|
||||||
#Uncomment to build on OS X
|
#Uncomment to build on OS X
|
||||||
#import objc, AppKit, cPickle
|
#import objc, AppKit, cPickle
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue