Do we need to fix dbus-broker-launch journal warnings -- or just ignore?
Are we supposed to do anything to fix these dbus-broker-launch journal warnings? Mar 24 02:15:31 valkyrie dbus-broker-launch[1130]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'. Mar 24 02:15:31 valkyrie dbus-broker-launch[1130]: Noticed file-system modification, trigger reload. Mar 24 02:15:31 valkyrie dbus-broker-launch[1130]: Service file '/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'. Mar 24 02:15:31 valkyrie dbus-broker-launch[1130]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'. I don't have XFCE installed, but do have thunar installed stand-alone for fluxbox. -- David C. Rankin, J.D.,P.E.
On Sun, Mar 24, 2024 at 02:23:57AM GMT, David C. Rankin wrote:
Are we supposed to do anything to fix these dbus-broker-launch journal warnings?
Mar 24 02:15:31 valkyrie dbus-broker-launch[1130]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'. Mar 24 02:15:31 valkyrie dbus-broker-launch[1130]: Noticed file-system modification, trigger reload. Mar 24 02:15:31 valkyrie dbus-broker-launch[1130]: Service file '/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'. Mar 24 02:15:31 valkyrie dbus-broker-launch[1130]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
I don't have XFCE installed, but do have thunar installed stand-alone for fluxbox.
-- David C. Rankin, J.D.,P.E.
Shouldn't be any problem; dunst had the same type of notices in the journal. My solution was to rename the dunst service file. In your case, rename the service files listed, adding <.disabled> to the end of those filenames. Reboot, and those errors should be gone. ie: /usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service -> /usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service.disabled If you see any problems, just revert the filename changes. Overall, I haven't had any problems switching to dbus-broker, but it seems that a lot of upstream is/was not ready for and don't/won't care enough to change their dbus units to fit the new broker syntax/guidelines. Merell --
On 3/24/24 09:55, Merell L. Matlock, Jr. wrote:
Shouldn't be any problem; dunst had the same type of notices in the journal. My solution was to rename the dunst service file.
In your case, rename the service files listed, adding <.disabled> to the end of those filenames. Reboot, and those errors should be gone.
ie: /usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service -> /usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service.disabled
Thank you Merell, Anything to help keep the logs clean is a plus. I wonder if a post-install script for thunar or whatever creates the dbus rule shouldn't check to see if the package is installed, and if not automatically set the service file name to .disabled? Not sure if that is advisable, but seemed like a logical step. -- David C. Rankin, J.D.,P.E.
Hi David, don't rename the file unless you want to recreate it every time you upgrade. If you really want to stick with dbus-broker and these messages bother you, then consider use /etc/pacman.conf . NoExtract = usr/share/dbus1/services/org.xfce.Tumbler.Thumbnailer1.service My 2 cents, Ralf
On Sun, 2024-03-24 at 21:13 +0100, Ralf Mardorf wrote:
Hi David,
don't rename the file unless you want to recreate it every time you upgrade. ^ tumbler ;D
On 3/24/24 15:13, Ralf Mardorf wrote:
Hi David,
don't rename the file unless you want to recreate it every time you upgrade. If you really want to stick with dbus-broker and these messages bother you, then consider use /etc/pacman.conf .
NoExtract = usr/share/dbus1/services/org.xfce.Tumbler.Thumbnailer1.service
My 2 cents, Ralf
Thank you Ralf, That's a pretty valuable 2 cents. The pacman.conf NoExtract option looks like the way to go. (and you are correct, I don't want to have to rename every time :) -- David C. Rankin, J.D.,P.E.
On Sun, 2024-03-24 at 14:43 -0500, David C. Rankin wrote:
or whatever creates the dbus rule
$ pacman -Qo /usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service /usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service is owned by tumbler 4.18.2-1
participants (3)
-
David C. Rankin
-
Merell L. Matlock, Jr.
-
Ralf Mardorf