Results 1 to 3 of 3

Thread: Start Menu + Applications

  1. #1
    Join Date
    May 2013
    Beans
    3

    Start Menu + Applications

    Hello! I still don't have a full grasp on the linux (ubuntu) file system, so I have a simple question:

    I'm trying to develop a simple app and to do what I'm trying to do I need to figure out how to find all the files (and where they are stored) used to show applications in the start menu. I'm looking for the file which shows what to execute to start the file and what image should be displayed as the icon.

    If you could shed light on whether any differences there are between how this is done on ubuntu and other distributions it would be awesome.

    Thanks!

  2. #2
    Join Date
    May 2013
    Beans
    3

    Re: Start Menu + Applications

    I believe I have found my solution. it's in /usr/share/applications/. Thanks anyways!

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

    Re: Start Menu + Applications

    Application launchers can be stored in either the /usr/share/applications folder(system-wide use)
    Or the users home directory /home/username/.local/share/applications folder (per user use).

    The launcher should have a name, and exec command, and a type(type is application, but there are others)
    All other info is optional, like icons or categories.

    The file name must use a .desktop extension.

    The simplest way to see what a desktop file looks like open gedit and open a desktop file from the usr/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
    .

Tags for this Thread

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
  •