You are not logged in.

Search results

Search results 1-3 of 3.

Sunday, March 6th 2005, 1:32pm

Author: KWTm

How do I tell KDE programs where libraries are, to make startup faster?

Quoted Originally posted by anda_skoa Check your /etc/ld.so.config file, perhaps it has a lot of paths in it and a bad ordering Aha! A clue! What is this /etc/ld.so.config file you speak of? It does not exist on my system. I presume that a default is then used. Would you have a sample /etc/ld.so.config file, perhaps from your own system, that you could post so I will know how to create my own? Is this file recognized by only KDE programs, or would it apply to any program that searches for a lib...

Sunday, March 6th 2005, 7:16am

Author: KWTm

How do I keep file dialogs from showing icons next to filenames?

Hello... I've looked all over for the answer to this question, to no avail. Perhaps I don't know some of the keywords to Google for. Here's the situation: When I save a file (in KWrite, or Konqueror, or any other KDE program), a file dialogue pops up asking what the file name should be. This dialogue box also lists the files in the current directory. Beside each file is an icon showing what type of file it is (text file, directory, image file, etc.) Unfortunately, some directories have hundreds ...

Sunday, March 6th 2005, 6:29am

Author: KWTm

How do I tell KDE programs where libraries are, to make startup faster?

Hello! For the longest time, I was frustrated by the sluggishness of KDE programs. After poring through the posts here, I learned to use "strace <KDE program>" to find that the reason it takes so long is that KDE programs such as Konqueror or KWrite are looking in all the wrong places for their libraries (.SO files). For example, "strace konqueror" shows (partial output): open("/usr/lib/qt3/lib/i686/sse/libkdeinit_konqueror.so", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/lib/qt...