Skip to content

v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jul 17:49

Fixed

  • 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