LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-19-2019, 03:12 PM   #31
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,079

Rep: Reputation: Disabled

Quote:
Originally Posted by UpYours View Post
no one insulted you. not my problem if you don't like the truth. fyi only a child actually goes by post count.
Regardless of the post count (and yes, we all began with one), there's no need to be rude to anyone.
 
Old 10-19-2019, 03:28 PM   #32
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
Quote:
I've installed 4 TB add-ons so far: Identity Chooser, TbSync, Provider for CalDAV & CardDAV, and a manual install of a pre-merge ThunderBirthDay.
I understand the challenge of supporting features directly versus add-ons, but multiple identity support and synchronizing seems so common today that related add-ons should be mainstream features.

Quote:
This is a pretty sweet setup for mail & calendar so far!
Long ago after adopting Slackware, for a few years I was stuck with Eudora in Windows. I converted my NT4 setup to a VM and ran Eudora from there with Slackware as my host OS. Eventually I inhaled deeply and migrated to KMail during the KDE 3 days. Along with the move I changed from mbox to maildir.

Some years later, when akonadi became a pillar of KDE 4, I migrated to Thunderbird. Fortunately for me, maildir format was robust enough I had no mail corruption migrating from kmail.

For many years I resisted any kind of full-scale calendar app. My reminder needs are simple. I started with KAlarm in the KDE 3 days, moved to ReminderFox when I moved away from KDE 4, then when ReminderFox lost support with the Web Extension changes, moved to Lightning.

I am satisfied with Lightning and an interesting journey.
 
1 members found this post helpful.
Old 10-30-2019, 03:55 PM   #33
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
I took 68.2.0 for a spin.

Same issues:

* Help->About dialog defaults to automatically checking for updates rather than presenting a button.
* Thunderbird segfaults when gfx.downloadable_fonts.enabled=true.

In my user.js I have all preferences related to updates disabled. Perhaps something has changed with global preferences that enables the automatic update check. Anybody know where?

Comparing the 60.9.0 and 68.2.0 sources I found some candidates that might be causing the segfault.

browser/extensions/pdfjs/content/PdfStreamConverter.jsm:
60.9:
return (!!prefBrowser && prefGfx);
68.2:
return !!prefBrowser && prefGfx;

layout/reftests/reftest-sanity/reftest.list:
60.9:
pref(gfx.downloadable_fonts.enabled,true) skip-if(styloVsGecko) != font-download.html font-default.html
pref(gfx.downloadable_fonts.enabled,false) skip-if(styloVsGecko) == font-download.html font-default.html
68.2:
pref(gfx.downloadable_fonts.enabled,true) != font-download.html font-default.html
pref(gfx.downloadable_fonts.enabled,false) == font-download.html font-default.html
 
Old 10-31-2019, 01:00 AM   #34
jwoithe
Member
 
Registered: Oct 2019
Posts: 76

Rep: Reputation: 102Reputation: 102
Quote:
Originally Posted by upnort View Post
In my user.js I have all preferences related to updates disabled. Perhaps something has changed with global preferences that enables the automatic update check. Anybody know where?
As of Thunderbird 68, automatic updates can now only be disabled using the policy framework. Under Linux this is specified in a JSON file called policies.json in the distribution/ subdirectory of the main program tree. For a Slackware Thunderbird package this is probably /usr/lib64/thunderbird/. If the distribution/ directory doesn't exist just create it. Place the following content in policies.json:

Code:
{
  "policies": {
    "DisableAppUpdate": true
  }
}
This approach works for Firefox and Thunderbird from either Slackware packages or binary tarballs from Mozilla.

The use of policies.json for Firefox was first mentioned in an LQ post from "ljb643" in July 2019 (see the "Latest Firefox stable in Slackware" thread). The same advice applies to Thunderbird 68.
 
4 members found this post helpful.
Old 10-31-2019, 05:06 PM   #35
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
Quote:
The use of policies.json for Firefox was first mentioned in an LQ post from "ljb643" in July 2019 (see the "Latest Firefox stable in Slackware" thread). The same advice applies to Thunderbird 68.
Thank you for the information! The original post is here. Some additional comments here.
 
Old 10-31-2019, 05:54 PM   #36
PROBLEMCHYLD
Senior Member
 
Registered: Apr 2015
Posts: 1,201

Rep: Reputation: Disabled
Some people on IRC has ditched TB for SM. I personally use Claws Mail with PGP/GPG plugins. I always remove Thunderbird on every install, only tried it once and didn't like it.
 
Old 10-31-2019, 09:09 PM   #37
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
The Help->About dialog issue is now resolved.
 
Old 10-31-2019, 11:11 PM   #38
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,267
Blog Entries: 11

Rep: Reputation: 745Reputation: 745Reputation: 745Reputation: 745Reputation: 745Reputation: 745Reputation: 745
Interesting, Thunderbird 68.2.1 still sefaults on "gfx.downloadable_fonts.enabled=false"

I never noticed before since I had never changed that setting. A few forum posts, but I don't see anything (so far) in bugzilla.

Also, for what its worth, I like TB since transitioning from Mozilla/Seamonkey. 4 email accounts (imap, pop3), filters to sort mail into local folders, calendar, enigmal, RSS/Atom feeds, very configurable and has served me well since its birth. Of course, YMMV.
 
Old 11-01-2019, 10:38 AM   #39
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
Quote:
Thunderbird 68.2.1 still sefaults on "gfx.downloadable_fonts.enabled=false"
Yes, in post 33 I noted some possible spots to start debugging. The bug could be elsewhere in the code though.
 
Old 11-03-2019, 10:38 AM   #40
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
I started a new thread about the segfault. Please help if you understand code debugging.
 
Old 11-08-2019, 11:20 AM   #41
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
Pat is aware of the segfault.
 
Old 11-08-2019, 12:51 PM   #42
volkerdi
Slackware Maintainer
 
Registered: Dec 2002
Location: Minnesota
Distribution: Slackware! :-)
Posts: 2,560

Rep: Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601Reputation: 8601
Quote:
Originally Posted by upnort View Post
Indeed, and tried all of the usual tricks like changing the compiler, changing the linker, adding -fno-delete-null-pointer-checks, etc. No luck. It's not going to be me who digs into this with a debugger.

Meanwhile, the advice would be similar to the old joke where the fellow goes to the doctor and says "Doc, it hurts when I do this..."
 
Old 11-08-2019, 02:20 PM   #43
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
Okdeydokey. I tested 68.2.2. Same segfault.
 
Old 11-08-2019, 09:29 PM   #44
abga
Senior Member
 
Registered: Jul 2017
Location: EU
Distribution: Slackware
Posts: 1,634

Rep: Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929Reputation: 929
@upnort

Wouldn't be appropriate to ask for help from the specialists? Register a bug @
https://bugzilla.mozilla.org/home
Wasn't lucky in finding anything related to this segfault in their buglist:
https://bugzilla.mozilla.org/describ...ct=Thunderbird


Besides, they fixed the profile import/migration from Thunderbird version 60 to version 68 (64 bit) in 68.2.2. It messed up my profile too, had to manually move it
https://www.thunderbird.net/en-US/th.../releasenotes/
Quote:
Fixed

Then upgrading a 64bit version of Thunderbird version 60 to version 68, the existing profile wasn't recognized and a new profile was created.
Note: If your profile is still not recognized, select it by visiting aboutrofiles in the Troubleshooting Information.
I guess "Then" is a typo, should be "When".
 
Old 11-08-2019, 09:49 PM   #45
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Original Poster
Rep: Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162Reputation: 1162
Quote:
Wouldn't be appropriate to ask for help from the specialists?
Sure, but can bug reports be filed anonymously or is Yet Another Online Account required?

Besides, I lean toward the bug being Slackware specific. I am not pointing fingers, just sharing observations. I have not tried 68.x in different distros, but I tested the Mozilla package and could not trigger the bug. Possibly the bug is related to the build chain. Pat gave that question a good shake and came up empty. If he found nothing then I'm out of my league to continue his efforts.

If the bug is Slackware specific then I doubt the developers will help.

I'll try to remember to test 68.x in some distros.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving from Thunderbird in Windows to Thunderbird in Linux pnh73 Linux - Software 14 11-05-2011 09:24 AM
Importing Windows Thunderbird to Linux Thunderbird NaughtyMonkey Linux - Desktop 1 07-11-2007 04:54 PM
Importing Thunderbird(Windows) to Thunderbird(Linux) NomadABC Linux - Software 9 07-19-2006 01:30 AM
How to export/import Thunderbird mail to another computer with Thunderbird mail clau_bolson Linux - Software 1 04-06-2006 01:43 PM
Thunderbird and Firefox, Thunderbird doesnt launch firefox? sovietpower Slackware 1 11-01-2004 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration