You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and press enter/return key. Wait for the command to finish. If you are prompted to enter a password, please type your Mac user's login password and press ENTER. Mind you, as you type your password, it won't be visible on your Terminal (for security reasons), but rest assured it will work.
3. Now, copy/paste and run this command to make brew command available inside the Terminal: echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
4. Copy and paste the following command:
brew install x11vnc
Done! You can now use x11vnc.
start server:
x11vnc -forever -display :0`
The text was updated successfully, but these errors were encountered:
Hi,
I find a bug , not sure if the macOS private or x11vnc server problem,
Describe the bug
After install in macOS , the paste board sharing function is unavailable.
To Reproduce
Expected Behavior
Screenshots
Desktop (please complete the following information):
macOS and version: OSX 13.6
Additional context
`Install the App
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
and press enter/return key. Wait for the command to finish. If you are prompted to enter a password, please type your Mac user's login password and press ENTER. Mind you, as you type your password, it won't be visible on your Terminal (for security reasons), but rest assured it will work.
3. Now, copy/paste and run this command to make brew command available inside the Terminal: echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
4. Copy and paste the following command:
brew install x11vnc
Done! You can now use x11vnc.
start server:
x11vnc -forever -display :0`
The text was updated successfully, but these errors were encountered: