WhitewaterFoundry / Pengwin

A Linux distro optimized for WSL based on Debian.
Other
1.48k stars 104 forks source link

remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported #556

Open eliranwong opened 4 years ago

eliranwong commented 4 years ago

Describe the bug I got this message with running several Linux apps in pengwin: remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported

To Reproduce when I run:

emacs

outup:

(emacs:14321): GVFS-RemoteVolumeMonitor-WARNING **: 10:28:18.504: remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported

when I run:

thunar

output

(thunar:14615): GVFS-RemoteVolumeMonitor-WARNING **: 10:31:57.517: remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported

[Remarks: apps running in WSL2]

Expected behavior It looks like the apps function as expected, but I wonder if I can address the issue underlying the message?

Hemzyy commented 3 years ago

Hello, have you found a solution for this problem?

thewoz commented 9 months ago

I have the same issue

aceqbaceq commented 4 weeks ago

I used to have the error invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor:: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown:

the solution: $ systemctl --user restart gvfs-udisks2-volume-monitor.service

LouisThygesen commented 6 days ago

@aceqbaceq's solution worked for me as well:

$ systemctl --user restart gvfs-udisks2-volume-monitor.service