--- GNS3-0.6.1-src.orig/src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py 2009-05-13 10:57:54.000000000 +0100 +++ GNS3-0.6.1-src/src/GNS3/Ui/ConfigurationPages/Page_PreferencesDynamips.py 2009-08-17 17:07:13.000000000 +0100 @@ -55,6 +55,8 @@ # Default path to dynamips executable if self.conf.path == '' and sys.platform.startswith('win'): self.conf.path = unicode('C:\Program Files\GNS3\Dynamips\dynamips-wxp.exe') + else: + self.conf.path = unicode('/usr/bin/dynamips') # Default path to working directory if self.conf.workdir == '':