Out 13 2011

Remover ou Desabilitar a barra de rolagem overlay – Ubuntu 11.10

Boa noite,

Infelizmente a barra padrão do Ubuntu 11.10 continua a “overlay” que eu particularmente não gosto. Fui testar o método que fizemos no 11.04 e funcionou! (Só testei o de desabilitar)

Utilize este comando:

# echo export LIBOVERLAY_SCROLLBAR=0 > /etc/X11/Xsession.d/80overlayscrollbars

Caso queira testar um dos outros métodos, teste e nos avise se funcionou!

Remover ou Desabilitar a barra de rolagem overlay – Ubuntu 11.04

Abraços,
Matheus

9 Comments

  • By T.J. Crowder, October 18, 2011 @ 8:36 pm

    Thank you!!! I had to do it as `sudo vi /etc/X11/Xsession.d/80overlayscrollbars` and then provide the `export LIBOVERLAY_SCROLLBAR=0` part, but it worked a treat when I restarted Unity. Excellent!

  • By Sérgio Luiz Araújo Silva, October 19, 2011 @ 3:29 pm

    Sua dia lhe valeu uma dica minha :) acesse e divirta-se
    https://gist.github.com/1285188

  • By Colin D Bennett, October 25, 2011 @ 5:23 pm

    As T.J. Crowder noted, your command “sudo echo export LIBOVERLAY_SCROLLBAR=0 > /etc/X11/Xsession.d/80overlayscrollbars” is not quite right, since it runs the “echo” program as root with sudo, then the shell (as your user, NOT root) tries to write the output from echo to the 80overlayscrollbars file, which would fail.

    A trick to make this work is to do

    $ echo export LIBOVERLAY_SCROLLBAR=0 | sudo tee /etc/X11/Xsession.d/80overlayscrollbars

    which runs the “tee” command as root, writing to the file as you intended.

  • By Matheus (X-warrior) Bratfisch, October 25, 2011 @ 5:27 pm

    Yes, you are correct! For now I just changed $ to # so everything will be executed as root. Thanks for your reply and your tip.Best Regards, Matheus :D

  • By David, December 6, 2011 @ 11:33 pm

    I think I screwed up my linux doing this!

    After writing the intial command (gave me permssion denied), I wrote Colin’s command, seemed to work, restarted. Now when I enter my password to log in it flashes to a black screen briefly, then right back to the login screen). Who knows, could be something totally unrelated.

  • By David, December 6, 2011 @ 11:51 pm

    ^To undo if it’s screwed things up for you:

    Press ctrl+alt+f1 at log in screen.
    log in
    $ sudo rm /etc/X11/Xsession.d/80overlayscrollbars

  • By Matheus (X-warrior) Bratfisch, December 7, 2011 @ 1:37 am

    Hey David,
    Strange that the command didn’t work. Here it works. But at least you find a way to go back.
    Sorry to take so long to replay.
    Best regards,
    Matheus

  • By JT Poole, December 23, 2011 @ 10:28 pm

    Thanks, this really helped me out. I like this scroll-bar, than the default one. I’m so happy now. Yay!

  • By John Dimitri, February 10, 2012 @ 10:03 am

    Worked like a charm!!!:)So I can confirm that it works on 11.10

Other Links to this Post

RSS feed for comments on this post. TrackBack URI

Leave a comment