You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
Q: tdeio_gopher built and installed succesfully but i type gopher://foo.com in
|
|
|
|
konqueror and it doesn't works. What can i do?
|
|
|
|
A: This is because tdeio_gopher was installed to a bad path, this is possibly
|
|
|
|
due to TDEDIR environment variable not defined, either define it or
|
|
|
|
use ./configure --prefix=<your_kde_dir>
|
|
|
|
|
|
|
|
Q: What should i put in TDEDIR or --prefix=<your_kde_dir>?
|
|
|
|
A: That depends on your very own distribution, for Mandrake it is /usr
|
|
|
|
but other distributions use other paths, as a guess you can try
|
|
|
|
something like
|
|
|
|
which konqueror
|
|
|
|
/usr/local/kdecvs/bin/konqueror
|
|
|
|
in that case /usr/local/kdecvs would be the correct path
|