Results 1 to 4 of 4

Thread: ubuntu 19.04 desktop irresponsive

  1. #1
    Join Date
    Oct 2019
    Beans
    2

    ubuntu 19.04 desktop irresponsive

    After (perhaps too much) tweaking the desktop (with the TWEAK app), the desktop does not work any more: I do not see the icons and main menu,
    the mouse works but clicking on icons (including shutdown on top right) does nothing.
    All I can do is Ctrl-Alt F1 and then log in and run
    Code:
    sudo shutdown -h now
    Then I can start using another desktop (LXDE). If I enter selecting Ubuntu, I get stuck and have to shutdown using the aforementioned procedure.
    Any way to reocver the functionality of the default Ubuntu desktop?

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: ubuntu 19.04 desktop irresponsive

    The command
    Code:
    dconf reset -f  /
    will reset the desktop to the system defaults.
    It needs to be run from a graphical desktop session.
    (Or at least needs an X display running.)

    But if you can log into lxde you can run the command from there, then log out and try the Ubuntu session to see if it helped.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Oct 2019
    Beans
    2

    Re: ubuntu 19.04 desktop irresponsive

    Running dconf from within LXDE, would imply resetting LXDE to defaults as well? I like it how I have it now...

  4. #4
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: ubuntu 19.04 desktop irresponsive

    Quote Originally Posted by aloboaleu View Post
    Running dconf from within LXDE, would imply resetting LXDE to defaults as well? I like it how I have it now...
    Perhaps anything dconf related would be.
    But lxde is not dconf based.

    If truly worried you can make it more specific with
    Code:
    dconf reset -f /org/gnome/
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

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
  •