How can I install an ibus-engine, which have no rpm package (I usually install it with make install ) in silverblue. I’m talking about https://github.com/sarim/ibus-avro this ibus-engine for inputting Bangla.
I’ve tried making rpm with checkinstall, but failed to install with message saying gschema.compiled already exists and some hardlinking error. I’ve tried using --prefix=/usr/local but that too failed with message saying /usr/local isn’t supported.
Which option do I have? I can install it in toolbox and can’t run outside toolbox and since the engine must operate with the system level daemon, how can I acheive it?
I’m very new to Silverblue, docker, container thing (Only a few days now) but I think, I’ve got the big picture. But couldn’t figure out this. Am I missing any obvious ?