Konversation/Tipps und Tricks

    From KDE UserBase Wiki
    Revision as of 15:41, 14 June 2020 by Ikoch (talk | contribs) (Created page with "== Automatische Rechtschreibprüfung einschalten ==")
    Other languages:

    Verwendung der vorinstallierten Skripte

    • Konversation verfügt über mehrere vorinstallierte Skripte, die die Freude an Konversation erhöhen. Die folgenden Skripte sind bei Konversation bereits dabei:
    /media
    zeigt an was der Media-Player zur Zeit abspielt (zahlreiche Media-Player werden unterstützt)
    /weather
    zeigt aktuelle Wetter-Informationen an sofern KWeather installiert ist und läuft (KDE 3)
    /cmd
    runs a command and prints the output - try /cmd uname -a
    /uptime
    zeigt an wie lange ihr Rechner bereits läuft.
    /sayclip
    gibt den letzten Eintrag der Zwischenablage an.
    /sysinfo
    zeigt Informationen über ihr System an.
    /fortune
    sagt ihnen das Schicksal voraus, wie von dem Skript 'fortune' ermittelt.

    DCC Tricks

    • Sie können jeden Link der von KDE in Konversation unterstützt wird per DCC erreichen. Versuchen Sie:

    /dcc send <nickname> http://www.slashdot.org

    Kontact Integration

    • Sie können Spitznamen mit Adressbucheinträgen verbinden und den Online-Status in Kontact verfolgen. Hierzu klicken Sie mit der rechten Maustaste auf den Spitznamen und wählen Sie Mit Adressbuch verbinden -> Kontakt auswählen und wählen den entsprechenden Adressbucheintrag aus. Das war es. Nun können Sie den Online-Status in Kontact sehen.
    • Wenn Sie die kuick-Erweiterung von kdeaddons/konq-plugins installiert haben, können Sie mit einem Rechtsklick auf einen Dateinamen und Datei senden sowie der Auswahl des Kontaktes, eine Datei an einen anderen Kontakt über DCC senden.

    Nick Completion

    • If you chose a nick using tab-completion, the next time you press Tab key Konversation will insert last completed nick automatically.
    • You can skip some part of nicks while using nick completion. For example if your bouncer adds ~ prefix to nicks you can add following to your ~/.kde/share/config/konversationrc :
      [Nick Completion]
      PrefixCharacter=~
    Then it won't take ~ prefix into account while doing nick completion. So to get ~foo you just do fotab and it will complete it to ~foo. You can use any valid string for PrefixCharacter like ~,~d,~df,etc.

    Sound Notifications

    You can have Konversation notify you with a sound event whenever your name appears in a channel.

    • Go to Settings -> Configure Notifications in the menubar.
    • Select Someone wrote your nick in a message.
    • Click the checkbox which says [ ] Play a sound: and then use the folder icon to the right of it to select a sound to play.

    You can also choose other types of notifications for other events from this dialog.

    Enabling Graphical Emoticons

    Stop Konversation, add the following to your ~/.kde/share/config/konversationrc and restart Konversation:

    [Themes]
     EmotIconTheme=Default
     EnableEmotIcons=true

    Please note that graphical emoticons are formally unsupported and the code is unmaintained.

    Creating an SSH tunnel before connecting

    Open Settings -> Identities. Select your identity and goto Advanced tab and enter at Pre-shell command ~/ssh-tunnel.sh

    Then create an ~/ssh-tunnel.sh file with something like:

     # Enter your own ssh-tunnel command
     ssh -C -N -L 6667:irc.efnet.org:6667 cartman@southpark.com&
     # wait some seconds to establish the tunnel before continuing
     sleep 5
    

    Then chmod +x ~/ssh-tunnel.sh and any network using this identity will set up an ssh tunnel before it connects!

    You have to use localhost as server and the login-process for the tunnel-server should be automated by ssh-agent and the port only works once so you have to use a different script for each connect. All-in-all maybe its easier to set up the tunnel(s) in Konsole or use a SSL-capable server. nobs 11:11, 15 February 2006 (EST)

    Importing the mIRC Server List

    On this page you can find a script that will append the contents of mIRC's venerable servers.ini to your Konversation config file.

    Automatische Rechtschreibprüfung einschalten

    Right click the text input line and select Auto Spell Check.

    On-Demand Ghosting

    Use this method to regain ("ghost") your nick upon reconnection to freenode.