<div dir="ltr"><div class="gmail_default">Hi Deloptes,<br></div><div class="gmail_default"><br></div><div class="gmail_default">sorry for confusing request. In my case, I want to autostart my application which can work in service (behind the scenes) or GUI mode. Which is relatively rare on SFOS, but has a great use in the case of map services provider, as it is in this case.</div><div class="gmail_default"><br></div><div class="gmail_default">But OK, unless I get some good idea, I will 'bump' my application to autostart through systemd socket by contacting it via HTTP and then contact my application via DBus.</div><div class="gmail_default"><br></div><div class="gmail_default">Rinigus </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 20, 2018 at 1:14 AM, deloptes <span dir="ltr"><<a href="mailto:deloptes@gmail.com" target="_blank">deloptes@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">rinigus wrote:<br>
<br>
> So, I wonder, if there ​is something similar for D-Bus. Something that<br>
> would allow me to configure its autostart. I can as well trigger autostart<br>
> via systemd inet port, but would be nice to have it transparent on D-Bus<br>
> as well.<br>
> <br>
<br>
</span>Well DBus is just a message bus and you can use it what it is good for. For<br>
example you can let user process communicate with a process with higher<br>
privileges. As of autostarting dbus, it is done with the user session, so<br>
you already have it. <br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<br>
SailfishOS.org Devel mailing list<br>
To unsubscribe, please send a mail to <a href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.<wbr>sailfishos.org</a></div></div></blockquote></div><br></div>