1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/installer/deb/share/applications/filebot.desktop

28 lines
592 B
Desktop File
Raw Normal View History

[Desktop Entry]
2017-02-11 10:42:45 -05:00
Type=Application
2016-11-04 16:19:30 -04:00
Name=@{application.name}
Comment=@{package.synopsis}
2017-02-15 15:48:57 -05:00
MimeType=@{deb.application.mimetype}
2017-02-11 09:22:14 -05:00
Exec=filebot %F
Icon=filebot
2017-02-15 15:48:57 -05:00
Categories=@{deb.application.categories}
2017-02-14 16:10:31 -05:00
Actions=Rename;Subtitles;Checksum;
2017-02-15 12:35:04 -05:00
StartupNotify=true
2017-02-15 15:48:57 -05:00
StartupWMClass=@{deb.application.class}
2017-02-11 10:14:02 -05:00
X-Ubuntu-Gettext-Domain=@{package.name}
2017-02-11 09:22:14 -05:00
[Desktop Action Rename]
Name=Rename
Exec=filebot --mode Rename %F
2017-02-11 11:08:49 -05:00
OnlyShowIn=Unity;
2017-02-11 09:22:14 -05:00
[Desktop Action Subtitles]
Name=Subtitles
Exec=filebot --mode Subtitles %F
2017-02-11 11:08:49 -05:00
OnlyShowIn=Unity;
2017-02-11 09:22:14 -05:00
2017-02-14 16:10:31 -05:00
[Desktop Action Checksum]
2017-02-11 09:22:14 -05:00
Name=Checksum
Exec=filebot --mode SFV %F
2017-02-11 11:08:49 -05:00
OnlyShowIn=Unity;