From 1a22526c98a844f9f8904c741c71ed4fd4c4485c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 28 Feb 2012 04:07:44 +0100 Subject: [PATCH] Install xprofile.d file to set QT_GRAPHICSSYSTEM=raster environment variable --- Makefile | 2 ++ etc/xprofile.d/qt-graphicssystem.sh | 1 + 2 files changed, 3 insertions(+) create mode 100644 etc/xprofile.d/qt-graphicssystem.sh diff --git a/Makefile b/Makefile index 01aa43a..6b37105 100644 --- a/Makefile +++ b/Makefile @@ -170,6 +170,8 @@ endif @$(INSTALL_DIR) $(DESTDIR)$(mambaimagesdir) cp -r etc/polkit-1 $(DESTDIR)$(sysconfdir)/ cp -r etc/prelink.conf.d $(DESTDIR)$(sysconfdir)/ + cp -r etc/xprofile.d $(DESTDIR)$(sysconfdir)/ + chmod 755 $(DESTDIR)$(sysconfdir)/xprofile.d/*.sh $(INSTALL_SCRIPT) kde/scripts/showlog $(DESTDIR)$(distrobindir) cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/ ifeq ($(WITHKDE3),1) diff --git a/etc/xprofile.d/qt-graphicssystem.sh b/etc/xprofile.d/qt-graphicssystem.sh new file mode 100644 index 0000000..1218dec --- /dev/null +++ b/etc/xprofile.d/qt-graphicssystem.sh @@ -0,0 +1 @@ +export QT_GRAPHICSSYSTEM=raster