• Logs from app crash

    12
    0 Votes
    12 Posts
    630 Views
    A
    @arubislander No worries. I understand and respect that people have their lives. Also I know how it is sometimes hard to find time and energy for hobby projects. I appreciate all replies you sent me.
  • App crash with pthread_mutex_unlock assertion

    1
    0 Votes
    1 Posts
    144 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    137 Views
    No one has replied
  • VPN Failed No Valid Secrets. ProtonVPN 2023

    3
    0 Votes
    3 Posts
    400 Views
    C
    @davedanger thanks for info. i will try that
  • Is anyone working on a Deutschland-Ticket App for Ubuntu Touch? D-Ticket

    Moved
    11
    0 Votes
    11 Posts
    855 Views
    Schlicki2808S
    @GT Oh, thanks for the information. Then, I would go the same way, I think
  • Swift Programming Language Port

    3
    0 Votes
    3 Posts
    219 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
    296 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
    249 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
    420 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
    198 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
    256 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
    588 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
    213 Views
    No one has replied
  • Issues with clickable gdb / gdbserver

    32
    0 Votes
    32 Posts
    5k 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