2022-07-26 09:22:44 -04:00
|
|
|
.\" Manpage for jami.
|
2022-12-29 14:44:19 -05:00
|
|
|
.TH JAMI 1 "2022-12-29" "Jami" "GNU"
|
2021-01-12 17:26:52 +01:00
|
|
|
.SH NAME
|
2022-12-29 14:44:19 -05:00
|
|
|
jami \- Qt-based user interface for Jami
|
2021-01-12 17:26:52 +01:00
|
|
|
.SH SYNOPSIS
|
2022-07-26 09:22:44 -04:00
|
|
|
jami [options]
|
2021-01-12 17:26:52 +01:00
|
|
|
.SH DESCRIPTION
|
2022-12-29 14:44:19 -05:00
|
|
|
jami is a Qt-based client application (user interface) for Jami, an
|
|
|
|
official GNU package for universal communication that respects the
|
|
|
|
freedom and privacy of its users.
|
2021-01-12 17:26:52 +01:00
|
|
|
.SH OPTIONS
|
2022-12-29 14:44:19 -05:00
|
|
|
.TP
|
|
|
|
.B \-h, \-\-help
|
|
|
|
Display help on command line options and exit.
|
|
|
|
.TP
|
|
|
|
.B \-\-help\-all
|
|
|
|
Display help including Qt-specific command line options and exit.
|
|
|
|
.TP
|
2021-01-12 17:26:52 +01:00
|
|
|
.B \-v, \-\-version
|
2022-12-29 14:44:19 -05:00
|
|
|
Display version information and exit.
|
|
|
|
.TP
|
|
|
|
.B \-\-disable\-web\-security
|
|
|
|
Don't enforce the same-origin policy. This is currently used by jami
|
|
|
|
by default to allow loading local resources in the chatview (for media
|
|
|
|
and link preview, and emoji picker).
|
|
|
|
|
|
|
|
This is a Qt WebEngine Chromium flag and is only applicable if jami
|
|
|
|
was built with Qt WebEngine.
|
|
|
|
.TP
|
|
|
|
.B \-\-no\-sandbox
|
|
|
|
Disable the security sandbox for Qt WebEngine's renderer and plugin
|
|
|
|
processes.
|
|
|
|
|
|
|
|
This is a Qt WebEngine Chromium flag and is only applicable if jami
|
|
|
|
was built with Qt WebEngine.
|
|
|
|
.TP
|
|
|
|
.B \-\-single\-process
|
|
|
|
Run Qt WebEngine's renderer and plugins in the same process as its
|
|
|
|
browser, useful for getting stack traces for renderer crashes. This
|
|
|
|
is currently used by jami by default.
|
|
|
|
|
|
|
|
This is a Qt WebEngine Chromium flag and is only applicable if jami
|
|
|
|
was built with Qt WebEngine.
|
|
|
|
.TP
|
|
|
|
.B \-\-remote\-debugging\-port=<port_number>
|
|
|
|
Local port to run the Qt WebEngine developer tools interface on,
|
|
|
|
useful for inspecting and debugging web views.
|
|
|
|
|
|
|
|
To access the Qt WebEngine developer tools after launching jami with
|
|
|
|
this flag, open the address http://localhost:<port_number> in your web
|
|
|
|
browser.
|
|
|
|
|
|
|
|
This is a Qt WebEngine flag and is only applicable if jami was built
|
|
|
|
with Qt WebEngine.
|
|
|
|
.TP
|
|
|
|
.B \-m, \-\-minimized
|
|
|
|
Start jami minimized.
|
2021-01-12 17:26:52 +01:00
|
|
|
.TP
|
|
|
|
.B \-d, \-\-debug
|
2022-12-29 14:44:19 -05:00
|
|
|
Enable debug mode for more verbose console output.
|
2021-01-12 17:26:52 +01:00
|
|
|
.TP
|
2022-12-29 14:44:19 -05:00
|
|
|
.B \-f, \-\-file=<file>
|
|
|
|
Write debug output to <file>.
|
|
|
|
.TP
|
|
|
|
.B \-t, \-\-term
|
|
|
|
Terminate all other currently running instances of jami.
|
|
|
|
.TP
|
|
|
|
.B \-q, \-\-quiet
|
|
|
|
Mute daemon logging, useful for debugging only the Qt-based client
|
|
|
|
application (user interface).
|
|
|
|
|
|
|
|
This is only applicable when debug mode is enabled.
|
2021-01-12 17:26:52 +01:00
|
|
|
.SH SEE ALSO
|
Rename dring to jamid, ring to jami.
Automated via the following command:
$ git grep -l dring | grep -v '.ts$' | xargs sed -i
's/dring/jamid/g'
$ git ls-files | xargs sed -i 's,bin/jamid.lib,bin/jami.lib,g'
$ git ls-files | xargs sed -i 's,src/jamid,src/jami,g'
$ git ls-files | xargs sed -i 's,-mutejamid,-mutejami,g'
$ git checkout docker
Change-Id: I030209b60817372f866055daadb4d0a1c1e2e9df
2021-06-09 11:51:06 -04:00
|
|
|
jamid(1)
|
2021-01-12 17:26:52 +01:00
|
|
|
.SH AUTHOR
|
2022-12-29 14:44:19 -05:00
|
|
|
Amin Bandali (bandali@gnu.org)
|