ghostbsd / networkmgr

NetworkMgr is a Python GTK3 network manager for FreeBSD, GhostBSD, TrueOS and DragonFlyBSD
BSD 3-Clause "New" or "Revised" License
95 stars 29 forks source link

Does networkmgr depend on UDisks2? #62

Closed probonopd closed 3 years ago

probonopd commented 3 years ago

Getting

FreeBSD% ./networkmgr    
invoking IsSupported() failed for remote volume monitor with dbus name org.gtk.vfs.UDisks2VolumeMonitor:: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gtk.vfs.UDisks2VolumeMonitor was not provided by any .service files (g-dbus-error-quark, 2)

on helloSystem where we don't have UDisks2.

ericbsd commented 3 years ago

That is a weird error networkmgr shouldn't return that an error related udisks, Udisks is not even part of of GHostBSD default installation.