RawTherapee desktop icon on KDE Tumbleweed

Recently I’ve managed to install latest dev release of RawTherapee on OpenSUSE Tumbleweed and I am trying to create a desktop icon for it to run.

I did manage it with the following contents:

[Desktop Entry]
Encoding=UTF-8
Name=RawTherapee
Exec=/bin/sh "/home/user/programs/rawtherapee/rawtherapee"
Icon=/home/user/programs/rawtherapee/images/rawtherapee-logo-64.png
Type=Application
Terminal=0

but fails to run properly. If I run the /home/user/programs/rawtherapee/rawtherapee command from terminal it runs fine.

Any suggestions for the .desktop icon how to be properly written?

Is your username really “user”?

You also shouldn’t need /bin/sh

1 Like

It is “baduser”. Changed it to user for concealment :smiley:

Thanks a lot @paperdigits it worked fine without the /bin/sh!

1 Like