Package Details: pix 3.4.10-3

Git Clone URL: https://aur.archlinux.org/pix.git (read-only, click to copy)
Package Base: pix
Description: Image viewer and browser based on gthumb. X-Apps Project.
Upstream URL: https://github.com/linuxmint/pix
Licenses: GPL-2.0-or-later
Conflicts: pix-git
Provides: pix
Submitter: ion203
Maintainer: ion203
Last Packager: ion203
Votes: 43
Popularity: 0.043359
First Submitted: 2016-08-26 04:45 (UTC)
Last Updated: 2026-04-29 11:40 (UTC)

Dependencies (25)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

silvertuanzi commented on 2026-04-28 14:37 (UTC)

By the way according to meson.build, webkit2gtk-4.1 would be found first, so why not use webkit2gtk-4.1 as deps?

silvertuanzi commented on 2026-04-28 14:13 (UTC)

It should be webkit2gtk instead of webkitgtk

yochananmarqos commented on 2026-04-27 00:03 (UTC) (edited on 2026-04-28 14:18 (UTC) by yochananmarqos)

@ion203: Or you could build with the -Dwebservices=false flag and then the deprecated webkit2gtk and libsoup2 dependencies are not required at all.

ion203 commented on 2026-04-26 23:55 (UTC)

Thank you for the comment, I see that having webkit2gtk in depends instead of optional was an oversight and will fix this in the next update.

DABUNGINATOR commented on 2026-04-26 06:42 (UTC)

The Github repo lists webkit2gtk as an optional dependency, so why is it required here?

ion203 commented on 2025-11-24 14:02 (UTC)

I noticed that the package does compile and run fine without this icon pack, but you get a bunch of placeholder icons in the UI where resources are missing. Since xapp also switched to this icon pack with 3.2.0, I will hold off updating this one until xapp-symbolic-icons gets promoted to the official repos.

JotaRandom commented on 2025-11-23 07:41 (UTC)

the new version now use xapp-symbolic-icons as part of they dependencies.

not sure if its can run without it or compile, but look that dependency change is the only change.

ion203 commented on 2024-09-23 14:24 (UTC)

The message mentioned is unrelated to this project: glib2-devel being a build dependency for pix has no relation to it also being an optional dependency for glib2.

Generally, PKGBUILDs run unprivileged and cannot modify the local system. However, makepkg can get deps for you via "-s" / "--syncdeps" - see https://wiki.archlinux.org/title/Makepkg#Usage

noitemstoshow commented on 2024-09-23 14:03 (UTC)

@ion203 thanks for the quick reply. Yes by installing glib2-devel package first then the build completed ok. It would be handy if the build script will just fetch the glib2-devel package for the user. (the output says glib2 optionally requires glib2-devel: development tools)

ion203 commented on 2024-09-23 13:36 (UTC)

@noitemstoshow - I'm not able to reproduce this issue in a clean chroot. Make sure you have all required dependencies (including base-devel) and the build root is up to date.

"Make" dependencies - including glib2-devel here - are required for the build step.