• Swift Programming Language Port

    3
    0 Votes
    3 Posts
    275 Views
    A
    @Ian You're RIGHT. I am not paying attention. I am wondering then if anyone has tried it on 20.04.
  • Kivy python cross-platform app framework?

    10
    1 Votes
    10 Posts
    1k Views
    A
    @jhayar0719 Which command are you running? It appears that SDL2 isn't being detected / used, and thus no window is being created. Also, do you happen to be using focal? I'm not sure if there are additional steps required for that.
  • Package app for different architectures

    Solved
    3
    0 Votes
    3 Posts
    363 Views
    L
    @lduboeuf That does work, thanks for the tip. I totally overlooked the cmake builder in the clickable docs but now it makes sense. I just added an extra step to use the right binary before building, but now I can specify for what architecture I want to build the click
  • Sound from clickable docker containers

    2
    0 Votes
    2 Posts
    287 Views
    arubislanderA
    @Andrisk Last I tried (admittedly a little while ago) sound worked in the docker container on my set up. So it can work...
  • This topic is deleted!

    3
    0 Votes
    3 Posts
    209 Views
  • Launcher to run script with elevated permissions

    Moved focal fossa root script
    4
    0 Votes
    4 Posts
    479 Views
    B
    @arubislander OK, thank you, I'll have a look at it and consider this option. Cheers
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • Better ereader

    Moved
    2
    0 Votes
    2 Posts
    242 Views
    arubislanderA
    @Clementine SturmReader is the my eReader of choice on UT. The best way to make it better is to contribute code towards the features you would like to see. If you cannot code, then the next-best way is to sponsor someone to implement the desired features.
  • Private Internet Access App

    5
    0 Votes
    5 Posts
    2k Views
    arubislanderA
    @Daryl said in Private Internet Access App: Will tHIS VPN set up let me surf on my tablet safely and really privately? Depends what you mean by 'safely'. A VPN will not protect you from accidentally downloading malware, for instance. Also depends what you mean by 'privately'. Even if you use a VPN and then log in to Facebook or Google or where ever else you log in to. They can potentially track you via cookies placed in your browser. A VPN does not protect your privacy from the sites you visit, it simply 'protects' your IP address. What it does do is stop your ISP from being able to track your network traffic. A VPN is a Virtual Private Network between your VPN client and the VPN server. Any traffic between the two is encrypted and secure. Any site you visit while your VPN connection is active, it will seem to them that you are browsing from the VPN server. They will only be able to see the IP address of the VPN server. That is why choosing a server in another country helps you get around geolocking for streaming services. If you need to log in to anywhere, they will still know it is you. They will just think you are somewhere you are not. So yes, all these VPN services advertising increased privacy are selling snake-oil.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Automatically Delete Unauthorized Cookies from Morph upon Close

    Moved
    3
    1
    3 Votes
    3 Posts
    325 Views
    CraigC
    @domubpkm I don't use the private browsing feature in Morph. But what I understand is it will delete not only all cookies, but your history as well. If you run Morph in regular mode with this script, you can keep the cookies with sites you trust and all your history, too. Using this script would be similar to the Manage Exceptions feature in the Firefox Security and Privacy settings. There you can “Allow” certain websites to leave cookies while you have ticked a checkbox “Delete cookies when Firefox is closed”. So, you can login quicker with sites you trust and also quickly find that page you visited a couple days ago in your history.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 0 Votes
    7 Posts
    722 Views
    arubislanderA
    @Bokkenn said in Clickable: C++ template does not work on Focal (20.04): I forgot to specify the architecture. Needless to say, adding --arch arm64 to the command fixed the problem. Sorry for taking your time for such a trivial issue. Glad you got it sorted, although it is odd, as since a few versions --arch arm64 has been the default for clickable. Very odd indeed. Do you have setup somewhere in some configuration that amd64 should be the default on your development machine? I believe it would be good to have some mechanism in place to warn me if I attempt to install a .click with the wrong architecture. It only said "failed to install" from the command line, and installing manually though the phone only gave an "incorrect package format" from the OpenStore. Well, the 'failed to install' bit on the command line and especially the 'incorrect package format' that the OpenStore throws are the mechanisms I guess. Now looking back at your original post, I see that the answer was staring us right in the face, in the name of the click: /home/phablet/appname.yourname_1.0.0_amd64.click. I guess now we know.
  • 0 Votes
    1 Posts
    240 Views
    No one has replied
  • Issues with clickable gdb / gdbserver

    32
    0 Votes
    32 Posts
    6k Views
    T
    @jonius said in Issues with clickable gdb / gdbserver: @talkless please clean the build dir when switching between versions. I do clean. What am I missing? clickable clean --arch arm64 clickable clean --arch arm64 --libs clickable script prepare-deps --arch arm64 && clickable build --libs --arch arm64 && clickable build --arch arm64 --skip-review --release
  • 2 Votes
    5 Posts
    8k Views
    J
    Hi, I tested this solution with a Mi A2 phone using latest focal version and it works fine. However, in my phone I had to add a 2 second sleep after bringing up the wg interface, and then I had to add again the routes to the wg network. The contents of wgup.sh script are: #!/bin/bash sudo wg-quick up wg0 sleep 2 sudo ip -4 route add 10.8.0.1/32 dev wg0 sudo ip -4 route add 10.8.0.0/24 dev wg0 exit The wg kernel module is already enabled for this phone, as this command shows: cat /sys/module/wireguard/version 1.0.20201112
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • "Type FileDialog unavailable"

    2
    0 Votes
    2 Posts
    279 Views
    K
    As far as I know, QQC1 isn't available in UT Only QQC2. Also, file dialog isn't what works in UT. You'll have to use ContentHub
  • clickable errors

    Solved clickable
    3
    0 Votes
    3 Posts
    488 Views
    arubislanderA
    @wendor The issue was that clickable still defaults to ubuntu-sdk-framework-16.04, while your device is running 20.04. That was causing the error messages you were seeing.
  • Share address from contacts to uNav

    Moved
    7
    0 Votes
    7 Posts
    426 Views
    lduboeufL
    @chris_bavaria said in Share address from contacts to uNav: @lduboeuf said in Share address from contacts to uNav: Not possible afaik Ok I understand. Thanks. Maybe someday there will be a solution for this? Yes, should not be hard. Please file an issue here: https://gitlab.com/ubports/development/core/address-book-app