Skip to content

Commit

Permalink
kodi.desktop: Remove actions and default to --standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Oct 10, 2022
1 parent 18bd8ef commit 2c4eca5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions tools/Linux/kodi.desktop.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,9 @@ GenericName[zh_CN]=媒体中心
Comment=Manage and view your media
Comment[ru]=Просмотр и управление мультимедиа
Comment[zh_CN]=管理和查看您的媒体
Exec=@APP_NAME_LC@
Exec=@APP_NAME_LC@ --standalone
Icon=@APP_NAME_LC@
Terminal=false
Type=Application
Categories=AudioVideo;Video;Player;TV;

Actions=Fullscreen;Standalone;

[Desktop Action Fullscreen]
Name=Open in fullscreen
Name[zh_CN]=全屏打开
Exec=@APP_NAME_LC@ -fs

[Desktop Action Standalone]
Name=Open in standalone mode
Name[zh_CN]=在独立模式下打开
Exec=@APP_NAME_LC@ --standalone

0 comments on commit 2c4eca5

Please sign in to comment.