99c8b80a46
With Qt 5.12, standarddir.runtime() gives us a path in /private/var/folders/... instead of /var/folders/... like before. Due to that change, the path length is 105 chars, which is too long for a named socket (104 seems to be okay). The complete name is just slightly too long, so using i- instead of ipc- fixes things... Fixes #4471 See #888 |
||
---|---|---|
.. | ||
test_autoupdate.py | ||
test_checkpyver.py | ||
test_cmdhistory.py | ||
test_crashdialog.py | ||
test_earlyinit.py | ||
test_editor.py | ||
test_guiprocess.py | ||
test_ipc.py | ||
test_keyhints.py | ||
test_lineparser.py | ||
test_miscwidgets.py | ||
test_msgbox.py | ||
test_objects.py | ||
test_pastebin.py | ||
test_readline.py | ||
test_sessions.py | ||
test_split_hypothesis.py | ||
test_split.py | ||
test_sql.py | ||
test_utilcmds.py |