SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Libart was indeed the problem. I finally was able to get it installed, and kde is up and running once again. Now I get to work my way through that list of packages you mentioned. But at least we got it going again, so I won't be so stressed.
Just for the record: I hope nothing I said made it sound like I blame Dropline. I know that the problem was my own errors during installation.
Thanks for all your help Brian. You were constantly patient and clear.
So I hunted down all of the remaining packages from the list provided earlier. No problems with installing them. So things should be back to normal?
Well... a couple of programs still won't start. Both GIMP and Firefox are not running. I issue the command to start Firefox, and nothing happens. I issue the command to start GIMP, and I see a bouncing, spinning hourglass for 15 seconds, and then it disappears.
Any one know what couldn've happened to cause this?
removing DLG will in fact screw up : wget, firefox, xchat, ???, etc
good news is, you still have the DLG packages you downloaded local (or should)
as root
Code:
cd /var/cache/dropline-installer
installpkg lib*.tgz
installpkg p*.tgz
install *.tgz
There's other ways around getting the libs to install first, but this way is the easiest way to get around it, and shortest answer to give.
And yes I know, this will cause some packages to install twice.
But if you start with an installpkg *.tgz . You'll get errors about libraries as things install and you'll end up with a nerfed DLG.
So I hunted down all of the remaining packages from the list provided earlier. No problems with installing them. So things should be back to normal?
Well... a couple of programs still won't start. Both GIMP and Firefox are not running. I issue the command to start Firefox, and nothing happens. I issue the command to start GIMP, and I see a bouncing, spinning hourglass for 15 seconds, and then it disappears.
Any one know what couldn've happened to cause this?
Try running them from the command line. Usually you will get some error messages to guide you.
I realized I was starting Firefox and GIMP from the ALT+F2 Run Command box. Stupid me, of course I wasn't going to know what the problem was. So this morning I started them from konsole to capture the standard error.
Firefox:
Code:
/usr/lib/firefox-1.5.0.7/firefox-bin: error while loading shared libraries: libpangoxft-1.0.so.0: cannot open shared object file: No such file or directory
GIMP:
Code:
gimp: error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory
So I installpkg'd pango-1.12 from the Slackware 11 disk. Now both Firefox and GIMP appear to be working 100%. Crossing my fingers no other issues pop up...
removing DLG will in fact screw up : wget, firefox, xchat, ???, etc
good news is, you still have the DLG packages you downloaded local (or should)
as root
Code:
cd /var/cache/dropline-installer
installpkg lib*.tgz
installpkg p*.tgz
install *.tgz
There's other ways around getting the libs to install first, but this way is the easiest way to get around it, and shortest answer to give.
And yes I know, this will cause some packages to install twice.
But if you start with an installpkg *.tgz . You'll get errors about libraries as things install and you'll end up with a nerfed DLG.
I'm not clear about what exactly this will do. Will it patch up KDE using some of the Dropline libraries, to get KDE running smoothly again? Or will it install Dropline?
I'm not clear about what exactly this will do. Will it patch up KDE using some of the Dropline libraries, to get KDE running smoothly again? Or will it install Dropline?
It will install DLG components. One thing I would say is that, if you do this, you use "upgradepkg" instead of "installpkg", otherwise you will end up with two different installed versions of all the "replaced" packages. I think that it is better to use the dropline-installer to do the installation.
Is wget still not working? Try it with some other sites. You can use wget to download any http or ftp url, try a few.
Whenever I login to KDE, I now immediately get the KDE Crash Handler telling me that Soundserver (artsd) crashed. This never happened before, so it must be related.
Whenever I login to KDE, I now immediately get the KDE Crash Handler telling me that Soundserver (artsd) crashed.
Here's the standard error for running artsd in konsole:
Code:
unix_connect: can't connect to server (unix:/tmp/ksocket-root/kohlhass.spruce.com-2164-46bdd9bb)
There are already artsd objects registered, looking if they are active...
... cleaned 5 unused mcop global references.
At this point, the command just hangs. I'm not returned to the prompt, and there's no further output.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.