Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.15.14
Description
A customer encountered this under Qt 5.15.14 for QNX:
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/dev/shmem/runtime-root' QStandardPaths: error creating runtime directory '/dev/shmem/runtime-root' (No such file or directory)
/dev/shmem/ is a pseudo-filesystem that doesn't support creating directories (see https://www.qnx.com/developers/docs/7.1/index.html#com.qnx.doc.neutrino.utilities/topic/m/mkdir.html ). QStandardPaths should use a different default fallback.