Unable to autostart pipewire 02 April 2022, 15:25:33 I have followed what the wiki says about autostarting pipewire, and it has failed to work.I created a shell script that simply starts pipewire by executingCode: [Select]/usr/bin/pipewire & (I also have it set to run wireplumber and pipewire-pulse when pipewire is started)and I can run this script and it starts pipewire perfectly fine.I set this script as a login script in KDE's autostart list, and it doesn't execute at login.I modified my .xinitrc file to what the wiki states should autostart pipewire but it doesn't, and I have tried variations of code in the .xinitrc, including running my script, but none worked.I would be grateful for any help
Re: Unable to autostart pipewire Reply #1 – 02 April 2022, 17:39:53 Quote from: Vinesauced – on 02 April 2022, 15:25:33I set this script as a login script in KDE's autostart list, and it doesn't execute at login.Code: [Select]chmod 755 /path/to/your/script.shQuote from: Vinesauced – on 02 April 2022, 15:25:33I modified my .xinitrc file to what the wiki states should autostart pipewire but it doesn't,The wiki "states" the following:QuoteOr add it to your ~/.xinitrc, if you use it:https://wiki.archlinux.org/title/XinitQuotexinit is typically used to start window managers or desktop environments. While you can also use xinit to run GUI applications without a window manager, many graphical applications expect an EWMH compliant window manager. Display managers start Xorg for you and generally source xprofile. 1 Likes
Re: Unable to autostart pipewire Reply #2 – 08 April 2022, 03:48:50 I would like to thank you for the help.I gave it the correct chmod permissions before hand, though I made the mistake of misinterpreting the wiki in regards to .xinitrc, believing that it was somehow being used.My solution was to simply create the xprofile file and add Code: [Select]pipewire.sh &to it. This was an unbelievably simple solution, thank you, I should have searched the forums a bit more meticulously before asking. 1 Likes