I have just installed OpenSuse 114 on a new laptop with KDE 4.7.2
I am trying to install Rawtherapee but I’m having problems.
I have tried installing through Yast & the treminal but get the same result.
All installs ok but there is nothing in the menu and I am unable to start from the terminal.
In the terminal, I get this,
It might sound as a silly question but have you tried logging out and in again?
Also you say you’re unable to start it from terminal, but what command are you trying and what is the output?
# rpm -qi rawtherapee -l
package rawtherapee is not installed
Note that rpm is case sensitive, so you should try the command:
You did not tell how you tried to install (where did it come from, etc., I found it openSUSE ready on software.opensuse.org: Search Results ). But that does not involve installing using rpm, but using YaST or zypper.
And indeeed rpm tells you, it is allready installed one way or the other (and yes, Rawtherapee is something different from rawtherapee).
You better first confirm that you used YaST to install it from one of the openSUSE ready repositories found above (which one) so we know what you did (and maybe we could do likewise to see the same as you do). And when different please explain why you did use a different way, which one, etc.
Thanks for that guys! I did spell it without the capitals. I got that it was installed, but it still would not start. I tried starting it in a terminal using the same name as it is on my other computer where it is working.
sarge@linux:~> rtstart %U
If 'rtstart' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf rtstart
I had tried logging in and out again.
I had installed through the terminal with “rpm -ivh Rawtherapee” and by using Yastto install the downloaded rpm file. I cant remember where I got the file from as it was quite a while ago that I installed it on my other computer (I can’t even remember how I installed then).
I don’t know why I didn’t think of looking for a one click install. The version from the Package Search was a latter version than I had been using.
So I used the one click install and it is all working.
Thanks again for your help. I guess the couple of hours sleep I got last night was not enough
When you do not even know where the package is from, I would uninstall it and use the one from the openSUSE repo. And then come back whgen you still can not get it running.
Also
rtstart %U
from a terminal will not do much usefull I guess. What is %U supposed to mean there?
Installing a version of the product that is packaged for openSUSE might install an item in the main Kmenu and thus solve your problem how to start it.
You have removed the version where you do not know the origin. Have you now installed (by one-click or aotherwise by YaSt/zypper) an version from an openSUSE repo/ When yes, does it install an entry in you KDE Kmenu?
BTW the
rtstart %U
looks to me to be the command to execute when you click the menu entry (which you hadn’t, but which I hope you will have after the correct install). In that case the* %U* is processed by the Kmenu handler and the %U is replaced by a real parameter (like an URL or so). It is not something that should be typed in a bash terminal session. But I guess that rtstart skips it and that it therefore is harmless in this case.
find an RPM where they say it is crafted for openSUSE (and be prepared for it being for another/older version and giving depedency problems;
find an RPM not specialy for openSUSE and be prepared for the above problems plus the fact that files can end up in different places from what openSUSE normaly uses (and thus e.g. a menu entry could be misplaced in darkness);
find a tarball where you have to build the product and be prepared for all of the above problems plus that you may have to install the development pattern (to get C and make, etc.) and more unexpeccted things of a diverse kind.