Results 1 to 6 of 6

Thread: auto-hide launcher

  1. #1
    Join Date
    Mar 2013
    Beans
    3

    auto-hide launcher

    I need help. I am using Ubuntu 12.04.2. I want to set the launcher to auto-hide. Nothing works. I have tried using CCSM, Ubuntu Tweak, Tweak Tool, Unsettings, and MyUnity. On these apps, as soon as I click auto-hide, within a second it automatically goes back to always show launcher. I need help. I even tried Google to see if I can find a solution. HELP????????

  2. #2
    Join Date
    Mar 2012
    Beans
    782
    Distro
    Ubuntu Development Release

    Re: auto-hide launcher

    Copy paste this in terminal, restart computer, and try again.

    Code:
    sudo apt-get update
    Code:
    sudo apt-get upgrade
    As far as I know you don't need aditional programs for auto hiding launcher. Auto hide launcher option should be in system settings/appearance

    I DON'T EVEN KNOW WHAT A QUANTAL QUETZAL IS...BUT IT SOUNDS LIKE PRETZEL AND I LIKE PRETZEL

  3. #3
    Join Date
    Mar 2013
    Beans
    3

    Re: auto-hide launcher

    I have done that twice now. Nothing.

  4. #4
    Join Date
    Jun 2007
    Beans
    17,337

    Re: auto-hide launcher

    Quote Originally Posted by TerryWJ View Post
    I need help. I am using Ubuntu 12.04.2. I want to set the launcher to auto-hide. Nothing works. I have tried using CCSM, Ubuntu Tweak, Tweak Tool, Unsettings, and MyUnity. On these apps, as soon as I click auto-hide, within a second it automatically goes back to always show launcher. I need help. I even tried Google to see if I can find a solution. HELP????????
    Do you have all those apps installed ?

    I'd try completlely removing all the blue ones, then restarting.
    After restart, right click on Desktop > Change Desktop Background > Behavior, set auto-hide there & see what happens

  5. #5
    Join Date
    Mar 2013
    Beans
    3

    Re: auto-hide launcher

    I just now did what you suggested. As soon as I clicked the ON button, it shifted back to OFF.

  6. #6
    Join Date
    Jun 2007
    Beans
    17,337

    Re: auto-hide launcher

    A bit of a mystery -
    If you were to login to a guest session can you change the launcher to autohide? (thru the right click on Desktop , ect.

    Assuming you are using unity, not unity-2d, you could check with
    Code:
    env | grep -i "^desktop_session" && env | grep -i "xdg_current_desktop" && env | grep -i "compiz"
    should return 3 like
    DESKTOP_SESSION=ubuntu
    XDG_CURRENT_DESKTOP=Unity
    COMPIZ_CONFIG_PROFILE=ubuntu

    So if in a ubuntu session (unity) can you write to this file?,
    Code:
     gedit ~/.gconf/apps/compiz-1/plugins/unityshell/screen0/options/%gconf.xml
    if so look for this line & change red to 1 (blue will be different, doesn't matter
    <entry name="launcher_hide_mode" mtime="1364055559" type="int" value="0"/>
    Then save & log out/in

    Additionally -
    if you open ccsm from a terminal what profile does it show being used, should say -
    Profile : unity

    Worst case you could also try resetting unity -
    Code:
    unity --reset &

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
  •