Your message dated Sat, 12 Oct 2024 22:02:19 +0000 with message-id <E1szkBn-00Cank-0J@fasolo.debian.org> and subject line Bug#1027272: fixed in notify-osd 0.9.35+15.04.20150126-3+deb12u1 has caused the Debian Bug report #1027272, regarding systemd-xdg-autostart-generator[2253]: Exec binary '/usr/lib/notify-osd/notify-osd' does not exist: No such file or directory to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 1027272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1027272 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: systemd-xdg-autostart-generator[2253]: Exec binary '/usr/lib/notify-osd/notify-osd' does not exist: No such file or directory
- From: norbert <nrbrtx@gmail.com>
- Date: Thu, 29 Dec 2022 14:11:14 +0300
- Message-id: <167231227409.3680.14893821247913080006.reportbug@norbert-desktop>
Package: notify-osd Version: 0.9.35+15.04.20150126-1+b1 Severity: normal X-Debbugs-Cc: nrbrtx@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.
--- End Message ---
--- Begin Message ---
- To: 1027272-close@bugs.debian.org
- Subject: Bug#1027272: fixed in notify-osd 0.9.35+15.04.20150126-3+deb12u1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 12 Oct 2024 22:02:19 +0000
- Message-id: <E1szkBn-00Cank-0J@fasolo.debian.org>
- Reply-to: Boyuan Yang <byang@debian.org>
Source: notify-osd Source-Version: 0.9.35+15.04.20150126-3+deb12u1 Done: Boyuan Yang <byang@debian.org> We believe that the bug you reported is fixed in the latest version of notify-osd, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 1027272@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Boyuan Yang <byang@debian.org> (supplier of updated notify-osd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 22 Sep 2024 19:04:29 -0400 Source: notify-osd Architecture: source Version: 0.9.35+15.04.20150126-3+deb12u1 Distribution: bookworm Urgency: medium Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Boyuan Yang <byang@debian.org> Closes: 1027272 Changes: notify-osd (0.9.35+15.04.20150126-3+deb12u1) bookworm; urgency=medium . * debian/rules, debian/notify-osd.desktop{,in}: Dynamically generate the Exec path in notify-osd.desktop with DEB_HOST_MULTIARCH to fix the incorrect executable path in /etc/xdg/autostart/notify-osd.desktop. (Closes: #1027272) Checksums-Sha1: d342676c74c36c6a60067bff56dabc9ac625dbcd 2305 notify-osd_0.9.35+15.04.20150126-3+deb12u1.dsc a24c0312fd4944b2d94b03d140843cbdf07293f0 257727 notify-osd_0.9.35+15.04.20150126.orig.tar.gz 5521a16a66d14f28ec5bd75b4ca0c733b04eaf65 36808 notify-osd_0.9.35+15.04.20150126-3+deb12u1.debian.tar.xz 59e4b5d0b38102d8b5c8fb0cce5c8b217fa9f2ff 16245 notify-osd_0.9.35+15.04.20150126-3+deb12u1_amd64.buildinfo Checksums-Sha256: fc574ff78c020e3de9b8cb90cc3e8928248c35a08e48ed86fe9a9967f49ccd8b 2305 notify-osd_0.9.35+15.04.20150126-3+deb12u1.dsc d9be0b2f885ce3ecbb7adc10931f38c1dac6697030da0fe197358cd72926dc88 257727 notify-osd_0.9.35+15.04.20150126.orig.tar.gz 9dd69b61d324ce3d96037afc3d9705610a39939cb0a86ca4fcf3a92b94385299 36808 notify-osd_0.9.35+15.04.20150126-3+deb12u1.debian.tar.xz e7af5ea70e93a6cb4d55b5aacf44245547dd0aa618671931ee644a3f641ffa15 16245 notify-osd_0.9.35+15.04.20150126-3+deb12u1_amd64.buildinfo Files: 6c33bb8a220462aad2e238085a0112e7 2305 x11 optional notify-osd_0.9.35+15.04.20150126-3+deb12u1.dsc 7123c91461d508169a0e3088fc011bc1 257727 x11 optional notify-osd_0.9.35+15.04.20150126.orig.tar.gz 9bd10a20c4fd05db58d81d16cac8c23f 36808 x11 optional notify-osd_0.9.35+15.04.20150126-3+deb12u1.debian.tar.xz 15f5c782f70a8a8185667b386f0c8c8e 16245 x11 optional notify-osd_0.9.35+15.04.20150126-3+deb12u1_amd64.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmcKxuYACgkQwpPntGGC Ws5p+A/9FQMCs3T6X8reMor3qa3k9ywXMeE7gionQiChklyYilu22uLMU59zdjz+ 0C0us00INOIYDkFHNmxiGiCIhZ4EKBWKIDuApdQHZBdWVn6QY2yG9IMOrc706und 8aNIJdgYn+4Tm0tkKJmE8jzkWRrsrVx27awbUHBweh54cN/Nstt51ZibD3d9SmKS 81KcqsCjpWlziOZQMvkoJ/q06aVZd36W/JlYlora/pOY83FmyYf37vg+c6seYvyq 7Yqe6BeqYMA1zRk4JUyKvF49eAkF8wM5uTlC3SXoIm8ql0MBmf3OAXwqxHugwbXf aV65H0tMR5V1zmvCt23LhYhjlN8tLbKl4TYJNvqvD1gYMPUYbnqKx/tg7c+3pgLS ok6zgwIFgZreTqm5XRrRG50r478NJiOANz618qP8wzLawnvhCKEVsw+5RiLOaa4Y 187HAS2OOoiQnw1Movsd0r+uqjuz0XqRVj+DJh+1JSBSHQ3imr5jJbgA5jl1J+1Y v8OvMNQowA9osf3bWhz/9wTOHO5CnzfzLZ18T4sM8Iaiu4c3oYOukoh+j4ruj3NC KsetAa9zpBofUJ4pEMVWskEWAR8Y4aif2oK1/5yR8zJKTXEebhKm1Q+SOno0Mten Fk9YoWAPh7DvBHvAKq61xTRXyfGAL85bx/spJMI46ppkZzmajlA= =ifqx -----END PGP SIGNATURE-----Attachment: pgpjziQukcUCF.pgp
Description: PGP signature
--- End Message ---