Andy Holmes
Andy Holmes
Is this bug still valid? If so can you provide the requested information?
Closing due to lack of activity and requested information. Feel free to reopen if you can still reproduce and provide the requested information.
The player with "Unknown title" and "Unknown artist" is a player called "Google" being reported by the remote device "gura". In contrast, your local device is reporting something being played...
Well, GSConnect just exports MPRIS players for whatever the remote device tells it to. In this case, the "gura" device was telling it to export a player named "Google" with...
> Looking at those messages, the one thing GSConnect maybe could do is use the "player" field in place of the title and/or artist when those fields are sent blank,...
Thanks for the research, I'll re-open the bug.
From the log it looks like it might be because the first clicks are dropped while the RemoteDesktop session is acquired, but I haven't tested that myself.
Something to notice is the `(0, 0)` movements in the log there. In GSConnect we ignore those since they're effectively no-ops, but that could be the result of a tap...
This should be easy already, there are settings in the preferences for automatic bi-directional sync:  And there are two GActions, exposed over D-Bus, `device.clipboardPull` and `device.clipboardPush`...
If you add `clipboardPush`/`clipboardPull` to the GSettings key: /org/gnome/shell/extensions/gsconnect//menu-actions Whose default value is ["sms", "ring", "mount", "commands", "share", "photo", "keyboard"] Do they show up in the menu then? You might...