antermin
antermin
@ivanskodje Both the service and URL are **not abandoned**, and I just checked the second link and can confirm that **it is still working, and the URL is the same**....
@parthy It seems that several distros, such as Debian's [virtualbox-qt](https://packages.debian.org/sid/virtualbox-qt), Arch Linux's [virtualbox](https://gitlab.archlinux.org/archlinux/packaging/packages/virtualbox/-/blob/main/PKGBUILD?ref_type=heads#L160), and openSUSE's [virtualbox](https://build.opensuse.org/package/view_file/openSUSE:Factory/virtualbox/virtualbox.spec?expand=1), apply setuid to the binaries.
@n-osennij The JXL uses lossless JPEG transcode. Did you apply lossless JPEG transcode yourself (e.g. `cjxl image.jpg image.jxl`)?
Since the JXL file uses lossless JPEG transcoding, one would expect libjxl to produce the original JPEG file. But what if the user / a software updated the metadata of...
Duplicate of #542.
It can also be reproduced with [nightly binary](https://artifacts.lucaversari.it/libjxl/libjxl/latest/jxl-linux-x86_64-static.zip) (`v0.9.0 5d20fbe1`).
One one hand, Nitter doesn't display a message or statement, and the user can click on the question mark icon (which leads you to the about page) to learn that...
Since you are using Windows, please ask at https://sourceforge.net/p/sevenzip/discussion/ . (Edit: I noticed that you already opened https://sourceforge.net/p/sevenzip/discussion/45797/thread/fb36521b4e/?limit=25#7ea9) p7zip is for Unix-like systems.
@AdamPS [Line 25 of PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=safeeyes#n25) : `optdepends=("xprintidle: for Smart Pause plugin" "python-croniter: for Health Stats plugin" "wlrctl: for Do Not Disturb plugin in Wayland")` versus: https://github.com/slgobinath/SafeEyes/blob/3e89aa4fcfdf34580536f2c6b50e5d178750791e/setup.py#L6-L12 As the AUR package...
> `cjxl .\1.jpg 1.jxl` See also: #468 > `cjxl .\1.jpg 1.jxl --lossless_jpeg=0 -d 1 -v -v -v -v` See also: #2126