Writing /var/lib/dokuwiki/wiki.project-insanity.org/data/meta/nwjs_signal_debugging.meta failed
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:06] – [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 | ||
+ | ![2017-02-23-163033_swaygrab](https:// | ||
+ | So far, so good. Now you have to register to the Signal messaging service. You'll need the Signal app on your smartphone for [Iphone](https:// | ||
+ | |||
+ | Now you can trigger the bug. Close nwjs and Signal and start it again. Normally you should only see the chat window, like this:</ | ||
+ | ===== Windows Bugreport ===== | ||
+ | - Download and extract Signal Desktop: https:// | ||
+ | - Download and install nwjs for Windows: https:// | ||
+ | - Download and install nodejs: https:// | ||
+ | - Download and install Ruby: https:// | ||
+ | - Open CMD, run following commands: | ||
+ | < | ||
+ | npm install | ||
+ | npm install -g grunt-cli | ||
+ | gem install sass | ||
+ | grunt -f | ||
+ | cd nwjs-v0.21.3-win-x64 | ||
+ | nw.exe C: | ||
+ | ==== Windows Bugreport new ==== | ||
+ | - node 7.8.0 https:// | ||
+ | - nwjs 0.21.5 https:// | ||
+ | - signal-desktop 0.35.0 https:// | ||
+ | - ruby 2.3.3 https:// | ||
+ | ===== Further links ===== | ||
+ | * Debugging reference http:// | ||
+ | * New issue nwjs bugtracker https:// | ||
+ | * Reference previous bug report https:// |