You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
420 B
22 lines
420 B
15 years ago
|
[Desktop Entry]
|
||
|
ServiceTypes=inode/directory
|
||
|
Actions=CompressZip;CompressTarGz;CompressTarBz2
|
||
|
X-KDE-Priority=TopLevel
|
||
|
X-KDE-Submenu=Compress
|
||
|
|
||
|
[Desktop Action CompressZip]
|
||
|
Name=Zip Archive
|
||
|
Icon=ark
|
||
|
Exec=ark --add-to %u %u.zip
|
||
|
|
||
|
[Desktop Action CompressTarGz]
|
||
|
Name=Gzipped Tar Archive
|
||
|
Icon=ark
|
||
|
Exec=ark --add-to %u %u.tar.gz
|
||
|
|
||
|
[Desktop Action CompressTarBz2]
|
||
|
Name=Bzip2 Tar Archive
|
||
|
Icon=ark
|
||
|
Exec=ark --add-to %u %u.tar.bz2
|
||
|
|