boklm pushed to branch main at The Tor Project / Applications / torbrowser-launcher

Commits:

1 changed file:

Changes:

  • torbrowser_launcher/__init__.py
    ... ... @@ -81,6 +81,9 @@ def main():
    81 81
         common = Common(tor_browser_launcher_version)
    
    82 82
         app = Application()
    
    83 83
     
    
    84
    +    if "WAYLAND_DISPLAY" in os.environ:
    
    85
    +        app.setDesktopFileName("torbrowser")
    
    86
    +
    
    84 87
         # Open the window
    
    85 88
         gui = None
    
    86 89