Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upWrong window title displayed in GNOME top bar #956
Comments
This comment has been minimized.
This comment has been minimized.
It's due to a missing StartupWMClass key in the desktop file to allow GNOME Shell identify the application and display the right name.
|
This comment has been minimized.
This comment has been minimized.
@bilelmoussaoui conflicts with cryptomator/cryptomator-linux#10 |
This comment has been minimized.
This comment has been minimized.
@overheadhunter I should have mentioned that the WMClass I used was the one from the flatpak package. Not sure if it's the correct one |
This comment has been minimized.
This comment has been minimized.
I'm not sure if it's that simple. The StartupWMClass entry only provides a way to group windows of the same application together. It cannot be used to assign the WM class to an application. Btw, in the current snapshot version the window title says "java" (see screenshot) and the WM class is also "java" which means that |
This comment has been minimized.
This comment has been minimized.
Calling native functions is within the realm of possibility. |
Description
With GNOME 3.32.2, the wrong window title is displayed in the top bar when the Cryptomator window is focused.
System Setup
Steps to Reproduce
Expected Behavior
Cryptomator
will be displayed as the window's title.Actual Behavior
org.cryptomator.launcher.Cryptomator$MainApp
is displayed as the window's title.Reproducibility
Always
Additional Information
This bug is occurring on a fresh Manjaro installation with no prior use of Cryptomator.