UT Fork request
-
Just pip ......im all over the 3rd party library spectrum im on focal
-
@developerbayman said in UT Fork request:
introducing another path to faster development.
A laudable goal in itself. But where would all these developed apps be able to run on? Would you be still also targeting regular Ubuntu Touch? Then you would still need to tackle some of the issues you are encountering.
-
@arubislander alot of my deving is about cross platform but for ubuntu touch i would mod UI for mobile ......currently im looking directly at ubuntu touch
-
@arubislander right now i just need python ......not a minimal version ......just python3 in all its glory
-
Also why cant i edit source.list .....since ota-25 .....i cant .....at all
-
@developerbayman I understand, but you would still need to figure out how to bundle all those third party libraries with your app into a click if you wanted those apps to be available for Ubuntu Touch to those other than yourself.
-
@developerbayman OTA-25? But I thought you said you were on Focal? OTA-25 is Xenial.
-
@arubislander that would be easy .....i know iv installed clickable on device before when i could edit sources.list it worked then .....in fact if pip was present it would be super easy write python code then bundle it with clickable on device .....i would convert my clickable manager utility to python then put it in the ide itself
-
@arubislander my bad lemme double check
-
@developerbayman my bad yeah im still on xenial
-
@arubislander but i guess for what im trying to do does it really matter?
-
@developerbayman it might it. Xenial's packages are, as you mentioned, outdated. So are Focal's by now, but at least they are more up to date by 4 years. Also Focal has support for XWayland, while Xenial uses XMir.
But another thought occured to me. Have you considered installing full Ubuntu in a chroot in your home folder? At least in that way you should be able to install any packages you would like. Not sure what it would take to start start GUI apps from inside the chroot, so that would need to be researched.
-
@arubislander thats a really good idea
-
@arubislander dont really need a gui just python also as long as it uses lomri cause i wanna make the ui compatible nativly
-
This python ide im making while it can be used on regular ubuntu im designing it specifically for UT ......and why im upset lol .....lol i know im a drama queen
-
@developerbayman I meant running the graphical app you would be developing inside the chroot, from inside the chroot.