Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not starting on Void Linux #223

Open
NinjaCowboy opened this issue Dec 15, 2023 · 0 comments
Open

Not starting on Void Linux #223

NinjaCowboy opened this issue Dec 15, 2023 · 0 comments

Comments

@NinjaCowboy
Copy link

Relevant dbus-monitor output:

method call time=1702674565.591500 sender=:1.64 -> destination=org.freedesktop.DBus serial=728 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=StartServiceByName
   string "org.mate.panel.applet.DockAppletFactory"
   uint32 0

lots and lots of spam...

error time=1702674565.633890 sender=org.freedesktop.DBus -> destination=:1.64 error_name=org.freedesktop.DBus.Error.Spawn.ChildExited reply_serial=728
   string "Process org.mate.panel.applet.DockAppletFactory exited with status 1"
method call time=1702674565.634208 sender=:1.64 -> destination=org.freedesktop.DBus serial=731 path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=GetNameOwner
   string "org.mate.panel.applet.DockAppletFactory"
error time=1702674565.634218 sender=org.freedesktop.DBus -> destination=:1.64 error_name=org.freedesktop.DBus.Error.NameHasNoOwner reply_serial=731
   string "Could not get owner of name 'org.mate.panel.applet.DockAppletFactory': no such name"

I tried to debug this as much as I could, but that's as far as I could get. I do have a /usr/share/dbus-1/services/org.mate.panel.applet.DockAppletFactory.service file that contains the following:

[D-BUS Service]
Name=org.mate.panel.applet.DockAppletFactory
Exec=/usr/bin/env python3  /usr/lib64/mate-applets/mate-dock-applet/dock_applet.py

so I really have no idea why it can't start it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant