Package Details: cartridges 2.8.3-1

Git Clone URL: https://aur.archlinux.org/cartridges.git (read-only, click to copy)
Package Base: cartridges
Description: A GTK4 + Libadwaita game launcher
Upstream URL: https://github.com/kra-mo/cartridges
Licenses: GPL3
Submitter: igor-dyatlov
Maintainer: FabioLolix
Last Packager: FabioLolix
Votes: 3
Popularity: 0.008370
First Submitted: 2023-02-06 17:47 (UTC)
Last Updated: 2024-04-09 12:06 (UTC)

Latest Comments

FabioLolix commented on 2023-10-21 13:37 (UTC)

The new flag -D tiff_compression=jpeg avoid issue #198

FabioLolix commented on 2023-10-13 15:11 (UTC) (edited on 2023-10-13 15:12 (UTC) by FabioLolix)

Testers welcome https://github.com/kra-mo/cartridges/issues/198#issuecomment-1761680642

Mr.Smith1974 commented on 2023-10-06 06:49 (UTC) (edited on 2023-10-06 06:59 (UTC) by Mr.Smith1974)

This is an issue with Arch's libtiff not suppporting WebP compression. You can enable "High Quality Images" in preferences to make it work and/or bug the maintainer of the AUR package about it.

https://github.com/kra-mo/cartridges/issues/198

root ERROR - Unretryable OSError in CoverManager for Left 4 Dead 2 (steam_550)
Traceback (most recent call last):
  File "/usr/share/cartridges/src/store/managers/manager.py", line 109, in try_manager_logic
    self.main(game, additional_data)
  File "/usr/share/cartridges/src/store/managers/cover_manager.py", line 195, in main
    convert_cover(
  File "/usr/share/cartridges/src/utils/save_cover.py", line 73, in convert_cover
    (image.resize(shared.image_size) if resize else image).save(
  File "/usr/lib/python3.11/site-packages/PIL/Image.py", line 2413, in save
    save_handler(self, fp, filename)
  File "/usr/lib/python3.11/site-packages/PIL/TiffImagePlugin.py", line 1857, in _save
    raise OSError(msg)
OSError: encoder error -2 when writing image file

zbik commented on 2023-06-13 15:29 (UTC)

like gardot said below libtiff needs to have webp configured or else the app crashes when importing and xdg-utils is needed as a dependency or else the app is useless without it because it relies on xdg-open.

gardotd426 commented on 2023-05-30 08:08 (UTC) (edited on 2023-05-30 08:08 (UTC) by gardotd426)

FYI, anyone hoping to use this needs to enable webp in libtiff, which means you have to build libtiff yourself. Also libtiff needs to be added as a dependency.

asp checkout libtiff
cd libtiff/repos/extra-x86_64/
gpg --import keys/pgp/*

Then edit the PKGBUILD and add --enable-webp to the configure section in the build=() segment, and makepkg -si. Otherwise it will freeze upon attempting to import anything.

yochananmarqos commented on 2023-02-13 17:07 (UTC)

Missing dependency on python-gobject.