Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

dunst-1.12.1-1.1 RPM for aarch64

From OpenSuSE Ports Tumbleweed for aarch64

Name: dunst Distribution: openSUSE Tumbleweed
Version: 1.12.1 Vendor: openSUSE
Release: 1.1 Build date: Sun Dec 29 16:50:38 2024
Group: System/GUI/Other Build host: reproducible
Size: 417481 Source RPM: dunst-1.12.1-1.1.src.rpm
Packager: http://bugs.opensuse.org
Url: https://dunst-project.org
Summary: A customizable notification daemon
Dunst is a customizable replacement for the notification daemons
provided by most desktop environments.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sun Dec 29 2024 Dan Čermák <dcermak@suse.com>
  [#]# 1.12.1 -- 2024-12-17
    [#]## Changed
  - Improve man pages and add `dunstify(1)`
  - Accept old `height` syntax again (with notice) (#1412)
  - Add `history-clear` and `history-rm` zsh completions (#1418)
    [#]## Fixed
  - Memory corruption when reloading (#1413)
  - Fix height calculation regression (#1411)
  - Handle correctly file uri icons (#1409)
  - Fix typos in docs (#1415)
    [#]# 1.12.0 -- 2024-11-30
    [#]## Added
  - Export rules via dbus with `dunstctl rules [--json]` (#1212)
  - Added checks and messages for missing DBUS\_SESSION\_BUS\_ADDRESS (#1389)
  - Add `-e/--exit` flag to `dunstctl is-paused` to exit with 1 when paused (#1378)
  - Add color gradients for the progress bar (by providing a list of colors instead of one) (#1370)
  - Use TESTDIR env var as the base for the test program (#1376)
  - Add `dunstctl reload` to hot reload the configuration (#1350)
  - Add an optional id to `dunstctl close` (#1351)
  - Print compile-time options in `dunst --version` (#1336)
    [#]## Changed
  - BREAKING: Implement dynamic height (changes the the `height` setting, see manual) (#1342)
  - Change the preferred syntax of `offset` from `NxN` to `(N,N)` (#1330)
  - Install the systemd service file in the session.slice (#1397)
  - Open url with `dunstctl action` if no action is present (#1345,#1395)
  - Remove default icons (now no icons are hard-coded) (#1365,#1358)
  - Various updates to documentation and test suite
    [#]## Fixed
  - Order of context menu was reversed (#1394,#1375)
  - Resolve ~ and $HOME in `icon_path` (#1383,#1371)
  - Fix broken link to freedesktop's notification specs in man page (#1381)
  - Remove the message about shortcuts deprecation (#1353)
  - Fix vertical padding behaviour (#1342)
  - Fix bash completion (#1347)
  - Fix file suffix for fish completions during installation (#1339)
* Wed Dec 18 2024 Dan Čermák <dcermak@suse.com>
  - Enable tests
* Thu Jul 11 2024 Andrea Manzini <andrea.manzini@suse.com>
  - main package is a dependency of shell completion packages
* Sun May 19 2024 Andrea Manzini <andrea.manzini@suse.com>
  - update to 1.11.0:
    * Add corners, progress_bar_corners and icon_corners options
      to control which corners to round (#1268)
    * Support GTK/CSS cursor names on Wayland
    * Print detected monitors names (X11)
    * Make X11 optional in build (this allows wayland-only dunst)
    * Shell completions are now official
    * Don’t search for icon path if icons are disabled
    * Eagerly parse and cache colors
    * Update dunstctl manpage and documentation
    * Fix settings initialization (this prevented –print and –startup_notification from working)
    * Rework timer logic and fix error about Glib source ID for good
    * Prevent memory corruption in XrmSetDatabase
    * Don’t try to print NULL strings
    * Do not resolve icon paths twice
    * Don’t crash the test suite if librsvg is not present
    * Fix memory leak in DBus RuleEnable
    * Fix dunstctl rule (#1281)
    * Remove newlines from icon logging
    * Prevent make from failing if git tags are not found
    * Fix some typos (#1324, #1325, #1279)
  - provide sub-packages for shell completions
* Wed Oct 11 2023 Tomas Cech <sleep_walker@opensuse.org>
  - update to 1.9.2:
    * Fixed various documentation issues
    * Fixed high cpu when `show_age_treshold` = -1
    * High cpu usage in some situation, often correlated with being idle
* Tue Mar 28 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.9.1:
    * zsh completion for dunst and dunstctl (#1107 and #1108)
    * dunstctl `history-clear` command to delete all notifications
      from history (#1131)
    * dunstctl `history-rm command` to remove a single notification
      from history (#1128)
    * `progress_bar_corner_radius` option for adding rounded
      corners to the progress bar (off by default) (#1119)
    * `icon_corner_radius` option for adding rounded corners to
      notification icons (#1139)
    * Make libnotify and dunstify optional in build (#1129)
    * Man page typo's and readability (#1088 and #1121)
    * Length changes not being emitted over D-Bus (#1127)
    * Crash when locking screen with swaylock on Sway (#1148)
    * Dunst using 100% in some configurations with `idle_threshold`
      turned on (#1140)
* Mon Jan 16 2023 Dirk Müller <dmueller@suse.com>
  - update to 1.9.0:
    * `override_dbus_timeout` setting to override the notification timeout set
      via dbus.
    * Support notification gaps via the `gap_size` setting. Note that since
      the notifications are not separate windows, you cannot click in between the
      notifications.
    * Make `min_icon_size` and `max_icon_size` a rule for even more
      flexibility
    * The window offset is now scaled according to `scale` as well. This way
      notification stay visually in the same place on higher DPI screens.
    * For the recursive icon lookup, revert to using `min_icon_size` and
      `max_icon_size` instead of `icon_size`. `min_icon_size` is used as the size to
      look for in icon themes.
    * Recursive icon lookup is no longer experimental.
    * Recursive icon lookup is enabled in the default dunstrc. This does not
      change your settings when you have a custom dunstrc.
    * Added back the `action_name` setting that was accidentally dropped.
    * Broken `dunstctl history`.
    * Merged a few wayland fixes from mako (https://github.com/emersion/mako)
    * `follow=keyboard`: Fix regression where we don't fall back to mouse
    * Raw icons not being scaled according to icon size
    * Notifications not disappearing. For some people notifications would
      sometimes stay on screen until a new notification appeared. This should
      not happen anymore
* Thu Apr 14 2022 Timothy Brown <stimut@gmail.com>
  - Update to 1.8.1
    * release notes:
      https://github.com/dunst-project/dunst/blob/master/CHANGELOG.md
* Tue Dec 07 2021 Danilo Spinella <danilo.spinella@suse.com>
  - Update to 1.7.2
    * release notes:
      https://github.com/dunst-project/dunst/blob/master/CHANGELOG.md
  - Drop unneeded patch:
    * makefile.patch
  - Drop upstreamed patch:
    * dunst-xdg-open-can-open-URLs-don-t-rely-on-specific-hardco.patch
* Fri Jul 02 2021 Michal Suchanek <msuchanek@suse.com>
  - Do not hardcode web browser
    + dunst-xdg-open-can-open-URLs-don-t-rely-on-specific-hardco.patch

Files

/etc/dunst
/etc/dunst/dunstrc
/usr/bin/dunst
/usr/bin/dunstctl
/usr/bin/dunstify
/usr/lib/systemd/user/dunst.service
/usr/share/dbus-1/services/org.knopwob.dunst.service
/usr/share/doc/packages/dunst
/usr/share/doc/packages/dunst/CHANGELOG.md
/usr/share/doc/packages/dunst/README.md
/usr/share/licenses/dunst
/usr/share/licenses/dunst/LICENSE
/usr/share/man/man1/dunst.1.gz
/usr/share/man/man1/dunstctl.1.gz
/usr/share/man/man1/dunstify.1.gz
/usr/share/man/man5/dunst.5.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Feb 1 00:38:01 2025