• Script for updating apps [help needed]

    Pinned scripts clickable unfinished
    8
    0 Votes
    8 Posts
    988 Views
    CiberSheepC
    @gpatel-fr nice! Thanks. It look that it works very well! https://gitlab.com/cibersheep/update-apps/-/commit/5641633a44c8bd445514381a633433f9b21f8e3c
  • App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x

    Pinned until 12/09/2028, 20:51
    7
    10 Votes
    7 Posts
    4k Views
    B
    But when building an app with clickable, parts of the output are: ... App config value qt_version: 5.12 ... QT_VERSION="5.12" ... I don't get this.
  • Update Ubuntu Touch apps to 20.04 Focal Fossa

    Pinned
    11
    4 Votes
    11 Posts
    7k Views
    CiberSheepC
    Fixed an issue where the regex would make Ubuntu.Web 0.2 -> Lomiri.Web 0.2 now should be fixed as it has to be Morph.Web 0.1 (most recent version for now) Update some checks and feedback to user added I need help with the sh because it's incomplete... MR's welcome https://gitlab.com/cibersheep/update-apps
  • 20.04 Focal

    Pinned
    9
    2 Votes
    9 Posts
    5k Views
    D
    @lakotaubp said in 20.04 Focal: @doniks Done :folded_hands:
  • Developer Documentation

    Pinned
    12
    8 Votes
    12 Posts
    9k Views
    mimecarM
    Good afternoon. Sorry for taking so long to fix it. The last few weeks I have been quite busy and I have not been able to dedicate time to projects. There was a problem with the DNS and it's fixed now. The link to the course should work fine.
  • Livewire: A native XMPP client for Ubuntu Touch

    20
    4 Votes
    20 Posts
    265 Views
    S
    @projectmoon Only after I had these issues. I'm starting to get messages through now. There is no read confirmation from what I can tell. I now have it were the chat has disappeared as the last thing I sent was an image. I have to use contacts to find chat. The invisible messages I got before this are stuck as unread on the appbar
  • Trying to revive 'ubtd' (Bluetooth file transfer)

    Solved
    98
    0 Votes
    98 Posts
    15k Views
    G
    @PhAndersson said: (Volla Quintus upgraded to 24.04-1.3 from 20.04/OTA-12). obexd is not started by default, that's strange. What's the output of systemctl --user cat obex and systemctl --user status obex (obviously do this after a phone restart)
  • Custom builder for a library

    28
    0 Votes
    28 Posts
    2k Views
    KenedaK
    @PerlMax said: Sorry for the long post. aaarg, sorry, one point again There is no problem here
  • [Alpha] Greenline - A qml Whatsapp client for Ubuntu Touch

    93
    3 Votes
    93 Posts
    8k Views
    brenno.almeidaB
    A new Alpha is out: Download here: https://git.brennoflavio.com.br/brennoflavio/greenline/releases Github mirror: https://github.com/brennoflavio/greenline/releases Changelog: Render and allow saving contact array messages (the ones when you send 2 or more contacts in the same message) Allow sending reactions. Open the reaction page and you'll see reaction emojis in the bottom Allow archiving chats locally, so they don't appear in the main page Render unsupported messages, so you know they arrived. In terms of message support, there's no plans to support further message types, most of the remaining ones are business oriented and very specific like pools and broadcast messages. Add infrastructure to support translations Progress torwards beta: https://git.brennoflavio.com.br/brennoflavio/greenline/milestone/1
  • Futify Remix: a native Spotify client for Ubuntu Touch

    15
    1 Votes
    15 Posts
    830 Views
    P
    @brenno.almeida said: @projectmoon @amaurydbz we just got the patches released in original Futify. Would you mind checking if the updated store version works for you? Thanks I'm still logged in to regular Futify from long ago. I played a song this morning and it worked. But then I did a search for a playlist, and played it. But it would go through each song for 2 seconds, without actually buffering or playing it.
  • Signal UT: Signal-Desktop for Ubuntu Touch

    215
    2
    5 Votes
    215 Posts
    33k Views
    pparentP
    @Ida_ Thank you very much! Unfortunately, at the moment, this does not help me understand what happens on 24.04-2.x
  • Where is the database?

    4
    0 Votes
    4 Posts
    89 Views
    lduboeufL
    @dl8aax said: @Vlad-Nirky said: Could you give some more details about the database to be backed up? Which application is it for? I'm creating the database with: var db = LocalStorage.openDatabaseSync("MienImmen", "1.0", "", 1000000); Because there's also important data, I want to back up the database and import it to my PC. Swapping the database is less error-prone than exporting and importing individual tables. There are approximately 40 tables. App databases are stored under the app namespace, e.g if your app is called "abd.xyz", you should either find it in ~/.local/share/abd.xyz or under ./config/abd.xyz
  • QT6 App Migration

    10
    0 Votes
    10 Posts
    210 Views
    Vlad NirkyV
    @gpatel-fr I guess, when all will be ready, that Ratchanan will give the go to use QT6 in clickable with the next framework as he did for 24.04.
  • Merezhyvo browser

    122
    3 Votes
    122 Posts
    20k Views
    D
    @naz.r Merezhyvo works normally with my volla 22 on 24.04-2.x daily . Thanks. The browser can be too open from the OpenStore without crashing.
  • 0 Votes
    5 Posts
    651 Views
    G
    @PerlMax it's on Telegram according to https://open-store.io/submit
  • Fund my app: a new concept!

    12
    4 Votes
    12 Posts
    412 Views
    nbdynlN
    @pparent Agreed, and i will follow your attempt closely
  • How does --container-mode work with clickable desktop?

    5
    0 Votes
    5 Posts
    137 Views
    arubislanderA
    @kugiigi clickable works fine on UT now. Install clickable snap and docker snap connect some.slots and you're off to the races.
  • Xonotic for ubuntu touch, help me develop and/or test

    5
    0 Votes
    5 Posts
    185 Views
    R
    @Moem thank you so much, it is very new, I created it, I wish you best of luck as well
  • How to change background image programatically?

    background
    9
    0 Votes
    9 Posts
    443 Views
    C
    @AdFundum no problem! the process is basically 3 steps: verify image/PATH copy to lss wallpaper directory (so user can see the background in lss), this is optional if you don't care about the user being able to reset the background from lss its not necessary but still useful as a place the user wont casually delete unless they want the wallpaper gone. send the correct dbus calls to set URI (from new PATH of step 2) then call update on two services via dbus calls. EDIT: i think, or its close to that its been a month since i touched the background code in wallpaper.cpp
  • Whatsnew: Whatsapp Web with Electron.

    68
    0 Votes
    68 Posts
    10k Views
    pparentP
    I've published the new revision (0.1.8) with the following improvements: -Fix layout problem coming from changes upstream -Improve ContentHub handling -Improve call icons layout I should also not crash on 24.04-2.x, although it will probably not be usable yet, as for now it seems that On-Screen-Keyboard does not work on any XWayland app. I will try to investigate more about that soon. I next revision I will try to add an option to configure scaling with fine grain, and few improvements/fixes in the UI.