Pengwin
Pengwin copied to clipboard
remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor is not supported
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?
Hello, have you found a solution for this problem?
I have the same issue
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
@aceqbaceq's solution worked for me as well:
$ systemctl --user restart gvfs-udisks2-volume-monitor.service