Refactor deb desktop integration
This commit is contained in:
parent
8692440f71
commit
5706ddbb24
|
@ -5,8 +5,6 @@ Comment=@{package.synopsis}
|
|||
MimeType=inode/directory;video/*;audio/*;text/*;
|
||||
Exec=filebot %F
|
||||
Icon=filebot
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=@{gnome.application.categories}
|
||||
Actions=Rename;Subtitles;Checksum;
|
||||
X-Ubuntu-Gettext-Domain=@{package.name}
|
||||
|
|
|
@ -7,5 +7,4 @@ Profiles=Media;
|
|||
[X-Action-Profile Media]
|
||||
Name=Checksum
|
||||
MimeTypes=inode/directory;video/*;audio/*;text/*;application/*;
|
||||
StartupNotify=true
|
||||
Exec=filebot --mode SFV %F
|
||||
|
|
|
@ -7,5 +7,4 @@ Profiles=Media;
|
|||
[X-Action-Profile Media]
|
||||
Name=Rename
|
||||
MimeTypes=inode/directory;video/*;audio/*;
|
||||
StartupNotify=true
|
||||
Exec=filebot --mode Rename %F
|
||||
|
|
|
@ -7,5 +7,4 @@ Profiles=Media;
|
|||
[X-Action-Profile Media]
|
||||
Name=Subtitles
|
||||
MimeTypes=inode/directory;video/*;
|
||||
StartupNotify=true
|
||||
Exec=filebot --mode Subtitles %F
|
||||
|
|
|
@ -3,4 +3,4 @@ Type=Menu
|
|||
Name=FileBot
|
||||
Tooltip=Common FileBot Actions
|
||||
Icon=filebot
|
||||
ItemsList=filebot-rename;filebot-subtitles;filebot-checksum;SEPARATOR;filebot-import;
|
||||
ItemsList=filebot-rename;filebot-subtitles;filebot-checksum;filebot-import;
|
||||
|
|
Loading…
Reference in New Issue