~ubuntu-branches/ubuntu/precise/totem/precise-proposed

« back to all changes in this revision

Viewing changes to data/totem.desktop.in.in.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-07-27 15:47:52 UTC
  • mfrom: (189.1.9 precise)
  • Revision ID: package-import@ubuntu.com-20120727154752-gcj8uuyw30q1pwpz
Tags: 3.0.1-0ubuntu21.1
* debian/patches/git_use_keywords.patch:
  - backport upstream patch to set keywords in the desktop entry, 
    it makes easier to find totem in the unity dash or gnome-shell
    (lp: #976624)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Desktop Entry]
2
2
_Name=Movie Player
3
3
_Comment=Play movies and songs
 
4
_Keywords=Video;Movie;Film;Clip;Series;Player;DVD;TV;Disc;
4
5
Exec=totem %U
5
6
Icon=totem
6
7
Terminal=false
7
8
Type=Application
8
9
Categories=GTK;GNOME;AudioVideo;Player;Video;
 
10
@MIMETYPES@
9
11
X-GNOME-DocPath=totem/totem.xml
10
12
X-GNOME-Bugzilla-Bugzilla=GNOME
11
13
X-GNOME-Bugzilla-Product=totem
14
16
X-GNOME-Bugzilla-OtherBinaries=totem-video-indexer;totem-video-thumbnailer;totem-audio-preview;
15
17
X-GNOME-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/totem/totem-bugreport.py
16
18
StartupNotify=true
 
19
Actions=Play;Next;Previous;Mute;Fullscreen;
 
20
 
 
21
[Desktop Action Play]
 
22
_Name=Play/Pause
 
23
Exec=totem --play-pause
 
24
OnlyShowIn=Unity;
 
25
 
 
26
[Desktop Action Next]
 
27
_Name=Next
 
28
Exec=totem --next
 
29
OnlyShowIn=Unity;
 
30
 
 
31
[Desktop Action Previous]
 
32
_Name=Previous
 
33
Exec=totem --previous
 
34
OnlyShowIn=Unity;
 
35
 
 
36
[Desktop Action Mute]
 
37
_Name=Mute
 
38
Exec=totem --mute
 
39
OnlyShowIn=Unity;
 
40
 
 
41
[Desktop Action Fullscreen]
 
42
_Name=Fullscreen
 
43
Exec=totem --fullscreen
 
44
OnlyShowIn=Unity;