Slackware 12.x 启动xterm等待时间长的解决办法
XTerm*preeditType: Root
XTerm*preeditType: Root
The last method requires more manual intervention. First, you need to get your firewire id manually. To do that, run “sudo lsusb -v | grep -i Serial” (without the ””) with your iPod plugged in, this should print a 16 character long string like 00A1234567891231. For an iPod Touch, this number will be much longer than 16 characters, the firewire ID is constituted by the first 16 characters.
Once you have that number, create/edit /mnt/ipod/iPod_Control/Device/SysInfo (if your iPod is mounted at /mnt/ipod). Add to that file the line below:
FirewireGuid: 0xffffffffffffffff
(replace ffffffffffffffff with the string you obtained at the previous step
and don't forget the trailing 0x before the string)
Save that file, and you should be all set. Be careful when using apps which lets you manually specify which iPod model you own, they may overwrite that file when you do that. So if after doing that libgpod still seems to write invalid content to the iPod, double-check the content of that SysInfo file to make sure the FirewireGuid line you added isn't gone. If that happens, readd it to the end of the file, and make sure libgpod rewrite the iPod content.
In order to get AIR apps to run on your Slackware box, you will need AIR SDK. Follow these steps:
~/AIR-SDK/bin/adl -nodebug ~/app/META-INF/AIR/application.xml ~/app