Skip to content

Commit 0ecf97e

Browse files
committed
help: Update with inherit Wayland socket support
1 parent b603499 commit 0ecf97e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

DOCUMENTATION.md

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Secure Shell agent | Toggle | Allow the application to use SSH authentications.
5454
[Smart cards](https://wiki.debian.org/Smartcards) | Toggle | Allow the application to use smart cards. | `--socket=pcsc` and `--nosocket=pcsc`
5555
Printing system | Toggle | Allow the application to use printing systems. <br /> <br /> For example, if it's disabled for LibreOffice, it will no longer be possible to print documents with this application. | `--socket=cups` and `--nosocket=cups`
5656
GPG-Agent directories | Toggle | Allow the application to access GPG-Agent directories. | `--socket=gpg-agent` and `--nosocket=gpg-agent`
57+
Inherit Wayland socket | Toggle | Allow passing WAYLAND_SOCKET environment variable to the sandbox. <br /> <br /> For example, if it's disabled for Fcitx5, it won't be able to connect to Wayland and display its autocompletion dialogs. | `--socket=inherit-wayland-socket` and `--nosocket=inherit-wayland-socket`
5758

5859
### Device
5960

help/C/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ <h3 id="socket">Socket</h3>
198198
<td>Allow the application to access GPG-Agent directories.</td>
199199
<td><code>--socket=gpg-agent</code> and <code>--nosocket=gpg-agent</code></td>
200200
</tr>
201+
<tr class="odd">
202+
<td>Inherit Wayland socket</td>
203+
<td>Toggle</td>
204+
<td>Allow passing WAYLAND_SOCKET environment variable to the sandbox. <br /> <br /> For example, if it's disabled for Fcitx5, it won't be able to connect to Wayland and display its autocompletion dialogs.</td>
205+
<td><code>--socket=inherit-wayland-socket</code> and <code>--nosocket=inherit-wayland-socket</code></td>
206+
</tr>
201207
</tbody>
202208
</table>
203209
<h3 id="device">Device</h3>

0 commit comments

Comments
 (0)