Attempt to make the shortcut show up in the correct menu.
This commit is contained in:
parent
396a9b6e55
commit
813c05dc6f
@ -137,7 +137,8 @@ desktop_launcher() {
|
|||||||
'Terminal=false'
|
'Terminal=false'
|
||||||
'Type=Application'
|
'Type=Application'
|
||||||
'StartupNotify=false'
|
'StartupNotify=false'
|
||||||
'Keywords=Games'
|
'Keywords=game;'
|
||||||
|
'Categories=Game;'
|
||||||
'Version=1.0')
|
'Version=1.0')
|
||||||
for i in "${dotDesktop[@]}" ; do
|
for i in "${dotDesktop[@]}" ; do
|
||||||
echo "$i" >> "${desktopFile}"
|
echo "$i" >> "${desktopFile}"
|
||||||
|
Loading…
Reference in New Issue
Block a user