LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   synaptic package manager appears to install downloaded APP' but unable to launch it . (https://www.linuxquestions.org/questions/linux-desktop-74/synaptic-package-manager-appears-to-install-downloaded-app-but-unable-to-launch-it-848336/)

davefrank 12-04-2010 10:37 AM

synaptic package manager appears to install downloaded APP' but unable to launch it .
 
I downloaded "Aldo" a morse code application and synaptic package manager appeared to install it ,but i cannot run it.
It does not appear on on any panel.
I removed it and reinstalled without success.
This has occurred with several programs.
Any suggestions?
davefrank
I amd using UBUNTU 10.04

repo 12-04-2010 10:40 AM

Not every app is added to the menu.
open a terminal and type
Code:

whereis aldo
To find the location of the executable.
Then you can create a launcher on your desktop if needed, or start it from terminal.

Kind regards

knudfl 12-04-2010 11:15 AM

dpkg -L aldo
.. will show, that the package only contains one file : /usr/bin/aldo
( + a few doc/ files + the manual man/man1/... )

Like the 2,000 other command line programs : No launcher.

A launcher may work with : Exec=gnome-terminal -e aldo

..

davefrank 12-04-2010 12:42 PM

It now runs ok
 
Quote:

Originally Posted by repo (Post 4180547)
Not every app is added to the menu.
open a terminal and type
Code:

whereis aldo
To find the location of the executable.
Then you can create a launcher on your desktop if needed, or start it from terminal.

Kind regards

Hello repo
Thanks for your help. With your direction and knudfl its now up and running.
I have logged the details for futher reference.
Regards
davefranks

repo 12-04-2010 12:44 PM

No problem.
You can mark the thread solved using the thread tools.

Kind regards


All times are GMT -5. The time now is 07:33 AM.