Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 213539 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +2 lines)
Line  Link Here
0
-- /tmp/GNS3-0.7-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesQemu.py.old 2010-04-12 11:13:56.594820507 +0200
0
++ /tmp/GNS3-0.7-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesQemu.py     2010-04-12 11:15:02.599822184 +0200
Lines 82-89 Link Here
82
            if sys.platform.startswith('win'):
82
            if sys.platform.startswith('win'):
83
                self.conf.qemuwrapper_path = unicode('qemuwrapper.exe')
83
                self.conf.qemuwrapper_path = unicode('qemuwrapper.exe')
84
            else:
84
            else:
85
                path = os.getcwd() + '/qemuwrapper/qemuwrapper.py'
85
                self.conf.qemuwrapper_path = unicode('/usr/libexec/gns3/qemuwrapper.py')
86
                self.conf.qemuwrapper_path = unicode(path, errors='replace')
87
        
86
        
88
        # Default path to working directory
87
        # Default path to working directory
89
        if self.conf.qemuwrapper_workdir == '':
88
        if self.conf.qemuwrapper_workdir == '':

Return to bug 213539