Results 1 to 5 of 5

Thread: Unity Launcher is Missing ??

  1. #1
    Join Date
    Aug 2018
    Beans
    2

    Post Unity Launcher is Missing ??

    I've enabled the Unity Plugin with the CCSM Tool already yet, it still didn't show.
    Please help! I'm using Ubuntu 18.04 LTS.
    I've done so many solutions online and yet, they haven't worked for me.

    It disappeared after I did the following in the terminal (I was supposed to remove the dock):
    Code:
    cd /usr/share/gnome-shell/extensions/
    sudo mv ubuntu-dock@ubuntu.com{,.bak}
    Last edited by deadflowr; August 16th, 2018 at 04:36 PM. Reason: code tags

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

    Re: Unity Launcher is Missing ??

    unity plugin and gnome shell extensions are two exclusively different things.
    You need to run unity in order to utilize the unity plugin.
    Ubuntu 18.04 does not use unity, it uses gnome shell.
    Which is why the dock disappeared after you moved the Ubuntu dock extension.

    Currently, where is the Ubuntu dock folder you moved?
    You need to move it back to it's original file/folder name.
    Or a reinstall of the ubuntu-dock extension should do that too
    Code:
    sudo apt install --reinstall gnome-shell-extension-ubuntu-dock
    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
    Aug 2013
    Beans
    4,941

    Re: Unity Launcher is Missing ??

    18.04 defaults to gnome shell, if you want the unity goodies you will have to install unity session yourself, but that is very easy
    Code:
    sudo apt install ubuntu-unity-desktop
    If you use a touchpad, also
    Code:
    sudo apt install xserver-xorg-input-synaptics

    During installation choose lightdm as your default

    then reboot and log into unity, that's it.

    If desired you can remove gnome shell at this point.

  4. #4
    Join Date
    Aug 2018
    Beans
    2

    Re: Unity Launcher is Missing ??

    Thanks for replying, but I do not know where the Ubuntu folder was moved to, all I do know is that it's moved. I got this step from a Ubuntu tutorial on how to remove the dock. But however, the reinstallation worked. But if I want to install the Unity Launcher again (instead of Dock), how do I do that?

    And yes, I'm a half-Windows user and a half Ubuntu user but I have more experience in Windows so it kinda makes sense why my knowledge on Ubuntu is so little.

    Update:
    Whopps, How could I forget that you once said that Ubuntu uses GNOME not Unity. I'll see what I want to do.

    Update 2:
    Okay, so now how do I remove the dock so I can get the GNOME launcher back instead? Any answer would be appreciated.
    Last edited by tomasu01; August 17th, 2018 at 02:33 AM.

  5. #5
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Unity Launcher is Missing ??

    Did you follow monkeybrain20122's advice to install unity; (the ubuntu-unity-desktop installs unity)
    or did you just reinstall the gnome-shell-extension-ubuntu-dock package?

    how do I remove the dock so I can get the GNOME launcher back instead
    Hard to tell what you mean, as the Ubuntu dock is the Gnome launcher.
    But I'm guessing you mean have the launcher in gnome's more commonly default setting of, "only show when opening the Activities overview".
    In which case, the easiest way is to install gnome-tweaks from the Ubuntu Software and open it (gnome-tweaks ; also known as Tweaks)
    Then go to the section marked Extensions and scroll down to Ubuntu Dock and toggle it to off.

    But that would only apply if just gnome and not unity.
    (And for the record you cannot remove unity's dock; you can hide it, but not disable it completely, not easily at least)

    Not sure where i was heading with this...
    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
  •