Skip to content
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 shows a generic icon in wayland (kde plasma) #3501

Closed
txutxifel opened this issue Aug 4, 2023 · 4 comments
Closed

GNS3 shows a generic icon in wayland (kde plasma) #3501

txutxifel opened this issue Aug 4, 2023 · 4 comments
Labels

Comments

@txutxifel
Copy link

Before you start
Maybe Its not an error on GNS3, It could be an error in python-qt5 o Wayland.
Maybe the following link can help

https://community.kde.org/Guidelines_and_HOWTOs/Wayland_Porting_Notes#Application_Icon

Describe the bug
Gns3 shows a generic icon in Wayland (no X11)

GNS3 version and operating system (please complete the following information):

  • OS: Opensuse (Linux) 15.4
  • GNS3 version 2.2.41
  • Local GNS3 Server

To Reproduce
Steps to reproduce the behavior:

  1. Open GNS3 in Wayland (KDE)
  2. Icon is showed

Screenshots or videos
imagen

@txutxifel txutxifel added the Bug label Aug 4, 2023
@grossmj
Copy link
Member

grossmj commented Aug 4, 2023

Thanks, how have you installed GNS3?

@txutxifel
Copy link
Author

txutxifel commented Aug 4, 2023

hi,
I have installed GNS3 via pip->

python3 -m pip install --upgrade --force-reinstall gns3-server
python3 -m pip install --upgrade --force-reinstall gns3-gui

@grossmj
Copy link
Member

grossmj commented Aug 5, 2023

Thanks, looks like this is a known issue: https://nicolasfella.de/posts/fixing-wayland-taskbar-icons/

Looks like we have to do use something like QGuiApplication::setDesktopFileName("org.gns3.app") in our GUI.

grossmj added a commit that referenced this issue Sep 15, 2023
@grossmj
Copy link
Member

grossmj commented Oct 23, 2023

This should have been fixed in the previous version (v.2.2.43): 7f6cace

Please let me know if it sill doesn't work. Thanks 👍

@grossmj grossmj closed this as completed Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants