File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ constexpr auto c_versionFile = "/etc/versions.txt";
23
23
constexpr auto c_versionMount = SHARE_PATH " /versions.txt" ;
24
24
constexpr auto c_shareDocsDir = " /usr/share/doc" ;
25
25
constexpr auto c_shareDocsMount = SHARE_PATH " /doc" ;
26
- constexpr auto c_x11RuntimeDir = SHARE_PATH " /.X11-unix" ;
27
26
constexpr auto c_xdgRuntimeDir = SHARE_PATH " /runtime-dir" ;
28
27
constexpr auto c_stdErrLogFile = SHARE_PATH " /stderr.log" ;
29
28
@@ -289,9 +288,6 @@ try {
289
288
THROW_LAST_ERROR_IF (chown (c_dbusDir, passwordEntry->pw_uid , passwordEntry->pw_gid ) < 0 );
290
289
THROW_LAST_ERROR_IF (chmod (c_dbusDir, 0777 ) < 0 );
291
290
292
- std::filesystem::create_directories (c_x11RuntimeDir);
293
- THROW_LAST_ERROR_IF (chmod (c_x11RuntimeDir, 0777 ) < 0 );
294
-
295
291
std::filesystem::create_directories (c_xdgRuntimeDir);
296
292
THROW_LAST_ERROR_IF (chown (c_xdgRuntimeDir, passwordEntry->pw_uid , passwordEntry->pw_gid ) < 0 );
297
293
THROW_LAST_ERROR_IF (chmod (c_xdgRuntimeDir, 0777 ) < 0 );
You can’t perform that action at this time.
0 commit comments