diff --git a/audiogame-manager.sh b/audiogame-manager.sh index e07e85b..86be94e 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -137,7 +137,8 @@ desktop_launcher() { 'Terminal=false' 'Type=Application' 'StartupNotify=false' - 'Keywords=Games' + 'Keywords=game;' + 'Categories=Game;' 'Version=1.0') for i in "${dotDesktop[@]}" ; do echo "$i" >> "${desktopFile}"