39 lines
876 B
Desktop File
39 lines
876 B
Desktop File
[Desktop Entry]
|
|
Type=Service
|
|
ServiceTypes=KonqPopupMenu/Plugin
|
|
MimeType=all/all;
|
|
Actions=as_zstd;as_7z;as_bz2;as_gz;as_zip;00_dialog;
|
|
X-KDE-Submenu=Compress
|
|
X-KDE-StartupNotify=false
|
|
X-KDE-Priority=TopLevel
|
|
|
|
[Desktop Action as_7z]
|
|
Name=as 7zip archive
|
|
Icon=ark
|
|
Exec=ark --changetofirstpath --add --autofilename 7z %F
|
|
|
|
[Desktop Action as_bz2]
|
|
Name=as bz2 archive
|
|
Icon=ark
|
|
Exec=ark --changetofirstpath --add --autofilename tar.bz2 %F
|
|
|
|
[Desktop Action as_gz]
|
|
Name=as gz archive
|
|
Icon=ark
|
|
Exec=ark --changetofirstpath --add --autofilename tar.gz %F
|
|
|
|
[Desktop Action as_zip]
|
|
Name=as zip archive
|
|
Icon=ark
|
|
Exec=ark --changetofirstpath --add --autofilename zip %F
|
|
|
|
[Desktop Action as_zstd]
|
|
Name=as Zstandard archive
|
|
Icon=ark
|
|
Exec=ark --changetofirstpath --add --autofilename tar.zst %F
|
|
|
|
[Desktop Action 00_dialog]
|
|
Name=Choose...
|
|
Icon=ark
|
|
Exec=ark --add --changetofirstpath --dialog %F
|