Aylur / ags

A customizable and extensible shell
GNU General Public License v3.0
1.74k stars 95 forks source link

KDE Connect/GSConnect service #421

Open SimonBrandner opened 1 month ago

SimonBrandner commented 1 month 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 1 month 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 1 month ago

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