The Gnome 3 Experience
As with Firefox 4, I have decided to move to the new as it's released. So today I've installed Gnome 3 on my desktop to be used as my primary computing environment for the foreseeable future.
gnome-control-center. Without that little doohicky… well, there were a couple of menus that I’d click and nothing would happen. Chiefly the System Settings menu item.
So that was installed, it was time to set a background. But the background manager in the aforementioned dialog didn’t do anything. So I started it from terminal and observed the message that the settings doesn’t care what backend it has, and if it doesn’t have one it just uses memory.
So I installed the dconf backend and was on my way.
Next, I couldn’t tell exactly how backgrounds were added to the dialog, which I’m currently assuming (but haven’t verified) is by their presence in some directory in ~/.config? Anyway, the remedy was to just use gsettings to directly specify my background: gsettings set org.gnome.desktop.background picture-uri 'file:///home...' While I was there I poked around a bit more and made some other changes:
To let me type in paths in nautilus gsettings set org.gnome.nautilus.preferences always-use-location-entry false To show advanced permissions (duh) in the same: gsettings set org.gnome.nautilus.preferences show-advanced-permissions false And a couple of theme tweaks: gsettings set org.gnome.desktop.interface cursor-theme DMZ-White gsettings set org.gnome.desktop.interface icon-theme elementary Noting that before changing the cursor-theme I had a delightful mistake where the mouse cursor in the web browser differed from the rest of the system. I actually think that would be a cool feature, as bugs sometimes turn out to be inspirational.
But back to the cleanup…
I noticed that while the rest of the shell looked nice, the actual window chrome looked like Gnome 2.0. A quick search revealed another user had felt my pain before and had been nice enough to follow-up. So I installed gnome-themes-standard and got the Adwaita theme.
That’s about all I’ve done so far.
I’m very pleased with the overall behavior of Gnome 3. A few minor things were lamentable:- Loss of backgrounds and emblems in
nautilus - The default (and currently only theme) has some accessibility issus (eg, unfocused window titles are not readable)