Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. 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:

Scheduled Pinned Locked Moved Uncategorized
linuxmobilecatacombsourcehut
7 Posts 2 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • undeadleech@fosstodon.orgU This user is from outside of this forum
    undeadleech@fosstodon.orgU This user is from outside of this forum
    undeadleech@fosstodon.org
    wrote last edited by
    #1

    After about 3 hours, I'm finally done migrating all Catacomb projects over from GitHub to SourceHut:

    catacomb: Wayland Mobile Desktop Applications

    favicon

    (sr.ht)

    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.

    #linuxmobile #catacomb #sourcehut

    oleksii@social.linux.pizzaO 1 Reply Last reply
    1
    0
    • undeadleech@fosstodon.orgU undeadleech@fosstodon.org

      After about 3 hours, I'm finally done migrating all Catacomb projects over from GitHub to SourceHut:

      catacomb: Wayland Mobile Desktop Applications

      favicon

      (sr.ht)

      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.

      #linuxmobile #catacomb #sourcehut

      oleksii@social.linux.pizzaO This user is from outside of this forum
      oleksii@social.linux.pizzaO This user is from outside of this forum
      oleksii@social.linux.pizza
      wrote last edited by
      #2

      @UndeadLeech great job! Is charon available on fluthub? I can't find it. how can i try it?

      undeadleech@fosstodon.orgU 1 Reply Last reply
      0
      • oleksii@social.linux.pizzaO oleksii@social.linux.pizza

        @UndeadLeech great job! Is charon available on fluthub? I can't find it. how can i try it?

        undeadleech@fosstodon.orgU This user is from outside of this forum
        undeadleech@fosstodon.orgU This user is from outside of this forum
        undeadleech@fosstodon.org
        wrote last edited by
        #3

        @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:

        ~undeadleech/charon#6: Does not launch on Sway — sourcehut todo

        favicon

        (todo.sr.ht)

        I don't usually do Flathub for stuff that should be relatively easy to compile.

        oleksii@social.linux.pizzaO 1 Reply Last reply
        0
        • undeadleech@fosstodon.orgU undeadleech@fosstodon.org

          @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:

          ~undeadleech/charon#6: Does not launch on Sway — sourcehut todo

          favicon

          (todo.sr.ht)

          I don't usually do Flathub for stuff that should be relatively easy to compile.

          oleksii@social.linux.pizzaO This user is from outside of this forum
          oleksii@social.linux.pizzaO This user is from outside of this forum
          oleksii@social.linux.pizza
          wrote last edited by
          #4

          @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@fosstodon.orgU 1 Reply Last reply
          0
          • oleksii@social.linux.pizzaO oleksii@social.linux.pizza

            @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@fosstodon.orgU This user is from outside of this forum
            undeadleech@fosstodon.orgU This user is from outside of this forum
            undeadleech@fosstodon.org
            wrote last edited by
            #5

            @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.

            undeadleech@fosstodon.orgU 1 Reply Last reply
            0
            • undeadleech@fosstodon.orgU undeadleech@fosstodon.org

              @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.

              undeadleech@fosstodon.orgU This user is from outside of this forum
              undeadleech@fosstodon.orgU This user is from outside of this forum
              undeadleech@fosstodon.org
              wrote last edited by
              #6

              @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@social.linux.pizzaO 1 Reply Last reply
              0
              • undeadleech@fosstodon.orgU undeadleech@fosstodon.org

                @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@social.linux.pizzaO This user is from outside of this forum
                oleksii@social.linux.pizzaO This user is from outside of this forum
                oleksii@social.linux.pizza
                wrote last edited by
                #7

                @UndeadLeech awesome, thanks a lot

                1 Reply Last reply
                0
                • R relay@relay.infosec.exchange shared this topic
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups