Quote:
Originally Posted by philja
When I first made the flatpak installation it could not find my java runtime. I noted in another thread somewhere that I mentioned the lack of this dependency to the devs of the flatpak version and it was remedied overnight.
|
Yours is the issue I was thinking of then.
Quote:
Originally Posted by philja
Re your bit of code, I copied and ran it in a terminal and it did nothing. I suppose you intended it to be run in a terminal - but where?
|
I'm not entirely certain. I copied it from another similar tech support issue I found online. I'm not that Flatpak fluent. It's definitely meant to be run from a command line, though. I understand that it may need to be run as root, though.
So maybe first try:
Code:
sudo flatpak enter com.sigil_ebook.Sigil /bin/bash
or if the above does nothing, maybe try:
Code:
sudo -E flatpak enter com.sigil_ebook.Sigil /bin/bash
It's also possible they may need to be run while the Sigil Flatpak is running.