Skip to content

Category Archives: GNOME

I’d Like To Contribute To GNOME…

20-Mar-09

I only have just a minute for this post, but I’ve been thinking for the past few weeks that I’d really like a project to contribute to.  After putting some thought into it I realized I liked the idea of contributing to something upstream, vs to a distribution specifically.  I also really enjoy GNOME [...]

GNOME 2.26 Has Arrived!

18-Mar-09

I just wanted to add my two-cents regarding the new GNOME release, 2.26.  I have been a GNOME fan for nearly as long as I can remember and I’m really happy to see another solid and on-time release.  Remember, you can look forward to all the new GNOME features in the upcoming Ubuntu release, [...]

New GDM Login Theme in Ubuntu 9.04 “Jaunty”

09-Mar-09

I’ve been playing with Ubuntu 9.04 in VirtualBox and after installing the 9.04 Alpha 5 I noticed the new GDM Login screen. Things sure have come a long way since I started using Ubuntu in 5.04! Below is a screenshot of the new Login screen. Thoughts?

Simplify Dropbox URLs with Lighttpd

26-Feb-09

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/(.*)” => “http://dl.getdropbox.com/u/123456/$1″
)
}

note: [...]

Update: Enable Compositing the Easier Way

25-Feb-09

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 [...]

Enable Basic Compositing for Gnome-Do 0.8.x

24-Feb-09

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”).
First [...]

Install Shiki-Colors Theme on Ubuntu 8.10

10-Nov-08

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 it [...]

Update nautilus-open-terminal Behavior (desktop_opens_home_dir)

06-Nov-08

For all of you that use the nautilus-open-terminal utility, which allows you to right-click on the desktop and quickly open a terminal, you may be interested in this quick-tip.  Thanks goes to a comment on Clint Savage’s blog for pointing this out to me.
In previous releases this utility would open the home directory by default [...]

Please Insert 25 Cents To Login

13-Jul-08

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 log [...]

Share Folders With Shares-Admin

12-Jul-08

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 [...]