The future is now, GNOME Shell is here

Archive for the ‘Desktop’ Category

Show and hide the network servers icon on the desktop

Network Servers icon on the desktopLike the disks volume, the trash, the home folder and the computer icon also the Network Servers icon can be hidden or shown again if needed by executing a simple command. To hide the network servers icon you can execute the following command inside a terminal window:

gsettings set org.gnome.nautilus.desktop network-icon-visible false

To show the network servers icon you can execute:

gsettings set org.gnome.nautilus.desktop network-icon-visible true

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

Advertisement

Show and hide the computer icon on the desktop

Computer icon on the desktopLike the disks volume icons, the trash icon and the home folder icon also the Computer icon can be hidden or shown again if needed by executing a simple command. To hide the computer icon you can execute the following command inside a terminal window:

gsettings set org.gnome.nautilus.desktop computer-icon-visible false

To show the computer icon you can execute:

gsettings set org.gnome.nautilus.desktop computer-icon-visible true

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

Show and hide the home folder icon on the desktop

Home icon 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 a previous article.

Like the disks volume icons and the trash icon also the home folder icon can be hidden or shown again if needed by executing a simple command. To hide the home folder icon you can execute the following command inside a terminal window:

gsettings set org.gnome.nautilus.desktop home-icon-visible false

To show the home folder icon you can execute:

gsettings set org.gnome.nautilus.desktop home-icon-visible true

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

Show and hide the trash icon on the desktop

The trash iconMany 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.

Like the disks volume icons also the trash icon can be hidden or shown again if needed by executing a simple command. To hide the trash icon you can execute the following command inside a terminal window:

gsettings set org.gnome.nautilus.desktop trash-icon-visible false

To show the trash icon again you can execute:

gsettings set org.gnome.nautilus.desktop trash-icon-visible true

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

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.

The desktop

Clean DesktopSurely the very first thing you notice when you approach to the GNOME 3 is an empty desktop. Just a wallpaper background, no icons at all and, as you’ll soon discover, no pop-up menu if you right click on the desktop background.

If you’ve ever tried to save some files in the desktop folder (the exact folder name depends from the distribution, sometimes is called Desktop, sometimes is translated in your language like Escritorio, Scrivania or similar names) you could have found that your files won’t be shown in the desktop, like if it’s dead, unusable for everything.

Indeed the whole classic desktop in GNOME 3 should be considered as deprecated but many users aren’t still ready to abandon it so we’ll see here how to get the classic desktop back .

(more…)