--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/d86437ab-e4ce-4d77-bb31-9edf25004522n%40googlegroups.com.
On Nov 29, 2024, at 14:49, Michael Keller wrote:
Hi Wouter.
But since linux/ARM is a relatively niche configuration, with not many users using it, and not many developers being able to test it, there are no pre-built Subsurface binaries available for it - you will have to compile your own.
hm....
that gives me some crazy thoughts...
so it could be possible to run subsurface on a raspberry pi - nice idea. the pi's are cheap, bluetooth and WLAN on board, could be run mobile. maybe I give that a try in the future....
keep on howling
grey
--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/25D7B770-0392-4ED5-B582-CB591FEAB4E8%40hohndel.org.
On 30. Nov 2024, at 06:11, 'Dirk Hohndel' via Subsurface Divelog <subsurfac...@googlegroups.com> wrote:We have a headless version with a simple web user interface designed for running on the pi as well
But yeah, you can run regular Subsurface of you being a monitor 😁
![]() | |
--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/d87eb125-919a-48c0-9b3f-64bcac8da6aan%40googlegroups.com.
Hello Richard,
Thank you, that makes the trick ! My version seems to be more recent (I can see the latest dive computers in the import tool). However, I can't see which version is currently installed.
That's not an issue for me.
If needed, my Chromebook is available for testing.
Thanks a lot to the team.
--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/eba052ec-40f1-4471-85f1-a6579499ae16n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/1303E212-3877-4C01-8393-C38EFA1A9B0F%40hohndel.org.
Since it was really easy to do:
{"sha": "e0d1a54aefc46a70621b2228d1dd11a24882139d", "success": true}{"build_nr": "5298", "success": true}
Thanks, although I'm getting an error 500 from this 😆
But thanks to mikeller's hint about where the changeset IDs are stored I was able to figure out a way to extract it from the nightly-builds repo. So it's all good.
So my "stable" builds should now all be updated, including the
ARM versions.
Now to figure out how to make subsurface's built-in update check happy...
Cheers
--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/173e0e7a-3b1e-4e72-a684-634659e06aaf%40dfx.at.
On Dec 11, 2024, at 04:29, Richard Fuchs wrote:On 09/12/2024 22.49, 'Dirk Hohndel' via Subsurface Divelog wrote:
Since it was really easy to do:
{"sha": "e0d1a54aefc46a70621b2228d1dd11a24882139d", "success": true}{"build_nr": "5298", "success": true}
Thanks, although I'm getting an error 500 from this 😆
But thanks to mikeller's hint about where the changeset IDs are stored I was able to figure out a way to extract it from the nightly-builds repo. So it's all good.
So my "stable" builds should now all be updated, including the ARM versions.
Now to figure out how to make subsurface's built-in update check happy...
--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/bf64905a-1cba-46f1-9994-34cb0a8b6da1n%40googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/77fe4bc6-4c0c-4734-b14b-126e7400693bn%40googlegroups.com.
Hi Jean-Baptiste.
Hello Jason,
I tried your suggestion, but unfortunately, it didn't resolve the issue.
Before you try the installation again you are going to have to remove the incorrectly created file `/etc/apt/sources.list.d/dfx.at-subsurface.list`. Also, I think there still is another unwanted line break in the commands you are entering - make sure they are all entered as one line.
Ngā mihi
Michael Keller
--
You received this message because you are subscribed to the Google Groups "Subsurface Divelog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subsurface-dive...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/subsurface-divelog/516a3a63-74d8-4387-980e-b3166cbe0c09n%40googlegroups.com.
Hi Richard,
To be honest, Subsurface is actually the only software I run in my Chromebook's Linux environment. I’ll give the subsurface-qt6-beta package a try and keep you posted on how it goes.
And again, thanks a lot for your work and your help !!!
Jean-Baptiste.
Is QT6 build exists for ARM ?
xxx@penguin:~$ sudo apt install subsurface-qt6-beta
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package subsurface-qt6-beta
It does for arm64 (since yesterday - do an update if you don't see it).
If you're on armhf then I'll have to build another package.
Cheers