<div dir="ltr"><div><div><div>I know in theory one doesn't run browsers on servers, but yeah this hack below works to circumvent epiphany browser's default behavior of retaining last URL.  Also it avoids stuffing too many tabs into the face of the next session, since "epiphany <my-favorite-start-url>" accumulates too many tabs in a very inflationary way:<br><br>1. Create /bin/xs-epiphany containing:<br><br><div style="margin-left:40px">#!/bin/bash<br>rm /home/olpc/.config/epiphany/session_state.xml<br>epiphany file:///library/index.html<br></div></div></div></div><div><div><br><div>2. Edit /usr/share/applications/epiphany.desktop so that this line...<br><br><div style="margin-left:40px">Exec=epiphany %U<br></div><br>Becomes...<br><br><div style="margin-left:40px">Exec=xs-epiphany %U<br></div><br>Works!  Since epiphany.desktop does not seem to run 2 commands in sequence, a la:<br><br><div style="margin-left:40px">Exec=rm /home/olpc/.config/epiphany/session_state.xml; epiphany file:///library/index.html<br></div><br></div><div>PS sadly I have no clue what %U actually does (since Gnome's pull-down Applications menu is for clicking, not specifying paramters ;) but ah well it works!  FYI the %U %u %F %f parameters are defined here if someone knows far more than I:<br><br><div style="margin-left:40px"><a href="https://developer.gnome.org/integration-guide/stable/desktop-files.html.en#commandline">https://developer.gnome.org/integration-guide/stable/desktop-files.html.en#commandline</a><br clear="all"></div></div><div><br>--<br><div class="gmail_signature"><div dir="ltr">Unsung Heroes of OLPC, interviewed live @ <a href="http://unleashkids.org" target="_blank">http://unleashkids.org</a> !</div></div>

</div></div></div></div>