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
fix: name AppImage desktop entry after app_id for title bar icon
KWin resolves a window's icon (used by the title bar) on Wayland by matching
the app_id to a desktop file of the same name. The app_id is the program name
'OpenShock.Desktop', so install the entry as OpenShock.Desktop.desktop instead
of openshock-desktop.desktop. Plasma's task manager matched via StartupWMClass
already, which is why only the title bar was affected. Also clean up the old
mismatched-name entry.
0 commit comments