3 <!DOCTYPE chapter PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN"
7 <chapter id="applications">
8 <title>&kde; applications</title>
17 <para>Many &kde; users report problems using &kppp;. But before you
18 complain about &kppp;, make sure you have already checked the
22 <listitem><para>Can you dialup to your <acronym>ISP</acronym> without using &kppp;? If you cannot, then perhaps &kppp; is not the culprit after
23 all.</para></listitem>
24 <listitem><para>Have you gone through the &kppp; documentation at
25 least three times and followed its instructions and trouble-shooting
26 suggestions?</para></listitem>
28 <para>The &kppp; documentation can be accessed through the
29 <application>&kde; Help Center</application>.
30 Last, but not least, the &kppp; homepage is at <ulink
31 url="http://ktown.kde.org/~kppp/">http://ktown.kde.org/~kppp/</ulink>.</para>
32 <para>Now, if you still encounter problems, here's what might help you
35 <varlistentry><term>How do I change the &MTU; setting in &kppp;?</term>
36 <listitem><para>Open up the &kppp; dialog box and select
37 <guibutton>Setup</guibutton>. Choose an existing account and click
38 <guibutton>Edit</guibutton>, or <guibutton>New</guibutton> to create a
39 new dialup account. Select the <guilabel>Dial</guilabel> tab and
40 click <guibutton>Arguments</guibutton>. Type what you want to change
41 in the Argument textbox (⪚ <userinput>mtu 296</userinput>) and
42 click <guibutton>Add</guibutton>. When you are satisfied, click
43 <guibutton>Close</guibutton>.</para>
44 <para>To check whether the options <quote>took</quote>, do one of the following:</para>
47 <para>In a terminal window, run
48 <userinput><command>/sbin/ifconfig</command> ppp0</userinput> and look
49 at the reported &MTU; in the output. It should match your
52 <listitem><para>Add <option>debug</option> and <option>kdebug</option>
53 (each on a separate line) to your
54 <filename>/etc/ppp/options</filename> file and restart your
55 &PPP; session. You will find debugging messages in
56 <filename>/var/log/messages</filename>, including &MRU; and &MTU;
57 settings.</para></listitem>
59 <para>If you want, the &MRU; and &MTU; settings can be added to the
60 <filename>options</filename> file, one complete setting per line, no
61 quotes or dashes.</para></listitem>
64 <term>&kppp; connects at a slower speed than
66 <listitem><para>The following might do the trick:</para>
68 <listitem><para>Try executing <command>setserial
69 spd_hi</command>.</para></listitem>
70 <listitem><para>The default &MTU; value is 1500,
72 for a dialup connection. Try changing it to a smaller value like
73 <userinput>296</userinput>
74 or <userinput>576</userinput>.</para></listitem>
75 <listitem><para>Check in your <filename
76 class="directory">$<envar>HOME</envar>/.kde/share/config</filename> for the
77 <filename>kppprc</filename>. Ensure the correct modem speed is
78 actually defined there.</para></listitem>
79 </itemizedlist></listitem>
87 <para>&konsole;</para>
93 <term>How do I page-up or page-down?</term>
94 <listitem><para>Use <keycombo action="simul">
95 &Shift;<keycap>Page Up</keycap></keycombo>
96 and <keycombo action="simul">&Shift;<keycap>Pg
97 Dn</keycap></keycombo>.
102 <term>How do I perform a simple <quote>copy</quote> from &konsole; to
103 anything else?</term>
104 <listitem><para>When I do a <command>ls</command>, first I select with
105 the mouse the desired text, press
106 <keycombo action="simul">&Ctrl;<keycap>C</keycap></keycombo>,
107 then I make the target application active, point the mouse to the
108 relevant part and press <keycombo
109 action="simul">&Ctrl;<keycap>V</keycap></keycombo>.
110 Alternatively, highlight the text by dragging with the &LMB; down and
111 paste by clicking with the &MMB; (or both buttons if you are using a
112 2 button mouse with 3 button emulation).
117 <term>Why can't &konsole; find the <quote>9x15</quote> and the 2
118 <quote>console</quote> bitmap fonts installed with &kde;?</term>
121 <para><application>FontConfig</application> must find the three fonts
122 installed in: <filename
123 class="directory">$<envar>KDEDIR</envar>/share/fonts</filename>.
125 the &kde; install does not install these fonts in a directory that
126 already exists (⪚ <filename
127 class="directory">/usr/share/fonts</filename>) then you must add this
128 directory to the configuration file <filename
129 class="directory">/etc/fonts/local.conf</filename>. This should be
130 the first line after <quote><fontconfig></quote>. For example:
133 <dir>/usr/kde3/share/fonts</dir>
136 After adding the directory, run (as root):
137 <userinput><command>fc-cache</command> -v</userinput> and check that
138 it found the directory.</para>
151 <para>&kmail; has its own home page at <ulink
152 url="http://kmail.kde.org">http://kmail.kde.org</ulink> where a
153 <acronym>FAQ</acronym> is available.</para>