Re: missing KDE pixmaps
Mark Herrick wrote: > > Hi, > > I've installed KDE and got it up and running without problems. However, many > of the KDE apps have broken icons in the toolbars - eg kedit, kfm etc. If I > start kedit from an xterm it spits loads of messages about "empty pixmaps" > in ktoolbarsomethingorother. Does anyone have any suggestions as to how to > fix this annoying little glitch? > > Thanks > -- > Mark Herrick > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null If I remember correctly, you have to install the kdelibs0g-dev package too. I had the same problem. I read somewhere that whoever did the packaging, didn't do this part quite right. I installed this package and the strange toolbar icons were fixed.
Re: C++ book.
shaul wrote: > > Can you recommend a good C++ book ? > How about the 3rd edition of Stroustrup's book ? Is it better then the new > edition of the C++ Primer ? > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null I use C++: How to program by H.M. Deitel and P.J. Deitel I have the first edition, but I understand that a second has been released with very few changes. This book is worth checking out. It has great examples, source code for the examples is online, and it's easy to read. I have not read either book you mention, so they may be as good or better.
Re: StarOffice 5.0 on Debian
"Danny R. Gray" wrote: > I saw > a StarOffice screen then the system locked up and had to be shut off > without a > shutdown. I had this same problem. I bet you're running the S3 or S3V X server. There is some incompatiblity with these servers. This is what I did: ran X with the SVGA server $ startx /usr/X11R6/bin/XF86_SVGA then installed StarOffice without lockups. Downloaded the patch on their web site for S3 problems. Installed the patch. Changed the environment setting mentioned in the README that came with the patch. Started X as normal, ran soffice without problems.
Re: USB Support
Faton Useni wrote: > > Hi, > Im a new Debian Linux user and i would like to know if the usb port is > supported in the stable Debian 2.0 distribution. I want to use it to connect > my mouse, keyboard, and modem on my other machine. If it is supported, could > some please direct me to some documentation to read. Also also what *.deb > packages would be needed. A mirror of the USB project is at http://www.nv.org/linux/USB/snapshots.html I tried to help a friend compile a new kernel so that his USB mouse would work. We got it to compile without errors. The mouse still doesn't work. The guy working on USB does not write very good english. This is not a criticism, but rather an explaination, of why the instructions were hard to follow. Also, I believe he assumes the person reading the instructions has a good understanding of the linux kernel (which I don't claim to have). If you have any luck getting this to work, please send some help my way. My friend is currently using a serial mouse while his nice shiny new USB mouse collects dust. > > I would also like to know if can mount a fat32 partition. i have tryed mount > -t vfat /dev/hdc1 /mnt ( fat32 is on and 3rd hard drive ) but i get a error > message. Is there a *.deb package i need to install?? > > Thank You for any help :) > Faton Useni > > > More than just email--Get your FREE Netscape WebMail account today at > http://home.netscape.com/netcenter/mail > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
network question
This isn't really a Debian specific question. I'm running Debian 2.0 on a machine with 1 10baseT network card. I use this as a Quake server on my LAN. I would like to add a 10/100baseT card to it so that there are 2 network cards. I would then like to be able to run one 100baseT hub and one 10baseT hub. I have read that Linux will only detect one card on bootup. Is this still true for kernel 2.0.34? Would this work? Set card A with an IP of 192.168.1.1 Set card B with an IP of 192.168.2.1 For all machines on 192.168.1.X, set the gateway to 192.168.1.1. For all machines on 192.168.2.X, set the gateway to 192.168.2.1. So, the Linux machine would function as a gateway and a Quake server simultaneously. Does anyone see any reason why this wouldn't work?
Re: PS/2 Mice not working =(
HoBzIE wrote: > > I have a PS/2 mouse, Logitech Mouseman 4 btn, that will not work with > either gpm or X, when i start gpm with protocol PS/2 and dev - psaux it > says.. "gpm: /dev/psaux operation not supported by device" and i know what > that text mens but i think its strange cuz i have had it working before > with the exacly samt comp. and samt hardware, with one exception.. that is > that i now have a CD-R recorder in.. could it be that the CD-R are using > irq 12?? and how do i se if its like that, and if so. how do i change > that?? > > Thanks alot for helping me out.. (if anyone does that) =P hehe > > And by the way, im from sweden.. so my english isnt the wery best.. > > Thanks / Eric Holmbom > > -- > Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null Try using IMPS/2 as the protocol. These mice are supposed to be setup the same as an Intellimouse.
partition question
I have a linux partition that is running out of space. I have another partition on the drive that used to be NT, I toasted that partition and created another linux partition. I would like to put everthing under /usr on the other partition. I mounted it as /bkup. I tried to go under /usr and do a cp -rf * /bkup as root. I was then going to change the name of /usr to /usr.bak and change /bkup to /usr to test it. I ran into some errors. One in particular mentioned a circular symbolic link. I stopped at this point, because I don't want to make a huge mistake. So, does anyone know the correct method for doing this? Thanks, Wes