summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2020-03-18 10:18:42 -0700
committerDonald Carr2020-03-18 10:18:42 -0700
commit2f9feaaa7223f20a11239d05b301083c32bc5542 (patch)
treec80c5f4575a8cdf8efcaf9f443705e7d15228e08
parentb416d7adf7815f54c2a515057a6c03b8e49ea90b (diff)
downloadaur-qt-gtk-platform-plugin-git.tar.gz
Provide sufficient bash snippet to work
Change-Id: I2c083d63112f3a2e570fd0e615ae841b802dcece
-rwxr-xr-xqt-gtk-platform-plugin-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-gtk-platform-plugin-git.install b/qt-gtk-platform-plugin-git.install
index 1178b1236f7a..ce7546a6a0d9 100755
--- a/qt-gtk-platform-plugin-git.install
+++ b/qt-gtk-platform-plugin-git.install
@@ -1,7 +1,7 @@
post_install() {
echo ""
echo "To have gdm automatically export QT_QPA_PLATFORM=gtk, run:"
- echo "ln -s /usr/share/qt-gtk-platform-plugin/qt-force-gtk-platform.env /usr/share/gdm/env.d/qt-force-gtk-platform.env"
+ echo "mkdir -p /usr/share/gdm/env.d/ && ln -s /usr/share/qt-gtk-platform-plugin/qt-force-gtk-platform.env /usr/share/gdm/env.d/qt-force-gtk-platform.env"
echo "!!Achtung Bear Badger Fire Decapitation Death Skull Leprosy!!"
echo "Some Qt apps will crash with this backend in use, for example: Qt Creator, Zeal and probably swathes of KDE"
echo "If it uses qtwebengine, expect death!"