Xubuntu / lightdm-gtk-greeter

A GTK greeter for LightDM
GNU General Public License v3.0
150 stars 30 forks source link

LP#1380297 "lightdm gtk greeter failed to start" #29

Open bluesabre opened 4 years ago

bluesabre commented 4 years ago

Reported first on Launchpad at https://bugs.launchpad.net/lightdm-gtk-greeter/+bug/1380297

LP#0: frahergu (frahergu) wrote on 2014-10-12:

Xserver does not start, due to a failed greeter.

from lightdm.log:

[+0.70s] DEBUG: User /org/freedesktop/Accounts/User1001 added [+0.73s] DEBUG: User /org/freedesktop/Accounts/User1000 added [+1.54s] DEBUG: Got signal 10 from process 1235 [+1.54s] DEBUG: DisplayServer x-0: Got signal from X server :0 [+1.54s] DEBUG: DisplayServer x-0: Connecting to XServer :0 [+1.54s] DEBUG: Quitting Plymouth; retaining splash [+1.57s] DEBUG: Seat: Display server ready, starting session authentication [+1.57s] DEBUG: Session pid=1264: Started with service 'lightdm-greeter', username 'lightdm' [+1.60s] DEBUG: Session pid=1264: Authentication complete with return value 0: Success [+1.60s] DEBUG: Seat: Session authenticated, running command [+1.60s] DEBUG: Session pid=1264: Running command /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/lightdm-gtk-greeter [+1.60s] DEBUG: Creating shared data directory /var/lib/lightdm-data/lightdm [+1.60s] DEBUG: Session pid=1264: Logging to /var/log/lightdm/x-0-greeter.log [+1.61s] DEBUG: Activating VT 7 [+1.61s] DEBUG: Activating login1 session /org/freedesktop/login1/session/c1 [+1.71s] DEBUG: Session pid=1264: Greeter closed communication channel [+1.71s] DEBUG: Session pid=1264: Exited with return value 0 [+1.71s] DEBUG: Seat: Session stopped [+1.71s] DEBUG: Seat: Stopping; failed to start a greeter [+1.71s] DEBUG: Seat: Stopping [+1.71s] DEBUG: Seat: Stopping display server [+1.71s] DEBUG: Sending signal 15 to process 1235 [+1.83s] DEBUG: Process 1235 exited with return value 0 [+1.83s] DEBUG: DisplayServer x-0: X server stopped [+1.83s] DEBUG: Releasing VT 7

from X-0-greeter.log

/usr/sbin/lightdm-gtk-greeter: symbol lookup error: /usr/lib/x86_64-linux-gnu/libido3-0.1.so.0: undefined symbol: ubuntu_menu_item_factory_get_type

I've been unable so far to find the library containing the symbol.

Thanks.

Frahergu

bluesabre commented 4 years ago

LP#1: Andrew P. (kalgasnik) wrote on 2014-10-13:

Can you provide more info (dist, greeter version)? It looks like the result of failed update, or using some modified packages.

bluesabre commented 4 years ago

LP#2: Andrew P. (kalgasnik) wrote on 2014-10-13:

https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1226430

bluesabre commented 4 years ago

LP#3: frahergu (frahergu) wrote on 2014-10-18:

Info about distro:

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS" NAME="Ubuntu" VERSION="14.04.1 LTS, Trusty Tahr" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 14.04.1 LTS" VERSION_ID="14.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"

using Xubuntu 4.10

Info about greeter:

Package: lightdm-gtk-greeter Status: install ok installed Priority: optional Section: x11 Installed-Size: 914 Maintainer: Xubuntu Developers

with a lightdm

Package: lightdm Status: install ok installed Priority: optional Section: x11 Installed-Size: 544 Maintainer: Robert Ancell

  • Has a lightweight codebase
  • Is standards compliant (PAM, ConsoleKit, etc)
  • Has a well defined interface between the server and user interface
  • Cross-desktop (greeters can be written in any toolkit) Homepage: https://launchpad.net/lightdm

Malfunction started indeed after an update, but I tried to reinstall all packages related to lightdm and lightdm-gtk-greeter without success.