MarianArlt / sddm-sugar-dark

The sweetest dark theme around for SDDM, the Simple Desktop Display Manager.
https://www.opendesktop.org/p/1272122
GNU General Public License v3.0
245 stars 57 forks source link

Giant virtual keyboard #4

Closed abers closed 5 years ago

abers commented 5 years ago

On Kubuntu 18.10 when the theme is installed editing any text box, such as entering a password, pops up a giant virtual keyboard on the bottom half of the screen and the top half turns black. Is there any way to disable this behaviour in theme.conf?

MarianArlt commented 5 years ago

@abers This is a serious and old yet not tackled issue with SDDM and the virtual keyboard. By default SDDM makes the theme creators responsible to avoid this,...which is utter crap...See here

In the mean time you can edit your /etc/sddm.conf and replace: InputMethod=qtvirtualkeyboard with InputMethod=

or even uninstall the package if you don't use the virtual keyboard: sudo pacman -R qt5-virtualkeyboard

Bumbadawg commented 5 years ago

Removing the virtualkeyboard on ubuntu might break dependencies and you'll have to reinstall neon-desktop if you're using plasma for instance.