Le 31/08/2025 à 18:45, aitor a écrit :
> Hi Didier,
> On 31/8/25 15:56, Didier Kryn wrote:
>> Hello.
>>
>> I'm willing to run Organic Map on my Linux laptop. It has no GPS,
>> but the goal is to visit the map and, possibly print some area using
>> the screen capture -- there isn't a print comand on Organic Map and I
>> can't imagine how there could be a screen capture on Android.
>>
>> To achieve this, I must first install some Android emulation. I
>> had a look at several ones but found they had no version for my
>> system. The last I gave a try is Waydroid and here is what I get:
>>
>> The first instruction to install is to execute 'curl -s
>> https://repo.waydro.id/ | sudo bash' , but I get the message
>>
>> [!] Distribution ""daedalus"" is not supported
>>
>> I bet it only knows about Debian version codes, but how does it
>> get to read that the installed version is Daedalus? In /etc there are
>> both debian_version and devuan_version, where the first is 12.11, and
>> the last is daedalus.
>>
>> Maybe I could overwrite daedalus with bookworm, but I'd like to
>> know how the command gets to read /etc/devuan_version.
>>
>> Any idea?
> The following worked for me:
>
> # curl --progress-bar --proto '=https' --tlsv1.2 -Sfhttps://repo.waydro.id/waydroid.gpg --output /usr/share/keyrings/waydroid.gpg
> # echo "deb [signed-by=/usr/share/keyrings/waydroid.gpg]https://repo.waydro.id/ bookworm main" | tee /etc/apt/sources.list.d/waydroid.list
> # apt-get update
> # apt-get install waydroid
>
> I still didn't run it, so, no tested yet :)
>
Thanks Aitor. I will try it if I really need, because installing a
native Linux openstreetmap viewer is certainly better suited.
-- Didier