Web Design

Categorized | GNOME

Disable the overlay scrollbars in Ubuntu 11.04

With the new Ubuntu 11.04, the scrollbars in almost all applications and windows look radically different than those we grew accustomed with. Here’s how to revert them to the old looks:

sudo apt-get remove overlay-scrollbar
sudo su
echo "export LIBOVERLAY_SCROLLBAR=0" > /etc/X11/Xsession.d/80overlayscrollbars

Author Profile

T4L ;

Other posts by T4L

Author's web site



Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


8 Comments

  1. Doughbury

    Thanks for this tip! I appreciate it.

    1
  2. Brad Barnes

    you could use sudo -i instead of sudo su

    2
  3. sleepless

    Thanks very much! Have been looking for this for a long time.

    3
  4. Frank Rizzo

    Thanks, great tip. Although you can accomplish the same without actually removing the packages. You can just perform the last command and it will work.

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

    4
  5. Mark

    I had to remove this additional package;

    sudo apt-get remove liboverlay-scrollbar-0.1-0

    @Frank Rizzo: I tried your tip, but it didn’t work on my Mint 11 system (which is based on Ubuntu 11.04). I had to remove both overlay packages too.

    5
  6. Michael Mann

    Awesome tip. Those new scrollbars were driving me nuts. Glad to have the old one back :)

    6
  7. msh

    This is great, but how would you reverse this (get the overlay scrollbars back after doing this?) I don’t want any permanent changes that would require me to delete my account or anything of the sort.

    7
  8. Nuri Jawad

    Re-installing the packages with ‘apt-get install [package]‘ will reverse it. If the file /etc/X11/Xsession.d/80overlayscrollbars was edited (which should not be necessary btw), you might have to remove the added line.
    The new scrollbars are terrible to use and some functionality is also missing: you cannot click into the bar to skip one page up/down with them.

    8

Leave A Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>