• This topic is deleted!

    1
    0 Votes
    1 Posts
    14 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • Ubuntu 16.04 BQ Aquaris M10 Mir app dev issues.

    11
    0 Votes
    11 Posts
    1k Views
    arubislanderA
    @zezba9000 said in Ubuntu 16.04 BQ Aquaris M10 Mir app dev issues.: I'm not familiar with "Libertine". Does this make it easier to dev on X11? You have more info on this? There is some information on using Libertine containers in the UBports documenten. It can be found by following this link. It is framed in the context of running desktop applications, but it works just as well for commandline applications also.
  • Script to clean Teleports without logging out

    4
    3 Votes
    4 Posts
    496 Views
    K
    @Bolly I actually stopped backing up teleports. It doesn't make sense anyway since all data are in the cloud. They were just old backups I did years ago. I think I included everything in the app data folder
  • Custom builder for a library

    6
    0 Votes
    6 Posts
    733 Views
    dobeyD
    @PerlMax said in Custom builder for a library: How can I start a app from the terminal, so that I can see error messages? Running clickable logs should let you see the log messages for your app, if there are any. However, given what you've posted already, it seems you are running a bash script, which runs some other process, which has hit a SIGABRT condition. Perl is not really a supported language for building UT applications, so we'd need to see your code (preferably in a git repository) to be able to help much further. Whatever you are running on the first line of your script is failing. If it is perl, then you might want to also check the system log on your device (/var/log/syslog) for possible apparmor DENIALs.
  • How to debug python app?

    Solved
    2
    0 Votes
    2 Posts
    342 Views
    K
    Here I am with answer to the my own question. RTFM! clickable log command very useful.
  • ISODrive

    8
    0 Votes
    8 Posts
    840 Views
    ?
    @arubislander Thank you. Yes, I deleted the app with the UT-Tweak Tool and installed it fresh...I then installed the phone fresh with the installer ( rc & devel ) and installed the app again, same result... I now have a USB stick with me
  • This topic is deleted!

    0
    0 Votes
    0 Posts
    121 Views
    No one has replied
  • QTCreator Error

    Moved
    4
    0 Votes
    4 Posts
    595 Views
    lduboeufL
    @ublurk said in QTCreator Error: @lduboeuf it a clickable project and it is launched from the project folder. ok, i see, it fails to recognize the project configuration. You sometimes need to re-run cmake or re-scan the project. Did you answer "Y" to the "Do you want Clickable to setup a QtCreator project for you? [Y/n]: Y" What kind of project it is , QML or cpp ? I've just tried with a "fresh" QML project, and it works the first time. ( clickable 8.0.1 ) But sometimes you need to tune the project, especially if you ran clickable desktop before on the project. In that case a clickable clean should do the trick. Or see Build configuration. Eg. toggle the "initial configuration" then click on "re-configure with initial Parameters" [image: 1709896263499-capture-d-%C3%A9cran-de-2024-03-08-12-10-39.png]
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Error upgrading App to 20.04 Focal Fossa

    5
    0 Votes
    5 Posts
    730 Views
    AppLeeA
    @tera I understand now. It's something quite common to struggle with the makefiles (at least for me) If you follow a simple example with one of the templates provided with clickable it can help you better understand how things are intended. Best of luck with your attempt. When I see people make a single repository to compile for several targets, I feel overwelmed
  • [Guide] Run clickable on macOS

    5
    3 Votes
    5 Posts
    1k Views
    J
    another solution is to use limavm with ubuntu instance , then install docker on it
  • Dekko2 dangling messages

    Solved
    2
    0 Votes
    2 Posts
    340 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
    573 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
    771 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
    740 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
    394 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
    222 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    9 Views
    No one has replied