summarylogtreecommitdiffstats
path: root/qt-gtk-platform-plugin-git.install
blob: b2403da14c924bf44f7acabb44febed03d584a40 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    echo ""
    echo "To have gdm automatically export QT_QPA_PLATFORM=gtk where, 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 "Achtung; Some Qt apps will crash with this backend in use, for example: Qt Creator, Zeal and probably swathes of KDE"
    echo ""
}

post_upgrade() {
    post_install
}