Install required packages:
sudo pacman -S --needed weston xorg-server-xwayland libvncserver
This is a workaround to enable headless remote access to a KDE Plasma system running on Wayland.
package main | |
import ( | |
"bytes" | |
"encoding/json" | |
"fmt" | |
) | |
type User struct { | |
Name string `json:"name"` |
The error message you are seeing is related to the TUN/TAP device. This device is used to create virtual network interfaces. The error message suggests that the device is not available or not configured correctly.
You can try the following steps to resolve the issue:
lsmod | grep tun
sudo modprobe tun
Get app ids from EXPORT WISHLIST
button, TEXT FORMAT
= %appid%
in: https://store.steampowered.com/wishlist/
Get all app ids from rgWishlist
in: https://store.steampowered.com/dynamicstore/userdata/
user@client-pc ➜ ~ wlfreerdp /dynamic-resolution /disp +auto-reconnect +clipboard /timeout:5000 /bpp:16 /network:auto /v:host-pc /u:"user" /p:"password"
[19:06:32:142] [18472:18472] [WARN][com.freerdp.crypto] - Certificate verification failure 'self signed certificate (18)' at stack position 0
[19:06:32:142] [18472:18472] [WARN][com.freerdp.crypto] - C = US, ST = CA, L = Sunnyvale, O = xrdp, CN = www.xrdp.org
[19:06:33:245] [18472:18472] [INFO][com.freerdp.gdi] - Local framebuffer format PIXEL_FORMAT_BGRA32
[19:06:33:245] [18472:18472] [INFO][com.freerdp.gdi] - Remote framebuffer format PIXEL_FORMAT_BGRA32
#!/bin/bash | |
# https://docs.waydro.id/usage/install-on-desktops#reinstalling-waydroid | |
# chmod a+x waydroid_cleanup.sh; sudo waydroid_cleanup.sh; | |
if [ "$EUID" -ne 0 ] | |
then echo "Please run as root" | |
exit | |
fi |