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....
Saturday, January 30, 2010
Tuesday, January 26, 2010
Common Software for linux
VLC
http://www.videolan.org/vlc/download-fedora.html
Google Chrome
http://www.google.com/chrome?platform=linux
Photo Editors for Linux
http://linuxappfinder.com/tag/photo%20editor
MP4 players for linux
http://www.downloadatoz.com/dvd-video_directory/mplayer-for-linux/
http://linux.wareseeker.com/free-mp4-player/
Adobe Reader
http://get.adobe.com/reader/otherversions/
VLC
http://www.videolan.org/vlc/download-fedora.html
Google Chrome
http://www.google.com/chrome?platform=linux
Photo Editors for Linux
http://linuxappfinder.com/tag/photo%20editor
MP4 players for linux
http://www.downloadatoz.com/dvd-video_directory/mplayer-for-linux/
http://linux.wareseeker.com/free-mp4-player/
Adobe Reader
http://get.adobe.com/reader/otherversions/
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
Do the same for /etc/pam.d/gdm-password
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 quietand comment it like this
#auth required pam_succeed_if.so user != root quietSave 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
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
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>
Subscribe to:
Posts (Atom)