个人工具

“UbuntuHelp:GnomeLaunchBox”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(New page: {{From|https://help.ubuntu.com/community/GnomeLaunchBox}} {{Languages|php5}} [http://developer.imendio.com/wiki/GNOME_Launch_Box Gnome Launch Box] is a an application launcher. It's very i...)
 
 
(未显示2个用户的6个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/GnomeLaunchBox}}
 
{{From|https://help.ubuntu.com/community/GnomeLaunchBox}}
{{Languages|php5}}
+
{{Languages|UbuntuHelp:GnomeLaunchBox}}
[http://developer.imendio.com/wiki/GNOME_Launch_Box Gnome Launch Box] is a an application launcher. It's very influenced by Quicksilver for Mac OSX.
+
[http://live.gnome.org/GnomeLaunchBox Gnome Launch Box] is a an application launcher. It's very influenced by Quicksilver for Mac OSX.
 
+
Launch Box is the result of a Hackathon at Imendio.
Launch Box is the result of a Hackathon at Imendio during the weekend of 8th-10th of January. Therefore it's buggy but very eyecandy!
+
It's available in Universe repositories, since Hoary. Install it by searching for "Launch Box" in Synaptic or by running:
 
+
It's in both Hoary & Breezy Universe. Install it by searching for "Launch Box" in Synaptic or by running:
+
 
+
 
<code><nowiki>sudo apt-get install gnome-launch-box</nowiki></code>
 
<code><nowiki>sudo apt-get install gnome-launch-box</nowiki></code>
 
 
=== Keyboard binding ===
 
=== Keyboard binding ===
 
* Open the <code><nowiki>Configuration Editor</nowiki></code> under <code><nowiki>Applications > System Tools</nowiki></code>.
 
* Open the <code><nowiki>Configuration Editor</nowiki></code> under <code><nowiki>Applications > System Tools</nowiki></code>.
第15行: 第11行:
 
* Go to <code><nowiki>/apps/metacity/keybinding_commands</nowiki></code>.
 
* Go to <code><nowiki>/apps/metacity/keybinding_commands</nowiki></code>.
 
* Change the value of <code><nowiki>command_X</nowiki></code> (the one you haven choosen before) to <code><nowiki>gnome-launch-box</nowiki></code>.
 
* Change the value of <code><nowiki>command_X</nowiki></code> (the one you haven choosen before) to <code><nowiki>gnome-launch-box</nowiki></code>.
 
 
=== Usage ===
 
=== Usage ===
 
* You can start it up with the defined keyboard shortcut, or by pressing <code><nowiki>Alt+F2</nowiki></code> and typing <code><nowiki>gnome-launch-box</nowiki></code>
 
* You can start it up with the defined keyboard shortcut, or by pressing <code><nowiki>Alt+F2</nowiki></code> and typing <code><nowiki>gnome-launch-box</nowiki></code>
第22行: 第17行:
 
* Select one and press enter.
 
* Select one and press enter.
 
* With ESC you can exit.
 
* With ESC you can exit.
 
 
=== Tips ===
 
=== Tips ===
 
* Gnome Launch Box disappears after starting an application.
 
* Gnome Launch Box disappears after starting an application.
 
* Starting it up again brings it back (it's using the same PID)!
 
* Starting it up again brings it back (it's using the same PID)!
 
 
Credits: [http://ubuntuforums.org/showthread.php?t=18740&highlight=gnome-launch-box Forum Thread]
 
Credits: [http://ubuntuforums.org/showthread.php?t=18740&highlight=gnome-launch-box Forum Thread]
 
----
 
----
CategoryDocumentation
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 19:15的最新版本

Gnome Launch Box is a an application launcher. It's very influenced by Quicksilver for Mac OSX. Launch Box is the result of a Hackathon at Imendio. It's available in Universe repositories, since Hoary. Install it by searching for "Launch Box" in Synaptic or by running: sudo apt-get install gnome-launch-box

Keyboard binding

  • Open the Configuration Editor under Applications > System Tools.
  • Go to /apps/metacity/global_keybindings.
  • Change the value of a run_command to a key combination.
  • Go to /apps/metacity/keybinding_commands.
  • Change the value of command_X (the one you haven choosen before) to gnome-launch-box.

Usage

  • You can start it up with the defined keyboard shortcut, or by pressing Alt+F2 and typing gnome-launch-box
  • You are not supposed to click on anything.
  • Just type and it will automatically search through your evolution contacts, programs and firefox bookmarks.
  • Select one and press enter.
  • With ESC you can exit.

Tips

  • Gnome Launch Box disappears after starting an application.
  • Starting it up again brings it back (it's using the same PID)!

Credits: Forum Thread