liltux

while(Alive){Code();}

Archive for September 2007

The El chepo battery Hack

with one comment

Any self respecting geek will have a ton of gadgets which have all sorts of battery requirements. While some savvy people buy rechargeable batteries and save a few bucks others find more creative ways to save some dough. The next time you are in the super market and want to buy some AA, AAA batteries or watch batteries use the knowledge you gained from these videos to save some money.

32 AA batteries for $5.

8 button cells for $2.

6 AA batteries for $6.

Written by suresh_ning

September 23, 2007 at 9:48 pm

Posted in hacks

How to fix the error “The greeter application appears to be crashing” in Ubuntu

with 11 comments

While fooling around with the XDMCP configuration on Ubuntu I checked the “Enable accessible login” under the “Accessibility” tab, Big mistake :( , on the next reboot I got the following error ” The greeter application appears to be crashing. Attempting to use a different one ” . I was not able to login into Ubuntu as the greeter kept crashing repeatedly.

I searched on the Ubuntu forums, most of the fixes on the Ubuntu forums talked about unchecking the box but the problem was that I couldn’t login into the system to do that in the first place. After studying the gdm.conf I figured out a way to fix this.

If the GUI fails to load and you are unable to access the system menu then you should try the instructions below.

1. first reboot your computer into maintenance mode/recovery mode.

2. open /etc/gdm/gdm.conf-custom by entering the following command

sudo vim /etc/gdm/gdm.conf-custom

3. press i to enter into insert mode. Locate the following line and comment it by inserting a # in front of the line.

GtkModulesList=gail:atk-bridge:/usr/lib/gtk-2.0/modules/libdwellmouselistener:/usr/lib/gtk-2.0/modules/libkeymouselistener

4. press the Esc key and then type in :wq to save and quit the editor.

5. type sudo init 6 to reboot that should fix the problem.I am using gutsy tribe 5 and looks like this problem has been present in Ubuntu ever since dapper hope they fix it before gutsy gets released.

Written by suresh_ning

September 5, 2007 at 8:31 pm

Posted in ubuntu