diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2016-01-05 15:08:02 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2016-01-05 15:08:02 +0000 |
commit | 6869e11338783297c2b3fd3b4184cca1cd2d2150 (patch) | |
tree | b655eb961c3265d3ffb987cf3e9740f6fbc2da73 /tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop | |
parent | c0c4180561fba3e1ebe3f22381a4b5609e22f17b (diff) | |
parent | 58e4e5dd08444a193a52ae103f6bd432772dacc7 (diff) | |
download | ayatana-indicator-sound-6869e11338783297c2b3fd3b4184cca1cd2d2150.tar.gz ayatana-indicator-sound-6869e11338783297c2b3fd3b4184cca1cd2d2150.tar.bz2 ayatana-indicator-sound-6869e11338783297c2b3fd3b4184cca1cd2d2150.zip |
This branch just readds the OSD notifications code, that was reverted in trunk as the corresponding silo was also rolled back after landing.
Approved by: PS Jenkins bot, Xavi Garcia
Diffstat (limited to 'tests/service-mocks/media-player-mpris-mock/applications/testplayer1.desktop')
-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 + |