Yeah, this kind of a mess is why I didn't decide to put MIME types in the main .desktop file after all: viewtopic.php?p=114284#p114284
This way only ROX (and Thunar) are supported, but in much more predictable and clean way.
Greetings!
Yeah, this kind of a mess is why I didn't decide to put MIME types in the main .desktop file after all: viewtopic.php?p=114284#p114284
This way only ROX (and Thunar) are supported, but in much more predictable and clean way.
Greetings!
Or just drag and drop its .desktop file onto the Quick Launch area.
Greetings!
Version 1.1:
- added feh (basic info about images)
- added fdisk (info about disk images)
- added unzip (meta from ODF/OOXML documents)
- bugfixes, improvements, refactoring
First post updated.
Greetings!
It seems that ROX is showing size on disk, equivalent of du -sB1 some_dir
.
Interestingly, in case of files, it shows "just" the size.
SpaceFM shows both:
Greetings!
No, but it was a trivial modification to add more ordering options, since it's already using sort
command.
Check out version 1.13.
Greetings!
OK, done.
Greetings!
I just updated the recipe, so the package itself should be availble soon, probably sometime tommorow.
In the meantime you may also want to try Jerry, which uses Stockfish (both in Gslapt).
Greetings!
LibreOffice (Draw) can also edit PDFs and you can actually edit an already existing text with it.
Greetings!
Version 1.24:
- added bzip3 support
- pigz can also create zlib (.zz) files
- mksquashfs: added "Keep root directory" option
- multithreading is now optional (when applicable)
First post updated.
Greetings!
@Jasper: Oh, my bad. PackIt doesn't use unsquashfs
at all, because it does the compression via mksquashfs
, not unpacking.
Attached statically linked, 32bit mksquashfs
.
No need to rename it to mksquashfs4
.
Greetings!
@Jasper: It's exactly the same issue (and solution) - just put unsquashfs4
in the resources dir and you're good to go.
Greetings!
Sure, no problem, attached.
Greetings!
If UExtract was able to "unpack" it, it was just an SQLite database.
To dump database to an SQL file:
Code: Select all
sqlite3 input.db .dump > output.sql
To do the opposite and turn an SQL file back into database:
Code: Select all
sqlite3 output.db < input.sql
Greetings!
Yep, apparently FFMPEG in JammyPup64 makes use of OpenSSL's deprecated stuff.
In Fatdog's build we also don't use no-deprecated
option.
Greetings!
Oh, ok, now I understand.
Well, with that new OpenSSL you would most likely also have to rebuilt FFMPEG against it (and possibly that other library).
Greetings!