11-13-2023, 10:48 AM | #16 |
Enthusiast
Posts: 35
Karma: 10
Join Date: Aug 2018
Device: kobo Nia
|
Hi,
pageedit was also selfcompiled from v2.0.2. It ran, but maybe also without icons, i didn't notice there. As for dependencies, i *could* post my relevant apt history log part here, but i'll refrain, for it surely contains "qt6-*", but is lamentably unstructured. -- regards, -- recook Last edited by recook; 11-13-2023 at 10:50 AM. Reason: missing text |
11-13-2023, 11:26 AM | #17 |
Grand Sorcerer
Posts: 28,047
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
My bad. The Qt6-Svg binary package is apparently named libqt6svg6 on Debian/Ubuntu.
The Qt5 equivalent is libqt5svg5. There may be a more handily-named meta-package that pulls that in, but if so, I can't find it. Last edited by DiapDealer; 11-13-2023 at 11:44 AM. |
Advert | |
|
11-13-2023, 11:32 AM | #18 |
Grand Sorcerer
Posts: 28,047
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
I've updated the Sigil Linux build documentation on github. There are now only two files:
Building_on_Linux.md (Current Qt6-based that strives to provide package-names for both Arch- and Debian-based distros) Building_on_Linux_old.md (updated Debian-based Qt5 instructions with the Qtsvg module dependency noted) Last edited by DiapDealer; 11-13-2023 at 11:45 AM. |
11-13-2023, 01:12 PM | #19 |
Enthusiast
Posts: 35
Karma: 10
Join Date: Aug 2018
Device: kobo Nia
|
|
11-13-2023, 01:16 PM | #20 |
Grand Sorcerer
Posts: 28,047
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
|
Advert | |
|
11-13-2023, 01:21 PM | #21 | |
Enthusiast
Posts: 35
Karma: 10
Join Date: Aug 2018
Device: kobo Nia
|
Hi,
Quote:
`sudo apt install qt6-svg-dev` (which depends on libqt6svg6) did let appear the Icons! I'm delighted, sir! -- regards, -- recook |
|
11-13-2023, 01:28 PM | #22 | |
Enthusiast
Posts: 35
Karma: 10
Join Date: Aug 2018
Device: kobo Nia
|
Hi,
Quote:
Code:
sudo apt-get install qt6-webengine-dev-tools qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-5compat-dev qt6-svg there's a (necessary) qt6-svg-dev package, but not qt6-svg. -- regards, -- recook |
|
11-13-2023, 01:44 PM | #23 |
Enthusiast
Posts: 35
Karma: 10
Join Date: Aug 2018
Device: kobo Nia
|
Hi,
in the qt-cmake run as a lowly user, this came up: Code:
CMake Warning: Manually-specified variables were not used by the project: CMAKE_TOOLCHAIN_FILE |
11-13-2023, 02:01 PM | #24 | |
Grand Sorcerer
Posts: 28,047
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
Different driveway, but it all seems to go to the same house. Last edited by DiapDealer; 11-13-2023 at 03:07 PM. |
|
11-13-2023, 02:09 PM | #25 | |
Grand Sorcerer
Posts: 28,047
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
qt6-base-dev provides Qt6Config.cmake which should allow the standard cmake command to find the everything it needs for a Qt6 build. |
|
11-13-2023, 03:32 PM | #26 | |
Enthusiast
Posts: 35
Karma: 10
Join Date: Aug 2018
Device: kobo Nia
|
Quote:
PageEdit from there runs. This is somewhat of a showstopper for me. |
|
11-13-2023, 04:01 PM | #27 | |
Grand Sorcerer
Posts: 28,047
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
Quote:
Also... try launching Sigil from a command prompt and see if there's any relevant output when trying to launch PageEdit from Sigil. Launch both Sigil and PagEdit separately and confirm that they're both using Qt6 with the About dialogs. Try running 'which sigil' and 'which pageedit' from a command line to make sure there are not multiple versions of either on your PATH Last edited by DiapDealer; 11-13-2023 at 04:04 PM. |
|
11-13-2023, 08:06 PM | #28 |
Grand Sorcerer
Posts: 28,047
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
By the way: qt6-webengine-dev-tools is not needed for Sigil. It only provides a few tools that PageEdit needs to convert dictionaries. It also does not pull in the qt6-webengine-dev package that Sigil DOES require to build. It must have already been installed on your system.
|
11-13-2023, 08:29 PM | #29 |
Grand Sorcerer
Posts: 28,047
Karma: 199464182
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
|
I set up a Debian Bookworm VM and was able to build Sigil and PageEdit with Qt6 (from the current github instructions), but I couldn't replicate your problem launching PageEdit from Sigil with the Launch External Xhtml Editor button. I used the the preferences to browse to /usr/local/bin/pageedit and selected it as by external xhtml editor and it launched from the menu button just fine (and from the F2 keyboard shortcut as well).
|
11-14-2023, 04:02 AM | #30 | |||||
Enthusiast
Posts: 35
Karma: 10
Join Date: Aug 2018
Device: kobo Nia
|
Hi,
Quote:
Up to now. But last time i checked, it STARTED!! You didn't by chance wave magic hands, or something? Quote:
Quote:
Now, it's a text block after starting sigil like Code:
Info: GL Type: desktop ... * in-process-gpu * use-gl desktop Quote:
Quote:
Code:
$ which sigil /usr/local/bin/sigil $ which pageedit /usr/local/bin/pageedit Curiouser and curiouser, said Alice. |
|||||
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Building the Linux standalone Sigil installer | eschwartz | Sigil | 10 | 12-20-2015 05:13 PM |
Difficulty with building sigil 0.9.0 on linux | philja | Sigil | 36 | 11-25-2015 05:38 PM |
sigil 0.8.1 building on linux | blackest | Sigil | 9 | 10-15-2014 07:22 PM |
Building Sigil from source on Linux | xingenter | Sigil | 10 | 04-29-2013 02:18 PM |
Building Sigil under Linux | st_albert | Sigil | 1 | 08-07-2011 04:19 PM |