Occasionally after I have installed a new program I can’t find a way to open it.
Most recently this happened with Data Crow on opensuse 13.1. I installed it following the included directions using “java -jar installer.jar”. The installation seemed to proceed with no problems, but Data Crow does not appear in the Kickoff Application Loader nor can I find it if by searching.
usually when you install an application (rpm) from the opensuse or other repos then an entry will be added to kickoff.
Data Crow is not a linux application but a Java application so you probably need to launch it from a terminal window.
You can manually create a shortcut in kickoff for easy launching in the future.
first you need to work out what the command to launch the application is from terminal. It should be in the documentation but for Java apps it is usually something like . . .
java -jar /path_to_app/appname.jar
once you know that and can launch successfully
right click on kickoff and select edit applications
choose an appropriate category and sub category
click new item in the toolbar and give it a name
copy the launch command from the terminal window
probably should uncheck* launch feedback*
choose an appropriate icon
save
Using ls -l in CLI as you suggest I can find the containing folder - Data Crow - although I still can’t find datacrow.jar this way. Originally I found it using search in Dolphin, and I’ve been able to open other files in Data Crow folder with no problem. I’ve copied and pasted the path from its properties.
Is it possible for a folder and/or file to appear in dolphin yet not exist?
Anika2000’s suggestion seemed to work very well until I tried to open the program. The small crow icon did its bouncy thing for a short while and then, nothing. No program opened.
I downloaded the app and then unpacked it via Dolphin Menu “extract archive here, autodetect subfolders”. I then move it to my bin folder inside my home folder and in a terminal run the commands.
So this just changes directory to your home/bin/datacrow and then run the java file.
You can experiment with the command line options the developer suggests but I did not need them.