From a2f077cf13d307c4d9d862028f459b783ede53cc Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 10 Dec 2012 02:22:18 +0100 Subject: Add some blog posts Also an index page that automatically generates a list of all the posts available. --- site/blog/gnome-shell_in_ubuntu_9.10.org | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 site/blog/gnome-shell_in_ubuntu_9.10.org (limited to 'site/blog/gnome-shell_in_ubuntu_9.10.org') diff --git a/site/blog/gnome-shell_in_ubuntu_9.10.org b/site/blog/gnome-shell_in_ubuntu_9.10.org new file mode 100644 index 0000000..cbfe6e4 --- /dev/null +++ b/site/blog/gnome-shell_in_ubuntu_9.10.org @@ -0,0 +1,40 @@ +#+TITLE: Gnome-shell in Ubuntu 9.10 +#+DATE: 2009-12-11 10:35 +#+TAGS: gconf gnome gnome-panel gnome-shell linux ubuntu + +Even though ~gnome-shell~ is really only a preview of what is to come +for gnome 3.0 and it's still buggy and sometimes not completely stable +perhaps, I really like it. + +When I first saw the screenshots I was less then impressed, I thought +it didn't at all look like anything new or innovative, but rather +messy and confusing. But me being ever interested in new things and +all I just had to give it a try (the ~gnome-panel~ look was starting to +bore me). + +Installing was easy + +#+BEGIN_SRC sh + sudo apt-get install gnome-shell +#+END_SRC + +and starting it afterwards was easy too + +#+BEGIN_SRC sh + gnome-shell -r +#+END_SRC + +Though first I had to disable compiz, which I don't really use anyway. +I was also using ~avant-window-navigator~, which disappeared on me but +still kept part of my notification area to itself. So the time after +that I first closed AWN and all was as it should be. + +I didn't feel like having to manually start ~gnome-shell~ every time I +logged in so I started looking into a way to replace ~metacity~ and +~gnome-panel~ with ~gnome-shell~ and found that this could be done by +editing your ~gconf~ (with, for example, ~gconf-editor~) and setting the +~/desktop/gnome/session/required_components/windowmanager~ key from +~metacity~ to ~gnome-shell~. + +Of course, since it is a composited window manager you need a video +card and driver that can handle screen compositing. -- cgit v1.2.3-54-g00ecf