På Tue, May 16, 2006 at 10:36:41PM -0400, Luis Villa skrev:
> Related to my email of last night, I'm wondering if there is a way
> (more likely, would it be possible to add a way) to launch epiphany
> without chrome (or with minimal, app-appropriate chrome) for more
> app-like behavior?
>
> I'm thinking, for example, of the gmail case- it feels like it would
> be nice to do something like:
>
> epiphany --no-chrome http://mail.google.com/
>
> and get an ephy window with no chrome, so that the webapp (which
> really wants to be an app anyway) just gets an app window to itself.
Perhaps something like this is a start:
epiphany "javascript:window.open('http://mail.google.com/', 'Gmail', 'toolbar=no');"
It opens an empty window too, though...