Package Details: warehouse-git 2.2.0.r1.g007cd80-1

Git Clone URL: https://aur.archlinux.org/warehouse-git.git (read-only, click to copy)
Package Base: warehouse-git
Description: A versatile toolbox for managing flatpak user data, viewing flatpak app info, and batch managing installed flatpaks.
Upstream URL: https://github.com/flattool/warehouse
Licenses: GPL3
Submitter: Hoream
Maintainer: Hoream (lilac)
Last Packager: Hoream
Votes: 2
Popularity: 0.32
First Submitted: 2023-10-27 09:06 (UTC)
Last Updated: 2026-05-24 04:14 (UTC)

Latest Comments

Hoream commented on 2026-05-24 04:16 (UTC)

@Leia Thanks for the suggestions, I have updated the dependencies.

Leia commented on 2026-05-24 03:24 (UTC) (edited on 2026-05-24 03:30 (UTC) by Leia)

Some possible suggestions for updating the dependencies to:

depends=('flatpak-xdg-utils' 'gtk4' 'libadwaita' 'python-gobject')
makedepends=('appstream-glib' 'blueprint-compiler' 'cmake' 'git' 'meson' 'pkgconf')
  • The build will fail without 'blueprint-compiler' as a build-time dependency
  • Removed 'gtk-update-icon-cache' and 'desktop-file-utils' from runtime dependencies because 'gtk4' will pull those in
  • 'appstream-glib' and 'pkgconf' are optional but meson prefers having them

TechXero commented on 2023-11-30 11:59 (UTC)

Thanks works now ;)

Hoream commented on 2023-11-30 11:53 (UTC) (edited on 2023-11-30 11:55 (UTC) by Hoream)

Arch Linux does not have VERSION information in /etc/os-release. I resolved the issue by removing GLib.get_os_info("VERSION") from main.py, and now it should work fine.

TechXero commented on 2023-11-21 10:16 (UTC)

Issue

Traceback (most recent call last):
  File "/usr/bin/warehouse", line 46, in <module>
    sys.exit(main.main(VERSION))
             ^^^^^^^^^^^^^^^^^^
  File "/usr/share/warehouse/flattool_gui/main.py", line 178, in main
    app = WarehouseApplication()
          ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/warehouse/flattool_gui/main.py", line 63, in __init__
    os_string = GLib.get_os_info("NAME") + " " + GLib.get_os_info("VERSION")
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TypeError: can only concatenate str (not "NoneType") to str