-
ewong
frg_away: the symbols should have been uploaded.. will reupload again
-
root_
I want to know where seamonkey stores its list of open tabs it uses when it is started (in recover last windows/tabs mode)
-
tomman
root_: wouldn't that be sessionstore.json?
-
root_
I don't know, where is that file and I will check it?
-
tomman
it's on the root of your profile directory, it's a big fat pile of JSON (as it not only stores open tabs, but also the complete browser history for each tab)
-
tomman
just checked mine and indeed it matches what I have on my current session
-
tomman
and of course, if it gets corrupted, your session goes straight to hell (happened to me once this year) - there is a backup (from the last successful startup?) as sessionstore.bak
-
tomman
yeah, that's the one
-
root_
found it, its over five meg, i see the backup too
-
root_
Why i need it is because i accidentally clicked open tab on a "mailto" address and it went into an infinite loop opening tabs
-
root_
when it was in that state i could not open any other tab and the tab menu did not include "open tabs to the right", it also ignored all the tab menu commands
-
root_
I am now going to try to edit out all the useless tabs from the sessionstore.json file
-
tomman
good luck~
-
root_
i think this problem should be recorded as a bug, i have had it once before a year or so ago
-
JobBautista[m]
root_: Do you have instructions in how to reproduce this problem?
-
root_
all i did was "open link in new tab" and it was a "mailto" address
-
root_
I have edited the sessionstore.json file and i am going to quit seamonkey and restart it
-
root_
by the way i am very impressed with how easy it was to connect to this channel with irc
-
pandakekok9
Wait, "open link in new tab"?
-
pandakekok9
How is that even possible
-
pandakekok9
right-clicking on a mailto link doesn't show that menuitem
-
root_
back again
-
root_
the edit didn't work, lost my tabs in my second window (usually have two seamonkey windows open)
-
root_
its all running ok now
-
pandakekok9
hey root_, how did you get the "open link in new tab" when right-clicking a mailto link?
-
pandakekok9
root_: Do you have a link which can reproduce that?
-
root_
the page was:
davidbau.com and the link is the is the first link below the LINKS heading on the left, rightclick then "open link in new tab", test it with something that doesn't matter (warning)
-
pandakekok9
root_: I don't see the "open link in new tab" option there
-
pandakekok9
root_: Are you using the latest version?
-
pandakekok9
Perhaps some extension might be causing it?
-
root_
2.53.8.1, yes, i don't have it here also, but when it failed i used the top item in the rightclick menu and it when into hyperspace
-
njsg
the mailto: link is added using javascript
-
njsg
so the page itself does not have the mailto: link, and I wonder if it's possible there was some sort of race condition
-
pandakekok9
Yeah, I thought it was some sort of race condition too as well
-
njsg
I mean, that the hyperlink element would be created, somehow before it got the mailto: value, that'd explain how "open link in new tab" showed up
-
njsg
extensions are indeed other possibility
-
njsg
root_: if you can test further: can you consistently reproduce this?
-
pandakekok9
that still doesn't explain why opening a mailto link in a new tab would cause the browser to open infinite tabs though. or maybe it was trying to open a blank link, which causes the bug?
-
njsg
root_: and which version of SeaMonkey?
-
njsg
I tried playing with simple code to change the target of a link, no strange behaviour observed here so far, this is probably a 2.53.9b1pre build
-
njsg
but I also see that page takes some time to load, that could always play a role
-
njsg
another question I have is: is this only happening on that page or does it happen everywhere?
-
frg_Away
Also unable to reproduce the mailto problem. No "open link in new tab" for me too.
-
eharmonic
hi does someone know off hand about what version seamonkey stopped using the navigator code and went to firefox code?
-
frg_Away
eharmonic I don't know what you mean here. It still uses its own navigator code.
-
eharmonic
2.49.3 is firefox
-
eharmonic
2.40 and 2.46 are seamonkey and i'm in the process of compiling 2.48 - hopefully it is seamonkey
-
IanN_Away
eharmonic: what platform?
-
eharmonic
linux - 2.49.3 installs to /usr/lib/[firefox-52.7.3/ firefox-devel-52.7.3/]
-
frg_Away
eharmonic I am still not sure what you mean. 2.49 might have some more backports but it is still SeaMonkey code. Are you missing functionality?
-
IanN_Away
eharmonic: sounds like you are not setting a correct build parameter
-
frg_Away
eharmonic There is no linux installer. Only a tar.bz2 package is created. Anything else is distor specific imho.
-
eharmonic
problem is TOO much firefox functionality - no preferences and no control over what it might be doing no about::config etc 2.46 is perfect but some sites need some new js functionality
-
frg_Away
^distro
-
frg_Away
eharmonic about:config is in every release.
-
eharmonic
even the prebuilt from the site 2.40 and 2.46 are good but the 2.48 prebuilt requires dbus i think?
-
frg_Away
eharmonic might be and what is the problem?
-
eharmonic
no it requires glibc-2.12 exactly i only have 2.11.3 or 2.12.2
-
eharmonic
i have 2.49.3 running on a debian system that is to much like firefox
-
frg_Away
might be all ancient releases. 2.53.8.1 is current.
-
eharmonic
2.53.. is firefox
-
IanN_Away
nah
-
frg_Away
2.53 is SeaMonkey 2.53
-
eharmonic
the seamonkey-source-2.49.3 installs as firefox-52.7.3 so the seamonkey-2.53 must be firefox
-
frg_Away
eharmonic. Yes it is Firefox. We just told no one. Please keep the secret!
-
IanN_Away
eharmonic: where did you get seamonkey-source-2.49.3 from?
-
eharmonic
the seamonley-2.48 prebuilt errors on start with libpthread compiled with 2.11.3 but needs 2.12 problem all glibc and eglibc are 2.12.2
-
eharmonic
from the seamonkey site
-
IanN_Away
-
IanN_Away
eharmonic: but unless you specify the correct build parameters it won't build SeaMonkey
-
eharmonic
you might be rebranding it as seamonkey compiled with same mozconfig as with 2.46 it comes out as firefox
-
eharmonic
i just soleved the libpthread.h issue by 'borrowing' from eglibc-2.12
-
eharmonic
the freetype2 versioning thing took me a while to figure out (no freetype2 backend in cairo - when it was there) by editing the old.configure and changing 6.1.0 to 2.9.`
-
eharmonic
looks like i might have a 2.48 and then i can tell you for sure if it is seamonkey or firefox :)
-
IanN_Away
2.53.8.1 is SeaMonkey
-
IanN_Away
as are all the 2.53.x releases
-
eharmonic
it even has the firefox rounded corners - is this a rose by anyother name is a goose?
-
IanN_Away
eharmonic: rounded corners on the windows?
-
eharmonic
yes
-
IanN_Away
eharmonic: that would probably be gtk3
-
eharmonic
i don't have gtk3
-
eharmonic
oh wait i do on the debian
-
eharmonic
i'm excited i have been working on compiling 2.48 for 2 days and finally getting a full compile ...
-
eharmonic
finally bit the dust and installed libx11-xcb
-
njsg
there is a shared codebase, but it really isn't firefox and isn't thunderbird
-
njsg
the official builds require dbus (possibly indirectly?) but it's possible to use it without dbus
-
njsg
well, s/use/compile/
-
frg_Away
ac_add_options --disable-dbus
-
frg_Away
Might need ac_add_options --disable-necko-wifi then too
-
eharmonic
got a yasm out of memory ??? i have to reboot to free up something? if i get it to compile i'll come back