• App security (new KeepassRX app)

    Moved
    20
    1 Votes
    20 Posts
    1k 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
    323 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.
  • New ConverseJS (XMPP) app with broken source links?

    50
    0 Votes
    50 Posts
    3k 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!
  • 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
    261 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
    170 Views
    KenedaK
    https://open-store.io/app/launchermodular.lut11 [image: 1760839116141-launchermodular.png]
  • New App: Chromium PDF

    15
    1
    12 Votes
    15 Posts
    1k Views
    D
    @pparent Your app is very good and the improvement was made by volla 22 itself: I am now on dev 486 and scrolling on volla has improved considerably.
  • 2 Votes
    48 Posts
    16k Views
    J
    @Caedem Thank you very much. I added most of this results to the app. Unfortunately there were inconsistencies in the previous version with “--num-threads = 2”. With the new version (1.2.1), the tests were slightly changed and should be more consistent now.
  • New app: PDFjs

    2
    1
    2 Votes
    2 Posts
    149 Views
    pparentP
    [image: 1760703631860-screenshot20251017_140325935.png]
  • Send notification locally from QT/C++/QML App.

    Solved
    47
    0 Votes
    47 Posts
    4k Views
    pparentP
    @Fuseteam You can always compile and test the current version of my repo: https://github.com/pparent76/whatsweb It already contains many improvements: Support for notifications Smoother navigation with transitions Smoother keyboard appearance/appearance Avoid opening the keyboard untimely, when navigating Enable GPU acceleration Hide left panel for more pleasant interface Make Emoji panel usable Better graphical integration of navigation buttons ( back in chatview ) Copy a message to clipboard quickly with a long push on message. Screensaver when the app is not foreground: hide the webview to save battery Fix "contact info" panel Fix left menus.
  • IA out of order

    Moved
    24
    -1 Votes
    24 Posts
    3k Views
    Eric HE
    @_Joao_ I tested again, with Morph, under UT 24.04-1.X and duck.ai works.
  • Show of interest: Bug bounty fund raising

    10
    0 Votes
    10 Posts
    3k Views
    U
    @RJDan provide us with important applications that can be easily installed (one-click in the store), are safe (not random code from a random stranger with a random license), and have all the essential functionalities. I am willing to pay some money, let's say for fully functional Firefox, fully functional MS Teams, Slack, Spotify,... but mainly, they should not be outdated or unupdated, and the microphone, camera, keyboard, and clipboard should work. I know it sounds like a lot, but theoretically, it could just be an integration of Snap/Flatpak into the store. but that no bug bounty, that is more like fundraising
  • Wish list : which apps do you need?

    suggestion app apps
    236
    4 Votes
    236 Posts
    196k Views
    O
    @Rebecca58 I need: full, rock-solid Nextcloud client support. Nextcloud file sharing through the File Manager YubiKey two-factor identification support a good password manager compatible with KeePassXC
  • Dekko 0.5.0 under focal

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Openstore crashes by login

    3
    0 Votes
    3 Posts
    322 Views
    messayistoM
    @arubislander ah, ok, thanks!
  • Is Cinny runnig under noble already?

    Solved
    4
    1 Votes
    4 Posts
    2k Views
    N
    cinny works under noble with signal and whatsapp bridges..
  • tedit development and design discussion

    tedit editor app development features
    214
    5 Votes
    214 Posts
    103k Views
    D
    @danfro said in tedit development and design discussion: No, the link would only be clickable if you would wrap it in proper html tags. See here: https://www.w3schools.com/html/html_links.asp Ok, i tested and it works as you say.
  • Create bootable iso from UT device?

    2
    0 Votes
    2 Posts
    2k Views
    ikozI
    @RJDan I don't know about a gui, but dd is preinstalled in every linux system so you can try that. There is also the ISODrive UT app which could work for you, but it doesn't do exactly ehat you want.
  • venv installation

    5
    0 Votes
    5 Posts
    2k Views
    lduboeufL
    @chaospredictor said in venv installation: @lduboeuf I'm building some python web app with local server. I would like it to be deployed on Ubuntu touch. And now, I just tried to run it by installing required python frameworks. i don't know if it is possible to embed a custom python version within your click package, also running a web app server will probably need unrestricted access policy, will be hard to share it on open store later. But someone with better knowledge need to answer