From 8be5f689e865230e14fb84b5c087d8eae4498f0c Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 30 Jul 2022 17:02:51 +0800 Subject: [PATCH] more --- content/dev/build/osx/_index.en.md | 1 + content/manual/mac/_index.de.md | 11 ++++++++++- content/manual/mac/_index.en.md | 9 +++++++++ content/manual/mac/_index.ru.md | 9 +++++++++ content/manual/mac/_index.zh-cn.md | 11 ++++++++++- content/manual/mac/_index.zh-tw.md | 11 ++++++++++- 6 files changed, 49 insertions(+), 3 deletions(-) diff --git a/content/dev/build/osx/_index.en.md b/content/dev/build/osx/_index.en.md index f5ab076..335dedf 100644 --- a/content/dev/build/osx/_index.en.md +++ b/content/dev/build/osx/_index.en.md @@ -14,5 +14,6 @@ brew install nasm yasm git clone https://github.com/rustdesk/rustdesk cd rustdesk export VCPKG_ROOT=$HOME/vcpkg +wget https://github.com/c-smile/sciter-sdk/raw/master/bin.osx/libsciter.dylib cargo run ``` diff --git a/content/manual/mac/_index.de.md b/content/manual/mac/_index.de.md index 063b7fa..1d46928 100755 --- a/content/manual/mac/_index.de.md +++ b/content/manual/mac/_index.de.md @@ -22,6 +22,15 @@ Stellen Sie sicher, dass Sie alle laufenden RustDesk beendet haben. Stellen Sie ### Berechtigungen aktivieren +{{% notice note %}} +Due to MacOS security policy change, our api which captures input on local side does not work any +more. You have to enable "Input Monitoring" permission on local Mac side. +Please follow this +[https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923](https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923) + +It seems no quick fix, we need to fix together with our Flutter version. +{{% /notice %}} + Um den Bildschirm zu erfassen, müssen Sie gewähren `RustDesk` **Zugänglichkeitsberechtigung** und **Bildschirmaufzeichnungsberechtigung**. RustDesk führt Sie zum Einstellungsfenster. | RustDesk Fenster | Mac Einstellungsfenster | @@ -36,4 +45,4 @@ Wenn Sie es im Einstellungsfenster aktiviert haben, warnt RustDesk dennoch. Bitt Bitte kopieren Sie die obigen Schritte für die Erlaubnis zur **Bildschirmaufnahme**. -![](/docs/en/manual/mac/images/screen.png?v2) \ No newline at end of file +![](/docs/en/manual/mac/images/screen.png?v2) diff --git a/content/manual/mac/_index.en.md b/content/manual/mac/_index.en.md index 384c89b..f866881 100755 --- a/content/manual/mac/_index.en.md +++ b/content/manual/mac/_index.en.md @@ -22,6 +22,15 @@ Make sure you have quit all running RustDesk. Also make sure you quit the RustDe ### Enable Permissions +{{% notice note %}} +Due to MacOS security policy change, our api which captures input on local side does not work any +more. You have to enable "Input Monitoring" permission on local Mac side. +Please follow this +[https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923](https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923) + +It seems no quick fix, we need to fix together with our Flutter version. +{{% /notice %}} + To capture screen, you need to grant `RustDesk` **accessibility** permission and **screen recording** permission. RustDesk will guide you to the settings window. | RustDesk Windows | Settings Window | diff --git a/content/manual/mac/_index.ru.md b/content/manual/mac/_index.ru.md index d3e329b..2c5e5a4 100755 --- a/content/manual/mac/_index.ru.md +++ b/content/manual/mac/_index.ru.md @@ -22,6 +22,15 @@ weight: 3 ### Включение разрешений +{{% notice note %}} +Due to MacOS security policy change, our api which captures input on local side does not work any +more. You have to enable "Input Monitoring" permission on local Mac side. +Please follow this +[https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923](https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923) + +It seems no quick fix, we need to fix together with our Flutter version. +{{% /notice %}} + Чтобы захватывать экран требуются разрешения **accessibility** и **screen recording**. RustDesk поможет их настроить. | Окно RustDesk | Окно настроек | diff --git a/content/manual/mac/_index.zh-cn.md b/content/manual/mac/_index.zh-cn.md index e5372a2..e7eeba2 100755 --- a/content/manual/mac/_index.zh-cn.md +++ b/content/manual/mac/_index.zh-cn.md @@ -22,6 +22,15 @@ weight: 3 ### 启用权限 +{{% notice note %}} +Due to MacOS security policy change, our api which captures input on local side does not work any +more. You have to enable "Input Monitoring" permission on local Mac side. +Please follow this +[https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923](https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923) + +It seems no quick fix, we need to fix together with our Flutter version. +{{% /notice %}} + 为了获得捕获屏幕的能力,您需要授予 `RustDesk` **辅助功能** 权限和 **屏幕录制** 权限。 RustDesk 将引导您进入设置窗口。 | RustDesk 窗口 |设置窗口 | @@ -36,4 +45,4 @@ weight: 3 请按照上面相似步骤设置*屏幕录制**权限。 -![](/docs/en/manual/mac/images/screen.png) \ No newline at end of file +![](/docs/en/manual/mac/images/screen.png) diff --git a/content/manual/mac/_index.zh-tw.md b/content/manual/mac/_index.zh-tw.md index 74c5d35..53f6a79 100755 --- a/content/manual/mac/_index.zh-tw.md +++ b/content/manual/mac/_index.zh-tw.md @@ -22,6 +22,15 @@ weight: 3 ### 啟用權限 +{{% notice note %}} +Due to MacOS security policy change, our api which captures input on local side does not work any +more. You have to enable "Input Monitoring" permission on local Mac side. +Please follow this +[https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923](https://github.com/rustdesk/rustdesk/issues/974#issuecomment-1185644923) + +It seems no quick fix, we need to fix together with our Flutter version. +{{% /notice %}} + 為了獲得捕獲屏幕的能力,您需要授予 `RustDesk` **輔助功能** 權限和 **屏幕錄製** 權限。 RustDesk 將引導您進入設置窗口。 | RustDesk 窗口 |設置窗口 | @@ -36,4 +45,4 @@ weight: 3 請按照上面相似步驟設置*屏幕錄製**權限。 -![](/docs/en/manual/mac/images/screen.png) \ No newline at end of file +![](/docs/en/manual/mac/images/screen.png)