Changeset c0f71f2 for xsoft/graphweb


Ignore:
Timestamp:
01/03/2024 05:49:31 PM (6 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
18fe946
Parents:
8a09beb
Message:

QtWebEngine: use Python 3.11 instead, and simplify the instructions.

To do this I've created build_fixes-2.patch. This contains:

  • Fix for shipped ffmpeg build failure
  • Fixes for Python 3.11 changes
  • Changes for ICU-74, but modified to allow building on previous versions of BLFS and their versions of ICU
  • The NINJAJOBS change
  • Chunks from a patch from ArchLinux32 to prevent instantaneous crashes in Falkon. Still causes issues with text rendering, so I've created a note in the Falkon page. However, video playback and images display perfectly. I will revisit this in February once we have the new glibc. Unlike previous issues, it no longer crashes, so that's a good start!

This significantly brings down the count of instructions for this page
and should make it a lot easier to follow.

I've tested this on both x86_64 and i686. On i686 there's a major
improvement in that Falkon (and KDE System Monitor) actually start and
run, though in the case of Falkon there is still no text.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/falkon.xml

    r8a09beb rc0f71f2  
    165165      your home directory.
    166166    </para>
     167
     168    <note>
     169      <para>
     170        If you are on a non-x86_64 architecture and run into problems with
     171        missing text, you may wish to export
     172        <envar>QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"</envar> prior to
     173        running Falkon.
     174      </para>
     175    </note>
    167176
    168177  </sect2>
Note: See TracChangeset for help on using the changeset viewer.