[Ext] SessionSaver .2d: new (rewrite)

Announce and Discuss the Latest Theme and Extension Releases.
Locked
beermatt
Posts: 25
Joined: October 16th, 2006, 9:37 am

Post by beermatt »

ninodelsol wrote:The one thing I can't figure out is how to delete sessions from the SessionSaver menu. I think in pre-FF 2.0 I was able to right click on a session to be deleted (then maybe left click? can't remember), and then a dialogue box would pop up.
I've only deleted saved sessions by holding down the shift key on the keyboard while left-clicking on the session name - this still works for me.
I must admit I've never tried right-clicking on saved sessions, my tweak has probably broken this (as I said it's a tweak (enough to get it working for my needs), not a proper fix (which ideally still needs to be done))..
beermatt
Posts: 25
Joined: October 16th, 2006, 9:37 am

Re: Session Saver

Post by beermatt »

Foosh9 wrote:One of the best extensions for Firefox 1.6 seems to cause 2.0 to freeze when used. Has anyone found a way to save all open sessions with 2.0? I'm on Mac OS 10.4.8 and can't open beermatt's tweak. Without it, I am trying to go back to 1.6 but 2.0 overwrote it.
This is still working for me (on WinXP) - but also I didn't modify any of the extension code in this area (so my tweak shouldn't be any different to the .31 version in this area)..
Foosh9
Posts: 4
Joined: October 29th, 2006, 7:33 am

Post by Foosh9 »

Problem is, your tweak can't be opened in Mac OS X, only in Windows
beermatt
Posts: 25
Joined: October 16th, 2006, 9:37 am

Post by beermatt »

Foosh9 wrote:Problem is, your tweak can't be opened in Mac OS X, only in Windows
But I doubt it will fix this problem anyway. If you still want to try loading my version try saving the file then dragging it onto an open Firefox window. If this still doesn't work you could try installing MR Tech's Local Install which adds the ability to install locally saved extensions.
Foosh9
Posts: 4
Joined: October 29th, 2006, 7:33 am

Post by Foosh9 »

I got it installed now to see how it works. Session manager just crashed Firefox 2.0 everyime after a minute or 5 minutes.
Foosh9
Posts: 4
Joined: October 29th, 2006, 7:33 am

Post by Foosh9 »

Got it installed and it works great!!! Thanks. Add Macs now to the list that the tweak fixes!
wli
Posts: 3
Joined: October 8th, 2006, 12:05 am

Post by wli »

beermatt, thanks a lot!!! Your tweak works very well. I can switch to ff2 now. :)
marcinkk
Posts: 2
Joined: October 30th, 2006, 2:47 am

SesionSaver ==> native firefox session saver

Post by marcinkk »

Hi,

I wanted to switch to FF 2.0 and use sessions from SessionSaver and ... I wanted to use native FF2 session saver system. I made it as described below:

1) I've updated SS to version 0.2.1.031. Upgrade found here: http://superadam.yweb.sk/stahuj/session ... 1-fxmz.xpi , link to update found on plugin site: https://addons.mozilla.org/firefox/436/

2) After restart of FF1.5 to test if new version of ss add-on working properly I've downloaded and installed FF 2.0.

3) After first start:
a) sessionsaver .2 wad disabled
b) native session saver system of FF 2.0 was enabled in options

4) After restart looks ok. All sites were restored by FF :)

5) I've set this options:

user_pref("browser.sessionstore.enabled", true);
user_pref("browser.sessionstore.resume_from_crash", true);
user_pref("browser.startup.page", 3);

using url: about:config in FF

Regards
MK
bsw11
Posts: 10
Joined: October 9th, 2006, 9:32 am
Contact:

Post by bsw11 »

The installer link above does not work with FF 2.0!
Barry S. Weingart
marcinkk
Posts: 2
Joined: October 30th, 2006, 2:47 am

Post by marcinkk »

bsw11 wrote:The installer link above does not work with FF 2.0!


I've saved this file on the disk and installed it from it .... and I made it in FF 1.5.0.7, so after installing FF 2.0 SesionSaver reopened all my sessions after upgrade - it was my aim.
bsw11
Posts: 10
Joined: October 9th, 2006, 9:32 am
Contact:

Post by bsw11 »

Well i tried to install it directly in 2.0 and it failed.
Barry S. Weingart
User avatar
rizwan74
Posts: 7
Joined: January 30th, 2005, 12:39 pm

FF 2.0

Post by rizwan74 »

HI,

Is there update available for FF 2.0 ?

Thanks

--
Riz
www.PDFonFly.com
Riz
<a href='http://www.PDFonFly.com'>Online HTML to PDF conversion on fly</a> @ http://www.PDFonFly.com
<a href='http://www.HTM2PDF.com'>HTML to PDF</a> @ http://www.HTM2PDF.com
navinp
Posts: 2
Joined: November 3rd, 2006, 10:02 pm

Post by navinp »

where is the source code for this extension located.
Prof. Yaffle
Posts: 3
Joined: November 7th, 2006, 10:56 am

Re: [Ext] SessionSaver .2d: new (rewrite)

Post by Prof. Yaffle »

marcinkk wrote:
1) I've updated SS to version 0.2.1.031. Upgrade found here: http://superadam.yweb.sk/stahuj/session ... 1-fxmz.xpi , link to update found on plugin site: https://addons.mozilla.org/firefox/436/
MK


beermatt wrote:
Same problem I had - I tweaked it (forcing it to assume left-clicks), now works for me.. Download here if you want to try the tweak..


Thanks for these. Something in either this or tabmix plus seems to disable the "Warn when closing multiple tabs" option for me though even though it's ticked. If I disable one or the other it warns properly but with both enabled I get no warning.
beermatt
Posts: 25
Joined: October 16th, 2006, 9:37 am

Re: [Ext] SessionSaver .2d: new (rewrite)

Post by beermatt »

Prof. Yaffle wrote:Thanks for these. Something in either this or tabmix plus seems to disable the "Warn when closing multiple tabs" option for me though even though it's ticked. If I disable one or the other it warns properly but with both enabled I get no warning.
I'm sure I've read about conflicts between TMP and SessionSaver in the past, but anyway.. Open page about:config in FireFox and check the setting of browser.tabs.warnOnClose - if set to false try changing to true to see if this changes anything.
Locked