LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   where is it? (https://www.linuxquestions.org/questions/linux-newbie-8/where-is-it-708995/)

xzimppledink 03-03-2009 10:58 PM

where is it?
 
I have SUSE 11.1.Downloaded kdenlive video editor and all seemed to go fine. Located the icon and clicked on it. A preference window opened and I selected default parameters. the window then disappeared and no program opened up. tried it several times but still no program opened, where is it? How do I activate the program? similar thing happened when I down loaded AVG anti virus.

okos 03-04-2009 12:23 AM

First of all, welcome to LQ
Please title your questions more appropriately.
"where is it?" says nothing.
A better question would be "Trouble running kdenlive" or something similar. You would more likely get help with a more descriptive question.

Any ways, I have not tried kdenlive, nor have I ever used suse. In spite of that, I might be able to help.
Secondly, I only know of ClamAV as an antivirus for linux. I did not know AVG had a linux version. Furthermore, .exe files do not install on linux. You need to compile from source or use a package manager. I believe OpenSuse has a package manager which will install pre-made packages customized for your distro.

See here for installing from source
http://www.linuxquestions.org/linux/...ms_from_Source
http://wiki.linuxquestions.org/wiki/Install_Software

Did you install from source or use the package manager?
Did you resolve the dependencies?

So avenues to touble shoot are as follows.

So you say the program disappeared. To see if the program is still running, in a console type "top". You will see a list of running daemons.


Im thinking that there is an error and the program is shutting down. Possibly a dependency problem.

Try running the program from a console instead of clicking an icon. If you have an error, it might print the error on your console.

You can also search for log files for errors.

Try to find the log file as so.
sudo find / -iname *kdenlive* | grep log

If you found the error. You can google the error message. Probably others have had the same problem. Then post your issue here.


All times are GMT -5. The time now is 03:24 PM.