[chirp_users] devuan/debian flatpak install issue
OS: Devuan GNU/Linux 4 (chimaera) x86_64 I'm running devuan, an offshoot of Debian. in attempting to install the latest flatpak and in the same directory, by using the following; sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found I've searched mail list archives and removed flatpak, with dependencies and reinstalled, making sure I have internet connection. Still getting the same error. any other tips? thank you -- Rodney D. Myers - wg4usa They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 -- Rodney D. Myers - wg4usa They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 OpenPGP_signature Description: OpenPGP digital signature ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com
Re: [chirp_users] devuan/debian flatpak install issue
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.flatpak Incidentally, your gpg signature seems to have a problem. [-- Begin signature information --] Problem signature from: KeyID 26A43C6DDBA6EDA63F4EF806EF2AED0D55BBCEC8 created: Thu 03 Mar 2022 12:12:54 PM EST Can't verify due to a missing key or certificate I tried to find your key on one of the servers, but I could not. 73 David N1EA Rodney D. Myers wrote: Thu, Mar 03, 2022 at 12:12:54PM -0500 > OS: Devuan GNU/Linux 4 (chimaera) x86_64 > > I'm running devuan, an offshoot of Debian. > > in attempting to install the latest flatpak and in the same > directory, by using the following; > > sudo flatpak install chirp-daily-20220219.flatpak > error: The application com.danplanet.chirp/x86_64/master requires > the runtime org.freedesktop.Platform/x86_64/19.08 which was not > found > > I've searched mail list archives and removed flatpak, with > dependencies and reinstalled, making sure I have internet > connection. Still getting the same error. > > any other tips? > > thank you > > -- > Rodney D. Myers - wg4usa > > They that can give up essential liberty to obtain a > little temporary safety deserve neither liberty nor safety. > Ben Franklin - 1759 > > -- > Rodney D. Myers - wg4usa > > They that can give up essential liberty to obtain a > little temporary safety deserve neither liberty nor safety. > Ben Franklin - 1759 > ___ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to D.J.J. Ring, Jr. at n...@arrl.net > To unsubscribe, send an email to > chirp_users-unsubscr...@intrepid.danplanet.com > To report this email as off-topic, please email > chirp_users-ow...@intrepid.danplanet.com signature.asc Description: PGP signature ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com
Re: [chirp_users] devuan/debian flatpak install issue
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.flatpak Incidentally, your gpg signature seems to have a problem. [-- Begin signature information --] Problem signature from: KeyID 26A43C6DDBA6EDA63F4EF806EF2AED0D55BBCEC8 created: Thu 03 Mar 2022 12:12:54 PM EST Can't verify due to a missing key or certificate I tried to find your key on one of the servers, but I could not. For others wishing to use flatpak, there are initial setup procedures here. https://flatpak.org/setup/ Click on the distro's icon and get specific instructions such as Debian instructions. https://flatpak.org/setup/Debian 73 David N1EA On Thu, Mar 3, 2022 at 12:13 PM Rodney D. Myers wrote: > > OS: Devuan GNU/Linux 4 (chimaera) x86_64 > > I'm running devuan, an offshoot of Debian. > > in attempting to install the latest flatpak and in the same directory, > by using the following; > > sudo flatpak install chirp-daily-20220219.flatpak > error: The application com.danplanet.chirp/x86_64/master requires the > runtime org.freedesktop.Platform/x86_64/19.08 which was not found > > I've searched mail list archives and removed flatpak, with dependencies > and reinstalled, making sure I have internet connection. Still getting > the same error. > > any other tips? > > thank you > > -- > Rodney D. Myers - wg4usa > > They that can give up essential liberty to obtain a > little temporary safety deserve neither liberty nor safety. > Ben Franklin - 1759 > > -- > Rodney D. Myers - wg4usa > > They that can give up essential liberty to obtain a > little temporary safety deserve neither liberty nor safety. > Ben Franklin - 1759 > ___ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to D.J.J. Ring, Jr. at n...@arrl.net > To unsubscribe, send an email to > chirp_users-unsubscr...@intrepid.danplanet.com > To report this email as off-topic, please email > chirp_users-ow...@intrepid.danplanet.com ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com
Re: [chirp_users] devuan/debian flatpak install issue
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 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.flatpak Incidentally, your gpg signature seems to have a problem. [-- Begin signature information --] Problem signature from: KeyID 26A43C6DDBA6EDA63F4EF806EF2AED0D55BBCEC8 created: Thu 03 Mar 2022 12:12:54 PM EST Can't verify due to a missing key or certificate I tried to find your key on one of the servers, but I could not. 73 David N1EA Rodney D. Myers wrote: Thu, Mar 03, 2022 at 12:12:54PM -0500 OS: Devuan GNU/Linux 4 (chimaera) x86_64 I'm running devuan, an offshoot of Debian. in attempting to install the latest flatpak and in the same directory, by using the following; sudo flatpak install chirp-daily-20220219.flatpak error: The application com.danplanet.chirp/x86_64/master requires the runtime org.freedesktop.Platform/x86_64/19.08 which was not found I've searched mail list archives and removed flatpak, with dependencies and reinstalled, making sure I have internet connection. Still getting the same error. any other tips? thank you -- Rodney D. Myers - wg4usa They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 -- Rodney D. Myers - wg4usa They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to D.J.J. Ring, Jr. at n...@arrl.net To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to rdmyers...@gmail.com at rdmyers...@gmail.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com -- Rodney D. Myers - wg4usa They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin - 1759 OpenPGP_signature Description: OpenPGP digital signature ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com
Re: [chirp_users] devuan/debian flatpak install issue
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 Then change directory into ~/Downloads/tmp and download the latest chirp flatpak. cd ~/Downloads/tmp/ wget https://trac.chirp.danplanet.com/chirp_daily/LATEST/chirp-daily-20220219.flatpak After the file is downloaded, issue this command in that directory. sudo flatpak install ./chirp-daily-20220219.flatpak You should have no errors, but you will have to reboot to run chirp. Best wishes, David N1EA On Thu, Mar 3, 2022 at 1:40 PM Rodney D. Myers wrote: > > 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 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.flatpak > > > > Incidentally, your gpg signature seems to have a problem. > > > > [-- Begin signature information --] > > Problem signature from: KeyID 26A43C6DDBA6EDA63F4EF806EF2AED0D55BBCEC8 > > created: Thu 03 Mar 2022 12:12:54 PM EST > > Can't verify due to a missing key or certificate > > > > I tried to find your key on one of the servers, but I could not. > > > > 73 > > David N1EA > > > > > > > >Rodney D. Myers wrote: > > Thu, Mar 03, 2022 at 12:12:54PM -0500 > > > >> OS: Devuan GNU/Linux 4 (chimaera) x86_64 > >> > >> I'm running devuan, an offshoot of Debian. > >> > >> in attempting to install the latest flatpak and in the same > >> directory, by using the following; > >> > >> sudo flatpak install chirp-daily-20220219.flatpak > >> error: The application com.danplanet.chirp/x86_64/master requires > >> the runtime org.freedesktop.Platform/x86_64/19.08 which was not > >> found > >> > >> I've searched mail list archives and removed flatpak, with > >> dependencies and reinstalled, making sure I have internet > >> connection. Still getting the same error. > >> > >> any other tips? > >> > >> thank you > >> > >> -- > >> Rodney D. Myers - wg4usa > >> > >> They that can give up essential liberty to obtain a > >> little temporary safety deserve neither liberty nor safety. > >> Ben Franklin - 1759 > >> > >> -- > >> Rodney D. Myers - wg4usa > >> > >> They that can give up essential liberty to obtain a > >> little temporary safety deserve neither liberty nor safety. > >> Ben Franklin - 1759 > > > > > > > > > >> ___ > >> chirp_users mailing list > >> chirp_users@intrepid.danplanet.com > >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users > >> This message was sent to D.J.J. Ring, Jr. at n...@arrl.net > >> To unsubscribe, send an email to > >> chirp_users-unsubscr...@intrepid.danplanet.com > >> To report this email as off-topic, please email > >> chirp_users-ow...@intrepid.danplanet.com > > > > > > ___ > > chirp_users mailing list > > chirp_users@intrepid.danplanet.com > > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > > This message was sent to rdmyers...@gmail.com at rdmyers...@gmail.com > > To unsubscribe, send an email to > > chirp_users-unsubscr...@intrepid.danplanet.com > > To report this email as off-topic, please email > > chirp_users-ow...@intrepid.danplanet.com > > > -- > Rodney D. Myers - wg4usa > > They that can give up essential liberty to obtain a > little temporary safety deserve neither liberty nor safety. > Ben Franklin - 1759 > ___ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to D.J.J. Ring, Jr. at n...@arrl.net > To unsubscribe, send an email to > chirp_users-unsubscr...@intrepid.danplanet.com > To report this email as off-topic, please email > chirp_users-ow...@intrepid.danplanet.com ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com
Re: [chirp_users] devuan/debian flatpak install issue
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 it tonight, see if the workaround works. Ken On 3/3/22 11:12, Rodney D. Myers wrote: > OS: Devuan GNU/Linux 4 (chimaera) x86_64 > > I'm running devuan, an offshoot of Debian. > > in attempting to install the latest flatpak and in the same directory, > by using the following; > > sudo flatpak install chirp-daily-20220219.flatpak > error: The application com.danplanet.chirp/x86_64/master requires the > runtime org.freedesktop.Platform/x86_64/19.08 which was not found > > I've searched mail list archives and removed flatpak, with > dependencies and reinstalled, making sure I have internet connection. > Still getting the same error. > > any other tips? > > thank you > > > ___ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Ken at wa0...@kslimmer.com > To unsubscribe, send an email to > chirp_users-unsubscr...@intrepid.danplanet.com > To report this email as off-topic, please email > chirp_users-ow...@intrepid.danplanet.com ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com
[chirp_users] MacOS
Hi, I’m a new ham, but an experienced Mac programmer. I’m sorry if this is presumptive, but I’d like to help. I know how to sign code, and I have the certs to do it. I have an app on the Mac App Store. I’d like to help make CHIRP available to Mac users who are on modern Macs. Thanks, Don Carlile AJ6VU Sent from my iPad ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com
Re: [chirp_users] MacOS
Hi Don, I would suggest that you make the same offer on the [chirp_devel] mailing list. Jim KC9HI On Thu, Mar 3, 2022 at 8:49 PM Donald Carlile via chirp_users < chirp_users@intrepid.danplanet.com> wrote: > Hi, > I’m a new ham, but an experienced Mac programmer. I’m sorry if this is > presumptive, but I’d like to help. I know how to sign code, and I have the > certs to do it. I have an app on the Mac App Store. I’d like to help make > CHIRP available to Mac users who are on modern Macs. > Thanks, > Don Carlile > AJ6VU > > Sent from my iPad > ___ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Jim at rock.un...@gmail.com > To unsubscribe, send an email to > chirp_users-unsubscr...@intrepid.danplanet.com > To report this email as off-topic, please email > chirp_users-ow...@intrepid.danplanet.com ___ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com To report this email as off-topic, please email chirp_users-ow...@intrepid.danplanet.com