• How to add other Qml modules?

    3
    0 Votes
    3 Posts
    856 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
    530 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
    622 Views
    S

    @flohack thank you, i will take a look at this. hopefully i can find some information

  • This topic is deleted!

    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
    923 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
    428 Views
    No one has replied
  • Developing apps for Ubuntu Touch

    5
    2 Votes
    5 Posts
    1k Views
  • 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).

  • So basic Ubuntu Phone development examples

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

    3
    0 Votes
    3 Posts
    654 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
    1k 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
    422 Views
    No one has replied
  • App for GPS routing with Vector maps

    1
    1 Votes
    1 Posts
    571 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
    740 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.

  • Ubuntu-sdk IDE on ubuntu 17.10

    14
    0 Votes
    14 Posts
    4k Views
    DanChapmanD

    Also note it works a little differently now in the updated script. It will create an $HOME/UBports directory on the host which it will mount as the $HOME in the container. It also symlinks any ssh keys you might have on the host and copies over the .gitconfig. This way it keeps the container home seperate from host but can easily be accessed on the host. If you want to change the directory used for the container you can do

    export UBPORTS_HOME=$HOME/Custom/Path ./ubports-sdk-setup -d