02:53:44 guys i need help 02:53:54 the latest version aint working for me 02:54:17 my os is mac os x 10.9.5 03:22:53 What kind of ain't working? 04:52:19 not launching 04:52:22 at all 04:52:39 gives me a -10810 error when i launch it from terminal 04:53:23 and when i launch the binary directly, it gives me "XPCOMGlueLoad error for file /Applications/SeaMonkey.app/Contents/MacOS/XUL: 04:53:25 dlopen(/Applications/SeaMonkey.app/Contents/MacOS/XUL, 265): Symbol not found: ___NSDictionary0__ 04:53:26 Referenced from: /Applications/SeaMonkey.app/Contents/MacOS/XUL 04:53:27 Expected in: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 04:53:29 in /Applications/SeaMonkey.app/Contents/MacOS/XUL 04:53:30 Couldn't load XPCOM." 04:53:44 so i have no idea whats wrong 04:54:21 maybe it needs to be compiled from source ON 10.9, but the previous version works fine 04:54:25 so i really dont know 05:03:36 IanN_Away it used to work in ff till last 2 upgrades 05:06:11 still works in konqueror,falkon even the cell ph. 05:07:13 and the cell ph has ff 05:42:50 im back 05:42:52 ffs 05:43:03 seamonkey 2.53.15 still doesnt work 05:43:31 2.15.16b1 gives me an unsupported OS error. 05:43:50 *2.53.16b1 10:51:34 hi, I did a upgrade to the last SeaMonkey version (2.53.15) and Facebook do not work any more, if I try to view Facebook's page the sete reply with: 10:51:35 Your request cannot be processed 10:51:37 A problem has occurred with your request. We will try to solve it as soon as possible. 10:51:38 Back to home 10:51:40 It's a reported behaviour? 11:20:54 stefano_ you can't win with ua sniffing: http://forums.mozillazine.org/viewtopic.php?f=40&t=3106089 12:22:18 0121|19:42:39 <+tomman> who's asking for thinner laptops?!?!?!?!? <-- there has to be a way for laptops to compete in the swiss-army knife business, that can't happen if they're not thin enough to be usable as knives 13:02:00 Oh, finally found an addon that broke: Flashblock is no longer blocking videos :/ 13:02:19 time to dig up why (and hopefully, fix it!) 13:04:26 (yeah, that now means I'm vulnerable to wasting bandwidth and autoplaying video crapola, including... JWZ's blog) 13:04:55 speaking of that guy: https://www.jwz.org/blog/2023/01/mozilla-orgs-25th-anniversary/ 13:05:10 happy b'day, Mozilla! Too sad you're dying :/ 13:15:03 @frg_Away thank you I did the first suggested workaround and it's work again 18:04:56 why does 2.57 work for me 18:05:07 but not the latest stable? 19:19:53 time to look why Flashblock died 19:19:55 "Replace obsolete GetStringBundleService call in SeaMonkey bug 1794400." 19:20:40 could be this? 19:20:42 var flashblockBundle = document.getElementById("bundle_flashblock"); 19:23:15 nothing useful on the error console 19:29:57 oh, found something! 19:30:48 Error: TypeError: flashblockEvent.getPreventDefault is not a function 19:30:49 Archivo fuente: chrome://flashblock/content/videoblock.xml 19:30:51 Línea: 95 19:32:26 it's right on the function that verifies if the site is whitelisted 19:34:07 bug #707677 19:35:25 tomman rings a bell. Let me check 19:35:56 getPreventDefault() has been deprecated for years, it seems - we should be using defaultPrevented instead 19:36:31 found a few instances on Flashblock's XML bindings 19:37:25 tomman this is super ancient. Bug 691151 19:37:36 This is not standard and has a standard alternative (defaultPrevented property). 19:38:07 https://hg.mozilla.org/mozilla-central/rev/ccc5f03e6dd2 19:39:03 should be an easy fix then, time for testing 19:39:56 tomman well canÄt say I am happy with breakage but it is hard enough backporting without the baggage and keep at least a default level of compatibility. 19:40:30 yup, indeed that fixes it! 19:40:57 frg_Away: can't be surprised anyway, considering that Flashblock has been abandoned upstream for almost 10 years! 19:41:12 yeahh 19:41:59 but hey, at least it now gets to live for another day~ 19:42:11 I had forgot how terrible is the abuse of autoplaying video 19:44:07 tomman I am keeping media.autoplay.enabled alive. Has been mutilated and baically removed by mozilla in later releases. Now some mumbo jumbo like in chrome where it autoplays if you just did it in the past based on obscure user input on the site. 19:44:20 ^basically removed 20:00:09 frg_Away: the problem is that media.autoplay.enabled is not enough 20:00:16 sites will still load the video 20:00:39 in my case bandwidth is scarce (and sometimes even metered, for example when my DSL dies and I'm forced to fallback to spotty 4G) 20:00:57 Flashblock blocks video completely, not a single byte will load unless I tell it so 20:01:06 tomman you can block media with uBlock which I do. Everything > xxx bytes is blocked. 20:01:11 (I'm sure adblockers achieve the same, but I don't want full-fat Ublock) 21:10:25 Genaker try the latest WG9s 2.53.16b1 pre build. if it does not work it is possibly end of the line for 10.9 becuase we needed to switch to a later macOS sdk.