Package: systemd-ui / 3-2

Metadata

Package Version Patches format
systemd-ui 3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Fix ambiguity between GLib.Notification and Notify.N.patch | (download)

src/gnome-ask-password-agent.vala | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 fix ambiguity between `glib.notification' and `notify.notification'

Notification is both defined by Notify and the latest GLib, resulting in
a build failure. Use Notify.Notification instead to avoid this
ambiguity.

Closes: #746130