Crazy stuff: sudo snap install signal-desktop
-
Actually I had looked through the portfolio of apps available in snapcraft.io for arm64, and I've not seen many that would make a lot of sense to use on a phone.
-
@pparent Just recently someone asked whether it's possible to edit Open Streetmap maps on UT...
How about this? https://snapcraft.io/josm
-
@Moem
Look a the interface it's very far from being responsive or usable on a phone screen, it's very much designed for desktophttps://josm.openstreetmap.de/wiki/Fr:Introduction
Good candidates are applications close to being responsive.
I guess you have noted there might be a future possibility to port for Organic Maps, their desktop app seem close from responsive (but requires Qt6)
https://flathub.org/en/apps/app.organicmaps.desktop
https://organicmaps.app/news/2024-01-27/how-to-run-organic-maps-on-windows/Also I've noted this app that could be cool:
https://snapcraft.io/openboardThe only tedious thing with this kind of package is that they have some dependencies that are not present in the system and that you have to embed inside the package. Well If it's a few dependencies it's ok but I guess when there are unmet dependencies about Qt modules it can get very tricky.
-
@pparent said in Crazy stuff: sudo snap install signal-desktop:
there might be a future possibility to port for Organic Maps, their desktop app seem close from responsive (but requires Qt6)
I use it on my desktop, like it but I find the possibility of using it on a small screen like the one of my FP5 rather unlikely. Could depend on how responsive it is really. I am investigating the possibility of using flatpak under UT BTW.
-
@gpatel-fr said in Crazy stuff: sudo snap install signal-desktop:
Could depend on how responsive it is really.
Well it seems to me that the Android app and the desktop app are the same code based on Qt. At least the two of them point to the same repository.
-
@pparent said in Crazy stuff: sudo snap install signal-desktop:
Android app and the desktop app are the same code based on Qt
Yes that's interesting. I think Okular supports also Android and I noticed with some surprise that opening the flatpak version on UT, it's possible to zoom in and out with the touch screen. If it's possible to do the same with Organic Maps, it could be interesting.
-
@pparent said in Crazy stuff: sudo snap install signal-desktop:
@Moem
Look a the interface it's very far from being responsive or usable on a phone screen, it's very much designed for desktopI will take you at your word. I just noticed it because of the recent question, that came up on Telegram.
-
@gpatel-fr said in Crazy stuff: sudo snap install signal-desktop:
I use it on my desktop, like it but I find the possibility of using it on a small screen like the one of my FP5 rather unlikely.
-
Thanks for pointing me to this interesting discussion.
It's easy to mask some parts of the UI to make it more compact, however it's reducing functionality.
Bringing it back in another way more appropriate for mobile is possible but it's making code more complex with more code paths. As you are a dev yourself I don't presume learning you the basics of your job

These points are not obvious to solve and are exactly raised by the reply from 'biodranik'. Nothing is impossible of course and compromises can be done (they tend to be temporary unfortunately as users are vocal) but there are always limits to complexity. So it could happen yes; my understanding is that the project is in a 'friendly' - hum - competition with a fork that happens to only targets mobile, ie Android; or it could not happen. Depends on the talent and persistence of the PR author.
In the mean time, much also depends on the possibility to use the UT OSK with Flatpak. I have a vague idea of compiling the Qt plugin for different versions of the Kde support packs and join it to the thing after installing a flatpak application. However compiling the plugin is easier said than done, I have already some frustrating hours done on this due to me being an ignoramus about QT
and that's only the beginning I would have to cross-compile it for arm next. Only after that could I check if it's a crazy idea that would never work or not :-). Obviously this would only target QT(Kde) Flatpak apps, but realistically Kde is more advanced toward a mobile convergent interface (with Plasma) than Gtk. -
But did you did you read this?
https://forums.ubports.com/topic/11546/organic-maps-on-ubuntu-touch/8
@bunt7 Contacted Alexander the Co-Founder of organic maps, and managed to convince him about the importance of Ubunt Touch, and he is now open to the idea of porting his app to Ubuntu Touch.
I'm also in direct contact with him, and he posted in the topic above, mentioning explicitly mobile Linux.
I'm not sure how much of work he would be willing to invest into this, but he is clearly open at least conceptually.
-
Yes I ack that they are open because I think I understand why. The idea is here but solving it is another story because there is always an effort for every result and sometimes the result is not worth it.
-
@gpatel-fr said in Crazy stuff: sudo snap install signal-desktop:
Yes I ack that they are open because I think I understand why. The idea is here but solving it is another story because there is always an effort for every result and sometimes the result is not worth it.
Well I don't think you should be so pessimistic:
- First because if they are showing some interest in porting their app, I don't know why suppose they are not willing to really do so.
- Second because Qt6 is supposed to enable cross-platform development easily.
- Third because you don't how the userbase of UT will evolve in the next years, let's how it could grow significantly making it more attractive to port some apps.
Of course the port might not happen overnight.