• QML change screen Orientation and Fullscreen mode.

    1
    0 Votes
    1 Posts
    243 Views
    No one has replied
  • Podbird Freezing on start for about 1 minute?

    6
    0 Votes
    6 Posts
    745 Views
    rikR
    @danqo6 Whoa, that is a very welcomed update! Africa thanks you!!!! (We are in Ethiopia, but many other countries have the same challenges)
  • Alternative Email client? (Kube-project)

    8
    0 Votes
    8 Posts
    916 Views
    poVoqP
    Now that we are on qt5.12, anyone willing to look into this again? It seems like a really nice email client with a convergent UI. Source-code is here: https://github.com/KDE/kube
  • Clickable can't install dependencies for native app

    Unsolved
    1
    0 Votes
    1 Posts
    166 Views
    No one has replied
  • QML camera feed is reversed

    python development camera
    1
    0 Votes
    1 Posts
    442 Views
    No one has replied
  • Docker/Clickable issue on UT

    ubuntutouch development clickable
    3
    0 Votes
    3 Posts
    782 Views
    B
    @povoq oh, I am sorry, I was trying to start developing with QML and python and thought clickable should be on the phone.
  • Need help developing a video, voip, messaging client

    6
    2 Votes
    6 Posts
    845 Views
    lisaliL
    @fla Hi! Lol, ok, I joined. There's a lot I need to learn, but I'll contribute whatever I can. I still plan to develop an app that connects to the WeChat API because my husband and I need it to communicate with his family in China. If China didn't ban Signal and other messaging apps, we would have a lot more apps to choose from.
  • Python examples

    11
    17 Votes
    11 Posts
    4k Views
    CiberSheepC
    @pavelprosto said in Python examples: Over the weekend I will figure out how it can be edited to add Python Examples :beaming_face_with_smiling_eyes: You might want to check here github.com/ubports/docs.ubports.com/
  • Porting my Qml + Python app to Ubports(Beginner)

    Solved
    16
    1
    0 Votes
    16 Posts
    2k Views
    A
    @makeixo I used the first episodes of the qml guide on Yputube made by KDAB. Its intendet for c++ but you dont need it to learn the basics. Python + qml is a different topic though. Ubports uses pyotherside for the communication between the two. You can take a look at my app if you want to see how to do it. (its pretty basic) https://github.com/Aarontheissueguy/WaterCount There are some other resources on this forum aswell. With that being said If Python is your first language, I recomend that you concentrate on learning it first. GUI's are'nt really that important for many fun personal projects. You can still come back to this project one or two months down the road of learning python. Feel free to ask again if you have a question.
  • What about Matrix?

    8
    1 Votes
    8 Posts
    1k Views
    PhoenixLandPiratP
    Just thought Id update you all with the latest update from Krille Direct link: https://matrix.to/#/!IwPxifXSjBLghpVEMh:matrix.org/$tRUfDQfAR_ZYCbEkksvSmfiVqI7ndBhW2rXjcjMMgpw Basically saying that ubuntu touch support will come back when he can compile flutter on arm.
  • How work with clipboard?

    Solved
    3
    0 Votes
    3 Posts
    465 Views
    pavelprostoP
    @danqo6 Thank you! These methods are easily implemented in a QML project too. Main.qml import Ubuntu.Components 1.3 ... onClicked:{ var txt="Simple text" Clipboard.push(txt); } ...
  • Use Morph dialog elements in qt app?

    10
    0 Votes
    10 Posts
    765 Views
    lduboeufL
    @povoq maybe a look in the code of Morph.Web Webview QML type might help: https://github.com/ubports/morph-browser/blob/xenial/src/Morph/Web/MorphWebView.qml
  • native Threema client?

    19
    1 Votes
    19 Posts
    3k Views
    poVoqP
    I recently tried https://www.openmittsu.de/ on my Destop PC. It works fine and is qt based. The UI is definitly not suitable for mobile use, but it could be a good start for making a UT Threema app. Contrary to the Threema Web app it is stand alone, but you need the Android app once to create the ID, afterwards no need for it anymore.
  • Python get HTTP

    Solved
    2
    0 Votes
    2 Posts
    310 Views
    pavelprostoP
    Find the * .apparmor file in the project folder. Add permissions: { "policy_groups": [ "content_exchange", "content_exchange_source", "networking", "webview" ], "policy_version": 16.04 } After that the program will work
  • Python + device Camera? (nexus5)

    4
    0 Votes
    4 Posts
    337 Views
    flohackF
    @masterchop Normally you cannot access the Android camera via v4l devices. If they are there, they are only used internally by the camera blob drivers. You would need to access the camera via an abstraction layer, as we do with our camera services for QML/Qt applications, since it needs to be initialized, activated in the correct way.
  • app Simple Diary

    4
    0 Votes
    4 Posts
    666 Views
    joniusJ
    See Documentation for how to build the click with dependencies. You can check which dependencies can be installed from Ubuntu 16.04 Xenial repos in a version that fits the requirement. Maybe you'll find also PPAs to provide them. Otherwise you need to build them yourself. But all of this is mentioned in the documentation linked above.
  • How to get a web app to access the file manager?

    6
    0 Votes
    6 Posts
    517 Views
    TotalRandoT
    @keneda Eh, I might submit it to the app store. It would certainly grab attention (not sure if that's a good thing but I'm of the "all news is good news" school). My bigger concern is after they forked Mastodon to update the back end, the Mastodon community basically shunned their nodes and the founder, who was originally all in on FOSS previously, now seems to want to close-source everything since the experience left a bad taste in his mouth, which is a real shame, since that makes it much more like the other small players in social like Parler and MeWe. There's a lot of talent on that team though, so I can still hope.
  • Where is Contacts app source?

    Solved
    2
    0 Votes
    2 Posts
    347 Views
    C
    Here it is (https://github.com/ubports/address-book-app) It's not Contacts, it's address-book.
  • Feedback for the Seabass

    44
    4 Votes
    44 Posts
    11k Views
    mikhaelM
    @kugiigi thank you for the feedback! For some reason Seabass can't execute libertine-launch on Nexus 5, although libertine-launch works fine from Terminal. The problem could be somewhere in between seabass, pyotherside, libertine-launch python script and proot (used by libertine-launch), but unfortunately for now i don't know what exactly goes wrong.
  • Access the microphone from ubuntu touch webview

    6
    1 Votes
    6 Posts
    1k Views
    FlaF
    @flaun-in the code is done but isn't merged right now as it wouldn't work on most devices