Skip to content

Commit

Permalink
Merge pull request #108 from Alyxsqrd/sources
Browse files Browse the repository at this point in the history
Fix desktop entries on GNOME
  • Loading branch information
peazip authored Dec 2, 2023
2 parents 6e70506 + 528be7e commit 2cef231
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to 7Z
NoDisplay=true
Comment=Add files and folders to 7Z archive with PeaZip
Exec=peazip -add27z %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to archive
NoDisplay=true
Comment=Add files and folders to archive with PeaZip
Exec=peazip -add2archive %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to Brotli
NoDisplay=true
Comment=Add files and folders to Brotli archive with PeaZip
Exec=peazip -add2brotli %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to BZip2
NoDisplay=true
Comment=Add files and folders to BZip2 archive with PeaZip
Exec=peazip -add2bzip2 %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to GZip
NoDisplay=true
Comment=Add files and folders to GZip archive with PeaZip
Exec=peazip -add2gzip %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to PEA
NoDisplay=true
Comment=Add files and folders to PEA archive with PeaZip
Exec=peazip -add2pea %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to TAR
NoDisplay=true
Comment=Add files and folders to TAR archive with PeaZip
Exec=peazip -add2tar %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to WIM
NoDisplay=true
Comment=Add files and folders to WIM image file with PeaZip
Exec=peazip -add2wim %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to XZ
NoDisplay=true
Comment=Add files and folders to XZ archive with PeaZip
Exec=peazip -add2xz %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to ZIP
NoDisplay=true
Comment=Add files and folders to ZIP archive with PeaZip
Exec=peazip -add2zip %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to Zpaq
NoDisplay=true
Comment=Add files and folders to Zpaq archive with PeaZip
Exec=peazip -add2zpaq %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, add to Zstd
NoDisplay=true
Comment=Add files and folders to Zstd archive with PeaZip
Exec=peazip -add2zstd %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, convert
NoDisplay=true
Comment=Convert archives with PeaZip
Exec=peazip -add2convert %F
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, extract here
NoDisplay=true
Comment=Extract archives here with PeaZip
Exec=peazip -ext2here %F
TryExec=peazip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, extract here (smart new folder)
NoDisplay=true
Comment=Extract archives here with PeaZip (smart new folder)
Exec=peazip -ext2folder %F
TryExec=peazip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, extract archive(s)
NoDisplay=true
Comment=Extract archives with PeaZip
Exec=peazip -ext2main %F
TryExec=peazip
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Desktop Entry]
Name=PeaZip, open as archive
NoDisplay=true
Comment=Try to open file as archive with PeaZip, browse dir
Exec=peazip -ext2openasarchive %f
TryExec=peazip
Expand All @@ -8,4 +9,4 @@ Type=Application
Terminal=false
Categories=Utility;Archiving;Compression;
Keywords=zip;rar;tar;compress;extract;unpack;
MimeType=all/all;
MimeType=application/octet-stream;
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Icon=peazip_extract
[Desktop Action extractheresmart]
Name=PeaZip, extract here (smart new folder)
Exec=peazip -ext2folder %F
Icon=peazip_extract
Icon=peazip_extract

0 comments on commit 2cef231

Please sign in to comment.