plasma-mobile: fix booting into black screen (!128)

Switch plasma-mobile to use xdg-shell instead of wl-shell. wl-shell is
deprecated in Qt 5.12 and is breaking plasmashell, it seems.

Related upstream issue:
https://invent.kde.org/kde/plasma-phone-components/issues/2

This introduces another regression that applications don't start
maximized. Will have to solve this issue upstream.

Closes #159
This commit is contained in:
Bhushan Shah 2019-01-04 18:09:21 +05:30 committed by Oliver Smith
parent 9b4435bcd0
commit 9f00f17d94
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 2 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgname=postmarketos-ui-plasma-mobile
pkgver=1
pkgrel=21
pkgrel=22
pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (slow without hardware acceleration!)"
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
arch="noarch"
@ -33,7 +33,7 @@ package() {
install -D -m644 "$srcdir"/org.kde.phone.homescreen.js \
"$pkgdir"/usr/share/plasma/look-and-feel/org.kde.plasma.phone/contents/plasmoidsetupscripts/org.kde.phone.homescreen.js
}
sha512sums="ccc27798d579470f5323f5b60cb43326348571b0012bf3d8bfbe86830d08837b3290d831c319228599ec4352592c3ffcb0d6d359deb1b186592678f3d0619c3a start_plasma.sh
sha512sums="d92ee757d418e0bd1cea0baf4de577fb9fbd28da157fdb7829c4be96014beefb2c20516fdc507b68b52276522b771d5f6601ed3124bf334f51d993275289d42f start_plasma.sh
a95d3bbd1e8051c9b394ad7a26e4beb2d1be8d3c38189819da61fd42b1c7fd3948c4737bc9246eee23eaf5fd9451cd6362fb06442f3d8f967f930d3bcc5cfbe9 kwinrc
8eb0a095cd6e8cf693af212d57c0b99c74f39636d8f4f391561197ec662a7ca4dd5648aa74bb8ac5f088d8baf2bde976567c333f98db708e19f6ed7839d6b6fe kdeglobals
341f0b866c315f37868ef3e7137cce8b53a0e8e6164e5af71b3e8e2fa68321afbf0652d76124ef84bade1393f701748852ac939aef9daff7e272a0df827780eb qtlogging.ini

View file

@ -13,8 +13,6 @@ if test -z "${XDG_RUNTIME_DIR}"; then
export QT_QPA_PLATFORMTHEME=KDE
export QT_QUICK_CONTROLS_STYLE=Plasma
export QT_WAYLAND_DISABLE_WINDOWDECORATION=1
# this is due to broken xdgvshell6 in qt
export QT_WAYLAND_SHELL_INTEGRATION=wl-shell
export XDG_CURRENT_DESKTOP=KDE
export KDE_SESSION_VERSION=5
export PLASMA_PLATFORM=phone