-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
#!/usr/bin/env xdg-open | ||
[Desktop Entry] | ||
Name=Snigdha OS Assistant | ||
Comment=Tool for setting up Snigdha OS | ||
Encoding=UTF-8 | ||
Comment=Tool for setting up and managing Snigdha OS | ||
Exec=snigdhaos-assistant | ||
Terminal=false | ||
Type=Application | ||
Icon=snigdhaos-assistant | ||
Categories=System;SnigdhaOS-Setup; | ||
NoDisplay=false | ||
Categories=System;Settings;SnigdhaOS-Setup;Utility; | ||
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 |