Finally fixed menus in Ubuntu

This commit is contained in:
Skyler Lehmkuhl 2012-10-13 17:30:53 -04:00
parent 2b76bb57b5
commit bdefa2680f
1 changed files with 3 additions and 0 deletions

View File

@ -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