Hi all. I'm looking to make a Python script part of my Ubuntu Touch experience. That script depends on a few external libraries. I understand the lack of desire to allow users to modify the root FS easily, so I opted to look into python's venv system. Venv is not part of Ubuntu Touch, unfortunately.
Short of spinning up a whole Libertine container or hacking a static link to the library, is there a way to run a script with a pip dependency from stock UT?
Posts made by kryma
-
Installing Python modules without extensive overhead?
-
RE: Ubuntu Touch Q&A 105 Saturday 31st July At 19:00 UTC
First time at the Q&A, so it might be a bit of a mouthful:
Get us excited about Focal! You mentioned that there won't be any noticeable changes in the user-facing side of the system once the migration hits. What will the 20.04 core allow the dev team to do, what should we expect to start seeing more of once we're on the new LTS?
The 20.04 migration has taken the dev team a good amount of time so far - a gargantuan task for sure. Do you expect to have an easier time porting to the future LTS releases - or are we doomed to a race to keep up?
How would one approach getting into contributing to the core apps? These have internal dependencies and a complex file structure, it seems - is there any documentation to read past the intro to Clickable?
Qt is an absolutely integral part of Ubuntu Touch. It is also proprietary, non-free (in both ways) software. Has the project encountered any trouble with that?
Thank you for this project. The fact that we have a daily drivable system outside of the big two is amazing. Even more amazing is how viable of a choice it's becoming. Just having both Anbox and Libertine in your pocket is a killer feature already - big props to all the devs that moved us all towards it.
-
RE: What's the dev team's workflow for editing core apps?
@keneda That's the intent - but would hate to get a community's hopes up until this thing works for one person.
As for the tweak's contents, it's issue #727 on GitHub. I don't like that it's still open.
-
What's the dev team's workflow for editing core apps?
I am looking to patch a core Ubuntu Touch app for personal use (Address Book in particular). What's the workflow the core dev team tends to use for editing apps?
The QT files imply a RAD editor, but there's not a project file in sight, and the QTCreator fails with strange errors. One I'm looking at in particular right now is a lack of file called
Qt5ContactsConfig.cmake
. The app builds fine using Clickable, so I think I should have everything needed, library-wise.(Feel free to move if that's the wrong forum. App development seems a bit of a different use case.)