You are not logged in.
Pages: 1
Progress, mabye? I dont know anything about dbus sorry and this doesnt seem to be a common issue online
In hyprland.conf (only one user on machine so i left it constant):
env = DBUS_SESSION_BUS_ADDRESS,unix:path=/run/user/1000/busecho $DBUS_SESSION_BUS_ADDRESS:
unix:path=/run/user/1000/busRunning vesktop from terminal gives the following:
Checking for beta autoupdate feature for deb/rpm distributions
Found package-type: deb
Checking for update
Vesktop v1.6.5
Disabled Chromium features: WinRetrieveSuggestionsOnlyOnDemand, HardwareMediaKeyHandling, MediaSessionService
[16941:0518/214416.593666:ERROR:dbus/bus.cc:406] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: Connection refused
[16941:0518/214416.593748:ERROR:dbus/bus.cc:406] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: Connection refused
[16941:0518/214416.670196:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type:
[16941:0518/214416.670229:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type:
[16941:0518/214416.670286:ERROR:dbus/bus.cc:406] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: Connection refused
[16941:0518/214416.670302:ERROR:dbus/bus.cc:406] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: Connection refused
[16941:0518/214416.670582:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type:
libva error: /usr/lib/x86_64-linux-gnu/dri/nvidia_drv_video.so init failed
[17015:0518/214416.677568:ERROR:media/gpu/vaapi/vaapi_wrapper.cc:1627] vaInitialize failed: operation failed
[16941:0518/214416.700882:ERROR:dbus/object_proxy.cc:573] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type:
[16941:0518/214416.701982:ERROR:dbus/bus.cc:406] Failed to connect to the bus: Failed to connect to socket /run/user/1000/bus: Connection refused
[16941:0518/214416.722799:ERROR:content/browser/browser_main_loop.cc:290] Gtk: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
(node:16941) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
(Use `vesktop --trace-deprecation ...` to show where the warning was created)
[libvesktop::update_launcher_count] Failed to connect to session bus: Could not connect: Connection refused
[libvesktop::update_launcher_count] Failed to connect to session bus: Could not connect: Connection refused
[libvesktop::update_launcher_count] Failed to connect to session bus: Could not connect: Connection refused(ignore libva, vaapi, gtk and deprecation errors, they also occur when running with dbus-launch)
Similar setup and issue here, however starting hyprland with dbus-run-session does not solve the issue (in fact it makes it worse by breaking screen recording in OBS, option for pipewire doesnt even show up)
The problem is environment variable DBUS_SESSION_BUS_ADDRESS not being set, this can be fixed by running vesktop with dbus-launch or dbus-run-session but this means you have to launch vesktop from a terminal each time ![]()
Would love a more permanent solution
Pages: 1