summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsirlucjan2018-01-07 23:07:19 +0100
committersirlucjan2018-01-07 23:07:19 +0100
commitb1927f11a5a98fee15de093b4721f51435494bd1 (patch)
tree435b1787e76fd03c1fea9d748a39fbe674a62063
parentcbc2f67e8c34b91fd716385d0504d123977c2e70 (diff)
downloadaur-b1927f11a5a98fee15de093b4721f51435494bd1.tar.gz
Don't set InputMethod, it breaks all themes other than Breeze
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10f56a5dab6a..694010a08d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sddm-git
pkgdesc = The Simple Desktop Display Manager
pkgver = 0.17.0.0.ga15888b
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/sddm/sddm
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e861d971b6f3..485db5356b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgbase="sddm"
pkgname="$_pkgbase-git"
pkgver=0.17.0.0.ga15888b
-pkgrel=3
+pkgrel=4
pkgdesc="The Simple Desktop Display Manager"
arch=("x86_64")
url="https://github.com/sddm/sddm"
@@ -57,4 +57,6 @@ package() {
# Don't set PATH in sddm.conf
sed -r 's|DefaultPath=.*|DefaultPath=/usr/local/sbin:/usr/local/bin:/usr/bin|g' -i "$pkgdir"/usr/lib/sddm/sddm.conf.d/sddm.conf
+ # Unset InputMethod https://github.com/sddm/sddm/issues/952
+ sed -e "/^InputMethod/s/qtvirtualkeyboard//" -i "$pkgdir"/usr/lib/sddm/sddm.conf.d/sddm.conf
}