• Calendar views

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

    3
    0 Votes
    3 Posts
    1k 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
    626 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
    768 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
    1k Views
    V
    I see, thanks both of you for your answers.
  • Telegram app in Russia

    13
    0 Votes
    13 Posts
    3k 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
    2k 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
    3k Views
    flohackF
    @advocatux Haha fixed thx
  • How to develop a custom launcher?

    1
    1 Votes
    1 Posts
    486 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?

    app discord
    3
    2 Votes
    3 Posts
    3k 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).
  • So basic Ubuntu Phone development examples

    1
    4 Votes
    1 Posts
    687 Views
    No one has replied
  • first steps atom clickable

    3
    0 Votes
    3 Posts
    791 Views
    S
    @hummlbach thanks for your fast answer. i checked my user and he is in the group docker. i found my error. my folder "build" is owner root. i delete the folder and start clickable new as normal user
  • how to make launchpad sources .click?

    6
    0 Votes
    6 Posts
    2k Views
    advocatuxA
    @hudson when creating a new project, which framework did you choose? Also, you can try the solution that error message suggested (use the --force-missing-framework option too) but the relevant point is you have to know for which framework you are developing
  • 0 Votes
    1 Posts
    478 Views
    No one has replied
  • App for GPS routing with Vector maps

    1
    1 Votes
    1 Posts
    690 Views
    No one has replied
  • SDK installation error: Stopping containers

    18
    0 Votes
    18 Posts
    3k Views
    K
    @mimecar: I will try this out when I have cleaned up my hard disk for the 13 gb needed. Thank you.
  • Mattermost idea suggestion needs votes

    2
    1 Votes
    2 Posts
    864 Views
    F
    I'm also interested in a mattermost client. At first you could use a web app wrapper like the new nextlcoud client for ut.