mirror of
https://github.com/Snigdha-OS/snigdhaos-assistant.git
synced 2025-09-06 20:55:17 +02:00
🐛 fix: _added wm class up
This commit is contained in:
@@ -1,11 +1,23 @@
|
|||||||
#!/usr/bin/env xdg-open
|
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Snigdha OS Assistant
|
Name=Snigdha OS Assistant
|
||||||
Comment=Tool for setting up Snigdha OS
|
Comment=Tool for setting up and managing Snigdha OS
|
||||||
Encoding=UTF-8
|
|
||||||
Exec=snigdhaos-assistant
|
Exec=snigdhaos-assistant
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=snigdhaos-assistant
|
Icon=snigdhaos-assistant
|
||||||
Categories=System;SnigdhaOS-Setup;
|
Categories=System;Settings;SnigdhaOS-Setup;Utility;
|
||||||
NoDisplay=false
|
NoDisplay=false
|
||||||
|
StartupWMClass=SnigdhaOS-Assistant
|
||||||
|
MimeType=text/plain;application/x-shellscript;
|
||||||
|
Comment=Setup and configure Snigdha OS with ease
|
||||||
|
Actions=Setup;Install;
|
||||||
|
|
||||||
|
[Desktop Action Setup]
|
||||||
|
Name=Run Setup Wizard
|
||||||
|
Exec=snigdhaos-assistant setup
|
||||||
|
Icon=preferences-system
|
||||||
|
|
||||||
|
[Desktop Action Install]
|
||||||
|
Name=Install Snigdha OS
|
||||||
|
Exec=snigdhaos-assistant install
|
||||||
|
Icon=package-install
|
||||||
|
Reference in New Issue
Block a user