Results 1 to 7 of 7

Thread: Create Launcher option disappears...

  1. #1
    Join Date
    Jul 2009
    Location
    EastEngland/Cyberspace
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Create Launcher option disappears...

    on my new Oneiric desktop when i right-click i get offered a restricted set of options at the moment


    see below


    no create launcher
    no resize icon



    how can i set it back to all options offered?
    Attached Images Attached Images
    Until you know you do not know ● Linux is Latin for off-the-beaten-track [◄►] ● Is there Voodoo in the machine?
    ShanArt
    ●Xmms

  2. #2
    Join Date
    Oct 2008
    Location
    Woop Woop
    Beans
    3,073
    Distro
    Ubuntu Development Release

    Re: Create Launcher option disappears...

    Code:
    sudo apt-get install --no-install-recommends gnome-panel
    Save this script as Create_Desktop_launcher for a right click nautilus script item.
    Code:
    #!/bin/bash
    
    gnome-desktop-item-edit ~/Desktop/ --create-new
    Place in ~/.gnome2/nautilus-scripts/ and make executable.

    The resize icon is there when you click on a desktop icon.
    ɹǝpun uʍop puɐl ɐ ɯoɹɟ ǝɯoɔ ı
    ɹǝpunɥɔ uǝɯ puɐ ʍolɟ sǝop ɹǝǝq ǝɹǝɥʍ

  3. #3
    Join Date
    May 2007
    Beans
    10,901

    Re: Create Launcher option disappears...

    While that command works, it is insufficient in the vanilla 11.10 install because it uses a gnome-panel binary that does not exist in your install. I know because I ran into this myself.

    You can either install gnome-panel, or if you want the ability to display and edit the menus using the former Ubuntu look and feel, you should install alacarte.

    You can find either using the Ubuntu Software Center.
    Ubuntu 12.10, 12.04; MS Win7.
    Will not respond to PM requests for support -- use the forums.

  4. #4
    Join Date
    Oct 2008
    Location
    Woop Woop
    Beans
    3,073
    Distro
    Ubuntu Development Release

    Re: Create Launcher option disappears...

    Quote Originally Posted by stinkeye View Post
    Code:
    sudo apt-get install --no-install-recommends gnome-panel
    -
    ɹǝpun uʍop puɐl ɐ ɯoɹɟ ǝɯoɔ ı
    ɹǝpunɥɔ uǝɯ puɐ ʍolɟ sǝop ɹǝǝq ǝɹǝɥʍ

  5. #5
    Join Date
    Jul 2009
    Location
    EastEngland/Cyberspace
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Create Launcher option disappears...

    Quote Originally Posted by stinkeye View Post
    Code:
    sudo apt-get install --no-install-recommends gnome-panel
    Save this script as Create_Desktop_launcher for a right click nautilus script item.
    Code:
    #!/bin/bash
    
    gnome-desktop-item-edit ~/Desktop/ --create-new
    Place in ~/.gnome2/nautilus-scripts/ and make executable.

    The resize icon is there when you click on a desktop icon.

    thanx man the kamelzknackerz
    i suppose one can add other things too that way?
    Last edited by shantiq; November 3rd, 2011 at 04:04 PM.
    Until you know you do not know ● Linux is Latin for off-the-beaten-track [◄►] ● Is there Voodoo in the machine?
    ShanArt
    ●Xmms

  6. #6
    Join Date
    Oct 2008
    Location
    Woop Woop
    Beans
    3,073
    Distro
    Ubuntu Development Release

    Re: Create Launcher option disappears...

    Quote Originally Posted by shantiq View Post
    thanx man the kamelzknackerz
    i suppose i can add all sorts that way
    Yep , you'll find heaps to browse through here...
    http://gtk-apps.org/index.php?xcontentmode=188
    ɹǝpun uʍop puɐl ɐ ɯoɹɟ ǝɯoɔ ı
    ɹǝpunɥɔ uǝɯ puɐ ʍolɟ sǝop ɹǝǝq ǝɹǝɥʍ

  7. #7
    Join Date
    Jul 2009
    Location
    EastEngland/Cyberspace
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Create Launcher option disappears...

    marvelous

    ==============================================
    Last edited by shantiq; November 3rd, 2011 at 05:16 PM.
    Until you know you do not know ● Linux is Latin for off-the-beaten-track [◄►] ● Is there Voodoo in the machine?
    ShanArt
    ●Xmms

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
  •