A. Nolis
A. Nolis
I tried adding my cert in pem format to this file /usr/share/atom/resources/app.asar.unpacked/node_modules/dugite/git/ssl/cacert.pem, but it didn't work with atom 1.23.1: ``` $ apm install atom-beautify Installing atom-beautify to /home/xxx/.atom/packages ✗ Request...
As i had no ssl errors with node/npm, i'm now using the system installed nodejs with atom and it's working so far: ``` sudo apt install nodejs cd /usr/share/atom/resources/app/apm/bin sudo...
Sorry for the edits, final status is adding the cert did not work but changing the node version resolved it for me.
I added the root ca which is also installed in /etc/ssl/certs and works system-wide. Is there a problem using the node version which is installed by the os?
Could the root for this issue be the old nodejs version 6.95? Nodejs supports only in newer versions (>=6.10) custom/system ca files. Maybe someone could explain how apm and npm/nodejs...
As atom 1.32.1 comes with the newer node version 8.9.3, i tried to start it with the node enviroment variable NODE_EXTRA_CA_CERTS (see https://nodejs.org/api/cli.html#cli_node_extra_ca_certs_file) set to my system installed certificates and...
Unfortunately setting NODE_EXTRA_CA_CERTS does not work with atom 1.34, but works with apm. My workaround now is to install the package "cert-tweaks" and in its settings enable "Emulate NODE_EXTRA_CA_CERTS functionality"
> I'm not sure if this will help anyone as I was seeing similar issues as reported here even though my chat data is insignificant at about 500MB. > >...
I can still reproduce this on Ubuntu 17.04. / Kernel 4.10., any solution here?
@saveman71: Thanks, this seems to work on Ubuntu 18.10.. I created the file /lib/systemd/system-sleep/tp-compact-keyboard, made it executable and added the following code, so it runs after resume: ``` #!bin/bash if...