UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. oldpaint
    O
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 7
    • Groups 0

    oldpaint

    @oldpaint

    1
    Reputation
    3
    Profile views
    7
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    oldpaint Unfollow Follow

    Best posts made by oldpaint

    • RE: gcc 9.4 compiler in docker images

      @johndoe I added this line near the top of my project clickable.yaml:
      framework: ubuntu-touch-24.04-1.x

      I added a file [PROJECT_NAME].apparmor to my project directory with this content:
      {
      "policy_groups": [],
      "policy_version": 2404.1
      }

      I thought I would start with the Botan library so I ran the command 'clickable build --libs --verbose' and that provoked a download of the correct docker container for my phone, arm64. I can't seem to provoke a download for the desktop docker container, amd64. I tried 'clickable desktop ...' but no joy.

      The commands 'clickable update-images' and 'clickable clean-images' list the images but do nothing else for me. That was confusing for a while.

      I think I need to clear the decks and start the project fresh instead of trying to modify the existing one.

      posted in Support
      O
      oldpaint

    Latest posts made by oldpaint

    • RE: gcc 9.4 compiler in docker images

      @johndoe I added this line near the top of my project clickable.yaml:
      framework: ubuntu-touch-24.04-1.x

      I added a file [PROJECT_NAME].apparmor to my project directory with this content:
      {
      "policy_groups": [],
      "policy_version": 2404.1
      }

      I thought I would start with the Botan library so I ran the command 'clickable build --libs --verbose' and that provoked a download of the correct docker container for my phone, arm64. I can't seem to provoke a download for the desktop docker container, amd64. I tried 'clickable desktop ...' but no joy.

      The commands 'clickable update-images' and 'clickable clean-images' list the images but do nothing else for me. That was confusing for a while.

      I think I need to clear the decks and start the project fresh instead of trying to modify the existing one.

      posted in Support
      O
      oldpaint
    • RE: gcc 9.4 compiler in docker images

      @johndoe Thanks. To update the docker images I think I need to add 'ubuntu-touch-24.04-1.x' to some configuration file under some heading and then run 'clickable update-images' optionally followed by 'clickable clean-images'. I cannot figure out what configuration file to change and under what heading I should add the new click foundation string. Nothing I do seems to update the docker images. So, I am stuck.

      posted in Support
      O
      oldpaint
    • RE: Ubuntu Touch 24.04-1.0 is scheduled to be released on 24 September

      @peat_psuwit OK. I give up. No joy here. Where do I set this 'ubuntu-touch-24.04-1.x'? Then, I guess I run 'clickable clean-images' after 'clickable update-images'?

      posted in OS
      O
      oldpaint
    • RE: Wish list : which apps do you need?

      @Rebecca58 I need:

      • full, rock-solid Nextcloud client support. Nextcloud file sharing through the File Manager
      • YubiKey two-factor identification support
      • a good password manager compatible with KeePassXC
      posted in App Development
      O
      oldpaint
    • RE: gcc 9.4 compiler in docker images

      I see this: "Ubuntu Touch 24.04-1.0 is slated for release on 24 September 2025". Maybe I'll wait.

      posted in Support
      O
      oldpaint
    • RE: gcc 9.4 compiler in docker images

      @ikoz The current Botan cryptography library is version 3.9 and it requires gcc 11 or newer. So, I can't build it as part of my clickable project. I suppose I can pre-build it on my development box. Or, I can maybe use an older version of Botan that has reached end of life. Or, I can wait for Ubuntu Touch to move to a newer version. Any plans or schedule for that?

      posted in Support
      O
      oldpaint
    • gcc 9.4 compiler in docker images

      Can the gcc compiler is the clickable docker images be updated to a newer version?

      posted in Support
      O
      oldpaint