Results 1 to 3 of 3

Thread: Can Not login to Wayland Session After Upgrading to Ubuntu 24.10 with GNOME 47.0

  1. #1
    Join Date
    Aug 2008
    Location
    Indonesia
    Beans
    14
    Distro
    Ubuntu

    Exclamation Can Not login to Wayland Session After Upgrading to Ubuntu 24.10 with GNOME 47.0

    After Upgrading from Ubuntu 24.04.01 to Ubuntu 24.10 tonight.
    I can not login on Wayland session —which is the default session—

    However This still works:
    👍 Login with Xorg session (the login prompt works)
    👍 Login using another wayland Desktop Enviroment (I tried Weston)
    👍 Login with a newly created user

    Suspected dmesg output
    Code:
    [ 89.746948] gnome-shell[4032]: segfault at 20 ip 00007a49f79b88fa sp 00007a49c5ffe7d0 error 4 in libmutter-15.so.0.0.0[1b88fa,7a49f7858000+17d000] likely on CPU 3 (core 3, socket 0)
    [ 89.746960] Code: ff ff 48 89 c7 48 89 c3 e8 23 b2 ea ff 4c 89 f7 e8 eb 8b ea ff 48 8b 0d 54 56 0b 00 4c 89 ee 48 89 df 48 89 c2 e8 86 fb ea ff <49> 8b 74 24 20 48 89 df e8 c9 ce ea ff 48 89 df 5b 41 5c 41 5d 41
    I am using X86_64 AMD Ryzen™ 5 5600G CPU and Radeon RX6600 GPU

    Has anyone suffer the same problem?

  2. #2
    Join Date
    Aug 2008
    Location
    Indonesia
    Beans
    14
    Distro
    Ubuntu

    Re: Can Not login to Wayland Session After Upgrading to Ubuntu 24.10 with GNOME 47.0

    SOLVED

    I don't know what the heck is the problems.
    Since I can login using a newly created user account, I believe the problem is with my current customizations.
    It seems that some of my old settings make a segfault on GNOME Shell 47 —Well... I keep my home folder since Ubuntu 8.04 (you read that right, 2008 Ubuntu, 16 years old)—

    The Solution:
    Code:
    $ dconf reset -f /org/gnome/desktop/
    In case you want to backup your old dconf settings first:
    Code:
    $ dconf dump /org/gnome/desktop > dconfbackup.txt
    Where dconfbackup.txt is the filename of your backup.

    To restore the backup:
    Code:
    $ dconf load /org/gnome/desktop < dconfbackup.txt

  3. #3
    Join Date
    Oct 2024
    Beans
    1

    Re: Can Not login to Wayland Session After Upgrading to Ubuntu 24.10 with GNOME 47.0

    It might be because Ubuntu LTS right now is on GNOME 46 not 47. Just a guess though.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •