Using the Kubuntu Run Command Dialog (Alt+F2) Používanie Kubuntu Run Command dialóg (Alt + F2)
Kubuntu linux is a variant of Ubuntu that uses the KDE desktop environment instead of Gnome. Kubuntu Linux je varianta Ubuntu, ktorá používa desktopového prostredia KDE namiesto GNOME. The KDE desktop KDE can be installed on Ubuntu easily môže byť inštalovaný na Ubuntu jednoducho , however. , Však.
The quickest way to run a command on Ubuntu or Kubuntu is to use the Alt+F2 shortcut key. Najrýchlejší spôsob, ako spustiť príkaz v Ubuntu alebo Kubuntu je použiť Alt + F2 klávesová skratka. This pops up a dialog that looks like this: Otvorí sa dialógové okno, ktoré vyzerá nasledovne:

You can type any command that you would regularly use from a terminal window and it will run. Môžete zadať ľubovoľný príkaz, ktorý bude pravidelne používať z okna terminálu a pobeží. Using the Options button gives you a number of other interesting options. Pomocou tlačidla Voľby získate množstvo ďalších zaujímavých možností. Let's try a simple ls -l command: Skúsme si jednoduchý príkaz ls-l:

We've checked the “Run in terminal window” checkbox so that the output of the command will show up in a terminal window. Sme skontrolovali "Spustiť v termináli window" checkbox tak, že výstup príkazu sa zobrazí v okne terminálu. On Ubuntu this doesn't seem to work right, but in Kubuntu or KDE this is really useful. Ubuntu na to nevyzerá, že pracovné právo, ale v Kubuntu KDE, alebo je to naozaj užitočné. Either hit enter or click the Run button, and you'll see something like this: Buď stlačte kláves Enter alebo kliknite na tlačidlo Spustiť a uvidíte niečo takéto:

This is extremely useful for quickly getting the results of commands like ifconfig where you just need the output of the command. To je veľmi užitočné pre rýchle získanie výsledkov príkazov ako ifconfig, kde stačí výstup z príkazu.
Another neat feature is that the Run Command remembers the settings for each command. Ďalším rysom je pekné, že beh Kontrolovať pamätá nastavenia pre každý príkaz. In the last command we typed 'ls -l' and checked the “run in terminal window” box. V poslednej sme zadali príkaz 'ls-l' a kontrolovať "spustiť v okne terminálu" box. When we type in something else, the settings are defaulted: Keď sme typu v niečo iné, je zlyhanie nastavenia:

But if we start typing 'ls -l' again, it automatically checks the checkbox that we set before: Ale ak začneme písať 'ls-l' znova, je automaticky kontroluje políčko, ktoré sme si stanovili pred:

The other options include running a command as a different user and setting the priority of the command. Ďalšie možnosti patrí spustenie príkazu ako iný používateľ a nastavenie priority príkazu. For the most part, you'll just type sudo or gksu before the command if it needs to run as root, but if you were trying to run a command as a different user entirely, it would be useful. Z veľkej časti, budete jednoducho typ sudo alebo gksu pred príkaz, ak je potreba spustiť ako root, ale ak ste chceli spustiť príkaz ako úplne iný užívateľ, že by bolo užitočné.

Daily Email Updates Denný Svářeč
You can get our how-to articles in your inbox each day for free. Môžete si naše jak-na články vo vašej schránky každý deň zadarmo. Just enter your name and email below: Stačí zadať svoje meno a e-mail nižšie:



Is there a way to tweak the items that appear in this dialog? Existuje spôsob, ako vyladiť položky, ktoré sa objavia v tomto okne? I have tweaked the names of a couple shortcuts in the /user/bin directory – and they launch with the new names from within the run dialog – but I would also like to add website shortcuts there etc. Som vylepšil mená pár skratiek v / user / bin - a začať s novými názvami zvnútra beží dialóg - ale já bych tiež pridať stránku skratiek tam atd
This is what I do on my work machines (Windows – using the shortcuts in c:\windows) – but I haven't been able to do anything but tweak what is already in the /usr/bin directory. To je to, čo mám robiť svoju prácu na strojoch (Windows - pomocou klávesových skratiek v c: \ windows) - ale ja som nebol schopný nič robiť, ale vyladit to, čo je už v adresári / usr / bin. Basically I would like to do the equivalent of creating aliases in the ~/.bashrc – only I want them to run with the Run Application dialog. V podstate by som chcel robiť zodpovedá vytvorenie aliasov v ~ /. Bashrc - len chcem, aby fungoval v dialógovom okne "Spustiť",.
Thanks!!! Vďaka!