<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-09-03 7:24 GMT+02:00 Ben Finney <span dir="ltr"><<a href="mailto:bignose@debian.org" target="_blank">bignose@debian.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="gmail-">Jérémy Lal <<a href="mailto:kapouer@melix.org">kapouer@melix.org</a>> writes:<br>
<br>
> - some browsers can run an application in "kiosk mode" - it runs the<br>
> app independently of any other already opened web page, usually<br>
> without omnibar and/or without menus.<br>
><br>
> However i don't know if it's possible to benefit from xdg-open and<br>
> these browser specific cli options.<br>
<br>
</span>That's a good point to raise.<br>
<br>
Yes, I am looking for a general way to turn an HTML-page app into a<br>
stand-alone desktop app. That does mean no location bar, no tabs, no<br>
history navigation, etc.; just rendering the one HTML page with its<br>
JavaScript and other resources.<br>
<br>
I think Mozilla's XULRunner would have done this, but it is reportedly<br>
obsolete upstream for years now. What is in Debian now that I should use<br>
instead?<br></blockquote><div></div></div><br></div><div class="gmail_extra">i'd rely on epiphany-browser for that kind of job. I'm using that browser (which</div><div class="gmail_extra">relies on webkitgtk which is updated regularly) everyday in both application mode</div><div class="gmail_extra">or normal mode, and it's very stable (maybe not as stable as firefox, but with</div><div class="gmail_extra">a much faster startup and lower footprint). Featurewise it's a bit behind, yet</div><div class="gmail_extra">when a feature is supported it's usually with great integration with gnome desktop</div><div class="gmail_extra">and system libraries.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Anyway, to get started, you can open epiphany-browser (a.k.a. "Web"), go to</div><div class="gmail_extra">local file url, and from sandwich menu choose "install site as application".</div><div class="gmail_extra">You'll find the .desktop file in ~/.local/share/applications.</div><div class="gmail_extra">epiphany also has probably a command-line switch to enable XHR from file:// url.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Jérémy</div></div>