/usr/share/applications/totem.desktop is in totem 3.18.1-1ubuntu4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | [Desktop Entry]
Name=Videos
Comment=Play movies
Keywords=Video;Movie;Film;Clip;Series;Player;DVD;TV;Disc;
Exec=totem %U
Icon=totem
Terminal=false
Type=Application
Categories=GTK;GNOME;AudioVideo;Player;Video;
X-GNOME-DocPath=totem/totem.xml
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=totem
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.18.1
X-GNOME-Bugzilla-OtherBinaries=totem-video-thumbnailer;totem-audio-preview;
StartupNotify=true
Actions=Play;Next;Previous;Mute;Fullscreen;
X-Ubuntu-Gettext-Domain=totem
X-AppStream-Ignore=true
[Desktop Action Play]
Name=Play/Pause
Exec=totem --play-pause
OnlyShowIn=Unity;
[Desktop Action Next]
Name=Next
Exec=totem --next
OnlyShowIn=Unity;
[Desktop Action Previous]
Name=Previous
Exec=totem --previous
OnlyShowIn=Unity;
[Desktop Action Mute]
Name=Mute
Exec=totem --mute
OnlyShowIn=Unity;
[Desktop Action Fullscreen]
Name=Fullscreen
Exec=totem --fullscreen
OnlyShowIn=Unity;
|