@Caedem Thank you very much. I added most of this results to the app.
Unfortunately there were inconsistencies in the previous version with “--num-threads = 2”. With the new version (1.2.1), the tests were slightly changed and should be more consistent now.
Posts
-
RE: ut-sysbench-qt-gui: Compare CPU performance of different devices
-
RE: i know support is cut but please help
@fihex123 Please follow the steps for the installation as descripted by arubislander.
You could also take a look at this step by step description: https://forums.ubports.com/post/43884
If you have no success, try a different USB cable and a different USB port. If you are using the Windows Installer, you could also check if it works better under Linux.
Sometimes the installation does not work the first time. -
RE: Problems working with libertine and snaps
@derbaertigefrytz I do not think, that you are missing anything. Libertine and Snaps do not work great for many graphical programs right now (this will probably improve in the future with changes to the desktop environment and underlying software). They are maybe more useful for terminal programs right now. You can often improve things by tinkering around a little bit, but it is certainly not ideal.
For a FireFox like browser, you could check out uWolf in the OpenStore.
-
RE: Where can i highlight spelling errors on app pages on the OpenStore website?
Hello @Opolork , as Bolly already pointed out, you can contact the developers over their gitlab (or github) accounts.
For the spelling error, you could open an issue like this:
1)
2)
3)
Please describe what the issue is ("Hello, I saw following spelling error at the description of the app in the open store...") and when the developer has time for it, he will maybe correct it. You do not need to set up an SSH key for this.
For directly suggesting a change to the source code, you can start a merge request. The description of the app in the open store is not part of the source code, so it can not be changed with a merge request. But should you see any spelling errors inside an app, you can most likely correct them with a merge request.
For a merge request you need to fork (make a copy with your own changes) the project first. Should you click on a file (for example po/es.po to change the Spanish translation) in the gitlab repository and than click on Edit > Edit single file at the top right, gitlab will automatically ask you, if you want to fork the project. Than you can edit your fork and make a merge request to the original repository. I will not explain it further, because I do not think that this is what you want to do here.Please be aware that the translation for the core apps is done over a translation dashboard, so you should not make translation merge requests for them (https://docs.ubports.com/no/latest/contribute/translations.html#how-to).
For using SSH functionalities of git, you can add an SSH key to your gitlab profile. I will also not explain it further, because I do not think that this is what you want to do here. I think it is not even necessary for making a merge request. And I think you should even be able to push and pull your own projects without an SSH key. Here is some gitlab specific documentation about it, should you be interested: https://docs.gitlab.com/user/ssh/
TL;DR: Just open an issue. You do not need to make a merge request or to set up an SSH key.
-
RE: Issue installing 24.04
@ma Maybe you could check, if you installed the stable image under System Settings > System information > OS > OS update channel.
I know that the installer wanted to install the daily build for me by default and that can cause all kinds of problems, so I had to manually select the stable build. -
RE: Snap issues on Ubuntu Touch
@arubislander Do you maybe mean uWolf or is there now also uFireFox?
-
RE: How can i install pip on ubuntu touch
@RJDan said in How can i install pip on ubuntu touch:
Detected apt
You are not supposed to directly install things with apt on Ubuntu Touch. But programs that you would usually install in Ubuntu with apt (or other package managers like pip) can maybe be installed in a container under Ubuntu Touch. This is especially useful for non graphical programs.
One container solution to do this is Libertine: https://docs.ubports.com/en/latest/userguide/dailyuse/libertine.html
-
RE: using Ubuntu Touch as o/s for IoT devices with RPi/Rockchip
@techwryte said in using Ubuntu Touch as o/s for IoT devices with RPi/Rockchip:
Currently Debian with XFCE works, but it is clumsy to use.
@techwryte said in using Ubuntu Touch as o/s for IoT devices with RPi/Rockchip:
Debian+Mobile DE would be ideal - unfortunately not that literate to know how to go about it in a way that we can create and deploy in production and maintain/update it in a consistent way
So if Debian works, but the desktop environment (XFCE) is to clumsy, it would maybe be the easiest and quickest solution to try out Debian+Gnome, before porting Ubuntu Touch or going for Ubuntu+Miriway (even if porting Ubuntu Touch or choosing Ubuntu+Miriway sounds much more exciting).
It should be no problem to install Gnome onto your existing Debian system. You can also start Gnome in X11 mode, if Wayland is not suitable for your software. Additionally "touchegg" is often recommended online, for touch gestures under X11, but I never have tried it out.
With the Gnome software center, you would also get graphical update notifications like you would get under Ubuntu, if you mean this with "maintain/update it in a consistent way".
For automatic installation of security updates, you could also check out "unattended-upgrades".A specific mobile DE, you could also look into, is Phosh. But it will probably not work with your remote access software.
-
RE: No cell broadcast received on 24.04.1.0 Beta 2
@kristatos I got my warning as a notification message and in the SMS app. I am under 20.04 and use a Pixel 3a. So it could also be a problem with some network providers.
-
RE: gcc 9.4 compiler in docker images
@oldpaint said in gcc 9.4 compiler in docker images:
I thought I would start with the Botan library so I ran the command 'clickable build --libs --verbose' and that provoked a download of the correct docker container for my phone, arm64. I can't seem to provoke a download for the desktop docker container, amd64. I tried 'clickable desktop ...' but no joy.
You could try 'CLICKABLE_ARCH=amd64 clickable build --libs --verbose' or 'clickable build --arch amd64 --libs --verbose' in order to specify the architecture.
Your architecture should also be defined in your manifest.json file. (The app template should provide a manifest.json file by default. It is maybe under data/. You can read about it here: https://clickable-ut.dev/en/latest/usage.html )
The architecture will probably be whatever architecture is specified when executing clickable (likely arm64 by default). -
RE: gcc 9.4 compiler in docker images
@oldpaint I think manifest.json, clickable.json and/or clickable.yaml, are the configuration files to look for. At least I get this from the documentation here: https://clickable-ut.dev/en/latest/usage.html
This also seems to be important: "The apparmor policy needs to match the framework. To let Clickable fill it, leave it empty or set it to @APPARMOR_POLICY@."
-
RE: gcc 9.4 compiler in docker images
@oldpaint Please take a look at the .json files in your project. You have probably defined the framework there like "ubuntu-sdk-20.04" (it is possible that it is defined in more than one .json file).
You probably need to replace the number with 24.04 or 24.04-1.0 (I am not sure, because I have not build for 24.04 jet).Edit: The new framework name gets explained here: https://forums.ubports.com/topic/10899/status-update-on-ubuntu-touch-24.04-1.x-march-april-2025
You can also define the framework as a parameter, when running clickable: "clickable CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 build" (for example).
You will also need a new version of clickable (I think 8.4). The minimum clickable version is usually also defined in a .json file. I hope that maybe helps. -
RE: No Wifi nor Cellular on miatoll on 24.04-1
@ferrieux 24.04 is currently not the stable version of Ubuntu Touch. Maybe installing the stable version (currently 20.04 (OTA-9) focal) could solve your problems. I think the ubports installer should also show you what version is stable.
-
RE: gcc 9.4 compiler in docker images
@oldpaint I think it should already be possible to build your app for nobel. But you will probably need to update your clickable docker image first. Of cause you can also wait for nobel being stable.
-
RE: Waydroid app install failed
@dafeihong Maybe you could try to download the APK inside Waydroid and install it from there. You will maybe also get a better Error message inside Waydroid, if it can not be installed.
-
RE: Welcome to the UBports community! Introduce yourself here!
If @k.nacke got banned because of his username: I think it was not supposed to be a stupid word play. When you search the web, it seems that there is actually a German living in Canada named "Kai Nacke" and he is also active on GitHub.
-
RE: Lenovo Tab M11 TB330FU Tablet (Android 14)
Hi @m.man, I do not know much about porting, but you will maybe get faster porting related answers at t.me/ubports_porting . If you want to ask in the forum, you maybe want to ask at https://forums.ubports.com/category/33/porting . It is a maybe a good idea to directly ask about porting and Android 14 and not to start your question with your specific device, because people usually do not like questions like "Will you port to [device X]?".
If you recently bought the device, you are maybe still be able to return the device to the seller without much complications, because porting is a lot of work and you will maybe brick your device in the process. So it is more convenient to get a device that is already ported to UbuntuTouch instead (Volla Tablet or Lenovo Tab M10 HD 2nd Gen 4GB/64GB).
Please be aware, that Ubuntu Touch is not a "normal" Linux distro (more restricted, some desktop apps do not work) and depending on your use case, it is maybe better to buy a tablet with Intel or AMD CPU and use standard Ubuntu or Debian (I think it is fairly easy to install Linux on some Surface Tablets).