Gnome
using gigolo for all your network mounting needs
2010/04/01
Have you ever thought that there should be one central location or application to connect to all you required servers with whichever <a class="zem_slink freebase/en/protocol" …
Gnome 3.0 – the beginning of workflow era
2010/03/31
There is a nice article <a href="http://d0od.blogspot.com/2009/09/gnome-3-quick-visual-tour.html">here. This talks about gnome 3.0 with screenshot. Definately worth looking at. And if …
bash – change theme for gtk in gnome and take screenshot from script.
2010/03/24
I wrote a blog on bash script to change the icon/cursor theme using a bash script. Lets extend the same concept a little more and use the script to change the gtk theme for gnome and at the same time …
Add a image to the list of background files in gnome
2010/03/23
In Gnome, when you right click on the desktop background you will get a menu for ”Change Desktop backgound. The images displayed in this menu are quite a few but if you want to add your own …
Mount and unmount/umount images(iso/img) from nautilus (Fixed not mounting in Fedora)
2010/03/09
Get the Nautilus Script <a href="http://gnome-look.org/content/show.php/moiso?content=84301" target="_blank">here. So what is required is that you have the necessary …
New GTK and metacity themes from Ian
2010/03/05
Here are two themes from Ian.. Link: http://ardchoille42.blogspot.com/2009/09/new-gtk2-and-metacity-themes.html <a …
Mod and hack the GNome main menu with automated scripts to create a menu of the directory.
2010/03/04
Problem: I had a directory with very good collection of my scripts and very organized in folders. The structure is something like this, first I have the broad classification of the category. Then I …
Setting the title of PuTTY window.
2010/02/04
Setting the title for PuTTY window is quite a simple trick. The trick is to set the PS1 with a escape sequence. When the PS1 is set with the escape sequence the variable will set the title window …
change the terminal title dynamically in X11
2010/01/09
I was actually looking for this for quite sometime. Some years back in my bashrc was the proper setting for setting the terminal title when I did a cd, and I had completely forgotten how to do it. So …
C Prog to change wallpaper in every 30 seconds.
2009/12/08
I wrote a good length of description on the below but somehow my browser closed without saving that. So I am just putting the program below: #include <stdio.h> #include <sys/types.h> …
gnome-shell and gnome-do on F11 Screenshots
2009/12/02
Here are some screenshots of gnome-shell : <a href="http://blog.amit-agarwal.co.in/wp-content/uploads/2010/08/screenshot_0011.jpe"><img class="size-full wp-image-1246" …
Script to generate a html file with link to all files in directory
2009/09/26
ls -1 |awk -F”.” '{print ” ”,$2,”.”,$3,” […] And if you want to do it recursively ls -1R |awk -F”.” …