Category Archives: GNOME

Simplify Dropbox URLs with Lighttpd

Some time ago I posted on how to simplify your dropbox URLs by using .htaccess files within Apache web server. Now that I’ve switched to Lighttpd I needed to find the equivalent. Here is what I came up with: ## dropbox redirection server.modules += ( “mod_redirect” ) $HTTP[“url”] =~ “^/dropbox/(.*)” { url.redirect = ( “^/dropbox/(.*)”… Read More »

Update: Enable Compositing the Easier Way

Based on the comments from the previous post I wanted to offer an update. A much simpler solution is to simply activate the compositing within recent versions of Gnome. gconftool-2 -s –type bool /apps/metacity/general/compositing_manager true This does introduce a known bug which can break enabling compiz however. If you want to activate compiz after toggling… Read More »

Enable Basic Compositing for Gnome-Do 0.8.x

The recent release of Gnome-Do 0.8.0 has brought with it a number of interface changes and upgrades.  I won’t go into all the new “shiny” stuff in this post, but simply outline how to satisfy the new requirements.  Gnome-Do 0.8.x now requires some type of compositing support for its interface (unless you stick with “Classic”).… Read More »

Install Shiki-Colors Theme on Ubuntu 8.10

I’ve never been one that is much for customizing Ubuntu themes.  Generally the most I do is switch to Clearlooks and call it good.  Recently, however, a theme was pointed out to me that I really like.  Its called Shiki-Colors, and can be downloaded from gnome-look. One nice thing about this theme release is that… Read More »

Please Insert 25 Cents To Login

I found a new Gnome Easter egg the other day.  Just when I thought I knew about all of them (yeah, I know, some Gnome developer is sitting back in the corner laughing about all the Easter Eggs we *don’t* know about!) I find a few more. This one will require you to logout and… Read More »

Share Folders With Shares-Admin

It was pointed out to me recently that the graphical tool for sharing files and folders no longer displayed within the Main Menu.  I’m not sure if this is reported as a bug anywhere (I haven’t looked), but I thought I would mention how you can still use the tool, or even better, manually add… Read More »

Find The Command Behind The Menu Entry

Have you ever wondered what the actual command is behind the application you’re launching from the Applications Menu?  I’ve found it useful a number of times, and I have two three methods of finding out what the command actually is.  If there are any Gnome devs reading this, could finding the properties be made simpler… Read More »