profile: add temporary workaround to disable QtWebengine sandbox that is not working
This commit is contained in:
parent
a55ddfb1d8
commit
2317c78095
1
Makefile
1
Makefile
@ -156,7 +156,6 @@ install-kde-distro-addons: dist-update
|
|||||||
cp -r etc/sudoers.d $(DESTDIR)$(sysconfdir)/
|
cp -r etc/sudoers.d $(DESTDIR)$(sysconfdir)/
|
||||||
cp -r etc/sysconfig $(DESTDIR)$(sysconfdir)/
|
cp -r etc/sysconfig $(DESTDIR)$(sysconfdir)/
|
||||||
cp etc/system-sleep/* $(DESTDIR)$(systemdsleepdir)/
|
cp etc/system-sleep/* $(DESTDIR)$(systemdsleepdir)/
|
||||||
chmod 755 $(DESTDIR)$(sysconfdir)/profile.d/*.sh
|
|
||||||
cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/
|
cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/
|
||||||
|
|
||||||
install-distromenu: dist-update
|
install-distromenu: dist-update
|
||||||
|
1
etc/profile.d/qtwebengine-no-sandbox.sh
Normal file
1
etc/profile.d/qtwebengine-no-sandbox.sh
Normal file
@ -0,0 +1 @@
|
|||||||
|
export QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
|
Loading…
Reference in New Issue
Block a user