Kubuntu Traps & Tips......
These are the traps i found out in kubuntu while using it.... publishing here for my future reference and to some unknowns...........
Monday, June 18, 2012
Friday, June 11, 2010
Mounting Drives by default....
Default mounting is very useful for amarok, acetoneiso like application which keep a database of files in the system.
There is an option in system settings but it didn't worked for me.........
I used do it in the install time itself using advanced partitioning by right clicking and selecting use this partition.........
after installation if we need to do the same edit /etc/fstab
add following line
/dev/sdaX /media/disk filetype defaults 0 0
replace sdaX,disk & filetype with your requirements
you can get disk info from sudo fdisk -l command
filetype should be ext4 or ntfs or vfat etc...
ex
/dev/sda1 /media/windows ntfs defaults 0 0
will mount sda1 by default to /media/windows folder
There is an option in system settings but it didn't worked for me.........
I used do it in the install time itself using advanced partitioning by right clicking and selecting use this partition.........
after installation if we need to do the same edit /etc/fstab
add following line
/dev/sdaX /media/disk filetype defaults 0 0
replace sdaX,disk & filetype with your requirements
you can get disk info from sudo fdisk -l command
filetype should be ext4 or ntfs or vfat etc...
ex
/dev/sda1 /media/windows ntfs defaults 0 0
will mount sda1 by default to /media/windows folder
Language Problems with SCIM
Prob:Qt applications wont support SCIM input...only Firefox supports SCIM input...
Solution:This is solved if you are selecting the default location as us while installation..
didn't get the reason till now..
Solution:This is solved if you are selecting the default location as us while installation..
didn't get the reason till now..
Thursday, June 10, 2010
Network manager in Kubuntu 10.04
1. Network manager is disabled after wake up from sleep
Solution:
apt-get install plasma-widget-networkmanagement
as root will uninstall knetwork and install plasma widget
you need to add widget to panel
In some systems still it is not working
then boot in recovery mode and take root terminal with networking and check network ststus with ifconfig
reboot and things should be ok...
Solution:
apt-get install plasma-widget-networkmanagement
as root will uninstall knetwork and install plasma widget
you need to add widget to panel
In some systems still it is not working
then boot in recovery mode and take root terminal with networking and check network ststus with ifconfig
reboot and things should be ok...
Subscribe to:
Posts (Atom)





