<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2017-09-04 3:08 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Jérémy Lal <<a href="mailto:kapouer@melix.org">kapouer@melix.org</a>> writes:<br>
<br>
> 2017-09-03 7:24 GMT+02:00 Ben Finney <<a href="mailto:bignose@debian.org">bignose@debian.org</a>>:<br>
><br>
</span><span class="">> > 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>
</span>> i'd rely on epiphany-browser for that kind of job. […]<br>
<span class="">><br>
> Anyway, to get started, you can open epiphany-browser (a.k.a. "Web"),<br>
> go to local file url, and from sandwich menu choose "install site as<br>
> application". You'll find the .desktop file in<br>
> ~/.local/share/applications. epiphany also has probably a command-line<br>
> switch to enable XHR from file:// url.<br>
<br>
</span>That is very close to what I want, thank you.<br>
<br>
Now I need a way to go from the bundle of files that Epiphany creates,<br>
to something I can turn into a Debian package for general installation.<br></blockquote><div><br></div><div>Put everything into /usr/share/<theappname></div><div>and install /usr/share/applications/theappname.desktop</div><div>That should do most of it.</div><div><br></div><div>Jérémy</div></div></div></div>