Files
snigdhaos-pkgbuilds/snigdhaos-kernel-switcher-cli/snigdhaos-kernel-manager-cli.desktop
2024-12-24 03:05:53 +05:30

19 lines
608 B
Desktop File

[Desktop Entry]
Name=Snigdha OS Kernel Manager CLI
Comment=Manage Linux kernels on Snigdha OS
Exec=sh -c "/usr/local/bin/snigdhaos-kernel-manager-cli.sh"
Icon=utilities-terminal
Terminal=true
Type=Application
Categories=System;Settings;Utility;Development;
StartupNotify=true
Actions=CheckForUpdates;ListKernels;
[Desktop Action CheckForUpdates]
Name=Check for Kernel Manager CLI Updates
Exec=sh -c "/usr/local/bin/snigdhaos-kernel-manager-cli.sh check-for-updates"
[Desktop Action ListKernels]
Name=List Installed Kernels
Exec=sh -c "/usr/local/bin/snigdhaos-kernel-manager-cli.sh list-installed-kernels"