Before submitting
Area
Build, CI, or release tooling
Steps to reproduce
- On Linux, install a T3 Code AppImage through AppImageLauncher using "Integrate and Run".
- Launch the integrated T3 Code desktop app.
- Use a shell or panel that reads desktop app icons from the installed desktop entry/icon theme, such as Niri with Noctalia's workspace view.
Expected behavior
The integrated AppImage should show the T3 Code app icon in desktop UI surfaces such as workspace switchers, panels, and launchers.
Actual behavior
The app can launch successfully, but desktop UI surfaces may show no icon for the integrated AppImage.
AppImageLauncher appears to install the AppImage desktop entry, but the packaged AppImage only provides the large source icon. It does not include the usual hicolor icon-theme sizes under paths like:
usr/share/icons/hicolor/512x512/apps/t3code.png
usr/share/icons/hicolor/256x256/apps/t3code.png
usr/share/icons/hicolor/128x128/apps/t3code.png
Some desktop environments and panels do not resolve the AppImage icon reliably without those standard hicolor entries.
Impact
Cosmetic issue
Version or commit
Observed with a nightly AppImage before the packaging fix, around v0.0.22-nightly.20260423.108.
Environment
Linux Wayland desktop using Niri and Noctalia, with AppImageLauncher integration enabled.
Logs or stack traces
No application error logs were involved. The app launched normally; the issue was the missing desktop icon after AppImage integration.
Screenshots, recordings, or supporting files
N/A
Workaround
Manually install appropriately named/sized icons into the user's hicolor icon theme and refresh the icon cache.
Before submitting
Area
Build, CI, or release tooling
Steps to reproduce
Expected behavior
The integrated AppImage should show the T3 Code app icon in desktop UI surfaces such as workspace switchers, panels, and launchers.
Actual behavior
The app can launch successfully, but desktop UI surfaces may show no icon for the integrated AppImage.
AppImageLauncher appears to install the AppImage desktop entry, but the packaged AppImage only provides the large source icon. It does not include the usual hicolor icon-theme sizes under paths like:
Some desktop environments and panels do not resolve the AppImage icon reliably without those standard hicolor entries.
Impact
Cosmetic issue
Version or commit
Observed with a nightly AppImage before the packaging fix, around
v0.0.22-nightly.20260423.108.Environment
Linux Wayland desktop using Niri and Noctalia, with AppImageLauncher integration enabled.
Logs or stack traces
No application error logs were involved. The app launched normally; the issue was the missing desktop icon after AppImage integration.Screenshots, recordings, or supporting files
N/A
Workaround
Manually install appropriately named/sized icons into the user's hicolor icon theme and refresh the icon cache.