SparkyLinux Forums

General => Introduction => Topic started by: BobK99 on August 06, 2022, 06:29:25 PM

Title: New to Sparky, fugitive from Windows, looking for Sigil support
Post by: BobK99 on August 06, 2022, 06:29:25 PM
Windows user since Windows V3.1, and passing acquaintance with UNIX and Linux. Now using SparkyLinux and trying to get my head around Sigil without BookView. I've tried to install PageView and have downloaded  PageEdit-1.7.0.tar.gz.sig - but when I doubleclick it it tries to open with Featherpad. Is there something else I need to install first? If I just need to point it to an 'Open With...' option, can you give me instructions for navigating to something that's already there( (And talk r e a l  s l o w ;-) )
Title: Re: New to Sparky, fugitive from Windows, looking for Sigil support
Post by: AxL on August 06, 2022, 07:52:45 PM
Quote from: BobK99 on August 06, 2022, 06:29:25 PM[....] Now using SparkyLinux and trying to get my head around Sigil without BookView. I've tried to install PageView [....]

(https://i.imgur.com/bDtcOwK.gif)

sudo apt update && sudo apt install pageedit

And, you're done


As reference, see:
Package: pageedit (1.9.10+dfsg-1) (ePub visual XHTML editor based on Sigil's Deprecated BookView)








Cheers !!  (https://i.imgur.com/emjz0.gif)
Title: Re: New to Sparky, fugitive from Windows, looking for Sigil support
Post by: AxL on August 06, 2022, 09:05:44 PM
See also:

Title: Re: New to Sparky, fugitive from Windows, looking for Sigil support
Post by: BobK99 on August 08, 2022, 01:34:08 PM
Thanks. Where does
sudo apt update && sudo apt install pageedit

 put PageEdit.exe? I've tried to grep it. But I need to brush up on grep as the command has been hanging for about 10 mins now and I think I may have told it search the entire Internet :-)

Title: Re: New to Sparky, fugitive from Windows, looking for Sigil support
Post by: BobK99 on August 08, 2022, 01:42:14 PM
DOH. Call off the dogs. Found it
Title: Re: New to Sparky, fugitive from Windows, looking for Sigil support
Post by: rollinbeaver on August 09, 2022, 11:15:33 AM
hi,

First: on Linux, there is no spoo.., uh, .EXE.
An application can have any name, provided it has the flag executable set.

On my (Mint XFCE 20) system,
$ apt-cache policy sigil
sigil:
  Installed: (none)
  Candidate: 1.6.0+dfsg-1
  Version table:
     1.6.0+dfsg-1 500
        500 file:/var/lib/local-apt-repository ./ Packages
     1.4.3+dfsg-1 500
        500 file:/var/lib/local-apt-repository ./ Packages
     1.2.1+dfsg-2 500
        500 file:/var/lib/local-apt-repository ./ Packages
     1.1.0+dfsg-1 500
        500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
     0.9.18+dfsg-1 500
        500 file:/var/lib/local-apt-repository ./ Packages
     0.9.5+dfsg-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

This means that the Sigil (and PageEdit) from repositories are somewhat old.
You do have to follow the instructions "Sigil on Linux" on

https://sigil-ebook.com/sigil/download/

and, sorry to say so, download

https://github.com/Sigil-Ebook/Sigil/archive/refs/tags/{$actual version}.tar.gz

from

https://github.com/Sigil-Ebook/Sigil/releases

and build it from source.
This has been indeed painless and successful for me up to now.
The resulting .deb file i either install directly with dpkg, or rather put it in my local repository, so that apt can see it after

sudo /usr/lib/local-apt-repository/rebuild -f

Maybe that's a MINT thing, though.

As for PageEdit,

https://github.com/Sigil-Ebook/PageEdit/releases
https://github.com/Sigil-Ebook/PageEdit/

Hope this helps.