Quote:
Originally Posted by DiapDealer
If Sigil can't find the libsigilgumbo shared library, it's a dead giveaway that the launch script is 1) misconfigured; or 2) not being processed (skipped). A reboot should have no effect whatsoever on a properly configured launch script that is correctly (and consistently) being used to start Sigil.
|
For some time now I have been using the following launcher without issues (until this problem where the library is not found):
Code:
[Desktop Entry]
Type=Application
Name=Sigil
Comment=ePUB file editor
TryExec=sigil
Exec=env QT_QUICK_BACKEND=software sigil %F
Icon=sigil
Categories=Office;
MimeType=application/epub+zip;
Path=
Terminal=false
StartupNotify=true