Thank you for your reply.
That almost solved the problem but made another issue.
Now, when I run "epiphany some-url" , two instances of the browser
opens. One opening some-url and the other opens most-visited-pages!
And when I run "epiphany" without any argument, it again opens two
instances, both of them pointing at the most-visited-pages.
Any idea why is it happening?
--
Regards, Hamid
________________________________________
From: epiphany-list <epiphany-list-boun...@gnome.org> on behalf of
epiphany-list-requ...@gnome.org <epiphany-list-requ...@gnome.org>
Sent: Wednesday, August 20, 2014 2:00 PM
To: epiphany-list@gnome.org
Subject: epiphany-list Digest, Vol 120, Issue 3
Send epiphany-list mailing list submissions to
epiphany-list@gnome.org
To subscribe or unsubscribe via the World Wide Web, visit
https://mail.gnome.org/mailman/listinfo/epiphany-list
or, via email, send a message with subject or body 'help' to
epiphany-list-requ...@gnome.org
You can reach the person managing the list at
epiphany-list-ow...@gnome.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of epiphany-list digest..."
Today's Topics:
1. Re: Question on Epiphany command line options (Michael
Catanzaro)
2. RE: Question on Epiphany command line options (Hamid Noroozi)
3. Re: Question on Epiphany command line options (Andres Gomez)
----------------------------------------------------------------------
Message: 1
Date: Tue, 19 Aug 2014 08:29:28 -0500
From: Michael Catanzaro <mcatanz...@gnome.org>
To: Hamid Noroozi <hamid.noro...@digitalroute.com>
Cc: "epiphany-list@gnome.org" <epiphany-list@gnome.org>
Subject: Re: Question on Epiphany command line options
Message-ID: <1408454968.2357.1.camel@lumiose-city>
Content-Type: text/plain; charset="utf-8"
On Tue, 2014-08-19 at 07:42 +0000, Hamid Noroozi wrote:
Hi,
I run epiphany using a shell script, like below:
epiphany some-url
Sometimes I need to close it, and run it with a new URL.
epiphany some-url2
The problem is that, it always run the browser with two tabs. The
first one is showing some-url and the second one is showing
some-url2.
I am looking for some option which deters the browser from showing
the
last visited page, opening the given URL only.
"incognito" does not solve my problem, since there are some saved
passwords that are being used.
--
Regards,
Hamid
Did you try -p? I think 'epiphany -p some-url2' does what you want.
Michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part
URL:
<https://mail.gnome.org/archives/epiphany-list/attachments/20140819/0e416079/attachment.sig>
------------------------------
Message: 2
Date: Tue, 19 Aug 2014 13:58:50 +0000
From: Hamid Noroozi <hamid.noro...@digitalroute.com>
To: Michael Catanzaro <mcatanz...@gnome.org>
Cc: "epiphany-list@gnome.org" <epiphany-list@gnome.org>
Subject: RE: Question on Epiphany command line options
Message-ID: <1408456730320.32...@digitalroute.com>
Content-Type: text/plain; charset="iso-8859-1"
Thank you for your reply,
But that doesn't help me, as I mentioned I am using some session
informations (cookies), and saved passwords, which are not available
while using -p or incognito mode.
Is there any other solution?
If I know where epiphany does store its information, perhaps I can
find it through my script and delete the information regarding the
last visited page?
/Hamid
________________________________________
From: Michael Catanzaro <mike.catanz...@gmail.com> on behalf of
Michael Catanzaro <mcatanz...@gnome.org>
Sent: Tuesday, August 19, 2014 3:29 PM
To: Hamid Noroozi
Cc: epiphany-list@gnome.org
Subject: Re: Question on Epiphany command line options
On Tue, 2014-08-19 at 07:42 +0000, Hamid Noroozi wrote:
Hi,
I run epiphany using a shell script, like below:
epiphany some-url
Sometimes I need to close it, and run it with a new URL.
epiphany some-url2
The problem is that, it always run the browser with two tabs. The
first one is showing some-url and the second one is showing
some-url2.
I am looking for some option which deters the browser from showing
the
last visited page, opening the given URL only.
"incognito" does not solve my problem, since there are some saved
passwords that are being used.
--
Regards,
Hamid
Did you try -p? I think 'epiphany -p some-url2' does what you want.
Michael
------------------------------
Message: 3
Date: Tue, 19 Aug 2014 17:10:56 +0300
From: Andres Gomez <ago...@igalia.com>
To: "epiphany-list@gnome.org" <epiphany-list@gnome.org>
Subject: Re: Question on Epiphany command line options
Message-ID: <1408457456.7034.3.ca...@pomeron.local.igalia.com>
Content-Type: text/plain; charset="UTF-8"
Hi,
I think you may want to check the "restore-session-policy" key in
dconf
or the settings backend that you may be using ...
Br.
On Tue, 2014-08-19 at 13:58 +0000, Hamid Noroozi wrote:
Thank you for your reply,
But that doesn't help me, as I mentioned I am using some session
informations (cookies), and saved passwords, which are not available
while using -p or incognito mode.
Is there any other solution?
If I know where epiphany does store its information, perhaps I can
find it through my script and delete the information regarding the
last visited page?
/Hamid
________________________________________
From: Michael Catanzaro <mike.catanz...@gmail.com> on behalf of
Michael Catanzaro <mcatanz...@gnome.org>
Sent: Tuesday, August 19, 2014 3:29 PM
To: Hamid Noroozi
Cc: epiphany-list@gnome.org
Subject: Re: Question on Epiphany command line options
On Tue, 2014-08-19 at 07:42 +0000, Hamid Noroozi wrote:
> Hi,
>
>
>
> I run epiphany using a shell script, like below:
>
>
> epiphany some-url
>
>
> Sometimes I need to close it, and run it with a new URL.
>
>
> epiphany some-url2
>
>
>
> The problem is that, it always run the browser with two tabs. The
> first one is showing some-url and the second one is showing
some-url2.
>
>
> I am looking for some option which deters the browser from
showing the
> last visited page, opening the given URL only.
>
>
> "incognito" does not solve my problem, since there are some saved
> passwords that are being used.
>
>
>
> --
>
>
> Regards,
>
>
> Hamid
Did you try -p? I think 'epiphany -p some-url2' does what you want.
Michael
_______________________________________________
epiphany-list mailing list
epiphany-list@gnome.org
https://mail.gnome.org/mailman/listinfo/epiphany-list
--
Br,
Andres
------------------------------
Subject: Digest Footer
_______________________________________________
epiphany-list mailing list
epiphany-list@gnome.org
https://mail.gnome.org/mailman/listinfo/epiphany-list
------------------------------
End of epiphany-list Digest, Vol 120, Issue 3
*********************************************
_______________________________________________
epiphany-list mailing list
epiphany-list@gnome.org
https://mail.gnome.org/mailman/listinfo/epiphany-list