• FluffyChat Encryption via Pantalaimon

    99
    2 Votes
    99 Posts
    29k Views
    thrrgilagT

    @jimmypesto I'll do some testing on the connection thing, I pretty much have only done testing on WiFi so I didn't catch any issues around lost connections yet. Sounds like it might also be helpful to include a reset button of sorts, to clear the db when the session gets lost to it can be redone. I'll also take a closer look at that UI bug, seems odd that would happen.

  • UBSync & loggin in to a self-certified NextCloud

    2
    0 Votes
    2 Posts
    361 Views
    K

    Yes , I don't think self-certified instances are supported. You can use http though obviously it's not a good idea in general šŸ˜„

  • Sharing experience of a bug fix in Music-app

    3
    1 Votes
    3 Posts
    399 Views
    lduboeufL

    @matteo Thanks.
    I think i'm going to make a short video before i forget all šŸ™‚

  • Making apps for Ubuntu Touch using Windows

    Unsolved
    1
    0 Votes
    1 Posts
    231 Views
    No one has replied
  • Angelfish Browser on UBports

    6
    1 Votes
    6 Posts
    751 Views
    D

    @magdesign Yes I HATE youtube ads too and making a Webber webapp with https://iteroni.com/ seems to be the right solution so far because the openstore Invidious webapp does not display subtitles on my Volla.

  • Install steam under libertine

    5
    0 Votes
    5 Posts
    694 Views
    T

    @dobey Don't worry, it's fine. I have been chatting with people in telegram checking that question I did. Yes, after some time thinking, it's libertine on PC. I'm aware that the android apps for steam does not launch any games.

    I knew that it might not work, but I was just wondering that if there was a chance of multi-arch dependency to be installed, I could maybe get x86 sort of emulation/binaries to see a laggy steam, I was not expecting to see a fully functional app to be honest.

  • Catching close events in QML or C++

    Solved
    10
    0 Votes
    10 Posts
    1k Views
    s710S

    Got it, after googling even more. Some guy at the QT forum revealed:

    Connections { target: Qt.application onAboutToQuit: { audioPlayer.stop() }

    This works šŸ™‚

  • How to make a "simple webapp" via clickable in 2021?

    Solved
    10
    0 Votes
    10 Posts
    816 Views
    S

    I was thinking of automating the creation of clickable WebApps from scratch online games and apps through https://sheeptester.github.io/htmlifier/

  • module "Ubuntu.Web" is not installed

    13
    0 Votes
    13 Posts
    1k Views
    s710S

    @cibersheep Yeah well it is handled by the webview, after setting high dpi mode. This is also in line with the QT documentation so I guess everything is working correctly here.

  • CovPass app for UT?

    4
    0 Votes
    4 Posts
    767 Views
    K

    @bmarbol Here's what you're searching for.

  • Registering url scheme for app

    6
    0 Votes
    6 Posts
    393 Views
    flohackF

    @s710 Well our documentation is hosted here: https://github.com/ubports/docs.ubports.com - you can either clone the repo to your local disk, or make online changes. Then, after submitting the changes, open a pull request and we will review and merge it if ok.

  • Questions regarding map & location

    4
    0 Votes
    4 Posts
    436 Views
    s710S

    I added:

    { "policy_groups": ["location", "networking"], "policy_version": 16.04 }

    And now the map works as expected. Thanks again.

  • Couple Newbie question

    8
    0 Votes
    8 Posts
    674 Views
    K

    My apparmor.json file needed "webview" listed under the policy_groups which according to the documentation and this solved my issue.

    Thanks for pointing me in the right direction.

  • GPS tracking in Background - Edge Hack (Not Devel, Stable, RC)

    38
    8 Votes
    38 Posts
    7k Views
    M

    Guys, I tested the last version from the OpenStore. Once I launch the script it indicates is searching for satellites but does not get the position so generates an empty gpx. If I run test_gps, it gives a "segmentation fault" message. However, GPS works (very) fine in other applications (GPS tracker or uNav). I' m on Volla RC. Any idea why the script is not working? I assume something related to halium or so but not really sure.

  • How to run CPP or C?

    Unsolved
    2
    0 Votes
    2 Posts
    375 Views
    AppLeeA

    @trwidick
    The recommended way is to build a click.
    It's easy with clickable.

    If you need only CLI, then I guess you can cross-build the program on your desktop, transfer it to your UT device and run it within the terminal.

    G++ or GCC are not "missing" they are not required (it's the same for android) for a normal usage. The system partition are limited so everything that is not required is removed from the rootf.
    Same goes for pip, installing all the required libraries and managing the directories is an unnecessary burden. It's very simple and easy to use click packages so deployment on the device is consistent and simple.

    You don't ask why RPM are not supported on Ubuntu... That's the same for a mobile operating system choices were made and we stick to it until we change...
    šŸ˜‰ šŸ™‚

  • Godot project

    Solved
    6
    0 Votes
    6 Posts
    694 Views
    pavelprostoP

    Finish!

    If you want to create a Godot project, you need to use version 3.2.1
    https://downloads.tuxfamily.org/godotengine/3.2.1/ We create a project folder and copy the missing files to it.
    Directory click, build-ubports.sh, clickable.json
    from ubports-circle-jump In all files, you must replace the project name with your own. Open Godot project. Project->Export->Linux/X11->Export PCK/ZIP Save your *.pck file in project(Clickable) path. Open terminal in project path and run: clickable

    You may have an error: 404 file not found.
    In build-ubports.sh go to 7 line and change URL_LATEST
    Copy actual ubports-godot link for armhf architecture.

    # The latest build can always be obtained from this URL URL_LATEST=https://gitlab.com/abmyii/ubports-godot/-/jobs/1091542236/artifacts/download

    For better work, do not forget to change the settings of your project, as in the example of ubports-circle-jump

  • Need testers Home Screen for Ubuntu Touch

    102
    20 Votes
    102 Posts
    35k Views
    T

    @domubpkm what about a switch so you can have an option -a for automatic dial

  • Annotating PDFs in Document Viewer?

    3
    0 Votes
    3 Posts
    449 Views
    KenedaK

    @thomasohm
    Just a hint, UBports is not th OS, witch is Ubuntu Touch, but the fundation that maintain uTouch.

  • APN App Concept

    6
    1 Votes
    6 Posts
    485 Views
    TotalRandoT

    @trwidick I use Walmart Family Mobile in the US

  • KDE Connect for Ubuntu Touch

    11
    7 Votes
    11 Posts
    4k Views
    FuseteamF

    @kugiigi funny enough when i joked about ut jumping to 5.15 in the kde connect group, nicofee's response was "5.15 is not even out yet" šŸ˜œ