No konqueror

Góra strony
Załączniki:
Wiadomość jako email
+ (text/plain)
Delete this message
Reply to this message
Autor: Nick Estes
Data:  
Temat: No konqueror
> I have upgraded to KDE 2.2 and after rebooting the computer and geting back
> into Linux (dual boot) I no can no longer run Konqueror file mgr. or browser.
> Do either of these programs have ties to libGL.so, libGL.so.1 or libGL.so.1.2?
> I removed them to try to get my nVidia card to work. Trying a trick I get
> from Lokigames seems as it should have been harmless.


try: ldd `which konqueror`

That will tell you precisely what libraries it wants to link to, and it
will also tell you if the linker can find them or not; very handy for
checking this sort of problem.

The next question would be, have you just tried running it by picking it
out of a menu, or have you tried running it from a command line to see if
it spits out useful errors?

    --Nick