You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The current Blender Launcher doesn't have any wm_class string defined. This is important for Xorg/Wayland desktop manager to identify and handle multiple instances of the app. Missing wm_class also causes the app icon/name to be set to the default desktop manager icon/name.
To Reproduce
Steps to reproduce the behavior:
Launch Blender Launcher.
Check for the WM_CLASS value:
a. For X11, use xprop and click on the Blender Launcher
b. For Wayland, use Looking Glass (lg) to probe the wmclass value
It will return either null or empty string.
Expected behavior
The wm_class should have a unique, identifiable value.
System (please complete the following information):
Operation system: Fedora Workstation 41
Blender Launcher version: 2.3.2
The text was updated successfully, but these errors were encountered:
I've managed to set WM_CLASS on X11 using an application argument, but I'm stuck on setting it for Wayland. If you run the program with the env variable QT_QPA_PLATFORM=xcb anytime after commit 0983aa1 it should set the class to blender-launcher-v2
Leaving this open incase I discover a method for setting it in Wayland
Describe the bug
The current Blender Launcher doesn't have any
wm_class
string defined. This is important for Xorg/Wayland desktop manager to identify and handle multiple instances of the app. Missingwm_class
also causes the app icon/name to be set to the default desktop manager icon/name.To Reproduce
Steps to reproduce the behavior:
WM_CLASS
value:a. For X11, use
xprop
and click on the Blender Launcherb. For Wayland, use Looking Glass (
lg
) to probe thewmclass
valueExpected behavior
The
wm_class
should have a unique, identifiable value.System (please complete the following information):
The text was updated successfully, but these errors were encountered: