summaryrefslogtreecommitdiffstats
path: root/qt5-cmake
diff options
context:
space:
mode:
authorTreeve Jelbert2020-03-16 14:00:39 +0100
committerTreeve Jelbert2020-03-31 09:28:46 +0200
commitd3691e87e0e0617dde5faa66ffdc7fdc55c46ac2 (patch)
treea9eac75f9c4cc543c2f6c71c6ab624b897ecdf2d /qt5-cmake
parent7c23a558308981921bd17bfcb1471a5eecd8c754 (diff)
sddm - tweak
Diffstat (limited to 'qt5-cmake')
-rw-r--r--qt5-cmake/sddm/HISTORY3
-rw-r--r--qt5-cmake/sddm/sddm.sh22
2 files changed, 3 insertions, 22 deletions
diff --git a/qt5-cmake/sddm/HISTORY b/qt5-cmake/sddm/HISTORY
index 5954efe436..2e6cd69ff6 100644
--- a/qt5-cmake/sddm/HISTORY
+++ b/qt5-cmake/sddm/HISTORY
@@ -1,3 +1,6 @@
+2020-03-16 Treeve Jelbert <treeve@sourcemage.org>
+ * sddm.sh: delete
+
2020-02-13 Treeve Jelbert <treeve@sourcemage.org>
* INSTALL init.d/sddm sddm.conf: adjust for /usr
diff --git a/qt5-cmake/sddm/sddm.sh b/qt5-cmake/sddm/sddm.sh
deleted file mode 100644
index 5229fa835d..0000000000
--- a/qt5-cmake/sddm/sddm.sh
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-if [ "$USER" != "root" ];then
-
-# setup SDDM environment for SMGL
-QTDIR=/opt/qt5
-export XDG_CONFIG_DIRS=/etc/xdg
-export XDG_DATA_DIRS=$QTDIR/share:/usr/share
-export QT_PLUGIN_PATH=$QTDIR/plugins:$QT_PLUGIN_PATH
-
-export QML2_IMPORT_PATH=$QTDIR/qml
-export QML_IMPORT_PATH=$QML2_IMPORT_PATH
-export XCURSOR_PATH=$QTDIR/share/icons:~/.icons:/usr/share/icons:/usr/share/pixmaps
-
-# temporary runtime directories
-export XDG_RUNTIME_DIR=${TMPDIR-/tmp}/sddm-$USER
-
-# Ensure that they exist
-mkdir -p $XDG_RUNTIME_DIR
-fi
-
-
-