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
Linux: application icon missing from GNOME's application grid and taskbar/Alt-Tab (only visible in the system tray). QGuiApplication::desktopFileName() was never set, so GNOME Shell (via WM_CLASS/_GTK_APPLICATION_ID) could not reliably match the running window to the installed .desktop entry to resolve its icon — the match happened to work only when the packaged executable was manually renamed to pbregisteractivity. app.setDesktopFileName() is now set explicitly at startup, independent of the executable's actual file name