Forums before death by AOL, social media and spammers... "We can't have nice things"
|    alt.os.linux    |    Getting to be as bloated as Windows!    |    107,822 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 105,977 of 107,822    |
|    J.O. Aho to J.O. Aho    |
|    Re: Looking for new distro    |
|    17 Mar 24 16:02:59    |
   
   From: user@example.net   
      
   On 17/03/2024 15.53, J.O. Aho wrote:   
      
   > sudo echo < /usr/bin/start-pipewire   
   > #!/bin/bash   
   > /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber   
   > EOF   
   > sudo chmod 755 /usr/bin/start-pipewire   
      
   Sorry, made the neebie mistake, the sudo echo will not work as the   
   unprivileged user has no right to pipe to /usr/bin   
      
      
   sudo echo < start-pipewire   
   #!/bin/bash   
   /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/wireplumber   
   EOF   
   sudo mv start-pipewire /usr/bin/start-pipewire   
   sudo chmod 755 /usr/bin/start-pipewire   
   sudo chown root:root /usr/bin/start-pipewire   
      
   will solve the problem.   
      
   --   
    //Aho   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca