mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add native troublehshooting command
This commit is contained in:
parent
64f1422187
commit
cbebd36276
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ If you're having trouble running your editor on OSX, you might be having $PATH i
|
||||||
|
|
||||||
If you're encountering problems on windows, you might want to try some of the workarounds mentioned here: [#797](https://github.com/cmcaine/tridactyl/issues/797).
|
If you're encountering problems on windows, you might want to try some of the workarounds mentioned here: [#797](https://github.com/cmcaine/tridactyl/issues/797).
|
||||||
|
|
||||||
|
If you're on Unix, running `printf '%c\0\0\0{"cmd": "run", "command": "echo $PATH"}' 39 | ~/.local/share/tridactyl/native_main.py` in a terminal after you have install the native messenger will tell you if there are any missing modules.
|
||||||
|
|
||||||
# Getting logging information
|
# Getting logging information
|
||||||
|
|
||||||
Tridactyl can selectively display logs for certain components. These components are the following:
|
Tridactyl can selectively display logs for certain components. These components are the following:
|
||||||
|
|
Loading…
Add table
Reference in a new issue