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 desktop installs can show a missing/generic OpenCode desktop icon and may not allow the app to be pinned/grouped correctly in the dash/dock after the Electron packaging update in #31571.
That update set the Linux executable name to opencode-desktop to keep AppImage packaging path-safe. The deb/rpm desktop entry, icon basename, executable name, and Electron runtime desktop identity can then drift from the canonical app id ai.opencode.desktop, so GNOME/KDE may fail to associate the running window with the installed launcher/icon.
Description
Linux desktop installs can show a missing/generic OpenCode desktop icon and may not allow the app to be pinned/grouped correctly in the dash/dock after the Electron packaging update in #31571.
That update set the Linux executable name to
opencode-desktopto keep AppImage packaging path-safe. The deb/rpm desktop entry, icon basename, executable name, and Electron runtime desktop identity can then drift from the canonical app idai.opencode.desktop, so GNOME/KDE may fail to associate the running window with the installed launcher/icon.Plugins
N/A
OpenCode version
Recent desktop beta/prod builds after #31571
Steps to reproduce
Expected: OpenCode uses the OpenCode icon and can be pinned/grouped as the installed launcher.
Actual: users report a missing/generic icon and pinning issues.
Screenshot and/or share link
A user report included a Linux dock screenshot showing the running app represented by a generic gear icon.
Operating System
Linux desktop environments, reported around rpm/Linux installs. macOS appears unaffected.
Terminal
N/A