Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ To install the Workstation Client on a Linux machine, perform the following step
Bluetooth support requires starting the application with the `CAP_NET_RAW` privilege (for raw network packet access):

```text
sudo capsh --user=$(whoami) --iab="^cap_net_raw" -- -c "'/opt/Mendix Workstation/Mendix Workstation'"
sudo capsh --user=$(whoami) --iab="^cap_net_raw" -- -c "'/opt/Mendix Workstation/mendix-workstation'"
```

6. After the installation finishes, start the Workstation Client.
Expand Down