Re: [RDD] RD Airplay Autostart

2021-03-18 Thread David Klann
On 3/18/21 10:46, wa7skg wrote: > > I am assuming you are talking about starting RDAirplay on reboot? > > There's many ways to do this. This is how I do it. This is not a Desktop > Entry. > > First, I use a crontab entry to call a startup script. > > @reboot sleep 90 && export DISPLAY=:0 &&

Re: [RDD] RD Airplay Autostart

2021-03-18 Thread wa7skg
I am assuming you are talking about starting RDAirplay on reboot? There's many ways to do this. This is how I do it. This is not a Desktop Entry. First, I use a crontab entry to call a startup script. @reboot sleep 90 && export DISPLAY=:0 && /home/rd/scripts/khrb-rd_start.sh This runs on a

[RDD] RD Airplay Autostart

2021-03-18 Thread Angelena Chapman
Does anyone want to share their Desktop Entry for getting RD Airplay to autostart in CentOS 7? I used to use ~/.kde/Autostart/rdairplay.desktop ... but this new build is not using .kde so I don't really know where to put the Desktop Entry and autostart or what to put in it??? Thanks for any tips