by graysky » Mon Dec 28, 2020 9:37 am
$this->bbcode_second_pass_quote('Baumkuchen', 'N')ot sure if this is of any importance:
$this->bbcode_second_pass_code('', '
[philipp@alarmpi ~]$ sudo systemctl enable kodi
Failed to enable unit: File /etc/systemd/system/display-manager.service already exists and is a symlink to /usr/lib/systemd/system/lxdm.service.
[philipp@alarmpi ~]$ sudo systemctl enable kodi.service
Failed to enable unit: File /etc/systemd/system/display-manager.service already exists and is a symlink to /usr/lib/systemd/system/lxdm.service.
[philipp@alarmpi ~]$ ')
Will do what you just wrote now.
Please disable lxdm.service. You might need to manually delete it. As root:
$this->bbcode_second_pass_code('', 'systemctl disable lxdm
systemctl disable kodi
systemctl disable display-manager
rm /etc/systemd/system/display-manager.service
reboot')
When the system comes up, as root:
$this->bbcode_second_pass_code('', 'systemctl start kodi')