Pengwin icon indicating copy to clipboard operation
Pengwin copied to clipboard

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

Open eliranwong opened this issue 5 years ago • 4 comments

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?

eliranwong avatar Dec 09 '19 10:12 eliranwong

Hello, have you found a solution for this problem?

Hemzyy avatar Oct 13 '20 10:10 Hemzyy

I have the same issue

thewoz avatar Sep 15 '23 11:09 thewoz

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 avatar Jun 03 '24 00:06 aceqbaceq

@aceqbaceq's solution worked for me as well:

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

LouisThygesen avatar Jun 25 '24 09:06 LouisThygesen