Saturday, January 30, 2010

Open subfolders under same window

Are you getting frustrate by opening of different subfolders under different windows
Here is the Solution for you.....

open the terminal

$gconf-editor

The following window will appear....


Then select always_use_browser....

Sunday, January 24, 2010

GUI root Login

Fedora 12 by default doesn't allow someone to login as root through GDM. Instead you have to login as a normal user and become root through your terminal. However many users still want to login as root.

Open a terminal and type:

su -c 'gedit /etc/pam.d/gdm'

Here find the following line
auth required pam_succeed_if.so user != root quiet
and comment it like this
#auth required pam_succeed_if.so user != root quiet
Save the file and logout.

Do the same for /etc/pam.d/gdm-password

su -c 'gedit /etc/pam.d/gdm-password'

Now you can login as root. Don't forget, it's not a good idea to login as root.


Saturday, January 23, 2010


Not able to unhide the autohide taskpanel



For this You have to install gconf-editor from http://projects.gnome.org/gconf/
Start the gconf editor

you@yourcomputer:~$ gconf-editor

then browse to /apps/panel/toplevels. There you’ll find two folders: bottom_panel_screen0 and top_panel_screen0



Then set auto-hide off.
Fedora 12 Touchpad


After installing Fedora 12 on my laptop, the touchpad do not work. Its simple to correct this minor oversight. Do this:

Click > System > Mouse > Touchpad

Then select:

Disable touchpad while typing

Enable mouse clicks with touchpad

Finally select > Close.




But this will not work with KDE.
To do so copy

<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>

<merge key="input.x11_options.TapButton3" type="string">2</merge>