Find the answer to your Linux question:
Results 1 to 6 of 6
new to ubuntu-- how do i run applications that i have installed, that are not listed in the application menu? ive installed many programs with no problem-- then, i couple ...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    5

    How to Run Applications....

    new to ubuntu-- how do i run applications that i have installed, that are not listed in the application menu?

    ive installed many programs with no problem-- then, i couple that i have installed from the package manager state that they have installed successfully, yet i have no idea where to find them in any menus.

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Welcome to the forums!

    Sometimes, simply restarting Gnome will cause an app to start showing up in the apps menu. If that doesn't work for your newly installed apps, you might have to create .desktop entry files so that they will show up in the apps menu:

    Desktop Entry Files
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099

    additional info

    ...note that you should also be able to start them from a terminal if you don't deem it necessary that they be found in the apps menu. Many times it's as simple as typing the app name in a terminal and pressing ENTER.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Just Joined!
    Join Date
    Sep 2010
    Posts
    5
    what folders do the apps usually iinstall to?

    im running ubuntu 10 (i also have another linux os on another partition, artistx)

    what is a good resource, so that i may learn how to create that start menu entry, or run the file from terminal?

  5. #5
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by the_mask313 View Post
    what folders do the apps usually iinstall to?

    im running ubuntu 10 (i also have another linux os on another partition, artistx)

    what is a good resource, so that i may learn how to create that start menu entry, or run the file from terminal?
    Look in the /usr/share/applications folder for the .desktop entry files.

    You can use one that's already there as an example for creating your own. It's easiest in my opinion to work with these through the terminal with something like nano or vi(m).

    Go to a terminal and enter the following to see a listing of your current .desktop entries:

    Code:
    ls /usr/share/applications
    Note that you'll need to use the sudo command or have root permissions to create any new .desktop entries:

    Code:
    sudo nano new_file_name.desktop
    ...save file when done and it should show up in the menu if created properly.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  6. #6
    Just Joined!
    Join Date
    Sep 2010
    Posts
    5
    Quote Originally Posted by ozar View Post
    Look in the /usr/share/applications folder for the .desktop entry files.
    nothing related to cinelerra is in here-
    i look at my package manager results and see this:

    xttp://i56.tinypic.com/1z1w9zc.jpg

    the only entries to those folders are text files with repository?? addresses.

Posting Permissions

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