<div dir="ltr">Assuming you use some Gtk applications, I would first install <a href="https://wiki.gnome.org/Apps/DFeet">d-feet</a> which is a graphical browser for DBus. You can find kdeconnect in the "Session" tab using the search, and probably figure the rest about devices by poking around (there's no danger in breaking anything, so have explore and have fun).<div><br></div><div>Once you've done that, you should be able to use the <a href="https://developer.gnome.org/gio/stable/gdbus.html">gdbus</a> command to activate the DBus method (which I think is called 'startBrowsing()' or something) in the SFTP interface of your device. Test that out in a terminal and you should be able to make a simple launcher or shell script that works for you.</div><div><br></div><div>I believe KDE Connect mounts the filesystem under /run/user/<uid>/<device-id> so you may want to add that to your bookmarks in whichever file browser you use.<br><div><br></div><div>If you're primarily using Qt/KDE apps, I believe there is 'qtdbus' in place of 'gdbus' and probably an alternative to d-feet as well.</div></div><div><br></div><div>That should be enough to get you started, feel free to ask more if you need some help. If you get a nice little script going for i3, consider sharing it; it may be of use to others on other non-Gnome/non-KDE environments.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 26, 2018 at 12:26 AM, Nicolas Cedilnik <span dir="ltr"><<a href="mailto:nicoco@rape.lol" target="_blank">nicoco@rape.lol</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks for your answer.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
You could use, for example, indicator-kdeconnect which should<br>
work on any desktop with Gtk<br>
</blockquote>
Unfortunately I (happily) use i3, and the _system tray_ is apparently not the same thing as _appindicator_, so indicator-kdeconnect icon doesn't show up in it. I may be wrong about this, I'm still investigating it…<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
or use the DBus interface to make the request<br>
</blockquote>
This sounds nice, and I always wanted to know a little more about dbus. Is there any documentation or examples on how to do that ? I couldn't find any.<br>
<br>
Cheers,<br>
<br>
-- Nicolas<br>
</blockquote></div><br></div>