From 62e49797583418eee29e7ec1e030fa9b01caf575 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Thu, 28 Nov 2024 09:25:26 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20feat(=5Fentry):=20create=20a=20d?= =?UTF-8?q?esktop=20entry?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../applications/snigdhaos-kernel-switcher.desktop | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 usr/share/applications/snigdhaos-kernel-switcher.desktop diff --git a/usr/share/applications/snigdhaos-kernel-switcher.desktop b/usr/share/applications/snigdhaos-kernel-switcher.desktop new file mode 100644 index 0000000..eea6b85 --- /dev/null +++ b/usr/share/applications/snigdhaos-kernel-switcher.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Name=Snigdha OS Kernel Switcher +GenericName=Snigdha OS Kernel Switcher +X-GNOME-FullName=Snigdha OS Kernel Switcher +Comment=Snigdha OS Kernel Switcher - Add/Remove Linux kernels +Exec=/usr/bin/snigdhaos-kernel-switcher +Icon=snigdhaos-kernel-switcher-tux +Terminal=false +Type=Application +Categories=GTK;GNOME;Utility;Settings;X-GNOME-Settings-Panel;X-GNOME-SystemSettings;X-Unity-Settings-Panel;X-XFCE-SettingsDialog;X-XFCE-SystemSettings; +Keywords=kernel;tool;system +StartupNotify=true \ No newline at end of file