• Wallet/Passes app for UT

    14
    9 Votes
    14 Posts
    2k Views
    Josele13J
    @s710 Lol, it looks very good the pass, you have solved it with good ideas, you have done a great job, thank you very much
  • arm64 build within IDE atom and clickable plugin

    7
    0 Votes
    7 Posts
    883 Views
    W
    @applee hi, I finally updated atom clickable plugin and clicklable v7 and everything is fine! I can choose suitable target architecture.
  • Using the UbuntuUIToolkit on desktop Linux.

    Unsolved
    1
    1 Votes
    1 Posts
    258 Views
    No one has replied
  • Godot 3D Test

    54
    4
    2 Votes
    54 Posts
    15k Views
    Josele13J
    Xiaomi Redmi Note 9 pro [image: 1642348420567-screenshot20220116_164638104.png]
  • Executing linux commands feom QML App

    3
    0 Votes
    3 Posts
    429 Views
    H
    @aarontheissueguy thanks for the advise. I will look into that
  • scratch project player?

    Moved
    12
    0 Votes
    12 Posts
    1k Views
    L
    @amy Tiktok can join QQ, WeChat, jitter, etc. in the app store? App?
  • pCloud application on Ubuntu Touch

    4
    0 Votes
    4 Posts
    615 Views
    N
    Host your own Cloud with NextCloud There are apps for it already too! See : https://open-store.io/?sort=relevance&search=nextcloud But IMHO any service that works fine with the browser is good enough and the less apps you need the better!
  • Enable autocorrect in website / web apps

    6
    1 Votes
    6 Posts
    519 Views
    K
    @keneda That might not be technically simple but I'm surprised it worked fine for you
  • Submitting an App

    5
    1 Votes
    5 Posts
    579 Views
    bhdouglassB
    Hi @dremonon , it sounds like you got the app uploaded & published successfully, congrats! To answer your question, the .click file is the packaging format (similar to an apk or a deb) and you are correct that the .click file is what you need to upload for your app to be on the OpenStore.
  • Crossbuilder - mk-build-deps

    mk-build-deps crossbuilder
    5
    1 Votes
    5 Posts
    2k Views
    D
    I'm late to this party, but @erlend is there something that should be fixed in the docs?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • How to include non-installed python libraries in apps

    1
    2 Votes
    1 Posts
    329 Views
    No one has replied
  • What is the function in QML API to access screen brightness ?

    1
    1 Votes
    1 Posts
    204 Views
    No one has replied
  • Alternative Browser apps?

    26
    -1 Votes
    26 Posts
    7k Views
    ?
    @fuseteam yes us they curled up with laughter
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • How to convert a clickable app ?

    clickable
    7
    0 Votes
    7 Posts
    915 Views
    danfroD
    Although, thinking about it, I am not sure if our API key can handle the additional load of data calls. We might need to implement an option for users of snap/appimages to use their own API codes. This should be solvable, but should be considered.
  • This topic is deleted!

    5
    0 Votes
    5 Posts
    100 Views
  • App for bug reports?

    2
    1 Votes
    2 Posts
    298 Views
    N
    There is some talk about such an app in a different topic so we might get one somewhere in 2022
  • App daemon - how to?

    8
    0 Votes
    8 Posts
    917 Views
    arubislanderA
    @homer: Cron was written with an always-on server or a mostly-on desktop / laptop in mind. A mobile device needs to actually be mostly-off to get the longest possible battery life, while appearing to the user to be on-demand-on. The traditional tools for Linux simply we're not written with this use case in mind. So using them as is would degrade the use experience in an unacceptable way for most, if not all users. That having been said, for as long as UT is still based on 16.04, you could use Upstart Session Jobs
  • Clickable: docker images accumulate on my hard drive

    4
    2 Votes
    4 Posts
    627 Views
    BollyB
    I use this to delete all unused images in a month. sudo docker rmi $(docker images -a | grep "month" | awk '{print $3}')