->
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 [...]
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, [...]
Also filed in
|
Tagged GNOME
|
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?
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: [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]