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
Socket paths are limited to 107 characters (108 minus string termination) on Linux. See man 7 unix for details, specifically sun_path[108].
This means that the socket path can be at max 107 characters long on Linux. If I give a longer socket path to xdg-dbus-proxy then it doesn't fail to start though. Instead applications that try to use the socket fail as the socket doesn't exist in the expected location.
Socket paths are limited to 107 characters (108 minus string termination) on Linux. See
man 7 unix
for details, specificallysun_path[108]
.This means that the socket path can be at max 107 characters long on Linux. If I give a longer socket path to
xdg-dbus-proxy
then it doesn't fail to start though. Instead applications that try to use the socket fail as the socket doesn't exist in the expected location.Please fix
xdg-dbus-proxy
if the socket path is too long. Note that other Unix systems have an even lower limit: https://unix.stackexchange.com/questions/367008/why-is-socket-path-length-limited-to-a-hundred-charsThe text was updated successfully, but these errors were encountered: