Skip to content

Commit

Permalink
Set desktop entry name for the Qt GUI
Browse files Browse the repository at this point in the history
This will make the GUI program show the correct icon in the desktop
environment.
  • Loading branch information
igo95862 committed Jun 1, 2024
1 parent 4d4d041 commit 02abf32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bubblejail/bubblejail_gui_qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ def __init__(self, parent: BubblejailConfigApp):
class BubblejailConfigApp:
def __init__(self) -> None:
self.q_app = QApplication(argv)
self.q_app.setDesktopFileName("bubblejail-config")
self.window = QMainWindow()
self.window.resize(600, 400)
self.switch_to_selector()
Expand Down

0 comments on commit 02abf32

Please sign in to comment.