diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-12-23 14:22:35 +0100 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-12-23 14:22:35 +0100 |
commit | da78e6c75cab23d837cb4768efa3838ddb2286e7 (patch) | |
tree | 4f145c3713f350b392820d782179b8d4c72af316 /tests/service-mocks/media-player-mpris-mock/applications | |
parent | 478fe08844d29d0383c2c939e504f65ffcd25573 (diff) | |
download | ayatana-indicator-sound-da78e6c75cab23d837cb4768efa3838ddb2286e7.tar.gz ayatana-indicator-sound-da78e6c75cab23d837cb4768efa3838ddb2286e7.tar.bz2 ayatana-indicator-sound-da78e6c75cab23d837cb4768efa3838ddb2286e7.zip |
restore OSD notifications
Diffstat (limited to 'tests/service-mocks/media-player-mpris-mock/applications')
-rw-r--r-- | tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop b/tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop new file mode 100644 index 0000000..2ed5008 --- /dev/null +++ b/tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop @@ -0,0 +1,21 @@ +[Desktop Entry] +Name=TestPlayer1 +GenericName=Test Player 1 +X-GNOME-FullName=Test Player 1 +Comment=Play and organize your music collection +Keywords=Audio;Song;MP3;CD;Podcast;MTP;iPod;Playlist;Last.fm;UPnP;DLNA;Radio; +Exec=echo %U +Terminal=false +Type=Application +Icon=testplayer +X-GNOME-DocPath=testplayer/testplayer.xml +Categories=GNOME;GTK;AudioVideo;Audio;Player; +MimeType=application/x-ogg;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;audio/x-flac;audio/mp4;x-scheme-handler/itms;x-scheme-handler/itmss; +StartupNotify=true +X-GNOME-Bugzilla-Bugzilla=GNOME +X-GNOME-Bugzilla-Product=testplayer +X-GNOME-Bugzilla-Component=general +X-GNOME-Bugzilla-OtherBinaries=rhythmbox-client;rhythmbox-metadata; +X-GNOME-Bugzilla-Version=3.1 +X-GNOME-UsesNotifications=true + |