RE: epiphany-list Digest, Vol 120, Issue 3

Yosef Or Boczko <[email protected]>
Newsgroups gmane.comp.gnome.apps.epiphany
Message-ID <[email protected]>
Which version of epihany you run?
I remember bug in 3.10 (right?) thas cause two
instances to be opened, and it fix for 3.12.

Regards,
Yosef Or Boczko

בתאריך ד', אוג 20, 2014 בשעה 5:49 PM, Hamid Noroozi 
<[email protected]> כתב:
> 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 <[email protected]> on behalf of 
> [email protected] <[email protected]>
> Sent: Wednesday, August 20, 2014 2:00 PM
> To: [email protected]
> Subject: epiphany-list Digest, Vol 120, Issue 3
> 
> Send epiphany-list mailing list submissions to
>         [email protected]
> 
> 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
>         [email protected]
> 
> You can reach the person managing the list at
>         [email protected]
> 
> 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 <[email protected]>
> To: Hamid Noroozi <[email protected]>
> Cc: "[email protected]" <[email protected]>
> 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 <[email protected]>
> To: Michael Catanzaro <[email protected]>
> Cc: "[email protected]" <[email protected]>
> Subject: RE: Question on Epiphany command line options
> Message-ID: <[email protected]>
> 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 <[email protected]> on behalf of 
> Michael Catanzaro <[email protected]>
> Sent: Tuesday, August 19, 2014 3:29 PM
> To: Hamid Noroozi
> Cc: [email protected]
> 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 <[email protected]>
> To: "[email protected]" <[email protected]>
> Subject: Re: Question on Epiphany command line options
> Message-ID: <[email protected]>
> 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 <[email protected]> on behalf of 
>> Michael Catanzaro <[email protected]>
>>  Sent: Tuesday, August 19, 2014 3:29 PM
>>  To: Hamid Noroozi
>>  Cc: [email protected]
>>  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
>>  [email protected]
>>  https://mail.gnome.org/mailman/listinfo/epiphany-list
>> 
> 
> --
> Br,
> 
> Andres
> 
> 
> 
> ------------------------------
> 
> Subject: Digest Footer
> 
> _______________________________________________
> epiphany-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/epiphany-list
> 
> 
> ------------------------------
> 
> End of epiphany-list Digest, Vol 120, Issue 3
> *********************************************
> _______________________________________________
> epiphany-list mailing list
> [email protected]
> https://mail.gnome.org/mailman/listinfo/epiphany-list

_______________________________________________
epiphany-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/epiphany-list
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.