File: FAQ.html

package info (click to toggle)
kmago 1.1.2-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,380 kB
  • ctags: 2,090
  • sloc: cpp: 14,485; sh: 10,191; perl: 1,770; python: 258; makefile: 126; ansic: 26
file content (63 lines) | stat: -rw-r--r-- 4,351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>FAQ</title>
  </head>

  <body>
    <h1>FAQ</h1>

    <h2>Generic Informations</h2>

    <h3>Is there a mailing list for KMago?</h3>
    There is one, <em>kmago-user@lists.sourceforge.net</em>. To subscribe, go to <a href="http://lists.sourceforge.net/lists/listinfo/kmago-user">kmago-user management page</a>, web archive <a href="http://www.geocrawler.com/redir-sf.php3?list=kmago-user">here</a>. You can find more informations about lists on <a href="http://sourceforge.net/mail/?group_id=11860">KMago mailing lists</a>.
    
    
    <h2>Using KMago</h2>
    
    <h3>Can I use KMago to mirror web sites?</h3>
    No, the mirroring capabilities of wget are not supported.
    
    <h3>Settings are not saved</h3>
    Be sure to use a <em>persistent</em> document, i.e. a document not saved in a temporary file. You can convert a temporary document using <em>save as</em> menu entry to save it to a file. Besides that, there is an configure entry named <em>start up with last used document</em> to automatically reload the last used document on start up.
    
    <h3>I dont' care about document files</h3>
    From 1.1.1 release there is an option (that you have to add to kmago.desktop file to make persistent), named <code>--single-doc</code>, to run it as a unique application, and using a single document file located in <code>~/.kde/share/apps/kmago/data</code>.

    <h3>What does it mean to run as unique application?</h3>
    Without options, every kmago invocation fire up a new process, while in this mode you have only one process managing all windows.

    <h3>How can I exit KMago letting the wget daemons running in background?</h3>
    Simply kill it, i.e. don't use the quit, or close, or whatever graphical button, you have to send to it a <code>SIGQUIT</code> signal. However this is not recommended, as it doesn't save the last state, even if on restarting it will try to be fair reloading it.
    
    <h3>The OK button doesn't work in configure's dialog</h3>
    If KMago finds some incorrect entries (maybe not in the current tab), it prevent the dialog's close.

    <h3>How could I use KMago to automate modem dialing?</h3>
    As there is no standard way to handle the dialing, it's somehow difficult to handle this. From version 1.1 there is some support for this, as KMago can automatically quit when there are no transfers left to run. Another way to handle disconnection come from a configure entry in which you can insert a shell command, that will be executed when there are no transfers left to run. From version 1.1.2, there is support for DCOP, that you can use to gain full control over the application. From more informations, look at DCOP's documentation, and dig the kmago interface using the command-line tool dcop, or maybe with its graphical counterpart kdcop.
 
    <h2>Problems</h2>
    
    <h3>KMago executable size continue to grow until I have to kill it</h3>
    You are experimenting a memory leakage. Currently there is a known problem about it.<br>
    Check file <code>kdebug.areas</code>, and if they are not present, append the following lines to the end, (a tab between number and kmago):<br>
    <code>
41000	kmago (ini)<br>
41001	kmago (vie)<br>
41002	kmago (run)<br>
41003	kmago (prs)<br>
    </code>
    If this don't resolve the problem, and you have downloaded the source tarball, add to configure the option <code>--enable-debug=no</code> and recompile.
    
    <h3>KMago crashes on start up</h3>
    If you have compiled it yourself, be sure that it is linked with the correct libraries, (in particular QT).<br>
    If you are upgrading from an older version, try to remove <code>~/.kde/share/apps/kmago/kmagoui.rc</code>, or maybe <code>~/.kde/share/config/kmagorc</code> too. Adapt the paths to follow you local kde directory. Chances are that you are trying to run an old document, although from version 1.1 there is a check for document version, in this case, you have to start KMago from console, typing <code>kmago &lt;new document file&gt;</code>

    <hr>
    <address><a href="mailto:sermore@libero.it">Sergio Moretti</a></address>
<!-- Created: Sat Mar 31 14:48:03 CEST 2001 -->
<!-- hhmts start -->
Last modified: Thu Apr 19 10:50:09 CEST 2001
<!-- hhmts end -->
  </body>
</html>