Slávek Banko composed on 2020-02-21 09:25 (UTC+0100):
Felix Miata wrote:
...
ExecStart=/opt/trinity/bin/kdm (code=exited, status=1/FAILURE) Main PID: 568 (code=exited, status=1/FAILURE)
...
the listing shows that there is mistake in /usr/lib/systemd/system/tdm.service - there is /opt/trinity/bin/kdm instead of /opt/trinity/bin/tdm.
I thought François had already fixed this in the package. Do you have up to date packages?
It resulted from a dnf upgrade. # ls -l /usr/lib/systemd/system/tdm.service -rw-r--r-- 1 root root 266 Jan 1 16:34 tdm.service # rpm -qf /usr/lib/systemd/system/tdm.service trinity-tdm-14.0.7-1.fc31.x86_64 # dnf upgrade trinity-tdm ... Nothing to do.
Alternatively, you can fix it in the script, regardless of the package update.
Editing the file on disk fixed it. :-)