Will there be an official update of patchmanager in openrepos?
It seems like the artifacts can no longer be downloaded, and it would be great to have an easier way to install the newer version.
If this is still needed, I managed to build patchmanager3 on OBS (as a learn project, I donāt know how to use CODeRUSā docker images yet) and there are some rpm repos there.
The branch I built contains two fixes I toyed with, one to make it build on aarch64 and another one to work with busybox.
If you want to test these, enable ssh developer first and check that you can connect to your device in case liptstick doesnāt start. Then, from the same ssh connection
# zypper ar http://repo.merproject.org/obs/home:/b100dian:/patchmanager/sailfish_latest_aarch64/ patchmanager-obs
# zypper ref
# zypper up
(Follow the instructions from zypper if you get unsigned, existing installation etc errors)
(The url for arm32 ends in sailfish_latest_armv7hl)
Does it work with sandboxed (or is it sailjailed) programs? At some point I was able to patch the pulley menu in some apps, but not in Calendar, for example.
I donāt think there is a proposed solution for this except patching the actual files. Someone correct me if Iām wrong but:
PM relies on LD_PRELOAD, stuff being available in the global /tmp/, and possibly more.
It probably could be done (i.e. changing the sailjail config so it allows these), but it would need to be per-app (which poses a chicken-and-egg problem), and actually preloading random libs and loading stuff from /tmp at execution is something a jail is explicitly designed to make hard ā in other words what PM does is exactly what firejail was written for to preventā¦
Thanks, that was the reason for qml error - the content of the files was probably not loaded. Email pulley menu I got! (why is that not in the web catalog anymore?)
Hey, @coderus : is there a chance you could, e.g.: modify the patchmanager RPMās post-install script so it updates this .local file?
(e.g.: similar to what you did in alien-dalvik-control ?)