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
Copy the created desktop file to ~/.local/share/applications
Search flashpoint in the app launcher
Expected behavior
An icon should be shown for the application.
Screenshots
Desktop (please complete the following information):
OS: Linux
Flashpoint Version: 14.0.1 (20250222)
Log text (if relevant)
Additional context
Seems like the file format svgz is the culprit here. If you convert svgz to svg with an online tool and then change the line to Icon=/home/xxx/Downloads/fp14.0.1_lin_main_20250222/Launcher/icon.svg, the icon shows up in the overview.
The text was updated successfully, but these errors were encountered:
Describe the bug
The setup-desktop-entry.sh creates a line for the icon to the svgz file.
Icon=/home/xxx/Downloads/fp14.0.1_lin_main_20250222/Launcher/icon.svgz
Unfortunately using svgz instead of svg causes no icon to be shown in the app overview, at least on Gnome 47.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
An icon should be shown for the application.
Screenshots

Desktop (please complete the following information):
Additional context
Seems like the file format svgz is the culprit here. If you convert svgz to svg with an online tool and then change the line to
Icon=/home/xxx/Downloads/fp14.0.1_lin_main_20250222/Launcher/icon.svg
, the icon shows up in the overview.The text was updated successfully, but these errors were encountered: