From 73231d36a9ff72a82d9bfb56d76fd00adc3d75a7 Mon Sep 17 00:00:00 2001 From: Julien Duponchelle Date: Wed, 15 Jul 2015 16:24:05 +0200 Subject: [PATCH] Fix OSx usage --- README.rst | 9 +++++---- gns3registry/config.py | 5 +---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index fc1cd17..d1cdaed 100644 --- a/README.rst +++ b/README.rst @@ -21,10 +21,11 @@ Search an image bin/gns3-get --search core Micro Core Linux: - * 3.4.1 linux-microcore-3.4.1.img: 5f42d71b30bc682e44ccf7340e20ea7ea8967ef5 - * 4.0.2 linux-microcore-4.0.2-clean.img: 0252f2c913519c993b812325bbd553af2d77218a - + * hda_disk_image: + * 3.4.1 linux-microcore-3.4.1.img: fa2ec4b1fffad67d8103c3391bbf9df2 + * 4.0.2 linux-microcore-4.0.2-clean.img: e13d0d1c0b3999ae2386bba70417930c + Install a remote image ************************** @@ -32,6 +33,6 @@ If the image is available from the internet you can download and install it: .. code:: bash - bin/gns3-get --install 0252f2c913519c993b812325bbd553af2d77218a + bin/gns3-get --install e13d0d1c0b3999ae2386bba70417930c Download http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/linux-microcore-4.0.2-clean.img to /Users/noplay/GNS3/images/linux-microcore-4.0.2-clean.img diff --git a/gns3registry/config.py b/gns3registry/config.py index cdfe0a6..6a58c26 100644 --- a/gns3registry/config.py +++ b/gns3registry/config.py @@ -60,10 +60,7 @@ class Config: else: filename = "gns3_gui.conf" - if sys.platform.startswith("darwin"): - appname = "gns3.net" - else: - appname = "GNS3" + appname = "GNS3" if sys.platform.startswith("win"): appdata = os.path.expandvars("%APPDATA%")