summaryrefslogtreecommitdiffstats
path: root/FAQ
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-25 22:09:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-25 22:09:31 +0900
commit1fea9ad19418595646770b7179972b682a074683 (patch)
tree6186b9203cf48985a651bc6c61a7498552b76587 /FAQ
downloadtdeio-gopher-1fea9ad19418595646770b7179972b682a074683.tar.gz
tdeio-gopher-1fea9ad19418595646770b7179972b682a074683.zip
Initial import of kio-gopher 0.1.4 source code.
Copyright (C) 2003-2008 by Albert Astals Cid (aacid@kde.org). The code is licenced under GPL version 2 as indicated in the source code comments and in the COPYING file. The code does not compile under TDE. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ13
1 files changed, 13 insertions, 0 deletions
diff --git a/FAQ b/FAQ
new file mode 100644
index 0000000..92b6d66
--- /dev/null
+++ b/FAQ
@@ -0,0 +1,13 @@
+Q: kio_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 kio_gopher was installed to a bad path, this is possibly
+ due to KDEDIR environment variable not defined, either define it or
+ use ./configure --prefix=<your_kde_dir>
+
+Q: What should i put in KDEDIR 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