Re: [chirp_users] devuan/debian flatpak install issue

2022-03-03 Thread wa0sbu
Rodney;    Lubuntu 20.04 has the same problem.  "runtime org.freedesktop.Platform/x86_64/19.08"  is depreciated and no longer available.  There is nothing that you are doing that is wrong or incorrect.  There is supposed to be a workaround to fix it.  I have not tested it yet.  I'll play with

Re: [chirp_users] devuan/debian flatpak install issue

2022-03-03 Thread D.J.J. Ring, Jr.
When installing flatpak, you have to add the fllatpak repository. As regular use issue this command. flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo In terminal, change directory to Downloads, then make a tmp folder (directory). cd Downloads mkdir tmp The

Re: [chirp_users] devuan/debian flatpak install issue

2022-03-03 Thread Rodney D. Myers
did your suggestion(s) sudo flatpak install ./chirp-daily-20220219.flatpak and getting the same message. On 3/3/22 12:49, David J. J. Ring, Jr. wrote: The syntax is incorrect for files not in the $PATH, you have to give the full path in the command, or if you are in the same directory, you hav

Re: [chirp_users] devuan/debian flatpak install issue

2022-03-03 Thread D.J.J. Ring, Jr.
The syntax is incorrect for files not in the $PATH, you have to give the full path in the command, or if you are in the=20 same directory, you have to proceed the file name with a period then a slash that is "./". Thus the command you should give is: sudo flatpak install ./chirp-daily-20220219.fl

Re: [chirp_users] devuan/debian flatpak install issue

2022-03-03 Thread David J. J. Ring, Jr.
The syntax is incorrect for files not in the $PATH, you have to give the full path in the command, or if you are in the same directory, you have to preceed the file name with a period then a slash that is "./". Thus the command you should give is: sudo flatpak install ./chirp-daily-20220219.fl