[arch-commits] Commit in sddm/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 7 17:16:56 UTC 2018


    Date: Sunday, January 7, 2018 @ 17:16:55
  Author: arojas
Revision: 314230

Don't set InputMethod, it breaks all themes other than Breeze

Modified:
  sddm/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-07 17:15:39 UTC (rev 314229)
+++ PKGBUILD	2018-01-07 17:16:55 UTC (rev 314230)
@@ -5,7 +5,7 @@
 
 pkgname=sddm
 pkgver=0.17.0
-pkgrel=4
+pkgrel=5
 pkgdesc='QML based X11 and Wayland display manager'
 arch=('x86_64')
 url='http://github.com/sddm/sddm'
@@ -49,4 +49,6 @@
 
 # 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
 }



More information about the arch-commits mailing list