• App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x

    Pinned until 12/09/2028, 20:51
    6
    10 Votes
    6 Posts
    2k Views
    lduboeufL
    @adorsaz said in App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x: @bbiw said in App developers' guide to publishing applications for Ubuntu Touch 24.04-1.x: The standard and only qt_version settable in clickable.yaml is still 5.12...shouldn't this be 5.15 for the new noble system? I'm interested too about this topic, because I would like to port one of my GTK/Rust application to Qt/Rust. If qt 5.15 is available for clickable package I could use the cxx-qt tool to integrate Qt with my Rust library. Is it possible to create clickable package with qt 5.15 ? Yes Qt5.15 is available and it is this version that is used on Noble. So i bet if you set framework: ubuntu-touch-24.04-1.x in clickable.yml it will use the correct container with Qt5.15
  • Update Ubuntu Touch apps to 20.04 Focal Fossa

    Pinned
    11
    4 Votes
    11 Posts
    6k 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
    4k 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.
  • [Question] getprop in a confined app?

    Unsolved
    14
    0 Votes
    14 Posts
    229 Views
    pparentP
    @kugiigi Can you give the exact code of a program that will return the dpi? Note that I'm trying to scale a non-Qt application, so I can use a secondary qt utility to get the screen density, but nothing more. What I have tried that does not give good results is: #include <QGuiApplication> #include <QScreen> #include <QDebug> #include <iostream> using namespace std; int main(int argc, char *argv[]) { QGuiApplication app(argc, argv); QScreen *screen = QGuiApplication::primaryScreen(); qreal dpi = screen->logicalDotsPerInch(); // Moyenne approximative cout << dpi <<endl; return 0; }
  • uWolf (LibreWolf)

    90
    2
    10 Votes
    90 Posts
    17k Views
    C
    @mikirc it works in Noble, just the overlay for the OSK is broken. I am doing work on NixManager and cannot two time it with uWolf right now but I will get to it after I finish with that.
  • Signal UT: Signal-Desktop for Ubuntu Touch

    53
    1
    4 Votes
    53 Posts
    2k Views
    R
    @pparent I just created one and opened an issue. Thank you for your great work/Support
  • App: InTouch (native UBports Forum browser)

    7
    4 Votes
    7 Posts
    177 Views
    SanderS
    @Moem Great
  • [Question] Clickable: install target arch dependencies.

    Solved
    3
    1 Votes
    3 Posts
    85 Views
    pparentP
    @CiberSheep said in [Question] Clickable: install target arch dependencies.: @pparent check here: https://clickable-ut.dev/en/latest/project-config.html You'll gonna love it Specially on dependencies_host and dependencies_target but there's a lot of thing to play with Ho that's great! It helps a lot thank's so much!
  • SOTY - Speech-To-Text Recognition on Ubuntu Touch

    2
    8 Votes
    2 Posts
    308 Views
    I
    New version is out Introducing protocol v2 - now client apps do not need to use the microphone, audio recording is performed on a server. There are some flaws for this decision, though. CPU load has been reduced in this release This release is also backwards compatible with protocol v1, where client sends recorded data to server, just in case someone wants to send audio data from other sources. Also, my apologies, I forgot to link Client library for v2 protocol Client library for v1 protocol (requires Microphone permission)
  • Whatsweb app upgrade.

    37
    4 Votes
    37 Posts
    2k Views
    pparentP
    I've made a new pull request: https://github.com/alefnode/ubports-apps/pull/59 Anyone who would like to join the testing is welcome!
  • App security (new KeepassRX app)

    Moved
    20
    1 Votes
    20 Posts
    783 Views
    poVoqP
    @pparent Waydroid and libertine aren't app distribution channels and snaps are just terrible (and centralized with a proprietary backend). Maybe if there was proper Flatpak support in UT, but that still wouldn't give us click-packages.
  • Button QML Type: Text Coloring

    6
    1 Votes
    6 Posts
    245 Views
    NotZaneyN
    Thank you guys! I got it figured out. I am new to this and did not dive deep enough into the documentation. I am now done with most, if not all, of the features for my app. I am now just filling it with content. This was helpful for anyone that may read this down the line and is having similar confusion: https://ubports.gitlab.io/docs/api-docs/index.html?p=lomiriuserinterfacetoolkit%2Flomiri-theming-styles.html Sorry for not getting back sooner. Been so caught up with life and working on the app I almost forgot about actually posting to the forums. Look forward to becoming more active around these parts! Have a wonderful rest of your day!
  • App: Where?

    4
    3 Votes
    4 Posts
    1k Views
    CiberSheepC
    New version updated. Small improvements. Working on Noble: [image: 1761729427818-ac6e1abe-3e20-43ef-8184-7fc862311597-imatge.png] But if you encounter a bug (links not showing, etc), check the logs and send them to me here or: https://gitlab.com/cibersheep/where/-/issues Total downloads: 198. Received donations: 0. Published ~1 year ago.
  • Organic Maps on Ubuntu Touch

    2
    0 Votes
    2 Posts
    240 Views
    pparentP
    @bunt7 I see they have a desktop app that seems more or less responsive, maybe it could be possible to run it directly in Ubuntu Touch with Xmir. That's a shame they don't have a snap you could install it directly and try it. Upcoming Mir2.0 with wayland should also improve the feasibility of using desktop apps, in Ubuntu Touch.
  • New ConverseJS (XMPP) app with broken source links?

    50
    0 Votes
    50 Posts
    2k Views
    pparentP
    @wilson101 OK sure do as you prefer! The last thing I can say is that normally you must have the compiled module in your application in qml-plugins/Pparent/Notifications/libNotificationsPlugin.so and qml-plugins/Pparent/Notifications/qmldir Then you can include the qml module dir in c++ with QQmlApplicationEngine engine; engine.addImportPath("qml-plugins"); That's all I can say! I wish you good luck!
  • App: PodCat (a fork of Podbird)

    4
    2
    6 Votes
    4 Posts
    263 Views
    I
    I've had so many fun hours due to PodCat already! Thank you so much for doing this!
  • Signal-CLI on Ubuntu touch?

    29
    10 Votes
    29 Posts
    4k Views
    pparentP
    @aarontheissueguy You should definitely see this post, I really think signal-desktop is the way to go: https://forums.ubports.com/topic/11532/signal-ut-signal-desktop-for-ubuntu-touch
  • Servo based browser or webapp framework?

    3
    1 Votes
    3 Posts
    230 Views
    poVoqP
    @klh Yeah, it still has some ways to go, but having it included in UT as a standard webview option for app developers would be awesome.
  • Release of Launcher modular

    2
    5 Votes
    2 Posts
    157 Views
    KenedaK
    https://open-store.io/app/launchermodular.lut11 [image: 1760839116141-launchermodular.png]