adr1an@programming.devM to Linux@programming.dev · 10 months ago[Weekly thread] GNU+Linux help: ask anything!message-squaremessage-square24fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-square[Weekly thread] GNU+Linux help: ask anything!adr1an@programming.devM to Linux@programming.dev · 10 months agomessage-square24fedilink
minus-squareCorbin@programming.devlinkfedilinkEnglisharrow-up0·10 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?