Package Details: zenity-gtk3 3.44.3-2

Git Clone URL: https://aur.archlinux.org/zenity-gtk3.git (read-only, click to copy)
Package Base: zenity-gtk3
Description: Display graphical dialog boxes from shell scripts. GTK3 version.
Upstream URL: https://gitlab.gnome.org/GNOME/zenity
Licenses: LGPL-2.1-or-later
Conflicts: zenity
Provides: zenity
Submitter: Sich
Maintainer: Sich
Last Packager: Sich
Votes: 2
Popularity: 0.51
First Submitted: 2024-02-07 07:11 (UTC)
Last Updated: 2024-02-10 13:22 (UTC)

Required by (252)

Sources (1)

Latest Comments

Phoenix1 commented on 2024-02-21 23:23 (UTC)

THANK YOU SO MUCH. You have no idea how much I have suffered with getting the GTK4 version of this crap to follow the system theme, I fixed it for a few months with libawaita-without-adwaita but that even that broke recently holy shit.

mitchdotnet commented on 2024-02-09 21:03 (UTC)

Doesn't build for me out of the box, had to edit PKGBUILD to

prepare() {
  cd "${srcdir}/zenity-${pkgver}"
}

build() {
  arch-meson zenity-${pkgver} build
  meson compile -C build
}