PDA

View Full Version : programs stuck when autocompleting(tab) in gui



monkeyking
12-28-2004, 06:12 AM
Hi some programs(xmms,ndiswrapper) tend to get stuck, if I accidently try to browse my /mnt folder.
There is no problems if I do it in a commandline. It's only in gui's.
In some of the other wm I have used there is a destroy option if I click on the upper left corner of the window.

How can I make knoppix use my 500 meg linux swap partition as a swap partition. Maybe it allready does it but how do I check.

thanks in advance

Markus
12-28-2004, 11:58 AM
Hi some programs(xmms,ndiswrapper) tend to get stuck, if I accidently try to browse my /mnt folder.
There is no problems if I do it in a commandline. It's only in gui's.
In some of the other wm I have used there is a destroy option if I click on the upper left corner of the window. You can use (example xmms):
xkill
killall xmms
ps fax|grep xmms to get the PID and do:
kill -9 PID


How can I make knoppix use my 500 meg linux swap partition as a swap partition. Maybe it allready does it but how do I check. Type free to see if swap is used and how much of it is used.