~ubuntu-branches/ubuntu/hoary/kvirc/hoary

« back to all changes in this revision

Viewing changes to doc/FAQ

  • Committer: Bazaar Package Importer
  • Author(s): Robin Verduijn
  • Date: 2004-12-14 15:32:19 UTC
  • mfrom: (0.2.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041214153219-fdink3gyp2s20b6g
Tags: 2:2.1.3.1-2
* Change Recommends on xmms to a Suggests.
* Rebuild against KDE 3.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        make[1]: *** [it.mo] Error 2
12
12
        make[1]: Leaving directory `/usr/src/kvirc/po'
13
13
 
14
 
A: You have a non GNU msgfmt program that doesn't support the -o option.
15
 
        Install the GNU gettext package (available from your closest GNU ftp site mirror)
 
14
A: You have a non GNU msgfmt program that does not support the -o option.
 
15
        Install the GNU gettext package (available from your closest GNU FTP site mirror)
16
16
        or try adding the --without-locale option to the ./configure commandline.
17
17
 
18
18
###############################################################################
35
35
 
36
36
###############################################################################
37
37
 
38
 
Q: I can't find documentation about...
 
38
Q: I cannot find documentation about...
39
39
 
40
 
A: If you can't find documentation about a specific topic in the
41
 
        "run-time" help files , it's probably because it has not been written yet.
 
40
A: If you cannot find documentation about a specific topic in the
 
41
        "run-time" help files , it is probably because it has not been written yet.
42
42
        You may find more help on the #kvirc or #linux channel belonging to your
43
43
        favorite Irc network.
44
44
        Consider also having a look at the KVIrc sources and writing some docs
45
45
        :)
46
 
        
 
46
 
47
47
###############################################################################
48
48
 
49
 
Q: ./configure aborts with an error saying that the qt library/includes can not be found
 
49
Q: ./configure aborts with an error saying that the qt library/includes cannot be found
50
50
 
51
51
A: Ensure that you have installed properly the Qt library , and the version is >= 2.1
52
52
        Try passing the following options to ./configure:
60
60
        --with-qt-library-dir="/usr/myusername/qt/lib"
61
61
        --with-qt-moc="/usr/myusername/qt/bin/moc"
62
62
        You may find useful also passing '--without-qt-check'.
63
 
 
 
63
 
64
64
###############################################################################
65
65
 
66
 
Q: When I try to run KVIrc I get: 'libkvicore.so.1.0.0 error in loading shared libraries...'
 
66
Q: When I try to run KVIrc I get: 'libkvilib.so.1.0.0 error in loading shared libraries...'
67
67
 
68
68
A: You must add /usr/local/lib to your /etc/ld.so.conf and then run 'ldconfig'.
69
 
        You may need also to add /usr/local/lib to your LD_LIBRARY_PATH enviroinement variable.
 
69
        You may need also to add /usr/local/lib to your LD_LIBRARY_PATH environment variable.
70
70
        If you have changed the libraries installation directory
71
71
        in configure , change the "/usr/local/lib" directory accordingly.
72
72
 
82
82
 
83
83
Q: Some dialog windows seem to disappear misteriously...
84
84
 
85
 
A: Heh...the problem is that Window Managers act as they want...and may only accept 'hints'.
 
85
A: The problem is that Window Managers act as they want, and may only accept 'hints'.
86
86
        First open the 'misc options' dialog and toggle the
87
87
        "'Hide/Show' hack for brain damaged WM" option , then
88
 
        restart KVIrc....it should work now.
 
88
        restart KVIrc. It should work now.
89
89
 
90
90
###############################################################################
91
91
 
92
 
Q: I can not connect to any server:
 
92
Q: I cannot connect to any server:
93
93
        - KVIrc seems to have problems with looking up server hostnames.
94
94
        - DNS queries always fail with an error.
95
95
 
96
96
A: KVIrc uses threads to perform asynchronous DNS calls.
97
97
        You may try to force synchronous (blocking) calls by enabling
98
98
        the "Force synchronous DNS calls" option in the server options dialog.
99
 
        If this does not help you (really strange and unreported yet) , you'll
 
99
        If this does not help you (really strange and unreported yet) , you will
100
100
        need to resolve the hosts manually and specify the server IPs instead
101
101
        of the server names.
102
102
 
103
103
###############################################################################
104
104
 
105
 
Q: I can't use my national characters...
 
105
Q: I cannot use my national characters...
106
106
        (and similar questions)
107
107
 
108
108
A: The current IRC protocol implementation has major problems
157
157
                Each character is mapped to a digit in range [0-255].
158
158
                The characters from 0 to 127 are (usually) standardized;
159
159
                this range is called the ASCII subset (ASCII character -> 7-bits).
160
 
                So for example the digit 32 rappresents a 'space' character,
161
 
                65 rappresents an 'A' , 98 rappresents a 'b'.
 
160
                So for example the digit 32 represents a 'space' character,
 
161
                65 represents an 'A' , 98 represents a 'b'.
162
162
                Since 255 numbers are not enough to rappresent all the possible
163
163
                characters used in the world , the digits from
164
164
                128 to 255 are mapped in different ways, depending
215
215
                Windows Cyryllic charset, you can map Windows->KOI8R when receiving and KOI8R->Windows
216
216
                when sending. In this case the correct font to use is the one with the KOI8R charset,
217
217
                even if others are "speaking" by using the Windows charset.
218
 
                
 
218
 
219
219
 
220
220
        - Finding more info:
221
221
                As said before , it is just a matter of using a search engine.
226
226
                "linux" site (on www.linux.org you will be able to find all the
227
227
                available HOWTO documents).
228
228
 
229
 
        Hehe...WE WANT REAL UNICODE IRC :)
 
229
        Hehe... WE WANT REAL UNICODE IRC :)
230
230
 
231
231
###############################################################################
232
232
 
233
233
Q: Loading the xmms plugin causes some troubles.
234
234
        At plugin load time kvirc complain this message on stderr:
235
235
 
236
 
        [libkvixmms] : Could not load libxmms : /usr/X11R6/lib/libxmms.so: 
 
236
        [libkvixmms] : Could not load libxmms : /usr/X11R6/lib/libxmms.so:
237
237
                        undefined symbol: gtk_widget_destroy
238
238
 
239
239
A: This seems to be a problem in libxmms from the rpm installation packet.
240
240
        Recompiling and installing xmms from sources seems solve the problem,
241
 
        However , you may also try to reinstall xmms from original bin rpm's 
242
 
        at http://www.xmms.org 
 
241
        However , you may also try to reinstall xmms from original bin rpm's
 
242
        at http://www.xmms.org
243
243
 
244
244
Szymon Stefanek <kvirc@tin.it>