Sublime Text Disable Update Available Popup
October 8th, 2022Running Beyond Compare as root
October 8th, 2022The Fedora 22 bug is: KDE root apps fail to render using X w/o root rights
To run Beyond Compare as root on Fedora 22 without the screen blanking, run the following commands in a terminal:
su
export QT_GRAPHICSSYSTEM=native
bcompare
Python Daemons
October 8th, 2022Multithreading Producer and Consumer (Python)
October 8th, 2022Resources on Producer/Consumer multithreading in Python
Exporting Thuinderbird Email Account Settings
October 8th, 2022You could copy the relevant prefs.js items manually.
mail.account.*
mail.accountmanager.*
mail.identity.*
mail.server.*
mail.smtpserver.*
mail.smtpservers
For example:
egrep 'user_pref\("mail\.(account(manager)?|identity|(smtp)?servers?)[."]' \
< old-profile/prefs.js >> new-profile/prefs.js

