mirror of
https://github.com/dewomser/dolphin-context-convert.git
synced 2026-03-13 17:17:18 +01:00
Bug Wandler zu webm (wahrscheinlich) beseitigt.
This commit is contained in:
parent
e04ccd8ae2
commit
9490d17a4b
1 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ Type=Service
|
|||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
MimeType=video/*;inode/directory;
|
||||
X-KDE-Priority=TopLevel
|
||||
Actions=ConvertToMP4;ConvertToAVI;ConvertToMOV;ConvertToMKV;ConvertToWMV;ConvertToFLV;ConvertToMPG;ConvertToMP3;ConvertToOGV;ConvertToWebM;ConvertToGIF;
|
||||
Actions=ConvertToMP4;ConvertToAVI;ConvertToMOV;ConvertToMKV;ConvertToWMV;ConvertToFLV;ConvertToMPG;ConvertToMP3;ConvertToOGV;ConvertToWEBM;ConvertToGIF;
|
||||
X-KDE-Submenu=Convert Video
|
||||
Icon=video-x-generic
|
||||
X-KDE-StartupNotify=false
|
||||
|
|
@ -48,10 +48,10 @@ Name=Convert to OGV
|
|||
Exec=~/Scripts/ffmpegconvert.sh %U ogv video
|
||||
Icon=video-x-theora+ogg
|
||||
|
||||
[Desktop Action ConvertToWebM]
|
||||
Name=Convert to WebM
|
||||
[Desktop Action ConvertToWEBM]
|
||||
Name=Convert to WEBM
|
||||
Exec=~/Scripts/ffmpegconvert.sh %U webm video
|
||||
Icon=video-webm
|
||||
Icon=video-x-flv
|
||||
|
||||
[Desktop Action ConvertToMP3]
|
||||
Name=Convert to MP3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue