Sérgio Basto wrote:
On Sex, 2016-04-01 at 10:10 -0400, Mark Haney wrote:
Huh. This is odd. When I run that command I get this: (withor without the --force option)
@aurelian ~]$ systemctl enable ssdm Failed to execute operation: No such file or directory
@aurelian ~]$ systemctl enable ssdm.service Failed to execute operation: No such file or directory
systemctl disable kdm systemctl enable sddm
The explicit disable is not needed, but you *do* need to run any of those systemctl commands with priviledge (as root)
This should be sufficient:
sudo systemctl enable sddm --force
-- Rex