blob: b4ea97edaf01696fd91f7766e15efce66266766a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|