| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: zenity | Distribution: SUSE Linux Enterprise 15 |
| Version: 4.0.0 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150600.1.3 | Build date: Thu May 9 16:52:07 2024 |
| Group: System/GUI/GNOME | Build host: h01-ch3c |
| Size: 621985 | Source RPM: zenity-4.0.0-150600.1.3.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://wiki.gnome.org/Projects/Zenity | |
| Summary: GNOME Command Line Dialog Utility | |
Zenity is a basic rewrite of gdialog, without the pain involved of trying to figure out commandline parsing. Zenity is zen-like; simple and easy to use. Zenity Dialogs: Calendar, Text Entry, Error, Informational, File Selection, List, Progress, Question, Text Information, Warning and Password. Zenity is especially useful in scripts.
LGPL-2.1-or-later
* Fri Dec 08 2023 bjorn.lie@gmail.com
- Update to version 4.0.0:
+ 1st stable release of Zenity based on libadwaita/gtk4.
+ Several command-line options have been deprecated since 3.x.
These deprecations will either activate an alternate action, or
do nothing. In either case, a deprecation warning will be
printed to STDERR. This is to ensure as smooth a transition
from scripts targeting Zenity 3.x as possible.
+ Changes and bugfixes since 3.99.91:
- Add rudimentary test suite
- progress: --auto-close and --percentage=100 don't co-mingle
- about: Port to libadwaita; update copyright info
- forms:
. Remove unused variable
. Port GtkComboBox to GtkDropDown
- tree/colview: Implement missing --hide-header option
- progress: OK should be clickable if --percentage=100 at the
outset
- NEWS: fix typo
- Updated translations.
* Mon Dec 04 2023 bjorn.lie@gmail.com
- Update to version 3.99.91:
+ password:
- Remove spurious "Warning" heading
- Only fetch username buffer if username option specified
+ build: Add implicit fallthrough warnings
+ password/msg: Handle ZENITY_TIMEOUT to be in line with other
libadwaita-based dialogs
+ filesel: Fix exit statuses for cancel and timeout
+ Cleanup 'timeout' and make it work properly for all dialogs
+ util: Maintain default timeout exit status as 5 for backwards
compat; various cleanups
+ text: webkit2gtk-6.0 fixes
+ msg: Code cleanups
+ Updated translations.
* Fri Nov 24 2023 bjorn.lie@gmail.com
- Update to version 3.99.90:
+ build: Make building manpage dependent upon manpage option
+ text: Handle long inputs properly
+ colview: Use g_signal_connect_object
+ tree/colview: Return correct value when filtered using search;
code cleanups
+ colview: Add missing declaration to header
+ build:
- Make implicit declarations an error
- Make zenity4 compile against gtk 4.12 without deprecation
warnings
+ tree:
- Fix reading input from a named pipe
- --checklist or --radiolist with < 2 cols should be an error
- Fix output for non-check/radio multiple selections
+ util: Replace gtk_window_destroy() with
gtk_application_remove_window().
+ Updated translations.
* Thu Sep 07 2023 bjorn.lie@gmail.com
- Update to version 3.99.2:
+ Minor code cleanups
+ option:
- Don't try to access stack-based argv within a glib2 mainloop
- Allow --version and --help to work without a display server
running
+ data: Reinstate help2man manpage autogeneration
+ build: Make manpage/help2man requirement more explicit
+ ci: Add help2man as 'build_fedora' target build dep
+ Updated translations.
* Thu Aug 10 2023 bjorn.lie@gmail.com
- Update to version 3.99.1:
+ question: do not hardcode "Yes" and "No" buttons
+ Set the default response explicitly for all AdwMessageDialog's
+ column-view: Widget should go directly in GtkScrolledWindow
+ msg: Make --ok-label and --cancel-label work for --question
dialogs
+ Add separate case for ZENITY_ESC; don't print junk or crash
with extra buttons
+ Fix --extra-button and delete events for legacy
(non-libadwaita) dialogs
+ filesel: Fix --filename for zenity 4.x
+ Updated translations.
- Re-enable help2man BuildRequires, now that no longer fails the
build.
* Wed Jun 07 2023 bjorn.lie@gmail.com
- Update to version 3.99.0:
+ option: Add various non-fatal deprecation warnings that were
previously missing, and fix a misleading deprecation message
for `--window-icon`
+ main: Add G_APPLICATION_FLAGS_NON_UNIQUE to GApplication flags
+ progress: Cleanup unnecessary static objects and remove
spurious builder unref
+ util:
- Remove fatal assert on exit if window invalid GtkWindow
- Ignore superfluous quit requests
- Remove superfluous GtkWindow cast check
+ data: Manpage generation changes; don't automatically generate
the manpage from help2man for now (this will preferably be
reinstated post-4.0 once the issues are worked out)
+ a11y: Label the widgets in a forms UI properly
+ Updated translations.
* Thu May 04 2023 bjorn.lie@gmail.com
- Update to version 3.92.0:
+ progress: don't update responses that aren't there
+ Set dialog 'heading', not 'title' for the --title option
+ tree: fix handling of multi-row stdin input
+ tree-column-view: don't steal children
+ Port to webkitgtk 6.0
+ webkit: Fix leak by removing unnecessary ref sink
+ option: Add non-fatal deprecation warning for
- -confirm-overwrite
+ help: Fix typo in Basque help translation
+ Updated translations.
* Tue Mar 07 2023 bjorn.lie@gmail.com
- Update to version 3.91.0:
+ tree: Port to GtkColumnView
+ desktop file: Remove spurious translation comment
+ i18n: rename POTFILES to POTFILES.in
+ help:
- Fix invalid markup in German help translation
- Freedesktop.org spec fixes
+ Updated translations.
* Fri Jan 27 2023 bjorn.lie@gmail.com
- Update to version 3.90.0:
+ Initial alpha release based on libadwaita and GTK4.
- Replace pkgconfig(gtk+-3.0) with pkgconfig(gtk4) and add
desktop-file-utils and pkgconfig(libadwaita-1) BuildRequires
following upstream changes. Also add a check section and
meson_test macro.
- Add disabled help2man BuildRequires, needed for man pages but
currently fails the build.
* Fri Jan 27 2023 bjorn.lie@gmail.com
- Update to version 3.44.0:
+ scale: set a page increment so mouse wheel can be used on
widget.
+ build:
- Use GNOME module post_install().
- Replace deprecated functions.
+ docs: Fix incorrect markup.
+ Updated translations.
* Fri Sep 23 2022 bjorn.lie@gmail.com
- Drop pkgconfig(libnotify) and pkgconfig(webkit2gtk-4.1)
BuildRequires: Upstream disabled building of libnotify and html
support by default more than a year ago, and we have not been
building that support in this time, so lets drop the unused
dependencies.
* Thu Jul 07 2022 dimstar@opensuse.org
- Update to version 3.43.0:
+ Documentation updates.
+ Bump WebkitGTK dependency to API 4.1, for GNOME 43.
+ Updated translations.
- Add pkgconfig(webkit2gtk-4.1) BuildRequires: enable webkit
support.
* Wed Apr 27 2022 dimstar@opensuse.org
- Update to version 3.42.1:
+ scale: Make OK button default (allows pressing Enter to accept
selected value).
+ Fix maximum width of message dialogs to 60 characters, and make
message dialogs non-resizable (fixes regression from 3b64d05e).
* Fri Apr 01 2022 bjorn.lie@gmail.com
- Update to version 3.42.0:
+ tree: Clicking row checks radio/checkboxes.
+ Fix search column selection with --imagelist.
+ Updated translations.
* Thu Sep 16 2021 sbrabec@suse.com
- Remove obsolete translation-update-upstream support
(jsc#SLE-21105).
* Mon Aug 23 2021 dimstar@opensuse.org
- Update to version 3.41.0:
+ Port to meson.
+ Code cleanups.
+ Updated translations.
- Add meson BuildRequires and replace configure/make/make_install
with meson/meson_build/meson_install macros.
- Drop zenity-Fix-segfault-on-multiple-lists.patch: fixed
upstream.
* Fri Jan 24 2020 bjorn.lie@gmail.com
- Drop pkgconfig(webkit2gtk-4.0) BuildRequires and pass
- -disable-webkitgtk to configure, no longer build webkitgtk
support.
- Drop zenity-lang Recommends, not needed as -lang supplements
takes care of it.
* Thu Sep 26 2019 bjorn.lie@gmail.com
- Add zenity-Fix-segfault-on-multiple-lists.patch: src/forms.c: Fix
segfault on multiple lists without values.
* Fri Mar 22 2019 bjorn.lie@gmail.com
- Update to version 3.32.0:
+ Fix autotools warnings.
+ Use upstream autoreconf instead deprecated gnome-autogen.
+ Add <description> to DOAP file.
+ Replace Bugzilla by Gitlab URL in DOAP file.
+ help: Update all screenshots for Zenity 3.30.
- Drop zenity-Makes-progress-consider-decimal.patch: Fixed
upstream.
* Fri Dec 28 2018 bjorn.lie@gmail.com
- Add upstream bug fix patch:
+ zenity-Makes-progress-consider-decimal.patch: Makes progress to
consider the decimal from percent update.
* Fri Oct 05 2018 bjorn.lie@gmail.com
- Update to version 3.30.0:
+ Updated translations.
* Tue Apr 10 2018 bjorn.lie@gmail.com
- Update to version 3.28.1:
+ Updated translations.
* Tue Mar 20 2018 dimstar@opensuse.org
- Unconditionally enable translation-update-upstream: on
Tumbleweed, this results in a NOP and for Leap in SLE paid
translations being used (boo#1086036).
* Mon Mar 12 2018 dimstar@opensuse.org
- Update to version 3.28.0:
+ Updated translations.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec file using spec-cleaner.
* Wed Feb 14 2018 dimstar@opensuse.org
- Use SPDX-3.0 license identifier.
- Package COPYING as %license, not as %doc.
* Mon Feb 05 2018 dimstar@opensuse.org
- Drop gettext BuildRequires that was introduced with the 3.26.0
update: the dependency is not needed.
* Sun Feb 04 2018 luc14n0@linuxmail.org
- Update to version 3.27.90:
+ Updated translations.
* Tue Nov 14 2017 luc14n0@linuxmail.org
- Update to version 3.26.0:
+ Use GtkFileChooserNative for the file chooser.
- Changes from version 3.24.1:
+ Fix:
- Style.
- Message dialog width and height on recent Gtk.
- Misleading indentation.
+ Add clang-format script.
+ Bug 762347: Addition of entry text width option.
+ Updated translations.
- Changes from version 3.24.2:
+ No changes.
- Update Url to https://wiki.gnome.org/Projects/Zenity: current
Zenity project's web page.
- Point fdupes to the data directory instead of the build root,
which is a practice that must be avoided.
- Remove %clean section as it's no longer needed since RPM now does
the job by itself.
- Replace intltool by gettext BuildRequires: since upstream did the
migration long ago and we don't want deviations to avoid bugs.
* Tue Mar 21 2017 zaitor@opensuse.org
- Update to version 3.24.0:
+ Updated translations.
* Mon Sep 19 2016 zaitor@opensuse.org
- Update to version 3.22.0:
+ Several fixes for proper translations.
+ Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
* Fri Apr 15 2016 mgorse@suse.com
- Update to GNOME 3.20 Fate#318572
* Wed Mar 23 2016 zaitor@opensuse.org
- Update to version 3.20.0:
+ Updated translations.
* Sat Oct 17 2015 zaitor@opensuse.org
- Update to version 3.18.1.1:
+ Fix compilation when webkitgtk is not installed (bgo#756756).
* Sat Oct 17 2015 zaitor@opensuse.org
- Update to version 3.18.1:
+ Fixing GLib-CRITICAL messages.
+ Fixing html option being parsed to other dialogs rather then
text-info.
+ Fixing glade file.
+ Updated translations.
* Mon Sep 21 2015 dimstar@opensuse.org
- Update to version 3.18.0:
+ Fix Makefile files.
+ Updated translations.
* Wed Jun 24 2015 zaitor@opensuse.org
- Update to version 3.16.3:
+ Fix zenity --list.
+ bgo#751332: zenity --forms does not center in the screen.
+ bgo#638582: zenity --notification --listen can't show multi
line tooltip.
+ Add the possibility to pass title and the summary to zenity
notification.
+ bgo#672090: Impossible to confirm --text-info.
+ bgo#742963: Basic notifications do not return.
+ Fix GLib critical messages.
+ Fixing deprecated declarations.
+ Fix uninitialized progress_bar error.
+ Fix typo in documentation.
+ Port to webkit2gtk.
+ Updated translations.
- Replace pkgconfig(webkitgtk-3.0) for pkgconfig(webkit2gtk-4.0)
BuildRequires following upstreams port.
* Thu May 14 2015 zaitor@opensuse.org
- Update to version 3.16.2:
+ bgo#749359: zenity --list produces incorrect output.
+ Do not make zenity_util_show_dialog() X11 specific.
+ Use upstream gettext instead intltool.
+ Improve some strings.
+ option.c: Fixing typo in extra-button option.
+ Merge branch 'jjardon/no_deprecated'.
+ ADD gchar **extra_label TO struct ZenityData.
+ Allow build if GDK_WINDOWING_X11 not set.
+ Fix bgo#734196.
+ Updated translations.
* Wed May 13 2015 zaitor@opensuse.org
- Update to version 3.16.0:
+ Allow user to interact with --text-info --html WebView.
+ bgo#700249: Progress dialog does not wrap.
+ Better sollution for wrap text.
+ bgo#734049: zenity --text-info chokes on some UTF-8 string.
+ Allow --text-info to load resources also from relative file://
URIs.
+ bgo#685051: Adding --mid-search option to --list.
+ Fixing g_timeout_add calls.
+ Fixing remain g_timeout_add.
+ Allow --text-info to load resources from absolute file:// URIs.
+ Added time-remaining support to progress bars.
+ Don't quit zenity when the input stream is closed.
+ Updated translations.
/usr/bin/zenity /usr/share/applications/org.gnome.Zenity.desktop /usr/share/doc/packages/zenity /usr/share/doc/packages/zenity/AUTHORS /usr/share/doc/packages/zenity/ChangeLog /usr/share/doc/packages/zenity/NEWS /usr/share/doc/packages/zenity/README.md /usr/share/help/C/zenity /usr/share/help/C/zenity/calendar.page /usr/share/help/C/zenity/color-selection.page /usr/share/help/C/zenity/entry.page /usr/share/help/C/zenity/error.page /usr/share/help/C/zenity/figures /usr/share/help/C/zenity/figures/zenity-calendar-screenshot.png /usr/share/help/C/zenity/figures/zenity-colorselection-screenshot.png /usr/share/help/C/zenity/figures/zenity-entry-screenshot.png /usr/share/help/C/zenity/figures/zenity-error-screenshot.png /usr/share/help/C/zenity/figures/zenity-fileselection-screenshot.png /usr/share/help/C/zenity/figures/zenity-forms-screenshot.png /usr/share/help/C/zenity/figures/zenity-information-screenshot.png /usr/share/help/C/zenity/figures/zenity-list-screenshot.png /usr/share/help/C/zenity/figures/zenity-notification-listen-screenshot.png /usr/share/help/C/zenity/figures/zenity-notification-screenshot.png /usr/share/help/C/zenity/figures/zenity-password-screenshot.png /usr/share/help/C/zenity/figures/zenity-progress-screenshot.png /usr/share/help/C/zenity/figures/zenity-question-screenshot.png /usr/share/help/C/zenity/figures/zenity-scale-screenshot.png /usr/share/help/C/zenity/figures/zenity-text-screenshot.png /usr/share/help/C/zenity/figures/zenity-warning-screenshot.png /usr/share/help/C/zenity/file-selection.page /usr/share/help/C/zenity/forms.page /usr/share/help/C/zenity/index.page /usr/share/help/C/zenity/info.page /usr/share/help/C/zenity/intro.page /usr/share/help/C/zenity/legal.xml /usr/share/help/C/zenity/list.page /usr/share/help/C/zenity/message.page /usr/share/help/C/zenity/notification.page /usr/share/help/C/zenity/password.page /usr/share/help/C/zenity/progress.page /usr/share/help/C/zenity/question.page /usr/share/help/C/zenity/scale.page /usr/share/help/C/zenity/text.page /usr/share/help/C/zenity/usage.page /usr/share/help/C/zenity/warning.page /usr/share/icons/hicolor/48x48/apps/zenity.png /usr/share/licenses/zenity /usr/share/licenses/zenity/COPYING /usr/share/man/man1/zenity.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 15:54:22 2025