Results 417 comments of Andy Holmes

This is usually caused by installing the Nautilus extension with GSConnect, and as a system package. Can you check that hasn't happened?

Please open separate issues for each problem you encounter, thanks! The mounting issue is a duplicate of #1203.

Unfortunately this will need a lot more information to diagnose, although it is unlikely to be a problem with GSConnect. Clients do two things: send & receive UDP packets (usually...

Was this fixed in https://github.com/GSConnect/gnome-shell-extension-gsconnect/pull/1718?

> By the way, is ydotool only used as a fallback then? Yeah, it's for desktop environments that aren't GNOME Shell, I suppose. We never intended for that, but someone...

> I followed the installation instructions on two desktops and could pair the two without any notification or pn request. Can you explain how you did this? Also what pn...

Closing due to lack of information from reporter.

Please restrict reports to a single issue. Closing as a duplicate of #1610, since this is the only issue I recognize.

> Are you sure this works correctly? I was using dynamic imports earlier and ended up reverting them in a subsequent commit because there's no mainloop at first when the...

> `runAsync` seems to be needed for the service to work properly as well when I add top-level awaits (from what I see [here](https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/732), they use top-level await on `runAsync`...