Signal does not provide any documentation for command line options.
So I made a brief compilation of known options.
Signal does not provide any documentation for command line options. So I made a brief compilation of known options. 8 comments
@retiolus Woah @signalapp , what's up with that? @retiolus I don't believe --prod/--watch are options, but the rest are available indeed. - --enable-gpu - to enable the GPU acceleration on Linux (which sometimes might lead to Chromium crashes, but could also improve performance) @retiolus I don't believe there is a log line that would confirm it so it might not be easy to check. With --disable-ipv6 - you can probably just monitor outgoing packets to see that it connects to IPv4 addresses of Signal instead of IPv6. @retiolus there is no --enable-ipv6 because it is enabled by default. Whether it is used or not would depend on the DNS resolver that the system uses and/or the network that the app is on (it has to support it). |
@retiolus
Thanks.