Results 1 to 3 of 3

Thread: Repairing the Default Desktop

  1. #1
    Join Date
    Apr 2013
    Beans
    3

    Repairing the Default Desktop

    I was in the process of adding Gnome Tweak to my system and my computer locked up (first time ever in Linux, BTW). Now when I log in using Unity 3d, I have no docking bar. I can't use Gnome either. I can only log in using the Unity 2d mode. Anyone have idea how to get this straightened out? I have used computers for a fairly long time. I'm very comfortable with command line.

    Any help would be appreciated!
    Last edited by Asymtotic; March 19th, 2014 at 01:37 PM. Reason: my poor grammer

  2. #2
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Repairing the Default Desktop

    It depends upon the version of Ubuntu that you are using. I am assuming that it is 12.04. Unity 2D uses Metacity as the window compositor. Unity 3D uses Compiz as the window compositor. So, there is something wrong with Compiz and Unity. But things change over time and it is a long time since I used 12.04 so this advice may be incorrect.

    To reset Launcher icons

    Code:
    unity --reset-icons
    To reset Compiz

    Code:
    dconf rest -f /org/compiz/
    That command may not work because 12.04 may not have dconf-tools installed.

    Code:
    sudo apt-get install dconf-tools
    This may or may not work

    Code:
     setsid unity
    That is all that I can offer.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  3. #3
    Join Date
    May 2014
    Location
    U.K
    Beans
    28
    Distro
    Ubuntu Development Release

    Re: Repairing the Default Desktop

    If that doesn't work you could go into a tty console with ctrl alt f1 and reinstall compiz and unity from there
    Code:
    sudo apt-get purge compiz unity
    Code:
    sudo apt-get install compiz ubuntu-desktop
    however that should be a last resort really i'd just recomend upgrading to 14.04 since its been released now.

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
  •