Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: [SOLVED] Gnome Main Menu Command

  1. #11
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Gnome Main Menu Command

    I don't think there is a command to make the main menu come up. Maybe there is but not that I know of.

  2. #12
    Join Date
    Jan 2007
    Location
    ~/SC/USA
    Beans
    1,969
    Distro
    Ubuntu

  3. #13
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Gnome Main Menu Command

    Quote Originally Posted by cdtech View Post
    alacarte
    He wants a command to open the actual menu, not the menu editor.

  4. #14
    Join Date
    Jan 2007
    Location
    ~/SC/USA
    Beans
    1,969
    Distro
    Ubuntu

    Re: Gnome Main Menu Command

    What application are you trying to open? It makes no sense what your trying to explain. Are you trying to launch an application, a desktop icon, command line?

  5. #15
    Join Date
    Jun 2008
    Beans
    17

    Re: Gnome Main Menu Command

    []
    Last edited by Daryl7352; August 6th, 2010 at 07:17 AM.

  6. #16
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Gnome Main Menu Command

    Apparently you can do this in Cairo dock by using the command "<Alt>F1" but I doubt this will work in AWN. You can always use the Alt+F1 keys to open a menu, but I don't know how to tie this to a launcher.
    Last edited by ad_267; June 19th, 2008 at 03:24 AM.

  7. #17
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Gnome Main Menu Command

    I think I might have it. Install the package xvkbd then use this command:

    Code:
    xvkbd -text "\[Alt_L]\[F1]"
    Edit: Damn sorry, doesn't work from a launcher, only from the command line.
    Last edited by ad_267; June 19th, 2008 at 03:38 AM.

  8. #18
    Join Date
    Jun 2008
    Beans
    17

    Re: Gnome Main Menu Command

    []
    Last edited by Daryl7352; August 6th, 2010 at 07:17 AM.

  9. #19
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: [SOLVED] Gnome Main Menu Command

    Woohoo I got it to work.
    Ok first you need the xautomation package:
    Code:
    sudo apt-get install xautomation
    Now create a launcher and set it to "application in terminal"
    and for the command enter:
    Code:
    xte "keydown Alt_L" "key F1" "keyup Alt_L"
    Now remove your old menu launcher from the panel if there is one and the new launcher should work.

    The only problem is a terminal window opens up for a split second but I couldn't get it to work without the application in terminal part.

  10. #20
    Join Date
    Jun 2008
    Beans
    17

    Re: Gnome Main Menu Command

    []
    Last edited by Daryl7352; August 6th, 2010 at 07:17 AM.

Page 2 of 3 FirstFirst 123 LastLast

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
  •