Aylur / astal

Building blocks for creating custom desktop shells
https://aylur.github.io/astal/
GNU Lesser General Public License v2.1
288 stars 37 forks source link

KDE Connect/GSConnect service #82

Open SimonBrandner opened 6 months ago

SimonBrandner commented 6 months ago

KDE Connect is a software that allows you to connect your devices (mainly your phone and computer). It would be quite nice to have a service to allow us to interact with it

Aylur commented 6 months ago

I didn't find a doc on KDE connect, but I assume it has some sort of dbus interface or something that would let us integrate it. GSConnect on the other hand is a full implementation in GJS, which in theory you could just clone, put in your config and use its daemon in the same process as ags. what would be better imo is to follow their wiki, run it as a standalone service, and write a dbus client for it in ags, so that they are independent

SimonBrandner commented 6 months ago

Did not know GSConnect was a thing - changed the name of the issue...