mirror of
https://github.com/Snigdha-OS/snigdhaos-pkgbuilds.git
synced 2026-02-09 09:33:51 +01:00
19 lines
608 B
Desktop File
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"
|