-
Notifications
You must be signed in to change notification settings - Fork 223
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
QStandardPaths: wrong permissions on runtime directory /run/user/1000/ 0755 instead of 0700 #1111
Comments
We don't regularly test RViz on WSL2, so I don't think we have a lot of good advice here. If you figure it out, please feel free to update this issue or add some documentation to http://docs.ros.org/en/rolling/How-To-Guides/Installation-Troubleshooting.html |
just run |
the fix |
I'm having the exact same issue and I've searched everywhere, waiting for an answer. |
I added |
Adding chmod 0700 /run/user/1000 to .bashrc worked for me too. |
When running rviz2 on WSL2:
QStandardPaths: wrong permissions on runtime directory /run/user/1000/, 0755 instead of 0700
[INFO] [1703573194.517531901] [rviz2]: Stereo is NOT SUPPORTED
[INFO] [1703573194.517620901] [rviz2]: OpenGl version: 4.2 (GLSL 4.2)
[INFO] [1703573194.556220302] [rviz2]: Stereo is NOT SUPPORTED
Same issue happens when running rqt, however running gazebo-classic is okay.
platform: windows 11 wsl2 Ubuntu 22.04.3 LTS (Jammy Jellyfish)
qt version: QMake version 3.1; Using Qt version 5.15.3
ros2 version: humble
It looks like something wrong when running Qt libraries. Qt needs more permissions on that directory? Really appreciate any suggestions
The text was updated successfully, but these errors were encountered: