-
-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
...e/batch/freedesktop_integration/KDE-servicemenus/KDE6-dolphin/peazip-kde6-minimal.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[Desktop Entry] | ||
Type=Service | ||
MimeType=application/octet-stream | ||
Actions=peazipadd;peazipext;peazipexthere;peazipextfolder;peazipopen; | ||
X-KDE-Submenu=PeaZip | ||
X-KDE-Priority=TopLevel | ||
|
||
[Desktop Action peazipadd] | ||
Name=Archive... | ||
Icon=peazip | ||
Exec=peazip -add2archive %F | ||
|
||
[Desktop Action peazipext] | ||
Name=Extract... | ||
Icon=peazip | ||
Exec=peazip -ext2full %F | ||
|
||
[Desktop Action peazipexthere] | ||
Name=Extract here | ||
Icon=peazip_extract | ||
Exec=peazip -ext2here %F | ||
|
||
[Desktop Action peazipextfolder] | ||
Name=Extract here to a new folder | ||
Icon=peazip_extract | ||
Exec=peazip -ext2folder %F | ||
|
||
[Desktop Action peazipopen] | ||
Name=Open with PeaZip... | ||
Icon=peazip | ||
Exec=peazip -ext2browse %F |
51 changes: 51 additions & 0 deletions
51
...res/share/batch/freedesktop_integration/KDE-servicemenus/KDE6-dolphin/peazip-kde6.desktop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
[Desktop Entry] | ||
Type=Service | ||
MimeType=application/octet-stream | ||
Actions=peazipadd;peazipadd7z;peazipaddgzip;peazipaddzip;peazipconvert;peazipext;peazipexthere;peazipextfolder;peazipopen; | ||
X-KDE-Submenu=PeaZip | ||
X-KDE-Priority=TopLevel | ||
|
||
[Desktop Action peazipadd] | ||
Name=Archive... | ||
Icon=peazip | ||
Exec=peazip -add2archive %F | ||
|
||
[Desktop Action peazipadd7z] | ||
Name=Add to 7Z | ||
Icon=peazip_7z | ||
Exec=peazip -add27z %F | ||
|
||
[Desktop Action peazipaddgzip] | ||
Name=Add to GZIP | ||
Icon=peazip_add | ||
Exec=peazip -add2gzip %F | ||
|
||
[Desktop Action peazipaddzip] | ||
Name=Add to ZIP | ||
Icon=peazip_zip | ||
Exec=peazip -add2zip %F | ||
|
||
[Desktop Action peazipconvert] | ||
Name=Convert... | ||
Icon=peazip_convert | ||
Exec=peazip -add2convert %F | ||
|
||
[Desktop Action peazipext] | ||
Name=Extract... | ||
Icon=peazip | ||
Exec=peazip -ext2full %F | ||
|
||
[Desktop Action peazipexthere] | ||
Name=Extract here | ||
Icon=peazip_extract | ||
Exec=peazip -ext2here %F | ||
|
||
[Desktop Action peazipextfolder] | ||
Name=Extract here to a new folder | ||
Icon=peazip_extract | ||
Exec=peazip -ext2folder %F | ||
|
||
[Desktop Action peazipopen] | ||
Name=Open with PeaZip... | ||
Icon=peazip | ||
Exec=peazip -ext2browse %F |