Results 1 to 8 of 8

Thread: Replacement for Alt+F2 - Run Application

  1. #1
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Beans
    407
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Replacement for Alt+F2 - Run Application

    I feel that the run application dialogue called by pressing Alt+F2 is limited. Oddly if I use it to call the command gedit, and then open it again, gedit doesn't seem to appear in the list of recent commands. Commands which are recorded as recent seem random.

    I'm wondering if there is a replacement 'run' program, perhaps something more friendly, something with a little more agreeable, or more feature rich?

    Cheers!
    Try the best game since Tetris - http://slingshot.wikispot.org/
    Downloads available for Ubuntu (including derivatives), other Linux and Windows.

  2. #2
    Join Date
    Jan 2006
    Beans
    1,237
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Replacement for Alt+F2 - Run Application

    Quote Originally Posted by musther View Post
    I feel that the run application dialogue called by pressing Alt+F2 is limited. Oddly if I use it to call the command gedit, and then open it again, gedit doesn't seem to appear in the list of recent commands. Commands which are recorded as recent seem random.

    I'm wondering if there is a replacement 'run' program, perhaps something more friendly, something with a little more agreeable, or more feature rich?

    Cheers!
    Try GNOME-DO

  3. #3
    Join Date
    Oct 2007
    Beans
    39

    Re: Replacement for Alt+F2 - Run Application

    Try gmrun. Similar to ALT-F2, but provides a list of possible commands with tab completion

  4. #4
    Join Date
    Sep 2006
    Beans
    3,165
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Replacement for Alt+F2 - Run Application

    yes try gnome-do

  5. #5
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand
    Beans
    407
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Replacement for Alt+F2 - Run Application

    Thanks very much for your suggestions.

    I quite like the simplicity of gmrun, but I have to admit, gnome-do is very impressive. One question though, I've installed a couple of plugins in gnome-do, how do I make use of them, there must be some command sequence, or keypress, but I have no idea what.

    Cheers
    Try the best game since Tetris - http://slingshot.wikispot.org/
    Downloads available for Ubuntu (including derivatives), other Linux and Windows.

  6. #6
    Join Date
    Dec 2008
    Location
    Germany
    Beans
    28
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Replacement for Alt+F2 - Run Application

    Quote Originally Posted by cb951303 View Post
    Try GNOME-DO
    Thank you, I installed gnome-do instead of the run application dialog to ALT-F2.
    I hated that it did not autocomplete in a useful way and I had to type most of the command anyway.

  7. #7
    Join Date
    Jul 2008
    Beans
    71

    Re: Replacement for Alt+F2 - Run Application

    Found different solution:

    Code:
    zenity --entry --text="Run command:" --width=400 | sh -s
    or

    Code:
    sh -c "`zenity --entry --text="Run command:" --width=400`"
    Why because gnome-do requires evolution-commen for some reason and since i deleted all evolution, which lead to a surprising extra feature, .. it also removed the top panel, which i wanted to remove anyways..
    Last edited by Ofloo; July 29th, 2009 at 11:36 AM.

  8. #8
    Join Date
    Sep 2006
    Location
    Vienna
    Beans
    28
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Replacement for Alt+F2 - Run Application

    Quote Originally Posted by DjNDB View Post
    Thank you, I installed gnome-do instead of the run application dialog to ALT-F2.
    I hated that it did not autocomplete in a useful way and I had to type most of the command anyway.
    ++

    thanks !

    2.6.35.7-TOI-plus

    gcc version 4.5.1 (Gentoo Hardened 4.5.1 p1.0, pie-0.4.5)
    Ubuntu 9.10 (64bit)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •