-
Notifications
You must be signed in to change notification settings - Fork 7
Ubuntu
Michał Szczepaniak edited this page Jul 18, 2020
·
2 revisions
(tested with Gnome > Ubuntu 20.04)
-
Install sddm from terminal by running the following command sudo apt istall sddm
-
right after the installation, you should be prompted to a dialogue box saying you have to set your default Display Manager, select sddm instead of the others you already have (e.g. Gnome DE has gdm3 as default) (if the dialogue box doesn't automatically shows or you missed it look here)
-
look for a sddm.conf file in /etc and edit it so that it looks as shown below (if it doesn't exist, look here):
[Theme]
# Current theme name
Current=sddm-theme-amadeus-master
- edit the Main.qml file in this folder by opening it (if it doesn't let you open it just rename .qml with .txt, edit with any text editor, then rename the .qml back again ;D) and delete the following lines
import QtQuick.VirtualKeyboard 2.1
InputPanel {
id: inputPanel
active: false
visible: false
}
- Install the Qt modules you're lacking off (otherwise you'll get an error on greeter screen) from the terminal by running the following command
apt install qml-module-qtquick-virtualkeyboard qml-module-qtgraphicaleffects