nwjs_signal_debugging
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| nwjs_signal_debugging [2017/03/29 11:04] – [Windows Bugreport] 46.246.59.6 | nwjs_signal_debugging [2021/10/31 10:42] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== nw.js Signal debugging ===== | ||
| + | < | ||
| + | tar xvf v0.28.0.tar.gz | ||
| + | rm v0.28.0.tar.gz | ||
| + | cd Signal-Desktop-0.28.0 | ||
| + | npm install | ||
| + | node_modules/ | ||
| + | nw --enable-logging=stderr dist</ | ||
| + | For further dependencies see signal and nwjs-bin in the AUR | ||
| + | Newest bug report | ||
| + | < | ||
| + | This bug is still present in | ||
| + | |||
| + | - signal app v0.30.0 | ||
| + | - nwjs 0.20.3 | ||
| + | |||
| + | Here are the steps to reproduce this issue: | ||
| + | |||
| + | - Installation instructions for Ubuntu | ||
| + | |||
| + | ``` | ||
| + | sudo aptitude install npm ruby-sass nodejs-legacy | ||
| + | cd /tmp | ||
| + | wget " | ||
| + | tar xvf v0.30.0.tar.gz | ||
| + | cd Signal-Desktop-0.30.0 | ||
| + | npm install | ||
| + | node_modules/ | ||
| + | cd /tmp | ||
| + | wget " | ||
| + | tar xvf nwjs-v0.20.3-linux-x64.tar.gz | ||
| + | nwjs-v0.20.3-linux-x64/ | ||
| + | ``` | ||
| + | Now the app starts like this | ||
| + | 