• Notes and Evernote Poll

    38
    1 Votes
    38 Posts
    8k Views
    TomRausnerT
    3 I use default notes app stored locally.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • (Solved) How to keep the display on

    6
    0 Votes
    6 Posts
    651 Views
    J
    I figured out what to do by combining bits of code I found in various other projects (the night clock and active screen projects mentioned above, and the qtwebengine-demo from gitlab). Here's the commit that turned my webapp into a QML app that keeps the screen on, in case it's useful to anyone else: https://github.com/jes/ubuntutouch-chessclock/commit/4b21852da96b4ecf3f8c9af12eeff48d85cb7e77
  • Looking for new maintainer / developer for TextSecure / Signal app

    34
    4 Votes
    34 Posts
    13k Views
    J
    @AppLee I have had some unresolved trouble with go and docker too in other cases. Maybe related to this: https://stackoverflow.com/questions/42802278/install-context-package-in-golang ?
  • Running Wayland apps on edge?

    19
    0 Votes
    19 Posts
    3k Views
    dobeyD
    If you build your app on a PC with your build of SDL, does it work under wayland/weston? That's probably a good place to start debugging. Once that's working, if you have a 16.04 VM set up with unity8 installed, I would build an x86 version of the click, install it in the VM, and see what works. Once both of those are working, it should also work on phones/tablets, once the remaining bits to get wayland clients working there are done.
  • Rocket Chat

    2
    0 Votes
    2 Posts
    500 Views
    J
    @negations said in Rocket Chat: rocket chat It's very cool that your whole workplace uses Ubuntu! It looks like you can login to the chat via web browser (https://rocket.chat/docs/user-guides/connecting-to-a-server/) So, theoretically a UT webapp could be used in this situation. I would say, try loging into the rocket chat that you use in morph browser on UT. If that works, then you should be able to get it going in a webapp.
  • QDir::entryInfoList() return is 0?

    10
    0 Votes
    10 Posts
    1k Views
    dobeyD
    @wangqinfeng said in QDir::entryInfoList() return is 0?: @dobey Thank you! I want to use my app like a computer! Apps are confined on the phone and cannot access arbitrary files or directories outside of the app's confinement. You say you want to use it to manage the server, so is what you want to access the root filesystem on that server, rather than on your phone? Or are you trying to turn your phone into some sort of server? It's difficult to provide direction, when we can't understand what you're trying to do exactly.
  • Coconut clicker

    1
    0 Votes
    1 Posts
    319 Views
    No one has replied
  • UT Video recorder

    7
    1 Votes
    7 Posts
    1k Views
    gimenezG
    Would this work to cast the desktop screen during convergence ?
  • Mailpile on Ubuntu Touch?

    6
    0 Votes
    6 Posts
    1k Views
    H
    If noone else answers, I will give my unqualyfied answer...: Yes its a client with a backend written in Python (says the faq) which then must act as (or come together with) a webserver. So its also a webserver. Which means it would need to run unconfined (if used as is, a way to avoid that may be to install a URL request interceptor and let that call the backend using pyotherside). You won't get the ut look and feel, but you will get some morph issues. All in all given it uses responsive webdesign (not sure about that, I'm afraid it doesn't, you could try by making the browser window on desktop small and portrait) its an interesting candidate (for bringing an non ut app to ut) imho, but won't work out of the box if you wanted to do it properly.
  • Live reloading app

    5
    0 Votes
    5 Posts
    734 Views
    lduboeufL
    if anyone interested: https://open-store.io/app/me.lduboeuf.livecoding
  • HTTPS requests with XMLHttpRequest [Resolved]

    17
    0 Votes
    17 Posts
    12k Views
    advocatuxA
    @wangqinfeng hi, welcome and remember that this Forum is English only It seems you're saying something like Thank you! Solved my problem! and that's why I didn't remove your post but, please, keep in mind that English requirement
  • 0 Votes
    3 Posts
    438 Views
    E
    Thank you dobey, for your quick response, but riot it is not the kind of app I am talking. Let me explain, I have installed the riot app and even thought it is a very god app, it only gives you the chance to talk to people that have the riot app installed or use the channels that Matrix.org implements. In the other hand it gives you a chance to make your room open to the public but... requires that people create an account and also requires the use of the app because if you open the riot.im on a mobile browser it does not allow you to keep on without installing the app. What it is worth is that you can create a room but you must have all your contacts in the same room if there were a chance to explain the people that you can request a desktop web page on the mobile browser. So, i am sorry for this, but riot it is another line, whatsapp or telegram: excluding and dependent of the app channels of communication, in spite the effort that matrix it is doing and that they unite several channels: freenode, irc, etc. What I have in mind it is, a not excluding way, because it does not require the people you want to talk with the installation of an app, and so it is not dependent of the app. I am Spanish and my English it is not very good, but can you try to read again what I wrote and see the difference? and the question still the same, can it be coded? one more thing it is that I have found, guess, that no data need to be stored on the free server, but instead in your own mobile or passing it to a base data for desktop. Thank you any way.
  • I think is possible develop app in ubuntu touch with kotlin?

    6
    1 Votes
    6 Posts
    1k Views
    A
    @arubislander @dobey ,mmm ok, i belive understand, it is a problem in the frontend and backend?, example: in the best of case: i could use kotlin/kotlin native, but the result is a console app? or, in a develop of three lenguages in the case kotlin,c++ and qml. in the ultimate case, its clear, this is more work, in other words it possible, but in this moment not..?
  • Shortcut to open terminal app with binary or script.

    5
    2 Votes
    5 Posts
    665 Views
    dobeyD
    Unfortunately, no, there is no current way to ship a console app and have it run inside the system terminal app. You would need to ship your own version of the terminal in your app's package, and run your app inside it.
  • QtWebEngine location access

    5
    1 Votes
    5 Posts
    820 Views
    G
    @dobey you were correct, the location call was just being ignored. Adding the necessary lines enabled access for the webapp. Thanks for the direction. I copied this from the Morph browser code: onFeaturePermissionRequested: { switch(feature) { case WebEngineView.Geolocation: grantFeaturePermission(securityOrigin, feature, true); break; } } there is of course cases for other feature requests in the code I copied, and this just grants permission passing responsibility for approving the call to the OS. This does work around the issue where Morph asks permission each and everytime location is called, without the trouble of approving different sites as there is only one.
  • Dekko2 Developer Community Thread

    132
    8 Votes
    132 Posts
    86k Views
    D
    Accuracy : Of course, the thanks go to all those who make DEKKO 2 better (whether or not i know that they are working on this or that improvement) but this time more specifically to those who have set up the Suru Dark support !! because it's cool !
  • Qml tests using TestCase

    14
    1 Votes
    14 Posts
    2k Views
    dobeyD
    @Krille said in Qml tests using TestCase: Btw I have found that this is propably the same reason why the UI tests (at least) in the messages app are still disabled: https://github.com/ubports/messaging-app/blob/xenial/tests/qml/CMakeLists.txt#L18 The tests aren't disabled. If xvfb is installed and tests are run, then these tests which depend on xvfb should be run too. If however, you are using crossbuilder then the tests will not be run, because tests do not get run during the build then, as you cannot run arm binaries native on x86.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Hello World, Hello SDL

    sdl clickable c++ video games
    3
    0 Votes
    3 Posts
    1k Views
    lduboeufL
    for reference : https://forums.ubports.com/topic/2178/c-and-sdl-with-clickable-a-little-help-please/19