Trying to install Ramme

Getting this error:

sudo zypper in libappindicator-12.10.1+bzr20170215-1.1.src.rpm
Loading repository data...
Reading installed packages...
'_tmpRPMcache_:libappindicator=0:12.10.1+bzr20170215-1.1' not found in package names. Trying capabilities.                            
No provider of '_tmpRPMcache_:libappindicator=0:12.10.1+bzr20170215-1.1' found.                                                       
Resolving package dependencies...

You are trying to install a source rpm, that doesn’t work.
You’d need to compile it first, via “rpmbuild --rebuild xxx.rpm” e.g. and then install the resulting binary packages.

libappindicator is included in the distribution though, so better install that.
Either:

sudo zypper in libappindicator1

or

sudo zypper in libappindicator3-1

depending on which version you need, the 1 is for gtk2, the 3-1 is for gtk3. (if in doubt, install both)

Thank you for your swift response, it would seem installing from the app Image is a better idea. It shows promise but needs work.