-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNS3 2.2.50 uses project_id as directory name in the project folder when using "Save project as..." #2446
Comments
Just emerged the newest 2.2.51 version of GNS3. This happens using this version too. In the terminal following appears after saving the project as a new project:
The directory is called like above mentioned
And its contents is written normally:
Would be good if someone using the newest GNS3 version could test this on own hardware. This is reproduceable on 2 different Linux workstations, that have nothing in common apart from the linux distribution flavour. |
Did furthter testing using the currently released version GNS3 2.2.51 version. And could narrow it down to following:
In the console following appears:
The
Now. When stoping the fresh project and wanting to save as a new project this `issue described as above happens again. In example the new projects name is GNS3 using the the
|
Fixed, thanks for catching that! 👍 |
GNS3 2.2.50 generates random directory name in the project folder when using 'Save project as...'. It takes the GNS3
project_id
value instead ofname
.The
project_id
variable can be viewed using thehead *.gns3
in the GNS3 project directory.Describe the bug
Since the GNS3 version 2.2.50 the "Save project as..." function generates a random string directory name in the project folder instead of the desired one.
GNS3 version and operating system (please complete the following information):
Here the used versions of GNS3 on the workstation:
To Reproduce
Steps to reproduce the behavior:
62b9750e-7000-4c44-9566-078ca8ed85da
Screenshots or videos
Current stopped project:
The desired new project name:
Everything is fine in the GUI:
Projects directory listing:
Additional context
The .gns3 filename in the random directory name is created as desired, and everything is as it should. Only the directory name is kind of randomly generated. This did not happen with previous GNS3 versions. Currently downgraded to GNS3-2.2.49 version where this does not happen.
Contents of the random directory showing that the project file is named correctly and working:
The text was updated successfully, but these errors were encountered: