• Options for a good XMPP client?

    xmpp
    24
    0 Votes
    24 Posts
    5k Views
    T
    @povoq please, thanks.
  • clickable error

    3
    0 Votes
    3 Posts
    378 Views
    H
    @lduboeuf no it's been so long since i updated clickable, i will try that .
  • Behaviour of BottomEdge and PageStack

    6
    1 Votes
    6 Posts
    674 Views
    S
    @irnbru Hi, sorry for replying late. I tried what you suggested and it actually works as I want it to! Thats awesome! Thank you very much for taking some time to help!
  • skype web app

    17
    0 Votes
    17 Posts
    2k Views
    3
    @mihael Thank you for sharing your experience. Same here, audio is there, no video regardless. Not available via Skype or any platform for that matter. Bummer.
  • MiTubo 0.3 adds RSS support

    3
    2 Votes
    3 Posts
    428 Views
    PhoenixLandPiratP
    @domubpkm Many devices just don't have the support needed for video playback or video recording, I'm aware thats an issue with the OP3 and PinePhone, rather than a problem with the MiTubo app, this may also be the case with the Volla phone.
  • corona warn app

    8
    0 Votes
    8 Posts
    811 Views
    LakotaubpL
    @moem Not of much use then. It was a bit of a chance anyway
  • Porting QT/C++ app to clickable

    7
    0 Votes
    7 Posts
    1k Views
    A
    @mateo_salta Sorry for the late reply - I check my messages infrequently. @graphik_ I successfully built this on my device, but I don't think moonlight has Mir support, so it doesn't work for me. If you have a Wayland device I can describe the steps required to build and test it yourself. I believe the limitation stems from libva which doesn't appear to have Mir support (https://github.com/moonlight-stream/moonlight-qt/blob/51b5f8046f1864e36cfa6efefbe2de71ef98ca92/app/streaming/video/ffmpeg-renderers/vaapi.h#L18-L31).
  • FluffyChat Encryption via Pantalaimon

    99
    2 Votes
    99 Posts
    34k 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

    ubsync nexus 5 sync nextcloud
    2
    0 Votes
    2 Posts
    465 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
    515 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
    254 Views
    No one has replied
  • Angelfish Browser on UBports

    6
    1 Votes
    6 Posts
    887 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
    880 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
    2k 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
    1k 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
    958 Views
    K
    @bmarbol Here's what you're searching for.
  • Registering url scheme for app

    6
    0 Votes
    6 Posts
    576 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
    579 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
    900 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.