⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 faq.docbook

📁 LINUX 下, 以 QT/KDE 写的档案管理员
💻 DOCBOOK
📖 第 1 页 / 共 5 页
字号:
          needing to recompile. You can disable 
          <application>fam</application> with: 
          <screen><prompt>$</prompt> <userinput><command>su -c 'fam -l'</command></userinput></screen>
          Look at the manpages for more information about 
          <application>fam</application>.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>
      <!-- Thanks to Karai Csaba -->
      <qandaentry>
        <question id="faqu_samba_codepage">
          <para>
          <application>Samba</application> ISO 8859-x codepage /
          What to do if &krusader; does not read shared
          directories containing special international
          characters?</para>
        </question>
        <answer>
          <para>&krusader; does not handle (yet) 
          <application>Samba</application> ISO 8859-x codepages, if
          you use a codepage different than 8859-1 you will have to
          do a manual configuration. Create or modify the file: 
          <filename>~/.smb/smb.conf</filename>
          <programlisting>[global] 
          workgroup = MyWorkGroup (ex. WORKGROUP) 
          client code page = MyCodePage (ex. 852)
          character set = MyCharSet (ex. ISO8859-2)
          </programlisting>
          Unfortunately 
          <application>kcontrol</application> (&kde;
          3.1.1) fails to configure smb.conf properly, so this must
          be done manually with a text editor.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>
      <!-- Thanks to Karai Csaba -->
      <qandaentry>
        <question id="faqu_krarc_protocol">
          <para>&krusader; reports "krarc:... protocol
          not supported" error at opening an archive file, what to
          do?</para>
        </question>
        <answer>
          <para>Install the krarc slave properly:</para>
          <para>Copy the 
          <filename>kio_krarc.so</filename>, 
          <filename>kio_krarc.la</filename> files into 
          <filename class="directory">
          $KDEDIR/lib/kde3</filename></para>
          <para>Copy the 
          <filename>krarc.protocol</filename> file into 
          <filename class="directory">
          $KDEDIR/share/services</filename></para>
          <para>or the directory where the KIO slaves are placed in
          your &Linux; distribution.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>
      <qandaentry>
        <question id="faqu_krarc_support">
          <para>I get the error message "Protocol not supported by
          Krusader: "krarc:/path/to/foo-archive", when I try to
          open foo-Archive, what to do?</para>
        </question>
        <answer>
          <para>The icons, kio_slaves and documentation must be
          installed in the correct places in the &kde;
          directory tree. The 
          <filename>kio_krarc.*</filename> files must be in the same
          directory with the other KIO slaves. Try this: locate 
          <filename>kio_tar.*</filename> and copy/link the 
          <filename>kio_krarc.*</filename> files to the same
          location. Don't forget to run 
          <command># ldconfig</command> on this directory when
          you're done. For more information click 
          <ulink url="www.krusader.org/phpBB/viewtopic.php?t=991">
          here</ulink>.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>
      
<qandaentry>
  <question id="faqu_external_tool">
  <para>What todo if an extenal tool doesn't seem to work?</para>
  </question>
  <answer>
  <para>Krusader uses several programs as <link linkend="konfig-dependencies">external tools</link>, 
        and sometimes they appear not to work.
        
       Open a terminal and check if tool foo is installed.
       <screen><prompt>$</prompt> <userinput><command>foo</command></userinput></screen> 

       Check if tool foo is properly configured in the &konfigdependencie-lnk;.

       For Archiving tools: autodetect the archives again with the <guibutton>Auto Configure</guibutton> button
       in the <link linkend="konfig-archives">Konfigurator archive page</link>. 
       
       Check the &konfigprotocol-lnk;
   
     If it doesn't work, backup your <filename>~/.kde/share/config/krusaderrc</filename> configuration file and remove it from this location,
     Restart Krusader, Krusader will now start the first start configuration wizard, follow these guidelines.
   
    </para>
  <para> </para> <!-- Empty line to make it more readable -->
  </answer>
</qandaentry>

<qandaentry>
  <question id="faqu_jar">
  <para>Howto executing jar files (and not enter the jar archive)?</para>
  </question>
  <answer>
  <para>Go to the &konfigprotocol-lnk; and remove <guilabel>application/x-jar</guilabel> 
        from the krarc node, &krusader; should no longer enter the archive.
        Global file associations are handled by &kde; and not by &krusader;.
        To assosiate the jar extension:
        <itemizedlist>
            <listitem>
              <para>Open &kde;s control center: <application>kcontrol</application>
              </para>
            </listitem>
            <listitem>
              <para>
               <menuchoice>
                 <guimenu>KDE Components</guimenu>
                 <guimenuitem>File Associations</guimenuitem>
              </menuchoice>
              </para>
            </listitem>
            <listitem>
              <para>Enter <filename>jar</filename> as filename pattern
              </para>
            </listitem>
            <listitem>
              <para>Add <filename>java</filename> as application
              </para>
            </listitem>
           </itemizedlist>
   </para>
  <para> </para> <!-- Empty line to make it more readable -->
  </answer>
</qandaentry>

      <!-- Thanks to Dirk Eschler -->
      <qandaentry>
        <question id="faqu_ftp_firewall">
          <para>Why do I have trouble with my &FTP;
          connection?</para>
        </question>
        <answer>
          <para>This problem often occurs when you are behind a
          firewall or proxy. Open 
            <menuchoice>
              <guimenu>KDE Control Center</guimenu>
              <guimenuitem>Network</guimenuitem>
              <guimenuitem>Preferences</guimenuitem>
            </menuchoice>, 
          <guilabel>"Enable Passive Mode (PASV)"</guilabel> has to
          be turned on or off, depending on it's current setting.
          Now try your &FTP; session again to see if it
          works. Also, make sure you have no other &FTP;
          sessions open (using web browsers, etc.), they can cause
          complications. More information can be found in
          &active-passive-ftp-url;.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>
      <!-- Thanks to Karai Csaba -->
      <qandaentry>
        <question id="faqu_ftp_http_proxy">
          <para>I get 
          <errorcode>"FTP protocol not supported by
          &krusader;"</errorcode> error when trying to
          open a remote &FTP; directory, what to
          do?</para>
        </question>
        <answer>
          <para>The reason for this error is that '&FTP;
          via &HTTP; proxy' feature is not yet supported
          by &krusader;. This error may be caused by a
          misconfiguration of the proxy settings in
          &kcontrolcenter;. Modify the proxy settings to
          not use &HTTP; proxy and &FTP; will
          work.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>

      <qandaentry>
        <question id="faqu_no_part">
          <para>How don't add ".part" suffix when copying files via ftp?</para>
        </question>
        <answer>
          <para>When uploading files a <filename>.part</filename> suffix is added to the filename,
                once the upload is complete the filename is renamed automagically 
                to remove the <filename>.part</filename> suffix.
                This works great but sometimes some ftp-servers don't allow a rename operation.
                You can solve this by unchecking the checkbox 
                <guilabel>Mark partially uploaded files</guilabel> in &kde;'s control center. 
                The checkbox is located at 
                <menuchoice>
                 <guimenu>Internet and Network</guimenu>
                 <guimenuitem>Connection Preferences</guimenuitem>
                </menuchoice>.</para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>

      <qandaentry>
        <question id="faqu_close_connection">
          <para>How can I close a remote connection
          (&eg; a FTP connection)?</para>
        </question>
        <answer>
          <para>It's explained in the 
          <link linkend="remote-connections">remote connections
          chapter</link>.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>
      <qandaentry>
        <question id="faqu_media_protocol">
          <para>I am experiencing problems with the media://
          protocol, why?</para>
        </question>
        <answer>
          <para>At the moment of writing the media:// protocol is
          instable, we need to wait until the &kde; team
          corrects it, every other protocol works properly with
          &krusader;, only media fails. More information
          regarding this issue is available in 
          <ulink url="http://www.krusader.org/phpBB/viewtopic.php?t=1357">
          our forum</ulink>.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>
      <!-- Thanks to thepieman at the Krusader Forum -->
      <qandaentry>
        <question id="faqu_sound">
          <para>How can I disable the default sounds,
          &eg; when I do a delete action ?</para>
        </question>
        <answer>
          <para>Those are the default &kde; System
          sounds, and not related to &krusader;. If you
          want to disable them globally open your &kde;
          &kcontrolcenter; (
          <application>kcontrol</application>): 
            <menuchoice>
              <guimenu>KDE Control Center</guimenu>
              <guimenuitem>Sound &amp;
              Multimedia</guimenuitem>
              <guimenuitem>System Notifications</guimenuitem>
            </menuchoice>, 
          <guilabel>Event Source: "KDE System
          Notifications"</guilabel> and uncheck sound items you
          don't like.</para>
          <para></para>
          <!-- Empty line to make it more readable -->
        </answer>
      </qandaentry>
      <qandaentry>
        <question id="faqu_remoteMan">
          <para>Where is RemoteMan, the remote connection manager
          ?</para>
        </question>
        <answer>
          <para>RemoteMan has been replaced by our Bookmark Manager
          since Krusader 1.25-beta1. The Bookmark Manager handles
          local files and 
          <link linkend="remote-connections">remote
          &URL;'s</link> the same way. RemoteMan was left
          as a selection until &krusader;-1.51 to allow
          an easier transition and give you a chance to move your
          &bookmarks-lnk;. RemoteMan was disabled, as
          announced, in &krusader;-1.60.</para>
          <para>&URL; transition procedure: 
          <orderedlist numeration="arabic">
            <listitem>
              <para>install &krusader;-1.51</para>
            </listitem>
            <listitem>
              <para>open the RemoteMan and connect to an
              &FTP;</para>
            </listitem>
            <listitem>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -