From 13078916b74c5269a374db019bb82faa5bac69b2 Mon Sep 17 00:00:00 2001 From: lutgaru Date: Sat, 16 Aug 2025 19:15:57 -0700 Subject: [PATCH] Add generic .desktop file --- assets/SerialGUI-rs.desktop | 10 ++++++++++ snap/gui/serialgui_rs.desktop | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 assets/SerialGUI-rs.desktop diff --git a/assets/SerialGUI-rs.desktop b/assets/SerialGUI-rs.desktop new file mode 100644 index 0000000..bc1b5cb --- /dev/null +++ b/assets/SerialGUI-rs.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Name=SerialGUI-Rs +Comment=A cross-platform GUI for serial communication +Exec=serialgui-rs +Terminal=false +Type=Application +Icon=com.github.opentronika.SerialGUI-rs +Categories=Development;Electronics,Utility,Communication; +Keywords=serial;communication;gui;rust;opentronika; +StartupNotify=true \ No newline at end of file diff --git a/snap/gui/serialgui_rs.desktop b/snap/gui/serialgui_rs.desktop index aa4ddc0..726ef01 100644 --- a/snap/gui/serialgui_rs.desktop +++ b/snap/gui/serialgui_rs.desktop @@ -1,8 +1,10 @@ [Desktop Entry] Name=SerialGUI-Rs -Comment=A lightweight serial terminal monitor +Comment=A cross-platform GUI for serial communication Exec=serialgui-rs.SerialGUI-rs Icon=${SNAP}/meta/gui/serialgui-rs.png Terminal=false Type=Application -Categories=Utility;Communication; \ No newline at end of file +Categories=Development;Electronics,Utility,Communication; +Keywords=serial;communication;gui;rust;opentronika; +StartupNotify=true \ No newline at end of file