From 50087cd7c89ce3e37dd0f2586b18a34523d7e279 Mon Sep 17 00:00:00 2001 From: Yukino Song Date: Sat, 21 Sep 2024 18:52:59 +0800 Subject: [PATCH] Add note about permissions in README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b7fa2b32..5b2c472e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Currently Virtual Display support is Windows only, Linux support is planned and Checkout [WiKi](https://github.com/ClassicOldSong/Apollo/wiki/Permission-System) +> [!NOTE] +> The **FIRST** client paired with Apollo will be granted with FULL permissions, then other newly paired clients will only be granted with `View Streams` and `List Apps` permission. If you encounter `Permission Denied` error when trying to launch any app, go check the permission for that device and grant `Launch Apps` permission. The same applies to the situation when you find that you can't move mouse or type with keyboard on newly paired clients, grant the corresponding client `Mouse Input` and `Keyboard Input` permissions. + ## About Virtual Display > [!WARNING]