Package: notify-osd Version: 0.9.35+15.04.20150126-1+b1 Severity: normal X-Debbugs-Cc: nrb...@gmail.com
Dear Maintainer, I have just did a clean installation of Debian 11 with task-mate-desktop. After login I see the following error in my `journalctl -b0 -e`: ``` Dec 29 13:33:43 norbert-desktop systemd-xdg-autostart-generator[2253]: Exec binary '/usr/lib/notify-osd/notify-osd' does not exist: No such file or directory Dec 29 13:33:43 norbert-desktop systemd-xdg-autostart-generator[2253]: Not generating service for XDG autostart app-notify\x2dosd-autostart.service, error parsing Exec= line: No such file o> ``` The root of this problem is the `/etc/xdg/autostart/notify-osd.desktop` file, it wrongly has `Exec=/usr/lib/notify-osd/notify-osd`. While really the executable is located at `/usr/lib/x86_64-linux-gnu/notify- osd`. See debug output below: ``` $ sudo grep -r notify-osd --include=*.desktop / 2>/dev/null /etc/xdg/autostart/notify-osd.desktop:Exec=/usr/lib/notify-osd/notify-osd $ dpkg -S /etc/xdg/autostart/notify-osd.desktop notify-osd: /etc/xdg/autostart/notify-osd.desktop $ dpkg -L notify-osd | grep /lib.*notify-osd$ /usr/lib/x86_64-linux-gnu/notify-osd ``` Please fix the desktop file. -- System Information: Debian Release: 11.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.10.0-20-amd64 (SMP w/8 CPU threads) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages notify-osd depends on: ii dconf-gsettings-backend [gsettings-backend] 0.38.0-2 ii gsettings-desktop-schemas 3.38.0-2 ii libatk1.0-0 2.36.0-2 ii libc6 2.31-13+deb11u5 ii libcairo-gobject2 1.16.0-5 ii libcairo2 1.16.0-5 ii libdbus-1-3 1.12.24-0+deb11u1 ii libdbus-glib-1-2 0.110-6 ii libgdk-pixbuf2.0-0 2.40.2-2 ii libglib2.0-0 2.66.8-1 ii libgtk-3-0 3.24.24-4+deb11u2 ii libpango-1.0-0 1.46.2-3 ii libpangocairo-1.0-0 1.46.2-3 ii libpixman-1-0 0.40.0-1.1~deb11u1 ii libwnck-3-0 3.36.0-1 ii libx11-6 2:1.7.2-1 notify-osd recommends no packages. notify-osd suggests no packages.