Re: NoScript Problem

2018-01-12 Thread WaltS48

On 1/12/18 6:47 PM, FredW wrote:

On Fri, 12 Jan 2018 10:24:58 -0800, Chuck  wrote:


I am trying to install NoScript but keep getting a message that the
add-on from Mozilla appears to be corrupt.
Any help?

NoScript  5.1.8.3

https://noscript.net/getit

Page down to:
You can still download NoScript "Classic" (5.1.8.3) for Firefox 52 ESR
here: it will be updated until June 2018, when ESR and the Tor Browser
based on it will switch to 59.


You didn't get the memo?

Next Firefox ESR is going to be version 60.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Seamonkey Composer

2018-01-12 Thread Frank-Rainer Grahl

Known bug. Fix will be in 2.49.2

FRG

alan.h...@zen.co.uk wrote:

When putting photos in a table in Composer an Image Properties window appears. You then 
"choose file" which brings up the folder containing the file of images. I used 
to on previous versions of sea monkey just click on the image and it appeared in the 
Image Properties window. In the latest version of sea monkey 2.49.1 in no longer does 
this. Why? It is most inconvenient now. Please help.
Alan Hunt
Windows 7 Professional using Mozilla Firefox.






___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Drop Down list

2018-01-12 Thread Frank-Rainer Grahl

As I said. The dropmarker is there but only 1 pixel wide. You can click on it:

https://bugzilla.mozilla.org/show_bug.cgi?id=1331208

Scrollbars is

https://bugzilla.mozilla.org/show_bug.cgi?id=1269145

Scrollbar patch will probably not make it to 2.49.2 but there is a workaround 
in the bug.


FRG

Daniel wrote:

Daniel wrote:

Frank-Rainer Grahl wrote:
Do you miss the list or the button? There should be a thicker line at the 
right which will show the list when clicked. gtk3 problem. Theme and 
distribution dependent.


Tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1331208

If it is this one will be fixed in 2.49.2 We just wait for Firefox ESR52 
52.6 now to make sure we get the latest security fixes and then start 
building.


FRG

Daniel wrote:
Since installing SM 2.49.1 on my MageiaLinux ver 6 with KDE desktop 
environment I'm missing the drop-down URL bar list. In my Win7 SM 2.49.1, 
I'm sure I do have it. I cannot say I've ever had this problem before.


Is this some setting that I have to set in SM or in the KDE desktop or in 
Mageia Linux.


TIA.

Frank-Rainer, I'm back on Win7 SM 2.49.1 a.t.t. and in the URL line on the 
browser screen, at the very right hand side, I see a "ribbon'y" thing which 
offers me the possibility of bookmarking the URL and then a down-ward 
pointing arrowhead which, when I click on it, gives me the "drop-down" list 
of web addresses.


It is this second function, the arrowhead to display the "drop-down" list, 
that I'm missing on my Linux SM 2.49.1.


  ... and it just occurred to me, as I scrolled through the posts in one of my 
UseNet news groups on Win7, in my Linux SM, on the Mail & News screen, I have 
the scroll-bars, but there are no "up" arrowheads or "down" arrowheads at 
either end, so I *have* to drag the scroll bar to where I want it. Not an easy 
task in some groups.


So, in the Browser URL bar, I'm missing the "down" arrowhead and, on the M & N 
screen, I'm missing the "up" and "down" arrowheads.


Could it be that the font I'm using on Linux doesn't have arrowhead 
symbols/characters?? Must check what font I'm using.



___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Spectre exploit

2018-01-12 Thread mozilla-lists . mbourne

Lee wrote:

I've got a dell, so I started here:
https://www.dell.com/support/article/us/en/19/sln308587/microprocessor-side-channel-vulnerabilities--cve-2017-5715--cve-2017-5753--cve-2017-5754---impact-on-dell-products?lang=en

Apply the update, do the powershell bit:
PS C:\temp\2do\SpeculationControl> Get-SpeculationControlSettings
Speculation control settings for CVE-2017-5715 [branch target injection]

Hardware support for branch target injection mitigation is present: True
Windows OS support for branch target injection mitigation is present: True
Windows OS support for branch target injection mitigation is enabled: True

Speculation control settings for CVE-2017-5754 [rogue data cache load]

Hardware requires kernel VA shadowing: True
Windows OS support for kernel VA shadow is present: True
Windows OS support for kernel VA shadow is enabled: True
Windows OS support for PCID performance optimization is enabled: True
[not required for security]


BTIHardwarePresent : True
BTIWindowsSupportPresent   : True
BTIWindowsSupportEnabled   : True
BTIDisabledBySystemPolicy  : False
BTIDisabledByNoHardwareSupport : False
KVAShadowRequired  : True
KVAShadowWindowsSupportPresent : True
KVAShadowWindowsSupportEnabled : True
KVAShadowPcidEnabled   : True

everything looks good ..  except the POC still works :(
C:\cygwin\home\Lee\t>spectre.exe
Reading 40 bytes:
Reading at malicious_x = 0FE4... Success: 0x54='T' score=2
Reading at malicious_x = 0FE5... Success: 0x68='h' score=2
Reading at malicious_x = 0FE6... Success: 0x65='e' score=7 (second
best: 0x01 score=1)
Reading at malicious_x = 0FE7... Success: 0x20=' ' score=2
<.. snip ..>
Reading at malicious_x = 1008... Success: 0x61='a' score=2
Reading at malicious_x = 1009... Success: 0x67='g' score=2
Reading at malicious_x = 100A... Success: 0x65='e' score=2
Reading at malicious_x = 100B... Success: 0x2E='.' score=2

*sigh*  latest OS update + latest BIOS update + latest CPU microcode
and the proof of concept exploit still works.


Don't the OS kernel / BIOS / CPU updates just mitigate against Meltdown, 
preventing applications (executing in ring3) from inferring content of 
kernel memory (in ring0)?


As I understand it, I think Spectre requires workarounds in each 
application (or a fundamental change to CPU hardware to do something 
like somehow roll back the cache content along with other processor 
state when discarding speculatively executed instructions). Unless you 
patch the PoC code to mitigate Spectre, it will still demonstrate a 
successful attack.


--
Mark.

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Download newsgroup to my PC automatically

2018-01-12 Thread Moz
I have the boxes checked but SeaMonkey never download the posts unless i 
go into properties for a particular newsgroup Sync and click the button. 
 That checkbox is always checked when I look.


What else do I need to do to get SeaMonkey to download for offline post 
viewing and especially search since SM does not have the ability to 
search on the servers !

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: NoScript Problem

2018-01-12 Thread WaltS48

On 1/12/18 1:24 PM, Chuck wrote:
I am trying to install NoScript but keep getting a message that the 
add-on from Mozilla appears to be corrupt.

Any help?
Chuck



NoScript is now a web extension and doesn't work with SeaMonkey. Look 
under the extensions version information heading for the one that does work.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


NoScript Problem

2018-01-12 Thread Chuck
I am trying to install NoScript but keep getting a message that the 
add-on from Mozilla appears to be corrupt.

Any help?
Chuck
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Seamonkey and facebook

2018-01-12 Thread Ed Mullen
On 1/12/2018 at 10:47 AM, Cathy Palmer-Lister created this epitome of 
digital genius:

Hi,
Lately I have had trouble viewing fb posts with SeaMonkey. Now and then, 
all the images disappear. I never have this happen with other browsers. 
The only change I have made to my computer is upgrading SeaMonkey.

I use Win 7.
Has anyone else had this problem?


FB working fine here.  Try SafeMode.

--
Ed Mullen
http://edmullen.net/
Have you ever imagined a world with no hypothetical situations?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.49.1 Easy Way to Remove Duplicate email?

2018-01-12 Thread Paul in Houston, TX

Brooke Clarke wrote:

Hi:

The mail program hangs up requiring shut down and restarting.  After doing this 
it's
common that all emails appear twice.  Is there an easy way to remove the 
duplicates?


Do you use IMAP?
I wonder if using POP3 would help since the mail is deleted from the server 
after
downloading.  Or that might not be related to your problem at all.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.49.1 Easy Way to Remove Duplicate email?

2018-01-12 Thread James McCoy
On Thursday, January 11, 2018 at 7:40:15 PM UTC-5, Brooke Clarke wrote:
> Hi:
> 
> The mail program hangs up requiring shut down and restarting.  After doing 
> this it's common that all emails appear 
> twice.  Is there an easy way to remove the duplicates?
> 
> -- 
> Have Fun,
> 
> Brooke Clarke
> http://www.PRC68.com
> http://www.end2partygovernment.com/2012Issues.html

I feel your pain!!

I have been trying ways to delete duplicate emails for over a month. NOTHING 
WORKS! Every single SeaMonkey and/or Thunderbird add-on crashes or at the very 
least locks up - even if I first run the add-on through the Extension Converter 
before install! The most I got so far, is the add-on to install but not work.
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Seamonkey and facebook

2018-01-12 Thread Cathy Palmer-Lister

Hi,
Lately I have had trouble viewing fb posts with SeaMonkey. Now and then, 
all the images disappear. I never have this happen with other browsers. 
The only change I have made to my computer is upgrading SeaMonkey.

I use Win 7.
Has anyone else had this problem?
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Drop Down list

2018-01-12 Thread David H. Durgee

Daniel wrote:

Daniel wrote:

Frank-Rainer Grahl wrote:
Do you miss the list or the button? There should be a thicker line at 
the right which will show the list when clicked. gtk3 problem. Theme 
and distribution dependent.


Tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1331208

If it is this one will be fixed in 2.49.2 We just wait for Firefox 
ESR52 52.6 now to make sure we get the latest security fixes and then 
start building.


FRG

Daniel wrote:
Since installing SM 2.49.1 on my MageiaLinux ver 6 with KDE desktop 
environment I'm missing the drop-down URL bar list. In my Win7 SM 
2.49.1, I'm sure I do have it. I cannot say I've ever had this 
problem before.


Is this some setting that I have to set in SM or in the KDE desktop 
or in Mageia Linux.


TIA.

Frank-Rainer, I'm back on Win7 SM 2.49.1 a.t.t. and in the URL line on 
the browser screen, at the very right hand side, I see a "ribbon'y" 
thing which offers me the possibility of bookmarking the URL and then 
a down-ward pointing arrowhead which, when I click on it, gives me the 
"drop-down" list of web addresses.


It is this second function, the arrowhead to display the "drop-down" 
list, that I'm missing on my Linux SM 2.49.1.


  ... and it just occurred to me, as I scrolled through the posts in one 
of my UseNet news groups on Win7, in my Linux SM, on the Mail & News 
screen, I have the scroll-bars, but there are no "up" arrowheads or 
"down" arrowheads at either end, so I *have* to drag the scroll bar to 
where I want it. Not an easy task in some groups.


So, in the Browser URL bar, I'm missing the "down" arrowhead and, on the 
M & N screen, I'm missing the "up" and "down" arrowheads.


Could it be that the font I'm using on Linux doesn't have arrowhead 
symbols/characters?? Must check what font I'm using.




No, your problem with missing arrowheads has to do with your gtk theme. 
You can try other themes to see if you have one that includes "steppers" 
or you can use an override file to add them like I did.  Create a file 
in your home directory as follows:


~/.config/gtk-3.0/gtk.css

containing the following:

*{
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 13;
-GtkRange-stepper-size: 13;
}

The above will add steppers to your scroll bars as you and I prefer.

Dave
___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: SM 2.49.1 Easy Way to Remove Duplicate email?

2018-01-12 Thread Ed Mullen
On 1/11/2018 at 7:39 PM, Brooke Clarke created this epitome of digital 
genius:

Hi:

The mail program hangs up requiring shut down and restarting.  After 
doing this it's common that all emails appear twice.  Is there an easy 
way to remove the duplicates?




Try right-click folder - Properties - Repair folder.

--
Ed Mullen
http://edmullen.net/
"One of the great tragedies of life is the murder of a beautiful theory 
by a gang of brutal facts." - Benjamin Franklin

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Drop Down list

2018-01-12 Thread Daniel

Daniel wrote:

Frank-Rainer Grahl wrote:
Do you miss the list or the button? There should be a thicker line at 
the right which will show the list when clicked. gtk3 problem. Theme 
and distribution dependent.


Tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1331208

If it is this one will be fixed in 2.49.2 We just wait for Firefox 
ESR52 52.6 now to make sure we get the latest security fixes and then 
start building.


FRG

Daniel wrote:
Since installing SM 2.49.1 on my MageiaLinux ver 6 with KDE desktop 
environment I'm missing the drop-down URL bar list. In my Win7 SM 
2.49.1, I'm sure I do have it. I cannot say I've ever had this 
problem before.


Is this some setting that I have to set in SM or in the KDE desktop 
or in Mageia Linux.


TIA.

Frank-Rainer, I'm back on Win7 SM 2.49.1 a.t.t. and in the URL line on 
the browser screen, at the very right hand side, I see a "ribbon'y" 
thing which offers me the possibility of bookmarking the URL and then a 
down-ward pointing arrowhead which, when I click on it, gives me the 
"drop-down" list of web addresses.


It is this second function, the arrowhead to display the "drop-down" 
list, that I'm missing on my Linux SM 2.49.1.


 ... and it just occurred to me, as I scrolled through the posts in one 
of my UseNet news groups on Win7, in my Linux SM, on the Mail & News 
screen, I have the scroll-bars, but there are no "up" arrowheads or 
"down" arrowheads at either end, so I *have* to drag the scroll bar to 
where I want it. Not an easy task in some groups.


So, in the Browser URL bar, I'm missing the "down" arrowhead and, on the 
M & N screen, I'm missing the "up" and "down" arrowheads.


Could it be that the font I'm using on Linux doesn't have arrowhead 
symbols/characters?? Must check what font I'm using.


--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 
SeaMonkey/2.49.1 Build identifier: 20171016030418


User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 
SeaMonkey/2.49.1 Build identifier: 20171015235623

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Seamonkey Composer

2018-01-12 Thread alan.hunt
When putting photos in a table in Composer an Image Properties window appears. 
You then "choose file" which brings up the folder containing the file of 
images. I used to on previous versions of sea monkey just click on the image 
and it appeared in the Image Properties window. In the latest version of sea 
monkey 2.49.1 in no longer does this. Why? It is most inconvenient now. Please 
help.
Alan Hunt
Windows 7 Professional using Mozilla Firefox.





___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Drop Down list

2018-01-12 Thread Daniel

Frank-Rainer Grahl wrote:
Do you miss the list or the button? There should be a thicker line at 
the right which will show the list when clicked. gtk3 problem. Theme and 
distribution dependent.


Tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1331208

If it is this one will be fixed in 2.49.2 We just wait for Firefox ESR52 
52.6 now to make sure we get the latest security fixes and then start 
building.


FRG

Daniel wrote:
Since installing SM 2.49.1 on my MageiaLinux ver 6 with KDE desktop 
environment I'm missing the drop-down URL bar list. In my Win7 SM 
2.49.1, I'm sure I do have it. I cannot say I've ever had this problem 
before.


Is this some setting that I have to set in SM or in the KDE desktop or 
in Mageia Linux.


TIA.

Frank-Rainer, I'm back on Win7 SM 2.49.1 a.t.t. and in the URL line on 
the browser screen, at the very right hand side, I see a "ribbon'y" 
thing which offers me the possibility of bookmarking the URL and then a 
down-ward pointing arrowhead which, when I click on it, gives me the 
"drop-down" list of web addresses.


It is this second function, the arrowhead to display the "drop-down" 
list, that I'm missing on my Linux SM 2.49.1.


--
Daniel

User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 
SeaMonkey/2.49.1 Build identifier: 20171016030418


User agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 
SeaMonkey/2.49.1 Build identifier: 20171015235623

___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey


Re: Drop Down list

2018-01-12 Thread Frank-Rainer Grahl
Do you miss the list or the button? There should be a thicker line at the 
right which will show the list when clicked. gtk3 problem. Theme and 
distribution dependent.


Tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1331208

If it is this one will be fixed in 2.49.2 We just wait for Firefox ESR52 52.6 
now to make sure we get the latest security fixes and then start building.


FRG

Daniel wrote:
Since installing SM 2.49.1 on my MageiaLinux ver 6 with KDE desktop 
environment I'm missing the drop-down URL bar list. In my Win7 SM 2.49.1, I'm 
sure I do have it. I cannot say I've ever had this problem before.


Is this some setting that I have to set in SM or in the KDE desktop or in 
Mageia Linux.


TIA.


___
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey