Skip to content

Commit

Permalink
Fix generic icon in Wayland. Ref #3501
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Sep 15, 2023
1 parent 1a739c0 commit 7f6cace
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gns3/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ def __init__(self, argv, hdpi=True):

super().__init__(argv)

# this is tell Wayland what is the name of the desktop file (gns3.desktop)
self.setDesktopFileName("gns3")

# this info is necessary for QSettings
self.setOrganizationName("GNS3")
self.setOrganizationDomain("gns3.net")
Expand Down

0 comments on commit 7f6cace

Please sign in to comment.