#1012216 Bug on Debian 11 Bullseye - systemd v.247.3-7

Package:
systemd
Source:
systemd
Description:
system and service manager
Submitter:
Date:
2022-06-01 13:39:05 UTC
Severity:
normal
#1012216#5
Date:
2022-06-01 13:17:00 UTC
From:
To:
Bug Description:

These errors appear in the boot log of my machine journalctl -b (journalctl -b)
jun 01 14:52:41 station systemd-xdg-autostart-generator[1827]: Exec binary '/usr/libexec/evolution-data-server/evolution-alarm-notify' does not exist: No such file or directory
jun 01 14:52:41 station systemd-xdg-autostart-generator[1827]: Not generating service for XDG autostart app-org.gnome.Evolution\x2dalarm\x2dnotify-autostart.service, error parsing Exec= line: No such file or directory
jun 01 14:52:41 station systemd-xdg-autostart-generator[1827]: Exec binary '/usr/lib/x86_64-linux-gnu/libexec/kdeconnectd' does not exist: No such file or directory
jun 01 14:52:41 station systemd-xdg-autostart-generator[1827]: Not generating service for XDG autostart app-org.kde.kdeconnect.daemon-autostart.service, error parsing Exec= line: No such file or directory
Debian 11 64 Bits on Cinnamon and kernel 5.17.3-1
Best regards.

Philippe

#1012216#10
Date:
2022-06-01 13:35:51 UTC
From:
To:
Am 01.06.22 um 15:17 schrieb phamiet@bluewin.ch:

That's not a bug in systemd.
You likely have an xdg autostart file in /etc/xdg/autostart for a
package that is uninstalled but not purged.
So the log message you get simply tells you that this autostart
references a file that is no longer installed.

Purge the packages in question / remove those stale autostart files and
you should be good.

Michael