[GH-ISSUE #472] [Linux] Gnome desktop does not show the icon correctly #295

Closed
opened 2026-02-28 14:31:58 +03:00 by kerem · 0 comments
Owner

Originally created by @ChrisLauinger77 on GitHub (May 18, 2024).
Original GitHub issue: https://github.com/jpochyla/psst/issues/472

Describe the bug
I installed the deb package - but the icon of the app is not shown correctly in dash and also not in app overview.

To Reproduce
Install the debian package - check for the icon in app overview / dash (when launched)

Expected behavior
Icon is correctly shown in both places

Screenshots
Bildschirmfoto vom 2024-05-18 12-34-56
Bildschirmfoto vom 2024-05-18 12-35-12

Environment

  • OS: debian
  • Version: trixie
  • gnome wayland desktop

Additional context
I played around a little and found a solution locally on my system:
I converted the icon (512x512.png) to "psst.svg" (scalable) with incscape (i attach it here).

psst

Then I modified the desktop file:
sudo cat /usr/share/applications/psst.desktop

[Desktop Entry]
Type=Application
Name=Psst
GenericName=Music Player
Icon=psst
TryExec=psst-gui
Exec=psst-gui %U
Terminal=false
MimeType=x-scheme-handler/psst;
Categories=Audio;Music;Player;AudioVideo;
StartupWMClass=psst-gui

With this 2 changes the icon is now shown in both places.

Thanks for this great app.

Originally created by @ChrisLauinger77 on GitHub (May 18, 2024). Original GitHub issue: https://github.com/jpochyla/psst/issues/472 **Describe the bug** I installed the deb package - but the icon of the app is not shown correctly in dash and also not in app overview. **To Reproduce** Install the debian package - check for the icon in app overview / dash (when launched) **Expected behavior** Icon is correctly shown in both places **Screenshots** ![Bildschirmfoto vom 2024-05-18 12-34-56](https://github.com/jpochyla/psst/assets/3518684/e4a01f30-999a-4f25-892b-9ca1ca8f6e52) ![Bildschirmfoto vom 2024-05-18 12-35-12](https://github.com/jpochyla/psst/assets/3518684/da9f1321-9e81-4cf2-88e1-d4741eccaaa1) **Environment** - OS: debian - Version: trixie - gnome wayland desktop **Additional context** I played around a little and found a solution locally on my system: I converted the icon (512x512.png) to "psst.svg" (scalable) with incscape (i attach it here). ![psst](https://github.com/jpochyla/psst/assets/3518684/2b02a855-54c6-4e80-9d99-4d9fa79cd472) Then I modified the desktop file: sudo cat /usr/share/applications/psst.desktop ``` [Desktop Entry] Type=Application Name=Psst GenericName=Music Player Icon=psst TryExec=psst-gui Exec=psst-gui %U Terminal=false MimeType=x-scheme-handler/psst; Categories=Audio;Music;Player;AudioVideo; StartupWMClass=psst-gui ``` With this 2 changes the icon is now shown in both places. Thanks for this great app.
kerem 2026-02-28 14:31:58 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/psst#295
No description provided.