MozillaZine


SeaMonkey 2.53.16 βeta 1 has been released !!!

Discussion about Seamonkey builds
ElTxolo

User avatar
 
Posts: 2724
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Post Posted March 1st, 2023, 4:25 am

How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20230320 SeaMonkey/2.53.16
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.18

ElTxolo

User avatar
 
Posts: 2724
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Post Posted March 2nd, 2023, 7:43 am

    @frg

    Has FFmpeg been updated to version 5.1.2 in SeaMonkey 2.53.16 ... ?? Image









    Cheers !! Image
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20230320 SeaMonkey/2.53.16
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.18

therube

User avatar
 
Posts: 21412
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Post Posted March 2nd, 2023, 8:54 am

(Don't you mean 6.0 ;-).)
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript

ElTxolo

User avatar
 
Posts: 2724
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Post Posted March 2nd, 2023, 10:24 am

therube wrote:(Don't you mean 6.0 ;-).)

    Image I don't think so:


    Image



    As of today FFmpeg 6.0 (the 27 February update) is still too 'Bleeding Edge' Image











    Cheers !! 8-)
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20230320 SeaMonkey/2.53.16
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.18

frg
 
Posts: 1317
Joined: December 15th, 2015, 1:20 pm

Post Posted March 5th, 2023, 7:10 am

ffmpeg 59 support has been added to 2.53.16b1. Please test.

ElTxolo

User avatar
 
Posts: 2724
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Post Posted March 5th, 2023, 8:06 am

frg wrote:ffmpeg 59 support has been added to 2.53.16b1. Please test.

    Image Ok. I have completely removed the old version (FFmpeg 4.4.3).

    And now, I only have installed the version mentioned in my previous message, FFmpeg 5.1.2-dmo3:

    Code: Select all
    libavcodec59 (>= 10:5.1.2), libavdevice59 (>= 10:5.1.2), libavfilter8 (>= 10:5.1.2), libavformat59 (>= 10:5.1.2),
     libavutil57 (>= 10:5.1.2), libpostproc56 (>= 10:5.1.2), libswresample4 (>= 10:5.1.2), libswscale6 (>= 10:5.1.2)


    And for the moment it seems that there is no problem.


    Image









    Cheers !! Image
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20230320 SeaMonkey/2.53.16
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.18

ElTxolo

User avatar
 
Posts: 2724
Joined: July 30th, 2007, 9:35 am
Location: Localhost

Post Posted March 17th, 2023, 3:48 pm

    Image Some time ago, I had seen on the irc some reference to hangs/crashes when closing SeaMonkey on GNU/Linux.

    But until today, I haven't had any in particular (.xsession-errors):

    Code: Select all
    ###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost

    [1006394, Main Thread] ###!!! ABORT: file /builds/worker/rel-56/build/dom/media/MediaShutdownManager.cpp, line 83
    [1006394, Main Thread] ###!!! ABORT: file /builds/worker/rel-56/build/dom/media/MediaShutdownManager.cpp, line 83
    ExceptionHandler::GenerateDump cloned child 1125373
    ExceptionHandler::SendContinueSignalToChild sent continue signal to child
    ExceptionHandler::WaitForContinueSignal waiting for continue signal...
    2023-03-17 23:39:19: minidump.cc:2584: ERROR: MinidumpModuleList count 0 exceeds maximum 1024
    2023-03-17 23:39:19: minidump.cc:4979: ERROR: GetStream could not read stream type 4

    ###!!! [Parent][RunMessage] Error: Channel closing: too late to send/recv, messages will be lost











    Cheers !! Image
How to Ask Questions The Smart Way - How to Report Bugs Effectively ;)
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20230320 SeaMonkey/2.53.16
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 SeaMonkey/2.53.18

Diamanti
 
Posts: 765
Joined: June 12th, 2008, 9:02 am

Post Posted March 24th, 2023, 12:37 am

With this version when I use in userChrome.css :

@-moz-document url(chrome://passwordmgr/content/passwordManager.xul), url(about:downloads){
treechildren{
font-size:16pt !important;
color:#fefefe !important;
background-color:#000 !important;
}
}

I get alternate background color in rows, instead in previous background is in all rows.
Do it is possible to fix?

Image

TPR75
 
Posts: 1268
Joined: July 25th, 2011, 8:11 am
Location: Poland

Post Posted March 24th, 2023, 1:48 am

Diamanti wrote: font-size:16pt !important;
color:#fefefe !important;
background-color:#000 !important;


How about reverting to make black for fonts and white for background?

Code: Select all
font-size:16pt !important;
color:#000000 !important;
background-color:#ffffff !important;

Diamanti
 
Posts: 765
Joined: June 12th, 2008, 9:02 am

Post Posted March 24th, 2023, 2:48 am

In inverted colors it works but only because the even lines already have the white background.
If you use any other, those the problem shows itself again.
But I would like the black background.

Return to SeaMonkey Builds


Who is online

Users browsing this forum: No registered users and 1 guest