polybar/include/ipc
Patrick Ziegler 146c1ac1d7
fix(ipc): Fallback folder not being user-specific (#2684)
If two users start a bar with IPC and don't have XDG_RUNTIME_DIR set,
polybar will create the fallback directory `/tmp/polybar`.
However, that directory is only accessible by the user that created it
and so polybar running under the second user will fail to open its
socket there.

We add the UID to the fallback directory to prevent this.

Fixes #2683
2022-04-07 15:33:56 +02:00
..
decoder.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
encoder.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00
ipc.hpp fix(ipc): Fallback folder not being user-specific (#2684) 2022-04-07 15:33:56 +02:00
msg.hpp build: Add missing includes 2022-03-02 15:09:52 +01:00
util.hpp Use sockets for IPC (#2539) 2022-01-22 20:35:37 +01:00