mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-23 13:45:05 +02:00
chore: update desktop entry and sync config with file
This commit is contained in:
parent
105a00f5b5
commit
3417a68f8f
@ -4,12 +4,11 @@ Name=Deezer
|
|||||||
GenericName=Online music streaming service
|
GenericName=Online music streaming service
|
||||||
Comment=Listen and download all your favorite music
|
Comment=Listen and download all your favorite music
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Icon=dev.aunetx.deezer
|
Icon=dev.aunetx.deezer.svg
|
||||||
TryExec=run.sh
|
|
||||||
Exec=run.sh %U
|
|
||||||
Terminal=false
|
Terminal=false
|
||||||
MimeType=x-scheme-handler/deezer;
|
MimeType=x-scheme-handler/deezer;
|
||||||
Categories=Audio;Music;Player;AudioVideo;
|
Categories=Audio;Music;Player;AudioVideo;
|
||||||
Keywords=Music;Player;Streaming;Online;
|
Keywords=Music;Player;Streaming;Online;
|
||||||
StartupWMClass=Deezer
|
StartupWMClass=Deezer
|
||||||
|
SingleMainWindow=true
|
||||||
X-GNOME-UsesNotifications=true
|
X-GNOME-UsesNotifications=true
|
@ -41,16 +41,21 @@
|
|||||||
"linux": {
|
"linux": {
|
||||||
"maintainer": "aunetx <me@aunetx.dev>",
|
"maintainer": "aunetx <me@aunetx.dev>",
|
||||||
"icon": "../icons",
|
"icon": "../icons",
|
||||||
"category": "Utility;AudioVideo;Audio;Player;Music;",
|
"category": "AudioVideo;Audio;Player;Music;",
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"entry": {
|
"entry": {
|
||||||
"Name": "Deezer",
|
|
||||||
"Type": "Application",
|
"Type": "Application",
|
||||||
|
"Name": "Deezer",
|
||||||
"GenericName": "Online music streaming service",
|
"GenericName": "Online music streaming service",
|
||||||
"Comment": "Listen and download all your favorite music",
|
"Comment": "Listen and download all your favorite music",
|
||||||
|
"StartupNotify": "true",
|
||||||
|
"Terminal": "false",
|
||||||
"MimeType": "x-scheme-handler/deezer;",
|
"MimeType": "x-scheme-handler/deezer;",
|
||||||
|
"Categories": "Audio;Music;Player;AudioVideo;",
|
||||||
"Keywords": "Music;Player;Streaming;Online;",
|
"Keywords": "Music;Player;Streaming;Online;",
|
||||||
"StartupWMClass": "Deezer"
|
"StartupWMClass": "Deezer",
|
||||||
|
"SingleMainWindow": "true",
|
||||||
|
"X-GNOME-UsesNotifications": "true"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
"artifactName": "${productName}-${version}-${arch}.${ext}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user