• Could someone turn the (Hue) lights on again ?

    8
    0 Votes
    8 Posts
    947 Views
    lduboeufL
    Shine is available again on the open store
  • .NET6 on UT

    avalonia.ui uno platform net6
    26
    0 Votes
    26 Posts
    5k Views
    flohackF
    @fredldotme fully agreed. MS seems to have ignored Linux support but people are already complaining https://github.com/dotnet/maui/discussions/339
  • Sapot browser home

    Solved
    4
    0 Votes
    4 Posts
    459 Views
    C
    @domubpkm said in Sapot browser home: @cliffcoggin In settings, didn't you check 'restore previous session on startup'? Well I had previously twice looked for such a setting to no avail, but have now finally found it. The icon was so faint against the page that always opened that it was difficult to see it. Problem now solved thank you.
  • does pygame run on ubuntu touch

    4
    1 Votes
    4 Posts
    613 Views
    CiberSheepC
    @magdesign I think that's not the way you want to go. Apps would be confined anyway so you should include dependencies in the app. The way to go, it should be adding pygame to the clickable.yml I don't know if you need to add a way of doing pip install pygame that would add them in the local folder (to be confirmed) https://clickable-ut.dev/en/latest/project-config.html#libraries
  • Use Japanese text in "clickable desktop"

    5
    0 Votes
    5 Posts
    455 Views
    T
    @lduboeuf I was able to solve it via clickable.yaml config file. For reference my config file: clickable_minimum_required: "7" builder: pure-qml-cmake kill: qmlscene dependencies_target: - language-pack-ja - japan* Documentation for config file Maybe the dependencies can be optimized, but for now it does the job. Again thanks @lduboeuf
  • 6 Votes
    22 Posts
    9k Views
    A
    @myxor : I don't know if Edge channel should have Waydroid helper. I figured it would be on all channels, but perhaps I'm wrong about that. Anyway, you found the app by switching channels. Happy exploring!
  • Need testers Transmission client

    Solved
    43
    6 Votes
    43 Posts
    9k Views
    D
    @yakovwin same on poco f1
  • HTML5 App - API Access

    6
    0 Votes
    6 Posts
    672 Views
    LakotaubpL
    @ritomkai I have edited out the link as it is reported spam, and no iirc UT apps will not run on Android
  • does anybody have the script to compile Godot games to ubuntu touch

    3
    0 Votes
    3 Posts
    563 Views
    B
    @amy I think what you're looking for is clickable create --godot This creates a base for a clickable app with a clickable.yaml with contents like this clickable_minimum_required: "7" builder: custom kill: godot* build: - echo 'Going to download a demo package...' - wget https://gitlab.com/abmyii/ubports-circle-jump/-/raw/master/circle_jump.pck -O 'precompiled.pck' dependencies_host: - libgles2 - wget dependencies_target: - libasound2 - libfreetype6 - libglib2.0-0 - libpng16-16 - libsdl2-2.0-0 - libsndio6.1 - libvpx3 install_root_data: - manifest.json - precompiled.apparmor - precompiled.desktop - assets - /opt/godot/godot - ${BUILD_DIR}/precompiled.pck install_lib: - /usr/lib/${ARCH_TRIPLET}/libvpx.so.3* - /usr/lib/${ARCH_TRIPLET}/libsndio.so.6.1 - /usr/lib/${ARCH_TRIPLET}/libvorbis.so.0* - /usr/lib/${ARCH_TRIPLET}/libSDL2-2.0.so*
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    7 Views
  • Found an easy way to use Gdevelop with Ubuntu Touch to make games

    Locked
    3
    4 Votes
    3 Posts
    570 Views
    H
    @lumpology so cool! Thanks for sharing this workflow.
  • Kiwik-ja needs testers

    1
    1 Votes
    1 Posts
    250 Views
    No one has replied
  • webapp using onion-browser

    1
    0 Votes
    1 Posts
    265 Views
    No one has replied
  • QML Timer discrepancy when phone locks

    1
    2 Votes
    1 Posts
    190 Views
    No one has replied
  • Chromium & Electron

    Solved
    16
    2 Votes
    16 Posts
    2k Views
    N
    @majesticfudgie said in Chromium & Electron: @nero355 The HTML5/WebApp feature for Clickable to create UT app is quite literally putting an application in its own browser window, the only difference is the lack of NodeJS on the backend. I dislike those too to be honest...
  • Simple printing

    Moved
    15
    3 Votes
    15 Posts
    2k Views
    N
    @cliffcoggin said in Simple printing: @nero355 Why would you expect that? It's a phone not a computer. Why wouldn't I expect that ?! It's a phone that is powered by the same type of Kernel that holds the driver for my printer on my Laptop! (Avoiding the versions of both here, but you get the idea!)
  • WebDAV

    8
    0 Votes
    8 Posts
    2k Views
    M
    @elastic @schouk @kugiigi Thank you all for your suggestions. The Problem is that downloading with ghostcloud doesn't work on Xperia X at the moment. I still try to find out what the problem is.
  • Threema Open Source for UT - possible?

    3
    0 Votes
    3 Posts
    503 Views
    H
    @cibersheep thanks for your answer, thats unfortunate, I had thought that more then only the web client was released.
  • 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
    866 Views
    W
    @applee hi, I finally updated atom clickable plugin and clicklable v7 and everything is fine! I can choose suitable target architecture.