Merge .desktop files into a single menu entry
This causes a single item to appear in the Gnome application menu. Close and Settings can be accessed by right-clicking on the icon. Fixes #138.
This commit is contained in:
parent
f5d4b0be0c
commit
03dadd255d
3 changed files with 11 additions and 17 deletions
|
|
@ -5,4 +5,14 @@ Exec=discover-overlay
|
|||
Icon=discover-overlay
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Network;
|
||||
Actions=close;configure
|
||||
Categories=Utility;TelephonyTools
|
||||
Keywords=Discord
|
||||
|
||||
[Desktop Action close]
|
||||
Name=Close
|
||||
Exec=discover-overlay --close
|
||||
|
||||
[Desktop Action configure]
|
||||
Name=Settings
|
||||
Exec=discover-overlay --configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue