unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57137: FreeCAD welcome page text rendering does not work.
@ 2022-08-11 11:02 Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix
  2022-08-11 11:34 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix @ 2022-08-11 11:02 UTC (permalink / raw)
  To: 57137

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

guix describe:

  guix 2efc787
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: 2efc787811a2c4586b763aeed319cb3777e7aa37

Attached an image of how does it look right now.

—
Jean-Pierre De Jesus DIAZ

[-- Attachment #2: freecad.png --]
[-- Type: image/png, Size: 121701 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#57137: FreeCAD welcome page text rendering does not work.
  2022-08-11 11:02 bug#57137: FreeCAD welcome page text rendering does not work Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix
@ 2022-08-11 11:34 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2022-08-11 11:34 UTC (permalink / raw)
  To: Jean Pierre De Jesus DIAZ; +Cc: 57137

[-- Attachment #1: Type: text/plain, Size: 663 bytes --]

It's a QtWebengine/Chromium bug that affects several programs like
Calibre, FreeCAD or Qutebrowser (see issues #54033 and #54297).

A workaround is to pass the "no-sandbox" option to Chromium. It can be
done by setting the QTWEBENGINE_CHROMIUM_FLAGS environment variable.
For example:

--8<---------------cut here---------------start------------->8---
QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" FreeCAD
--8<---------------cut here---------------end--------------->8---

or:

--8<---------------cut here---------------start------------->8---
export QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
FreeCAD
--8<---------------cut here---------------end--------------->8---

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-11 11:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 11:02 bug#57137: FreeCAD welcome page text rendering does not work Jean Pierre De Jesus DIAZ via Bug reports for GNU Guix
2022-08-11 11:34 ` Guillaume Le Vaillant

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).