-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Manjaro through Termux:Wayland #18
Comments
Hi, this needs some time to test. Also I don't know the approach for this. I will update after learning the process. |
After looking on the proot-distro.sh script, I found the line that's related to --shared-tmp: |
Okay, I will check it. |
Hello. |
I have tried following to use termux wayland on termux v0.118.0 and also update manjaro.sh file (view changes e8bd214) Setup
|
any update? or screenshot,thanks |
Hello,
Rather than VNC, I would like to run the distro through Termux Wayland.
Usually, the commands for launching desktop through Wayland is :
~ $ export XDG_RUNTIME_DIR=${TMPDIR}
~ $ Xwayland :0 &
~ $ env DISPLAY=:0 xfce4-session
With proot-distro, I use --shared-tmp argument to being able to open DISPLAY :0, but that doesn't seem to work with the manjaro.sh script...
The text was updated successfully, but these errors were encountered: