Package: systemd-ui / 3-4

Metadata

Package Version Patches format
systemd-ui 3-4 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

Add appdata file.patch | (download)

Makefile.am | 4 4 + 0 - 0 !
src/systemadm.appdata.xml | 26 26 + 0 - 0 !
2 files changed, 30 insertions(+)

 add appdata file


Fix ambiguous references between GLib.ListStore and .patch | (download)

src/systemadm.vala | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix ambiguous references between glib.liststore and gtk.liststore

GLib.ListStore is a new class in GIO and creates a conflict in Vala 0.28

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787873