adr1an@programming.devM to Linux@programming.dev · 2 years ago[Weekly thread] GNU+Linux help: ask anything!message-squaremessage-square4fedilinkarrow-up130arrow-down11
arrow-up129arrow-down1message-square[Weekly thread] GNU+Linux help: ask anything!adr1an@programming.devM to Linux@programming.dev · 2 years agomessage-square4fedilink
minus-squareCorbin@programming.devlinkfedilinkEnglisharrow-up1·2 years 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
1001is the user ID. Is there a cleaner approach?