[displaymanager] repair tests by removing extra /
This commit is contained in:
parent
21842e20c7
commit
10acebff46
@ -732,7 +732,7 @@ class DMsddm(DisplayManager):
|
|||||||
name = "sddm"
|
name = "sddm"
|
||||||
executable = "sddm"
|
executable = "sddm"
|
||||||
|
|
||||||
configuration_file = "/etc/sddm.conf"
|
configuration_file = "etc/sddm.conf"
|
||||||
|
|
||||||
def set_autologin(self, username, do_autologin, default_desktop_environment):
|
def set_autologin(self, username, do_autologin, default_desktop_environment):
|
||||||
import configparser
|
import configparser
|
||||||
|
Loading…
Reference in New Issue
Block a user