[Touch-packages] [Bug 1614942] Re: "GLib-CRITICAL" messages keep appearing in log file

2018-11-15 Thread Derek Poon
Unfortunately, this bug is unlikely to be fixed upstream: "ConsoleKit is currently not actively maintained. The focus has shifted to the built-in seat/user/session management of Software/systemd called systemd-logind!" https://www.freedesktop.org/wiki/Software/ConsoleKit/ -- You received this b

[Touch-packages] [Bug 1264368] Re: GLib-CRITICAL **: Source ID was not found when attempting to remove it - warning when leaving Network menu of g-c-c

2018-10-12 Thread Derek Poon
The message is emitted by glib: https://gitlab.gnome.org/GNOME/glib/commit/a919be3d39150328874ff647fb2c2be7af3df996 The commit log description is: "gmain: Warn when g_source_remove() fails". So why is it calling g_critical() instead of g_warning()? Obviously, it's not a critical error, if people

[Touch-packages] [Bug 911622] Re: [12.04] GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/i386-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache': Datei oder Verzeichnis nicht gefund

2015-09-01 Thread Derek Poon
*** This bug is a duplicate of bug 619003 *** https://bugs.launchpad.net/bugs/619003 ** This bug has been marked a duplicate of bug 619003 GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache' -- You received this bug notification beca

[Touch-packages] [Bug 619003] Re: GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache'

2015-09-01 Thread Derek Poon
I got this message on trusty 14.04: Processing triggers for hicolor-icon-theme (0.13-1) ... (gtk-update-icon-cache-3.0:31711): GdkPixbuf-WARNING **: Cannot open pixbuf loader module file '/usr/lib/x86_64-linux-gnu/gdk- pixbuf-2.0/2.10.0/loaders.cache': No such file or directory This

[Touch-packages] [Bug 996791] Re: Xubuntu 12.04 extremely slow login

2015-05-14 Thread Derek Poon
I suspect that this bug is a duplicate of https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1350393 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in Ubuntu. https://bugs.launchpad.net/bugs/996791

[Touch-packages] [Bug 1350393] Re: Recent accountsservice update causes login window to hang

2015-05-14 Thread Derek Poon
This may be a duplicate of bug 996791. https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/996791 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in Ubuntu. https://bugs.launchpad.net/bugs/1350393 T

[Touch-packages] [Bug 1350393] Re: Recent accountsservice update causes login window to hang

2015-05-14 Thread Derek Poon
@Gunnar, 0.6.35-0ubuntu7.2 may be improve performance in some cases, but it does nothing to avoid the infinite hang that I characterized in comment #4. The fact that it calls user_language_validate() just once in the context of an LDAP user when the LDAP client isn't fully ready will cause account

[Touch-packages] [Bug 1350393] Re: Recent accountsservice update causes login window to hang

2015-05-11 Thread Derek Poon
I have found something close to a root cause, and I observe this hang 100% of the time under the following conditions: 1. Packages libnss-ldap_264-2.2ubuntu4.14.04.1 and accountsservice_0.6.35-0ubuntu7.1 are installed. 2. /etc/nsswitch.conf contains "passwd: files ldap" 3. An LDAP user has logged

[Touch-packages] [Bug 1350393] Re: Recent accountsservice update causes login window to hang

2015-05-11 Thread Derek Poon
Why lightdm behaves the way it does… In common/user-list.c, load_users() calls load_passwd_file(). The intended code path is is for load_passwd_file() to make use of the org.freedesktop.Accounts.ListCachedUsers DBus call.[1] However, due to the accounts-daemon failure[2], it falls back on the sl