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 ...
- 09-19-2010 #1Just 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.
- 09-19-2010 #2forum.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 Filesoz
→ 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.
- 09-19-2010 #3forum.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.
- 09-19-2010 #4Just 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?
- 09-19-2010 #5forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
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:
Note that you'll need to use the sudo command or have root permissions to create any new .desktop entries:Code:ls /usr/share/applications
...save file when done and it should show up in the menu if created properly.Code:sudo nano new_file_name.desktop
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.
- 09-19-2010 #6Just Joined!
- Join Date
- Sep 2010
- Posts
- 5


Reply With Quote
