Re: [RDD] 3.1 bug : can't update to DataBase schema 310

2021-03-18 Thread Nick Andre
I hit this same issue trying to install on Ubuntu 18.04. Is the patch mentioned here still required for mariadb installs? I didn't see it referenced on the 18.04 wiki page

Re: [RDD] Ubuntu 20.04

2021-03-18 Thread Nick Andre
Hey we're getting to update time off of 16.04. Would be nice to get sufficient QT4 compiled on 20.04. Anyone made any progress here? Or would I be blazing a trail? May just run 18.04 for now but support there is only 2 more years. --Nick On Thu, Oct 1, 2020 at 4:24 PM Luigino Bracci wrote: > H

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 && /home/r

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 r

[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