mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 15:35:56 +03:00
[GH-ISSUE #472] [Linux] Gnome desktop does not show the icon correctly #295
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#295
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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


Environment
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).
Then I modified the desktop file:
sudo cat /usr/share/applications/psst.desktop
With this 2 changes the icon is now shown in both places.
Thanks for this great app.