• Dekko2 dangling messages

    Solved
    2
    0 Votes
    2 Posts
    355 Views
    M
    @mschmids after deleting some messages in the recycle bin on the email server, older then the dangling messages in dekko2, the later ones are now gone as well.
  • dotnet on Ubuntu Touch

    3
    3 Votes
    3 Posts
    589 Views
    Schlicki2808S
    @AdhithAdhi I've installed it via apt-get install after I switched the file system to read/write. But there is another way to manually install it which could be the better way: https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#manual-install
  • Tweak Tool is available on Focal.....

    8
    6 Votes
    8 Posts
    819 Views
    W
    Formally speaking, "Wahoooooooooo!" Many, many thanks to Jami.
  • Help needed to port qzxing to UT

    7
    1 Votes
    7 Posts
    1k Views
    Z
    Just to add to this. While I have not been able to actually process the QVideoFrame yet (meaning I have not been able to covert properly to QImage as all I have is a black image using the QVideoFrame::map or black image with some distortions using the alternate QOpenGLContext method outlined here - while it all says it is valid and not null :crying_face:), I have discovered that in order to use the OpenGL Context one can create QWindow and use its surface like so: https://github.com/qt/qtmultimedia/blob/5.12/src/plugins/avfoundation/mediaplayer/avfvideoframerenderer.mm#L123 Took me a while to figure out how to use it though as it didn't work for me and was crashing the app right on start when the code was part of a plugin (QObject). Unfortunately I was not able to Google it properly (didn't bump into anything that would say that usage is incorect), however with some luck and a lot of trial and error I found out it works when one creates this in the main.cpp file and then simply replies on the QOpenGLContext::currentContext(). And then considering QVideoFrame::map works on UT as part of the Camera QML object I would presume both methods need to work somehow :(. I am just obviously not doing something properly as it is failing for me as described above ^. https://github.com/qt/qtmultimedia/blob/5.12/src/multimedia/video/qvideoframe.cpp#L1094
  • Universal UI

    6
    0 Votes
    6 Posts
    787 Views
    R
    @kugiigi yeah, lets call it HUD. that is also costumizable by the user. Its not a perfect solution. But its good enough.
  • It Only a Idea for App

    Moved
    3
    0 Votes
    3 Posts
    428 Views
    J
    @Moem No for the moment. I don't Know. I don't can install Ubuntu touch In My Redmi 8 because have Android 10 miui 12
  • pCloud link for UB Touch

    backup pcloud
    1
    0 Votes
    1 Posts
    247 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied
  • How to pass environment variables (like QT_LOGGING_RULES)?

    2
    0 Votes
    2 Posts
    463 Views
    lduboeufL
    @Talkless said in How to pass environment variables (like QT_LOGGING_RULES)?: So if apps are run in container (using clickable desktop), how do I pass environment variables, such as QT_LOGGING_RULES=lomiri.deprecations.debug=true per this suggestion: lomiri.deprecations: At least 1 Ubuntu.* QML type is in use. Ubuntu.* type is deprecated and is provided for compatibility. To print what types are being in use, set "QT_LOGGING_RULES=lomiri.deprecations.debug=true" environment variable. Maybe by adding it to the Exec line of the .desktop file ?
  • Publishing updated app from another maintainer

    7
    0 Votes
    7 Posts
    789 Views
    W
    @Aloys many thanks for your work. I published your click file. If you want to change anything on the open store page please ask.
  • DeltaTouch font size and Xstore

    3
    0 Votes
    3 Posts
    455 Views
    L
    @Ced In the new release, the font size is configurable via settings.
  • This topic is deleted!

    6
    0 Votes
    6 Posts
    29 Views
  • How to port Flutter App

    4
    2 Votes
    4 Posts
    2k Views
    A
    @javperan yup, looks like the template has changed since. Currently, I'd probably change line 360: await serviceWorkerLoader.loadServiceWorker(serviceWorker).catch(e => { to: await serviceWorkerLoader.loadServiceWorker(null).catch(e => { Basically, I'm trying to find the section of the code that checks for the service worker, which is in line 117: loadServiceWorker(settings) { if (settings == null) { // In the future, settings = null -> uninstall service worker? console.debug("Null serviceWorker configuration. Skipping."); return Promise.resolve(); } ... Here you can see it checks if 'settings' is null, and seems to handle it gracefully, so any way you can force it to run through that if statement would work fine.
  • WebGL between Clickable Templates

    Unsolved
    5
    1
    1 Votes
    5 Posts
    661 Views
    A
    Unfortunately, what I need is not to append flags, but to remove the existing ones which I can't find any way to do. I can do the following in my main.cpp file: qDebug() << qgetenv("QTWEBENGINE_CHROMIUM_FLAGS"); qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--anything-i-want"); But the output from the getenv is just "", so I'm not sure where its getting the flags from. The addition of the chromium flag is indeed working, but the final command line shown by chrome://gpu is this: (which includes the --disable-gpu at the end) webglcpptest --anything-i-want --browser-subprocess-path=/usr/lib/x86_64-linux-gnu/qt5/libexec/QtWebEngineProcess --application-name=webglcpptest.red --no-sandbox --enable-threaded-compositing --disable-speech-api --enable-features=AllowContentInitiatedDataUrlNavigations,NetworkServiceInProcess,TracingServiceInProcess --disable-features=MojoVideoCapture,FontSrcLocalMatching,UseSkiaRenderer,DnsOverHttpsUpgrade,ConsolidatedMovementXY,InstalledApp,BackgroundFetch,SmsReceiver,WebPayments,WebUSB,PictureInPicture --disable-gpu It doesn't seem possible to override the existing flag with another, I've tried things like --disable-gpu=false and so on, I've tried finding a way to comment out the rest of the flags, even tried a buffer overflow to get rid of the last flag... So I have to find where the flags are coming from and remove them.
  • Looking for help to finish my first UT app

    5
    0 Votes
    5 Posts
    701 Views
    KenedaK
    @domubpkm We are OT here. To make it short, most of those are used batteries, the rare pristine ones come from loooong sheltering, and that make them almost dead. This is a dead end device now. Even my N5, I bought a polarcell new one, last hardly a day with doing almost nothing, long sheltered battery there also. @ATTESA I share mine, even if I used telegram only couple times. Never had more spam than before sharing it with them.
  • 2 Votes
    34 Posts
    10k Views
    G
    @TheVancedGamer said in Can you improve an app? And would you like a Pebble smartwatch?: Do keep in mind that the rockwork daemon actually connects to the watch, not the bluetooth stack. So you will have to launch rockwork first for the watch to be able to connect. IT WORKS !!!!!!!!! Thank you !
  • will we sesee raw photo format?

    Moved
    3
    0 Votes
    3 Posts
    344 Views
    R
    @MrT10001 more or less. but saving it in raw is what I want.
  • Dialer App Not able to install on mobile phone

    Moved Unsolved
    5
    0 Votes
    5 Posts
    524 Views
    lduboeufL
    @iqrajaved said in Dialer App Not able to install on mobile phone: @iqrajaved Why the version in the dialer app is showing as 0.0.0? like below: build/aarch64-linux-gnu/app/dialer-app.ubports_0.0.0_arm64.click Why the change in CMakelist.txt not highlighting here? Do I need to change the version somewhere else? Because dialer app is a system apps ( installed as a debian package), by using clickable, it uses another template, and will be installed as a classic application, the version is hard coded here https://gitlab.com/ubports/development/core/dialer-app/-/blob/main/click/manifest.json.in?ref_type=heads#L13 but we don't have to modify it. try clickable clean + clickable again ? If the second icon does not appear, maybe try to refresh the list ( pull down on the drawer )
  • DeltaTouch / Delta Chat

    8
    1
    2 Votes
    8 Posts
    2k Views
    arubislanderA
    @lk108 said in DeltaTouch / Delta Chat: Probably this will change (or has it already?) with focal though. It hasn't yet, and probably will not make it into focal.
  • Contacts screens

    Moved
    9
    0 Votes
    9 Posts
    762 Views
    arubislanderA
    @kugiigi They haven't provided specifics. But my guess is a fully customized UT, which might or mightn't end up being a fork.