1. 确认 xdg-user-dir 命令的用途 xdg-user-dir 命令是 xdg-utils 软件包的一部分,用于获取用户特定目录的路径,例如 DESKTOP、DOCUMENTS、DOWNLOAD 等。这些路径是基于用户的本地配置和系统的自由桌面标准。 2. 检查系统环境是否支持 xdg-user-dir 该命令通常在基于 GNOME、KDE 或其他遵循自由桌面标准的 Linux 发...
sh: 1: xdg-user-dir: not found Same happens without specifying the nvidia runtime: $ docker run -p 2000-2002:2000-2002 carlasim/carla:0.9.10 sh: 1: xdg-user-dir: not found it happens on me as well It exits after this error and goes to exited mode. I cannot see it using docker...
my new Dockerfile: FROM carlasim/carla:0.9.11 USER root RUN apt-get update RUN apt-get install xdg-user-dirs RUN apt-get install nano sudo curl -y RUN apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev mesa-utils -y USER carla CMD ["/home/carla/CarlaUE4.sh -opengl"...
su - <user>またはsudo -u <user> -iは、一時的に<user>としてコマンドを実行するのに使用されます。 XDG_RUNTIME_DIRおよびその他の XDG 関連の環境変数が設定されていません。 /run/user/uidディレクトリーは作成されません。
su - <user> or sudo -u <user> -i is used to temporarily run commands as <user>. The XDG_RUNTIME_DIR and other XDG-related environment variables are not set. The /run/user/uid directory is not created. Problem happens even after adding pam_systemd.so to /etc/pam.d/system-auth, ...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Your connection attempt failed for user ‘root’ to the MySQL server at localhost:3306: The connection is closed 终端出现:XDG_RUNTIME_DIR(/run/user/1000) is not owed by us (uid 0),but by uid 1000!(This could e.g. happen if you try to connect to a non-root PulseAudio as a root...
Error:ERRO[0000] XDG_RUNTIME_DIR directory "/run/user/1006" is not owned by the current user Describe the results you expected: Running podman commands should work as expected after a user has been granted lingering without rebooting the host. ...
WSL (2) ERROR: ConfigHandleInteropMessage:595: getenv(XDG_RUNTIME_DIR) failed Diagnostic Logs No response fknittel mentioned thison Dec 1, 2023 I've found a work-around. Once per wsl distribution and user you need to fix the permissions of the directory used to mount the ephemeral XDG_...
/kind bug Description When creating a new user and enabling linger the following error will be presented. ERRO[0000] XDG_RUNTIME_DIR directory "/run/user/<UID>" is not owned by the current user Most research links this to environment lea...