From 2317c7809550c1ba63f8bb95ba58df1f50e83b78 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 14 Sep 2021 12:58:04 +0200 Subject: [PATCH] profile: add temporary workaround to disable QtWebengine sandbox that is not working --- Makefile | 1 - etc/profile.d/qtwebengine-no-sandbox.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 etc/profile.d/qtwebengine-no-sandbox.sh diff --git a/Makefile b/Makefile index 59519cc..d691840 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,6 @@ install-kde-distro-addons: dist-update cp -r etc/sudoers.d $(DESTDIR)$(sysconfdir)/ cp -r etc/sysconfig $(DESTDIR)$(sysconfdir)/ cp etc/system-sleep/* $(DESTDIR)$(systemdsleepdir)/ - chmod 755 $(DESTDIR)$(sysconfdir)/profile.d/*.sh cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/ install-distromenu: dist-update diff --git a/etc/profile.d/qtwebengine-no-sandbox.sh b/etc/profile.d/qtwebengine-no-sandbox.sh new file mode 100644 index 0000000..c08311a --- /dev/null +++ b/etc/profile.d/qtwebengine-no-sandbox.sh @@ -0,0 +1 @@ +export QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"