Skip to content
Snippets Groups Projects
Unverified Commit 9e5631f1 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: fix name for binaries

Change-Id: Ib9076a0d985049cfc28531381ae940470c2d1bd5
parent 8b6792a8
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ one already. ...@@ -73,7 +73,7 @@ one already.
`dl.jami.net`, your own build, etc.). If you have built your own `dl.jami.net`, your own build, etc.). If you have built your own
version of Jami, please specify the exact Jami Daemon version and version of Jami, please specify the exact Jami Daemon version and
client version (you can obtain it using `jamid -v` and client version (you can obtain it using `jamid -v` and
`jami-gnome -v` or `jami-qt -v`; but note that our packages are `jami-gnome -v` or `jami -v`; but note that our packages are
updated quite often) and the Git commit. updated quite often) and the Git commit.
- network conditions: are both devices on the same local network? - network conditions: are both devices on the same local network?
Different networks? Is one or both behind NAT? Different networks? Is one or both behind NAT?
...@@ -194,11 +194,11 @@ manually. ...@@ -194,11 +194,11 @@ manually.
`/usr/lib/x86_64-linux-gnu/jamid -d -c` or `/usr/lib/x86_64-linux-gnu/jamid -d -c` or
`/usr/libexec/jamid -d -c`. `/usr/libexec/jamid -d -c`.
3. In another terminal, start the client, using e.g. `jami-gnome -d` 3. In another terminal, start the client, using e.g. `jami-gnome -d`
or `jami-qt -d`. or `jami -d`.
To get a backtrace, you can run the program inside GDB: To get a backtrace, you can run the program inside GDB:
`gdb -ex run jami-qt`, or `gdb -ex run jami-gnome`, or `gdb -ex run --args jami -d`, or `gdb -ex run jami-gnome`, or
`gdb -ex run --args /usr/libexec/jamid -cd`, depending on the `gdb -ex run --args /usr/libexec/jamid -cd`, depending on the
component you need to debug. component you need to debug.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment