mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Forward XAUTHORITY variable to the plugin environment - this fixes a plugin issue in some cases on Unix
This commit is contained in:
parent
0f7e4c7344
commit
97982327f1
@ -186,7 +186,7 @@ start_p3dcert() {
|
|||||||
"SYSTEMROOT", "USERPROFILE", "COMSPEC",
|
"SYSTEMROOT", "USERPROFILE", "COMSPEC",
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_X11
|
#ifdef HAVE_X11
|
||||||
"DISPLAY",
|
"DISPLAY", "XAUTHORITY",
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
@ -863,7 +863,7 @@ start_p3dpython(P3DInstance *inst) {
|
|||||||
"SYSTEMROOT", "USERPROFILE", "COMSPEC",
|
"SYSTEMROOT", "USERPROFILE", "COMSPEC",
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_X11
|
#ifdef HAVE_X11
|
||||||
"DISPLAY",
|
"DISPLAY", "XAUTHORITY",
|
||||||
#endif
|
#endif
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user