From c0ceaa41950b6e152632f6259c35fc80a842f3a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 27 May 2022 20:20:42 +0200 Subject: [PATCH] build: Fixed the .desktop file (#513) * Don't hardcode the path in here * This is not a GNOME application --- dist/imhex.desktop | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/imhex.desktop b/dist/imhex.desktop index c4545fe19..9bc9dada4 100644 --- a/dist/imhex.desktop +++ b/dist/imhex.desktop @@ -2,10 +2,9 @@ Name=ImHex Comment=ImHex Hex Editor GenericName=Hex Editor -Exec=/usr/bin/imhex %U +Exec=imhex %U Icon=imhex Type=Application StartupNotify=true -Categories=GNOME;GTK;Development; +Categories=Development;IDE; StartupWMClass=imhex -