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
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:
the fix chmod 0700 /run/user/1000/ is only temporary for that shell session, as the 1000 directory is recreated at reboot with 0755 permissions every time. Perhaps the app should be changed to look for permissions of at least 0700, rather than exactly 0700, so that users with default permissions at 0755 for 1000 dir would pass.
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: