Results 1 to 5 of 5

Thread: steps for creating launcher for program to use in 13.04 ubuntu

  1. #1
    Join Date
    Jun 2013
    Beans
    138

    steps for creating launcher for program to use in 13.04 ubuntu

    can some help explain the steps for creating launcher for program to use in 13.04 ubuntu. thx

  2. #2
    Join Date
    Apr 2005
    Location
    My dreams
    Beans
    3,558
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: steps for creating launcher for program to use in 13.04 ubuntu

    There are applications in the software centre that allow you to do that easily and without much fuss.

    The other way is to make your own custom .desktop file and place it in ~/.local/share/applications (~/ means your home folder).

  3. #3
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: steps for creating launcher for program to use in 13.04 ubuntu

    There's the easy way and there's the hard way.

    The easy way is to open up the dash and type main menu, then launch said program.
    Then in main menu click on add new item.
    Then fill out the entries.
    Name
    Command
    Comment(optional)
    If you want to personalize the icon click on the icon box in the left corner and select your new icon(wherever is may be).
    You should have a new launcher in your applications.

    The hard is is to manually make one from scratch.
    Open up gedit, or text editor of choice, and fill out these lines
    Code:
    [Desktop Entry]
    Name = Your Program Name
    Exec =  Command used to launch the App
    Type = Application
    Icon = Whatever you want
    Terminal = False
    Comment = Whatever you want
    Categories = What kind of app it is ie, Games, or Office, or Graphics
    Then save the document with .desktop as the extension and place it in the ~/.local/share/applications folder.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  4. #4
    Join Date
    Dec 2009
    Beans
    6,771

    Re: steps for creating launcher for program to use in 13.04 ubuntu

    Does this no longer work with Unity:

    Install the following package:
    Code:
    sudo apt-get install --no-install-recommends gnome-panel
    Then run the following command:
    Code:
     gnome-desktop-item-edit ~/Desktop/ --create-new
    That should launch a GUI that some of you old timers might remember from the golden age of Linux:
    Create-Launcher.png

  5. #5
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,611
    Distro
    Ubuntu

    Re: steps for creating launcher for program to use in 13.04 ubuntu

    Yep Morbius1, that will still work with unity.
    And that command will still put the launcher on the actual desktop instead of the side launcher if that is your wish.

    In fact anything you put in the users Desktop folder will be show on the desktop.(except hidden files, of course)
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

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
  •