View Single Post
Old 02-24-2023, 12:13 PM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,839
Karma: 207000000
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Try this. From a command prompt, find the names of all installed flatpak apps with:

Code:
flatpak list --app
Grab the full name of the flatpack version of Sigil (should be the second column). It might be something similar to com.sigil-ebook.Sigil.

Using that full name (case sensitive), try to run it from the command prompt with:

Code:
flatpak run <insert flatpack sigil full name here (without the angle brackets)>
See if that gives you any further detail.
DiapDealer is online now   Reply With Quote