• Twitter Client Piepmatz

    1
    4 Votes
    1 Posts
    462 Views
    No one has replied
  • IDEs for ubuntu touch development

    6
    2 Votes
    6 Posts
    2k Views
    H
    I launched an issue to the provider of the package for this enhancement yesterday, but there is still no feedback. In the meantime I checked other packages and found the package "terminal tab". This is providing you a terminal within the atom surface, where you can launch clickable like in a desktop shell. So you need not to change between windows/applications. This may help in the meantime. Any other supporter is welcome too (and required for my impression). It would be great if we can find a specialist for atom extension packages who is willing to prepare some improved tools for development. @advocatux : Yes I have seen it, and there are some interesting options still to evaluate. I already tested the log command, which is quite helpful and a first step to see roughly what is going on. It still cannot replace a good debugger.
  • most wanted core apps to run ubuntu as daily phone OS

    71
    3 Votes
    71 Posts
    32k Views
    ?
    I emailed the developers of Symphytum, and got a response. Oirio Joshi wrote: "Hello. "A mobile version requires to rewrite the GUI part entirely, so that's probably not going to happen anytime soon, unless anyone is interested in contributing that. I think a mobile friendly GUI could be shared with android and other linux based mobile systems. "Symphytum is more or less in maintenance mode, where smaller features and bug fixed can be expected but we, as a small team, don't have the resources for such a big change, but who knows what the future looks like."
  • Howto setup framework "ubuntu-sdk 16.04"

    8
    0 Votes
    8 Posts
    2k Views
    H
    @hummelbach: thank you for your proposal. I tried it already for test purposes on my desktop. After resolving the network issue I could install the necessary image. However, when testing I get an error message related to missing graphics drivers, which are installed according to apt. Nevertheless, for the small tests I actually run it is still working.
  • references for file access requested

    4
    0 Votes
    4 Posts
    944 Views
    H
    Dear Fulvio, thank you for your feedback. I will carefully go through these examples. However, I'm a litte bit concerned about the way UBtouch is going. You are leaving the QT creator IDE for new IDE with as little support for installing toolchains as possible (at the first glance). You are switching to cmake, which is new for me, too. So porting my QT based applications (using qmake) becomes more and more heavier. At the first glance I'm missing debug capabilities in ATOM. This is a major drawback for me. Please correct me if I'm wrong. So far I have reviewed the tedit code, where the c++ plugin is getting the filename from the qml part, so far nothing special on the c++side. By this configuration you are restricted to the directory space which are allowed in the qml environment. And quite this environment is the open point for my. So the next step would be to install a working toolchain under ATOM.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Unable to start app because of invalid app ID (xenial) [solved]

    3
    2 Votes
    3 Posts
    812 Views
    Z
    Ok, it turned out my issue was that the old Ubuntu SDK project had the following line set in the Transport/Transport.pro file: desktop_file.files = $$OUT_PWD/*.desktop which turned out to work fine for vivid but for xenail the desktop file was missing from the final click package. So if anyone bumps into the similar issue you may try changing the above glob with a full path like this: desktop_file.files = $$OUT_PWD/Transport.desktop Once done the build project should be working (exacutable) on Xenial. Thank you @dohbee for helping me so much with this.
  • Calendar views

    47
    1 Votes
    47 Posts
    12k Views
    T
    @hummlbach That sounds fantastic, thank you!
  • How to add other Qml modules?

    3
    0 Votes
    3 Posts
    897 Views
    advocatuxA
    @krille Brian told me that probably you need to use the old style import for the websockets because of the qt version that is in Ubuntu Touch: https://doc.qt.io/qt-5/qtwebsockets-qmlmodule.html
  • VPN Editor in Open Store?

    1
    0 Votes
    1 Posts
    538 Views
    No one has replied
  • QT libraries for development in Ubuntu 18.04

    3
    0 Votes
    3 Posts
    4k Views
    arubislanderA
    Rather than ditching your 18.04 installation for a 16.04 one, or running 16.04 in a virtual machine, you might want to consider running 16.04 in an LXD/LXC container. $ sudo snap install lxd ... $ sudo lxd init ... $ sudo lxc launch ubuntu:16.04 devbox -c security.nesting=true ... $ sudo lxc shell devbox That will install the lxd snap, initialize lxd for use, launch a privileged lxc container named devbox based on a 16.04 image and finally drop you in a shell in the lxc container.
  • build ubuntu-ui-extras

    3
    0 Votes
    3 Posts
    629 Views
    S
    @flohack thank you, i will take a look at this. hopefully i can find some information
  • This topic is deleted!

    1
    1
    1 Votes
    1 Posts
    456 Views
    No one has replied
  • Any advice on building Qt to build applications for UT?

    4
    0 Votes
    4 Posts
    933 Views
    V
    I see, thanks both of you for your answers.
  • Telegram app in Russia

    13
    0 Votes
    13 Posts
    2k Views
    ?
    @advocatux I was going to say "It's the next level in the international cat-and-mouse game, called Your Right To Privacy", but I guess your description's more useful.
  • Push Notifications with my appserver

    8
    0 Votes
    8 Posts
    1k Views
    KrilleK
    Hey, I have got it to create a working example!! https://github.com/ChristianPauly/ut-pushclient-example I have reimplemented the example code snippets from the ancient Ubuntu docs plus a button which sends the POST request and now it works inside the app. This example does not need a server to send push notifications. Maybe I can write a more polished tutorial for other developer in the next days.
  • Call for maintainers

    12
    4 Votes
    12 Posts
    2k Views
    flohackF
    @advocatux Haha fixed thx
  • How to develop a custom launcher?

    1
    1 Votes
    1 Posts
    438 Views
    No one has replied
  • Developing apps for Ubuntu Touch

    5
    2 Votes
    5 Posts
    1k Views
    H
    @markalexa at the ubports gettogether in Munich @TimSueberkrueb held a presentation on that topic: https://github.com/timsueberkrueb/ubports-gettogether/blob/master/timsueberkrueb/pyotherside/presentation.md
  • Discord app on Ubuntu touch?

    3
    2 Votes
    3 Posts
    2k Views
    T
    Actually this is quite doable. Not as a native application however (though that itself IS possible using the Discord SDK, considering that there is a wonderful third-party UWP Discord application for Windows), but using the webapp-container with the user-agent string of the latest Chrome or Chromium release, will cause the webapp to request permission for Microphone and allow VOIP calling under Ubuntu Touch. It will not however, allow PTT (as PTT requires a native application).