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"