• Looking for devs to make a team of app porters

    Moved development
    6
    0 Votes
    6 Posts
    911 Views
    arubislanderA
    @R9_Dev Oh, I was not asking for myself, just asking followup questions to make the intentions clearer.
  • Content Hub from webapp

    Solved webapp content-hub
    6
    0 Votes
    6 Posts
    605 Views
    AppLeeA
    @Plarde I'm glad it worked. Sure, I understand it's easier to start with a basis you master. I personally forced myself to use pure QML as much as I can to teach me how it works. And we have people that can help as well as good example to borrow some code. Thanks for your contribution, it's always appreciated. People usually agree that we need more native apps for Ubuntu Touch.
  • Get/Set clipboard data from DBus or other background options in UT

    12
    0 Votes
    12 Posts
    1k Views
    T
    @AppLee thanks for the tip, i tried with ascii converter, didn't think of that, it works I'll have to parse the resulting ascii (lots of escaped character, and html in it )
  • Scaling for non-QT app

    scaling
    1
    0 Votes
    1 Posts
    232 Views
    No one has replied
  • How to allow unconfined apparmor template with clicable?

    2
    0 Votes
    2 Posts
    346 Views
    P
    @Kamisori You can put skip_review: true in clickable.yaml, or you can run clickable build --skip-review and then clickable install and clickable launch. I think you can't upload it to the Open Store if you skip review.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Porting Chromium to .click

    Moved
    3
    0 Votes
    3 Posts
    480 Views
    T
    @arubislander I changed the "chromium.sh" in the exec field to just "chromium". To my knowledge, I'm pretty sure I can just set a command in the Exec field, and the "chromium" command is another way to open chromium. However, upon opening the app from the launcher, nothing happens still.
  • Clickable and 16.04

    4
    0 Votes
    4 Posts
    472 Views
    A
    @lduboeuf I had a look to your link. I can see the following line: framework: ubuntu-sdk-16.04.5 However, your CMakeList.txt file shows: set(CLICK_FRAMEWORK "ubuntu-sdk-20.04") I guess it does not matter since you can build the app. I am struggling with this issue. I installed clickable in my desktop machine (20.04) but want to develop the app for my BQ 4.5 (Xenial, 16.04). Although I have manually changed the lines in the apparmor file from 20.04 to 16.04, { "policy_groups": [], "policy_version": 16.04 } it still complains when I tried to build the click package: - security:policy_version_matches_framework:phonehome.apparmor 16.04 != 20.04 (ubuntu-sdk-20.04.1) http://askubuntu.com/q/686347 The provided link does not consider this ubuntu versions, but I guess 16.04 should be valid. I have consistently introduce set(CLICK_FRAMEWORK "ubuntu-sdk-16.04") in the json file, but without luck. I do not know why clickable insists in 20.04, when none file has this version number typed.
  • 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
    534 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
    769 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
    361 Views
    K
    Here I am with answer to the my own question. RTFM! clickable log command very useful.
  • ISODrive

    8
    0 Votes
    8 Posts
    871 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
    628 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
    765 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