adr1an@programming.devM to Linux@programming.dev · 4 months ago[Weekly thread] GNU+Linux help: ask anything!message-squaremessage-square4fedilinkarrow-up129arrow-down11
arrow-up128arrow-down1message-square[Weekly thread] GNU+Linux help: ask anything!adr1an@programming.devM to Linux@programming.dev · 4 months agomessage-square4fedilink
minus-squareCorbin@programming.devlinkfedilinkEnglisharrow-up1·4 months agoI want to run PipeWire as a system user and have multiple login users access it. My current hack is to run it as one login user and then do something like: export XDG_RUNTIME_DIR=/run/user/1001 Where 1001 is the user ID. Is there a cleaner approach?
I want to run PipeWire as a system user and have multiple login users access it. My current hack is to run it as one login user and then do something like:
Where
1001
is the user ID. Is there a cleaner approach?