Plasma/Krunner/de: Difference between revisions

    From KDE UserBase Wiki
    (Updating to match new version of source page)
    (Updating to match new version of source page)
    (39 intermediate revisions by 3 users not shown)
    Line 1: Line 1:
    <languages />
    <languages />


    '''KRunner''' ist ein Werkzeug zum Suchen und Starten von Dateien und Programmen. Es kann auch für allgemeinere Aufgaben wie Rechnen oder Einheitenumwandlungen verwendet werden. ''Auf den meisten Systemen wird KRunner durch die Tastenkombination <keycap>Alt + F2</keycap> aktiviert.''
    '''KRunner''' (auch: "Schnellstartfenster" ; zu Starten per Alt-F2 oder Alt-LEERTASTE) ist ein Programmstarter für die Plasma Umgebung. Seine Grundfunktion besteht im Hochfahren von Programmen aus einer Art von Mini-Kommandozeile, aber erweitert um sogenannte "runners" kann man noch weit mehr diverse Funktionen mit dem KRunner ausüben.
     
    {{Note|1=Distributionsabhängig müssen gegebenfalls "addon" Pakete nachinstalliert werden, um alle hier genannten Funktionen zu erhalten. Mit der Schraubenschlüssel-Klickfläche können addon Pakete aktiviert oder deaktiviert werden, gerade wenn KRunner stark verlangsamt wurde, weil zuviele Pakete dort abgearbeitet werden müssen.}}


    [[Image:KRunner.png||center]]
    [[Image:KRunner.png||center]]


    == Grundlegende Steuerung ==
    == Feature Liste ==
     
    Diese erbärmlich unvollständige Aufzählung unternimmt den Versuch, einige simple Nutzungsmöglichkeiten des '''KRunner''' darzustellen.  Bitte das '?' Zeichen anklicken, um weitere Möglichkeiten zu finden.
     
    === Programme Starten und Beenden ===
     
    You can launch programs by simply typing the name of the application you want to launch - or even simpler: press the down-arrow key for list of ''most recently used'' programs you typed in beforehand.
     
    You may type a single character and KRunner will start finding matches. Matches will be found to applications from your easily customizable applications menu (for that, right-click in menu).
     
    Beispiel:
    {|class="tablecenter" style="border: 1px solid grey"
    | was eingetippt? || was passiert?
    |-
    | <code> gwe </code> || ''(startet [[Special:myLanguage/Gwenview|Gwenview]])''
    |}
     
    [[Image:KRunner_app.png||center]]
     
    You can use '''KRunner''' to kill applications, too. Type in the keyword <code>kill</code> followed by a process name and '''KRunner''' will provide options to close the application (SIGTERM) or forcibly quit it (SIGKILL). '''KRunner''' will match partial process names to running processes.
     
    Note that the keyword <code>kill</code> can be changed in the "Terminate Applications" runner to avoid confusion with the shell command kill which accepts process IDs.
     
    ===Direct installation===
     
    In case that you look for an application that has not been installed yet, KRunner will suggest a set of applications that match your search. In specific, since KRunner has been integrated with Plasma Software Center, [[Special:myLanguage/Discover | Discover]], will present you a list of applications, enabling you to proceed to direct installation.
     
    === Kommandozeilenbefehle auslösen ===
     
    Zusätzlich zu den Programmen aus dem Menü kann '''KRunner''' außerdem Kommandozeilenbefehle ausführen und Binärprogramme starten. Allerdings wird für die Shell Komandos keine Befehlsnamen-Vervollständigung angeboten, man muß also den ganzen Befehl aus dem Gedächtnis kennen.
     
    Die Klickfläche mit Schraubenschlüssel-Symbol ermöglicht für diese Art von Befehlsausführung zusätzliche Optionen zu aktivieren. So kann das Ablaufen in der Konsole gewählt werden, etwa um den entstehenden Ausgabetext auch lesen zu können. Oder man kann ein Programm unter einem fremden Benutzer-Konto ausführen, wofür Name und Passwort benötigt wird.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> ls ~/Documents </code> || ''lists contents of ~/Documents (preferably in a terminal)''
    |-
    |<code> cp ~/Documents/myFile ~/myFile </code> || ''copies myFile from ~/Documents to ~/''
    |-
    |<code> mplayer myMovie.mkv </code> || ''plays myMovie.mkv in mplayer''
    |}
     
    Incidentally, if the command line is your thing, you may appreciate the built in integration to man pages. Simply type a command name preceded by a <code>#</code> or <code>man:/</code> to open the man page formatted for easy readability in your browser.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> #ls </code> || ''opens the manual for ls in a browser''
    |-
    |<code> man:/grep </code> || ''opens the manual for grep in a browser''
    |}
     
    ===Browse websites===
     
    You can simply start typing the URL of a website to open it in your default browser. You may even type in the name of a browser bookmark and '''KRunner''' will open it for you. If you have visited the website in the past, '''KRunner''' can fetch you results from your browser's history, too.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> myBookmark </code> || ''opens the bookmark in a browser''
    |-
    |<code> kde.org </code> || ''opens the [http://www.kde.org KDE homepage] in a browser''
    |-
    |<code> http://userbase.kde.org/ </code> || ''opens [http://userbase.kde.org/ Userbase] in a browser''
    |}
     
    '''KRunner''' already knows your Web Shortcuts, found in Plasma System Settings, so you can directly start using them.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> gg:KDE </code> || ''searches Google for KDE''
    |-
    |<code> wp:krunner </code> || ''searches Wikipedia for krunner''
    |}
     
    '''KRunner''' also provides options to download files from the web using [[Special:myLanguage/KGet|KGet]] by providing their URL.
     
    Additional runners exist for fast searching on Wikipedia, Wikitravel and KDE Techbase.
     
    ===Open files, folders and devices===
     
    '''KRunner''' can also open files and directories on your local machine for you. If you want to browse remote machines, you can do that, too. Notice how '''KRunner''' uses kioslaves for ssh (fish:) and samba (smb:).
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> file:/home/ </code> || ''opens file:///home/ (the Home directory) in [[Special:myLanguage/Dolphin|Dolphin]]''
    |-
    |<code> file:myMovie.mkv </code> || ''opens /home/myMovie.mkv''
    |-
    |<code> fish:[email protected] </code> || ''opens fish:/[email protected]/ via fish (file over ssh) protocol''
    |-
    |<code> smb:myWindowsBox </code> || ''opens smb:/myWindowsBox via Samba''
    |}
     
    If you don't know the path to a file, simply type the name of the file. If the file is a recently opened document, '''KRunner''' will list it for you. If you have enabled "File Search" provided by [https://community.kde.org/Baloo Baloo] daemon, you can also search your computer for the file by its indexed contents. '''KRunner''' will also open folders you've bookmarked in [[Special:myLanguage/Dolphin|Dolphin]] (in your Places sidebar) if you type their name in. What's more, if you want to access devices on your system (both mounted and unmounted), you can do that, too. '''KRunner''' will even provide device-specific options.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> Home </code> || ''opens the Home directory in [[Special:myLanguage/Dolphin|Dolphin]]''
    |-
    |<code> myFlashDrive </code> || ''shows options to mount or open the contents of myFlashDrive''
    |}
     
    ===Multitask with sessions, windows, desktops and activities===
     
    Several KDE applications allow you to save and load sessions. '''KRunner''' allows you to launch these sessions. You can either type in the name of the application or directly type in the name of the session. Runners exist for opening sessions saved in [[Special:myLanguage/Kate|Kate]], [[Special:myLanguage/Konqueror|Konqueror]], [[Special:myLanguage/Konsole|Konsole]], etc.
     
    '''KRunner''' is a multitasker's dream. If you have too many windows open, just type in the title of the window and switch directly to it. You can similarly type in the name of a virtual desktop and switch directly to it. If you roll with activities, switch activities by typing their name in. '''KRunner''' will find a match as soon as you type three characters in.
     
    '''KRunner''' will even switch desktop sessions for you. Type in the keyword <code>switch</code> or <code>new session</code> to start a separate X session. You can switch back and forth between sessions by using the <code>switch</code> keyword.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> Desktop 1 </code> || ''switches the virtual desktop to Desktop 1''
    |-
    |<code> myWorkActivity </code> || ''switches the activity to myWorkActivity''
    |-
    |<code> switch </code> || ''shows options to switch to an existing session or start a new one''
    |-
    |<code> new session </code> || ''starts a new session''
    |}
     
    Several plasma widgets can be launched as windowed applications. You can simply type the name of a widget and '''KRunner''' will launch a window for you.
     
    ===Talk to people===
     
    Type in the name of a contact in your [[Special:myLanguage/KAddressBook|KAddressBook]] to get a list of options to contact them. Typing in an email address into '''KRunner''' will open a [[Special:myLanguage/KMail|KMail]] composer window. You can also search through contacts in your [[Special:myLanguage/Kopete|Kopete]] contact list.
     
    The addressbook and kopete runners don't seem to be working in SC 4.8.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> [email protected] </code> || ''compose a mail to the KDE mailing list''
    |-
    |<code> myContact </code> || ''show options to contact myContact''
    |}
     
    ===Listen to some music===
     
    You can control any modern audio player such as [[Special:myLanguage/Amarok|Amarok]] using '''KRunner'''. You can use several keywords (all configurable) to <code>play</code>, <code>pause</code> or skip songs. Typing in the name of an artist, album or song that is in [[Special:myLanguage/Amarok|Amarok]]'s library will let you either play immediately, play next (<code>queue</code>) or play at the end (<code>append</code>) of the current playlist. You can use keywords to <code>increase</code> or <code>decrease</code> the volume of the player, or even to <code>mute</code> or <code>quit</code> it.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> play ''song search'' </code> || ''plays a song immediately''
    |-
    |<code> pause </code> || ''pauses [[Special:myLanguage/Amarok|Amarok]] or your designated music player''
    |-
    |<code> next </code> || ''plays next song in playlist''
    |}
     
    ===Be on time===
     
    You can get the current date or time by typing in the keywords <code>date</code> or <code>time</code>. Selecting the result will copy it to your clipboard so you can paste it elsewhere. The format of the date and time respects your system settings.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> date </code> || Today's date is ...
    |-
    |<code> time </code> || The current time is ...
    |}
     
    [[Image:KRunner_time.png||center]]
     
    You can even get the date and time at another location by specifying the time zone or the city listed in the TZ database.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> time UTC </code> || The current time in UTC is ...
    |-
    |<code> time oslo </code> || The current time in Europe/Oslo is ...
    |-
    |<code> time kolkata </code> || The current time in Asia/Kolkata is ...
    |}
     
    There is a runner for interfacing with [[Special:myLanguage/KOrganizer|Korganizer]] and fetching events, but it doesn't seem to be working in SC 4.8.
     
    ===Calculator===
     
    '''KRunner''' features a very versatile calculator that can be called by starting or ending a calculation with an <code>=</code> sign. In addition to basic arithmetic, you can call scientific functions like <code>sqrt()</code>, <code>sin()</code>, <code>log()</code>, etc. A list of the supported functions is [http://qalculate.github.io/manual/qalculate-definitions-functions.html here]. Note that trigonometric functions like <code>sin()</code>, <code>cos()</code>, etc expect the angle in radians. '''KRunner''' understands <code>pi</code> in expressions.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> 32*12 = </code> || 384
    |-
    |<code> = sqrt(4) + 32*sin(30*pi/180) </code> || 18
    |}
     
    [[Image:KRunner_calc.png||center]]
     
    '''KRunner''' also supports combinatorics functions, like <code>perm()</code> or <code>comb()</code>.
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> = perm(10,5) </code> || 30240
    |-
    |<code> = comb(10,5) </code> || 252
    |}
     
    '''KRunner''' can also handle symbolic mathematics and perform integration and differentiation on expressions
     
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> = integrate( -x/y^2, y ) </code> || -x/y
    |-
    |<code> diff( log(x) ) = </code> || 1/x
    |}


    ===KRunner aufrufen===
    You can also use '''KRunner''' to solve polynomial functions to find its roots.


    Es gibt verschiedene Wege, um '''KRunner''' aufzurufen:
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> = solve( x^2 + 4*x - 21 = 0 ) </code>|| [3, -7]
    |}


    * Die globale Tastenkombination drücken (standardmäßig <keycap>Alt + F2</keycap>)
    '''KRunner''' intelligently handles units as part of the calculations. Try the following examples to see how.


    * Rechtsklick auf dem [[Special:mylanguage/Plasma|Plasma-Desktop]] und dann die Option <menuchoice>Befehl ausführen …</menuchoice>
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> = 2.5 kg * 10 m/s^2 </code> || 25 N
    |-
    |<code> 220 V / 10 A = </code> || 22 ohms
    |}


    * Den Befehl „krunner“ von einer Konsole ausführen
    Since '''KRunner''' understands most units, you can use it to convert them very quickly. Note that unit conversions don't require an <code>=</code> sign.


    === KRunner-Syntax ===
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> 30 F </code> || -1.11111 degrees C (°C), 273.039 K, ...
    |-
    |<code> 27.8 km </code> || 1.09449e+06 inches (in), 17.2742 miles (mi), ...
    |-
    |<code> 5 gallons in liters </code> || 18.9271 liters (l)
    |}


    Das '?'-Symbol rechts neben dem Eingabefeld erklärt die Syntax aller aktiven Runner-Module. Blättern Sie durch die Hilfe, um alle möglichen Schlüsselwörter zu sehen, die die Runner verstehen.
    '''KRunner''' knows currencies, too. Conversions between currencies is done by fetching the exchange rate from the [http://www.ecb.int/stats/exchange/eurofxref/html/index.en.html European Central Bank] website.
    <span id="Navigating through results"></span>
    === Navigieren durch die Ergebnisse ===


    Wenn eine Suche mehr als ein Ergebnis liefert, können Sie sich mit <keykap>Tab</keykap> bzw. <keykap>Umschalt+Tab</keykap> und den <keykap>Pfeiltasten</keykap> vorwärts und rückwärts durch die Ergebnisliste bewegen und die <keykap>Eingabetaste</keykap> oder die Maus verwenden, um ein Ergebnis auszuwählen.
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> 1 dollar </code> || 0.657002 pounds sterling (GBP), 0.742501 euros (EUR), ...
    |-
    |<code> 125 euros </code> || 110.606 pounds sterling (GBP), 15,785 yen (JPY), ...
    |-
    |<code> 30 JPY in RUB </code> || 9.40731 rubles (RUB)
    |}


    == Die Funktionen von KRunner ==
    ===Go places===
    <span id="Using as a calculator"></span>
    === Verwendung als Taschenrechner ===  


    Sie können '''KRunner''' als Taschenrechner verwenden. Drücken Sie einfach <keykap>Alt+F2</keykap> und geben Sie den Ausdruck ein, den Sie auswerten möchten, wie z.B. 32*12= oder =32*12. Sie können das =-Zeichen vor oder nach dem Ausdruck eingeben.
    If you have bookmarked locations in the '''Marble''' (in OpenStreetMap), '''KRunner''' can open the map directly.


    Es ist auch möglich, kompliziertere Ausdrücke zu berechnen, wie <code>=sqrt(4) + 32 * sin(60)</code>
    ===Spell checking and special characters===


    Since SC 4.5, additional features have been added to the calculator runner, such as equation solving, support for expressions containing units, and more. For a brief overview of these features and an example of the usage, you might be interested in the following blog post [http://sciencekde.wordpress.com/2010/12/07/advanced-calculator-runner/]. Additionally, a list of the supported functions is provided here [http://qalculate.sourceforge.net/gtk-manual/apa.html].
    '''KRunner''' can tell you whether your spelling is correct and/or suggest corrections. The default keyword to start the spellchecker is <code>spell</code> and can be configured.
    <span id="Using as an application launcher"></span>
    === Verwendung als Anwendungsstarter ===


    Sie werden vermutlich schon wissen, dass '''KRunner''' auch Anwendungen starten kann. Starten Sie KRunner (<keykap>Alt+F2</keykap>) und geben Sie den Namen der Anwendung an, die Sie starten möchten.
    Examples:
    Um Programme aus dem Menü zu starten, können Sie auch ein Teil des Programmnamens oder einen Teil der Schlüsselwörter der Beschreibung eingeben. Sie können auch den Namen oder die Beschreibung eines bestimmten Kontrollelements nutzen um es zu starten.
    {|class="tablecenter" style="border: 1px solid grey"
    <span id="Running BASH commands"></span>
    | Input || Output
    === Bash-Befehle ausführen ===
    |-
    |<code> spell linux </code> || Suggested words: Linux, lynx, ...
    |}


    Neben den Anwendungen erkennt '''KRunner''' auch alle ausführbaren Programme auf Ihrem System. Sie Können damit Bash-Befehle, wie cp, mv, usw. ausführen.
    '''KRunner''' can also allow you to pick special characters if you can specify the hexadecimal unicode for the character, preceded by a <code>#</code> sign.


    Dazu starten Sie '''KRunner''' (<keykap>Alt+F2</keykap>) und geben die Befehle ein, wie Sie es in [[Special:myLanguage/Konsole|Konsole]] tu würden.
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> #03b2 </code> || β
    |-
    |<code> #00b1 </code> || ±
    |}


    <code>cp ~/Dokumente/meineDatei ~/meineDatei</code>  (ein nicht sehr nützliches Beispiel, aber Sie verstehen, was ich meine)
    ===Manage your computer===


    === Webseiten öffnen ===
    You can directly open system settings control modules from '''KRunner'''. Often, if you want to change something, just type associated terms and '''KRunner''' will find the control module with the settings you want.


    Geben Sie eine URL ein - <code>http://www.somewhere.com</code> - und die Seite wird sich in Ihrem Browser öffnen.
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> keyboard </code> || ''opens the Keyboard settings control module''
    |-
    |<code> fonts </code> || ''opens the fonts settings control module''
    |-
    |<code> password </code> || ''opens the Password & User account control module''
    |}


    === Webkürzel verwenden ===
    '''KRunner''' can also be used to adjust the screen brightness by using the keywords "screen brightness". You can specify a percentage or just turn the brightness halfway or fully down. Additionally, keywords exist to suspend, logout, shutdown or restart your machine.


    Sie können auch Webkürzel mit '''KRunner''' verwenden, zum Beispiel: <code>gg:ein-Begriff</code> öffnet die Google-Suchergebnisse.
    Examples:
    {|class="tablecenter" style="border: 1px solid grey"
    | Input || Output
    |-
    |<code> screen brightness 100 </code> || ''increases screen brightness to 100%''
    |-
    |<code> sleep </code> || ''suspends computer to RAM''
    |-
    |<code> lock </code> || ''locks the screen''
    |-
    |<code> restart </code> || ''restarts computer''
    |-
    |<code> shutdown </code> || ''shutdowns computer''
    |}


    Um ein Webkürzel zu verwenden, stellen Sie zuerst sicher, dass es existiert und aktiviert ist. Sie können Webkürzel in der Konfiguration von [[Special:myLanguage/Konqueror|Konqueror]] oder [[Special:myLanguage/Rekonq|Rekonq]] verwalten, oder durch die Eingabe von <code>Webkürzel</code> in '''KRunner'''.
    ==Usage==
    <span id="KRunner as a unit converter"></span>
    === KRunner als Einheitenumrechner ===  


    KRunner kann Werte von einer Einheit in eine andere umwandeln für Flächen-, Längen-, Massen-, Geschwindigkeits- und Volumenmaße in KDE SC 4.2 sowie Energie, Druck und Temperatur in KDE SC 4.3. Für jede Kategorie gibt es eine Stardardeinheit.
    ===Open KRunner===


    ''Beispiel'': <code>6 Fuß in Meter</code> ergibt <code class="output">1,8288 m</code> (Meter). Einheiten in Langform müssen mit Großbuchstaben am Anfang geschrieben werden.
    The easiest way to open '''KRunner''' is to trigger its global shortcut (<keycap>Alt+Space</keycap> or <keycap>Alt+F2</keycap>, by default). In some activities (e.g. Desktop), you can simply click on the desktop and start typing. In others (e.g. Search and Launch), '''KRunner''' may be built into the activity itself.


    Wenn Sie keine Zieleinheit angeben, erfolgt die Umwandlung automatisch in die Standardeinheit der Kategorie.  
    You can also right-click on your plasma workspace and select <menuchoice>Run Command...</menuchoice> or just simply launch it from the commandline by typing <code>krunner</code>.


    ''Beispiel'': <code>10 Acre</code> ergibt <code class="output">40468,6 Quadratmeter (m²)</code>.
    ===Use KRunner===
    <span id="Controlling Power Management via PowerDevil addon"></span>
    === Energieverwaltung mit der PowerDevil-Erweiterung ===  


    Man kann die verschiedenen PowerDevil-Optionen mit KRunner steuern:
    Use <keycap>Tab</keycap>/<keycap>Ctrl+j</keycap> or <keycap>Shift+Tab</keycap>/<keycap>Ctrl+k</keycap> to navigate up and down results. Use <keycap>arrow keys</keycap> to move between options (if any) in a result. Use <keycap>Enter</keycap> (or left click) to select a result.


    *'''<code>Energieprofil</code>''' zeigt die verfügbaren Energieprofile.
    ===Discover KRunner===
    *'''<code>Bildschirm-Helligkeit</code>''' schaltet den Bildschirm aus oder verdunkelt ihn.
    *'''<code>Bildschirm-Helligkeit <Prozent></code>''' setzt die Bildschirm-Helligkeit auf Prozent
    *'''<code>ruhezustand</code>''' zeigt die Ruhezustand-Optionen.
    *'''<code>Energie-Überwachung</code>''' setzt die CPU-Überwachung.
    *'''<code>Energiesparsparschema</code>''' setzt das Energiesparschema.


    === Fenster ===
    Click on the wrench icon to bring up configuration options where you can enable/disable/configure runners that will process your searches. Additional options are available to change the position on the screen where krunner appears. You can even change the style to a task-oriented interface, if you like.


    Dieser Runner ermöglicht es, zu Fenstern oder virtuellen Arbeitsflächen zu wechseln durch Eingabe des Namens. Er funktioniert mit Teilen von Fenstertiteln, Anwendungsnamen (wenn er im Fenstertitel steht) und Namen von virtuellen Arbeitsflächen.
    Clicking on the '?' icon opens a scrollable list that explains the syntax of all the available runners. This is a good way to discover new functionality!
    <span id="Tips, Tricks and FAQs"></span>
    ==Tips, Tricks and FAQs==


    == Erweiterte Verwendung mit Single Runner Modus ==
    Unter "Global Shortcuts" gibt es ggf. weitere Einstellmöglichkeiten für KRunner.


    Sie können KRunner in einem speziellen Modus namens "Single Runner Mode" verwenden, dass Ihnen erlaubt, Suchergebnisse auf bestimmte Erweiterungen zu beschränken. Zum Beispiel können Sie die Suchergebnisse auf den "Fenster" Runner  beschränken und offene Fenster durchsuchen. Ein weiteres Beispiel dürfte die Verwendung des "Geräte" Runners sein, dass Sie in der Lage sein dürften, Geräte zu durchsuchen, einzuhängen oder auszuhängen innerhalb von KRunner.<br />
    Hier [http://sciencekde.wordpress.com/2010/12/07/advanced-calculator-runner/ blog] Tips zum Einsatz als Taschenrechner.
    Immer mehr Erweiterungen unterstützen diesen Modus; es ist einfach diesen Modus zu aktivieren, indem Sie eine Tastenkombination mittels "Globale Tastaturkombinationen" des Systemeinstellungsmodule festlegen.




    [[Category:Leitfäden/de]]
    [[Category:Leitfäden/de ]]
    [[Category:System/de]]
    [[Category:System/de]]
    [[Category:Help]]

    Revision as of 07:00, 29 December 2018

    KRunner (auch: "Schnellstartfenster" ; zu Starten per Alt-F2 oder Alt-LEERTASTE) ist ein Programmstarter für die Plasma Umgebung. Seine Grundfunktion besteht im Hochfahren von Programmen aus einer Art von Mini-Kommandozeile, aber erweitert um sogenannte "runners" kann man noch weit mehr diverse Funktionen mit dem KRunner ausüben.

    Note

    Distributionsabhängig müssen gegebenfalls "addon" Pakete nachinstalliert werden, um alle hier genannten Funktionen zu erhalten. Mit der Schraubenschlüssel-Klickfläche können addon Pakete aktiviert oder deaktiviert werden, gerade wenn KRunner stark verlangsamt wurde, weil zuviele Pakete dort abgearbeitet werden müssen.


    Feature Liste

    Diese erbärmlich unvollständige Aufzählung unternimmt den Versuch, einige simple Nutzungsmöglichkeiten des KRunner darzustellen. Bitte das '?' Zeichen anklicken, um weitere Möglichkeiten zu finden.

    Programme Starten und Beenden

    You can launch programs by simply typing the name of the application you want to launch - or even simpler: press the down-arrow key for list of most recently used programs you typed in beforehand.

    You may type a single character and KRunner will start finding matches. Matches will be found to applications from your easily customizable applications menu (for that, right-click in menu).

    Beispiel:

    was eingetippt? was passiert?
    gwe (startet Gwenview)

    You can use KRunner to kill applications, too. Type in the keyword kill followed by a process name and KRunner will provide options to close the application (SIGTERM) or forcibly quit it (SIGKILL). KRunner will match partial process names to running processes.

    Note that the keyword kill can be changed in the "Terminate Applications" runner to avoid confusion with the shell command kill which accepts process IDs.

    Direct installation

    In case that you look for an application that has not been installed yet, KRunner will suggest a set of applications that match your search. In specific, since KRunner has been integrated with Plasma Software Center, Discover, will present you a list of applications, enabling you to proceed to direct installation.

    Kommandozeilenbefehle auslösen

    Zusätzlich zu den Programmen aus dem Menü kann KRunner außerdem Kommandozeilenbefehle ausführen und Binärprogramme starten. Allerdings wird für die Shell Komandos keine Befehlsnamen-Vervollständigung angeboten, man muß also den ganzen Befehl aus dem Gedächtnis kennen.

    Die Klickfläche mit Schraubenschlüssel-Symbol ermöglicht für diese Art von Befehlsausführung zusätzliche Optionen zu aktivieren. So kann das Ablaufen in der Konsole gewählt werden, etwa um den entstehenden Ausgabetext auch lesen zu können. Oder man kann ein Programm unter einem fremden Benutzer-Konto ausführen, wofür Name und Passwort benötigt wird.

    Examples:

    Input Output
    ls ~/Documents lists contents of ~/Documents (preferably in a terminal)
    cp ~/Documents/myFile ~/myFile copies myFile from ~/Documents to ~/
    mplayer myMovie.mkv plays myMovie.mkv in mplayer

    Incidentally, if the command line is your thing, you may appreciate the built in integration to man pages. Simply type a command name preceded by a # or man:/ to open the man page formatted for easy readability in your browser.

    Examples:

    Input Output
    #ls opens the manual for ls in a browser
    man:/grep opens the manual for grep in a browser

    Browse websites

    You can simply start typing the URL of a website to open it in your default browser. You may even type in the name of a browser bookmark and KRunner will open it for you. If you have visited the website in the past, KRunner can fetch you results from your browser's history, too.

    Examples:

    Input Output
    myBookmark opens the bookmark in a browser
    kde.org opens the KDE homepage in a browser
    http://userbase.kde.org/ opens Userbase in a browser

    KRunner already knows your Web Shortcuts, found in Plasma System Settings, so you can directly start using them.

    Examples:

    Input Output
    gg:KDE searches Google for KDE
    wp:krunner searches Wikipedia for krunner

    KRunner also provides options to download files from the web using KGet by providing their URL.

    Additional runners exist for fast searching on Wikipedia, Wikitravel and KDE Techbase.

    Open files, folders and devices

    KRunner can also open files and directories on your local machine for you. If you want to browse remote machines, you can do that, too. Notice how KRunner uses kioslaves for ssh (fish:) and samba (smb:).

    Examples:

    Input Output
    file:/home/ opens file:///home/ (the Home directory) in Dolphin
    file:myMovie.mkv opens /home/myMovie.mkv
    fish:[email protected] opens fish:/[email protected]/ via fish (file over ssh) protocol
    smb:myWindowsBox opens smb:/myWindowsBox via Samba

    If you don't know the path to a file, simply type the name of the file. If the file is a recently opened document, KRunner will list it for you. If you have enabled "File Search" provided by Baloo daemon, you can also search your computer for the file by its indexed contents. KRunner will also open folders you've bookmarked in Dolphin (in your Places sidebar) if you type their name in. What's more, if you want to access devices on your system (both mounted and unmounted), you can do that, too. KRunner will even provide device-specific options.

    Examples:

    Input Output
    Home opens the Home directory in Dolphin
    myFlashDrive shows options to mount or open the contents of myFlashDrive

    Multitask with sessions, windows, desktops and activities

    Several KDE applications allow you to save and load sessions. KRunner allows you to launch these sessions. You can either type in the name of the application or directly type in the name of the session. Runners exist for opening sessions saved in Kate, Konqueror, Konsole, etc.

    KRunner is a multitasker's dream. If you have too many windows open, just type in the title of the window and switch directly to it. You can similarly type in the name of a virtual desktop and switch directly to it. If you roll with activities, switch activities by typing their name in. KRunner will find a match as soon as you type three characters in.

    KRunner will even switch desktop sessions for you. Type in the keyword switch or new session to start a separate X session. You can switch back and forth between sessions by using the switch keyword.

    Examples:

    Input Output
    Desktop 1 switches the virtual desktop to Desktop 1
    myWorkActivity switches the activity to myWorkActivity
    switch shows options to switch to an existing session or start a new one
    new session starts a new session

    Several plasma widgets can be launched as windowed applications. You can simply type the name of a widget and KRunner will launch a window for you.

    Talk to people

    Type in the name of a contact in your KAddressBook to get a list of options to contact them. Typing in an email address into KRunner will open a KMail composer window. You can also search through contacts in your Kopete contact list.

    The addressbook and kopete runners don't seem to be working in SC 4.8.

    Examples:

    Input Output
    [email protected] compose a mail to the KDE mailing list
    myContact show options to contact myContact

    Listen to some music

    You can control any modern audio player such as Amarok using KRunner. You can use several keywords (all configurable) to play, pause or skip songs. Typing in the name of an artist, album or song that is in Amarok's library will let you either play immediately, play next (queue) or play at the end (append) of the current playlist. You can use keywords to increase or decrease the volume of the player, or even to mute or quit it.

    Examples:

    Input Output
    play song search plays a song immediately
    pause pauses Amarok or your designated music player
    next plays next song in playlist

    Be on time

    You can get the current date or time by typing in the keywords date or time. Selecting the result will copy it to your clipboard so you can paste it elsewhere. The format of the date and time respects your system settings.

    Examples:

    Input Output
    date Today's date is ...
    time The current time is ...

    You can even get the date and time at another location by specifying the time zone or the city listed in the TZ database.

    Examples:

    Input Output
    time UTC The current time in UTC is ...
    time oslo The current time in Europe/Oslo is ...
    time kolkata The current time in Asia/Kolkata is ...

    There is a runner for interfacing with Korganizer and fetching events, but it doesn't seem to be working in SC 4.8.

    Calculator

    KRunner features a very versatile calculator that can be called by starting or ending a calculation with an = sign. In addition to basic arithmetic, you can call scientific functions like sqrt(), sin(), log(), etc. A list of the supported functions is here. Note that trigonometric functions like sin(), cos(), etc expect the angle in radians. KRunner understands pi in expressions.

    Examples:

    Input Output
    32*12 = 384
    = sqrt(4) + 32*sin(30*pi/180) 18

    KRunner also supports combinatorics functions, like perm() or comb().

    Examples:

    Input Output
    = perm(10,5) 30240
    = comb(10,5) 252

    KRunner can also handle symbolic mathematics and perform integration and differentiation on expressions

    Examples:

    Input Output
    = integrate( -x/y^2, y ) -x/y
    diff( log(x) ) = 1/x

    You can also use KRunner to solve polynomial functions to find its roots.

    Examples:

    Input Output
    = solve( x^2 + 4*x - 21 = 0 ) [3, -7]

    KRunner intelligently handles units as part of the calculations. Try the following examples to see how.

    Examples:

    Input Output
    = 2.5 kg * 10 m/s^2 25 N
    220 V / 10 A = 22 ohms

    Since KRunner understands most units, you can use it to convert them very quickly. Note that unit conversions don't require an = sign.

    Examples:

    Input Output
    30 F -1.11111 degrees C (°C), 273.039 K, ...
    27.8 km 1.09449e+06 inches (in), 17.2742 miles (mi), ...
    5 gallons in liters 18.9271 liters (l)

    KRunner knows currencies, too. Conversions between currencies is done by fetching the exchange rate from the European Central Bank website.

    Examples:

    Input Output
    1 dollar 0.657002 pounds sterling (GBP), 0.742501 euros (EUR), ...
    125 euros 110.606 pounds sterling (GBP), 15,785 yen (JPY), ...
    30 JPY in RUB 9.40731 rubles (RUB)

    Go places

    If you have bookmarked locations in the Marble (in OpenStreetMap), KRunner can open the map directly.

    Spell checking and special characters

    KRunner can tell you whether your spelling is correct and/or suggest corrections. The default keyword to start the spellchecker is spell and can be configured.

    Examples:

    Input Output
    spell linux Suggested words: Linux, lynx, ...

    KRunner can also allow you to pick special characters if you can specify the hexadecimal unicode for the character, preceded by a # sign.

    Examples:

    Input Output
    #03b2 β
    #00b1 ±

    Manage your computer

    You can directly open system settings control modules from KRunner. Often, if you want to change something, just type associated terms and KRunner will find the control module with the settings you want.

    Examples:

    Input Output
    keyboard opens the Keyboard settings control module
    fonts opens the fonts settings control module
    password opens the Password & User account control module

    KRunner can also be used to adjust the screen brightness by using the keywords "screen brightness". You can specify a percentage or just turn the brightness halfway or fully down. Additionally, keywords exist to suspend, logout, shutdown or restart your machine.

    Examples:

    Input Output
    screen brightness 100 increases screen brightness to 100%
    sleep suspends computer to RAM
    lock locks the screen
    restart restarts computer
    shutdown shutdowns computer

    Usage

    Open KRunner

    The easiest way to open KRunner is to trigger its global shortcut (Alt+Space or Alt+F2, by default). In some activities (e.g. Desktop), you can simply click on the desktop and start typing. In others (e.g. Search and Launch), KRunner may be built into the activity itself.

    You can also right-click on your plasma workspace and select Run Command... or just simply launch it from the commandline by typing krunner.

    Use KRunner

    Use Tab/Ctrl+j or Shift+Tab/Ctrl+k to navigate up and down results. Use arrow keys to move between options (if any) in a result. Use Enter (or left click) to select a result.

    Discover KRunner

    Click on the wrench icon to bring up configuration options where you can enable/disable/configure runners that will process your searches. Additional options are available to change the position on the screen where krunner appears. You can even change the style to a task-oriented interface, if you like.

    Clicking on the '?' icon opens a scrollable list that explains the syntax of all the available runners. This is a good way to discover new functionality!

    Tips, Tricks and FAQs

    Unter "Global Shortcuts" gibt es ggf. weitere Einstellmöglichkeiten für KRunner.

    Hier blog Tips zum Einsatz als Taschenrechner.