Keybindings file overwritten on load error
As I mentioned in a comment on issue #149, this is likely to have changed with the new GdkPixbuf. Its new loader supports PNG EXIF rotation (tested it myself), and my linked bug report above is closed as resolved. So, that should be solved, although MComix may need to be modified to take advantage of the PNG rotation metadata now that it's available. The issue of not displaying the thumbnails with rotation, though, is probably still MComix's to solve.
This will likely have changed on any system using the new GdkPixbuf, which is based on a Rust loader called Glycin and has all-new support for a wider variety of image types and features. (For example, it now supports reading EXIF data from PNG files, something the old one never did.) This support is enabled automatically whenever the new GdkPixbuf is available, which means it will be present in Fedora 43 and later, but is still absent from Ub untu as of 25.10, as they chose to hold GdkPixbuf back...
Remove outdated copy of FindPkgConfig.cmake
Remove outdated copy of FindPkgConfig.cmake
Add created files to Recents list
Installation
Running tty in xfce4-terminal prints /dev/pts/0 Nevertheless, the script trips over -title. That's very strange, and inexplicable to me. If you want to find out how it's getting to that point, one thing you can do is run the .run file with sh -x, which will trace script commands as they're being executed. On my F42 system in a gnome-terminal window, that goes like this: $ sh -x ./hplip-3.25.2.run ++ umask + ORIG_UMASK=0022 + test n = n + umask 077 + CRCsum=3855771365 + MD5=080e82174e90441a77cd8f53061d3776...