After about 3 hours, I'm finally done migrating all Catacomb projects over from GitHub to SourceHut:
-
After about 3 hours, I'm finally done migrating all Catacomb projects over from GitHub to SourceHut:
I was surprised to realize that GitHub did not automatically subscribe me to many of my own projects, finding some open issues in the process.
Didn't think it was going to take this long, but there's been a lot of projects piling up. If someone finds some old GitHub links, please let me know.
-
After about 3 hours, I'm finally done migrating all Catacomb projects over from GitHub to SourceHut:
I was surprised to realize that GitHub did not automatically subscribe me to many of my own projects, finding some open issues in the process.
Didn't think it was going to take this long, but there's been a lot of projects piling up. If someone finds some old GitHub links, please let me know.
@UndeadLeech great job! Is charon available on fluthub? I can't find it. how can i try it?
-
@UndeadLeech great job! Is charon available on fluthub? I can't find it. how can i try it?
@Oleksii Currently it's not packaged for pmOS because of issues with Skia on armv7, so the best way to try it is compiling from source or using my arch repo.
However there is an issue that I'll hopefully fix tomorrow which is preventing it from launching on non-catacomb compositors:
I don't usually do Flathub for stuff that should be relatively easy to compile.
-
@Oleksii Currently it's not packaged for pmOS because of issues with Skia on armv7, so the best way to try it is compiling from source or using my arch repo.
However there is an issue that I'll hopefully fix tomorrow which is preventing it from launching on non-catacomb compositors:
I don't usually do Flathub for stuff that should be relatively easy to compile.
@UndeadLeech ok, good to know. gps navigation is the most battery heavy task IMO. Im really looking for improvements.
BTW do you have any suggestions how to save battery, or are the any setting to control frequency of satellite communication? -
@UndeadLeech ok, good to know. gps navigation is the most battery heavy task IMO. Im really looking for improvements.
BTW do you have any suggestions how to save battery, or are the any setting to control frequency of satellite communication?@Oleksii Got some good news, just managed to fix the startup issue. So compiling from source with the latest master should work on any compositor now.
Charon talks to ModemManager directly, bypassing geoclue (which frequently messes with GPS settings). This allows you to setup polling rate yourself. Charon will follow the polling rate set in the modem.
-
@Oleksii Got some good news, just managed to fix the startup issue. So compiling from source with the latest master should work on any compositor now.
Charon talks to ModemManager directly, bypassing geoclue (which frequently messes with GPS settings). This allows you to setup polling rate yourself. Charon will follow the polling rate set in the modem.
@Oleksii You need to enable either raw or nmea GPS mode (both are supported, but FP5 only does nmea for example):
```
mmcli -m any --location-enable-gps-nmea
mmcli -m any --location-enable-gps-raw
```Then you can set the polling rate to whatever you want:
```
# This sets polling rate to every 10s.
mmcli -m any --location-set-gps-refresh-rate 10
``` -
@Oleksii You need to enable either raw or nmea GPS mode (both are supported, but FP5 only does nmea for example):
```
mmcli -m any --location-enable-gps-nmea
mmcli -m any --location-enable-gps-raw
```Then you can set the polling rate to whatever you want:
```
# This sets polling rate to every 10s.
mmcli -m any --location-set-gps-refresh-rate 10
```@UndeadLeech awesome, thanks a lot
-
R relay@relay.infosec.exchange shared this topic