The future is now, GNOME Shell is here

Posts tagged ‘volume’

Show and hide the disks volume icons on the desktop

The icons on the desktopMany users prefer to adopt the desktop behavior like in GNOME 2 or others operating systems so they can still enable the classic desktop as seen on the previous article.

However, when the desktop is enabled, many icons will appear, polluting and reducing the free space.

We can hide, and show again if wanted, the icons for the disks volume by executing a simple command. To hide the volumes icons you can just execute inside a terminal (in a single line):

gsettings set org.gnome.nautilus.desktop volumes-visible false

To show the icons again you can execute:

gsettings set org.gnome.nautilus.desktop volumes-visible true

The change is permanent and immediate so doesn’t require any restart.

Advertisement

Exploring the GNOME Shell (part 2)

Calendar menuThe Clock menu in the center of the top panel when clicked will show the Calendar and the upcoming events from the Evolution application. On the bottom two buttons allow to open the Date and Time Settings and the calendar application.

(more…)