![]() |
2020-12-24
, 20:20
|
Posts: 11 |
Thanked: 18 times |
Joined on Sep 2020
|
#393
|
![]() |
2020-12-25
, 09:07
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#396
|
![]() |
2020-12-25
, 11:18
|
Posts: 11 |
Thanked: 18 times |
Joined on Sep 2020
|
#397
|
Please uninstall all RPMs that you installed for flatpak support and install them again on your phone. Do not mess with /usr/XXX files manually unless you develop something and know what are you doing. Copying the files from one device to another should not be needed
flatpak remove org.kde.mobile.angelfish devel-su pkcon remove flatpak-runner devel-su pkcon refresh
devel-su pkcon install flatpak-runner flatpak-runner ^c
flatpak install --user org.kde.mobile.angelfish flatpak-runner ^c flatpak-runner org.kde.mobile.angelfish
bwrap: Can't mount devpts on /newroot/dev/pts: Operation not permitted error: ldconfig failed, exit status 256
![]() |
2020-12-25
, 21:47
|
Posts: 1,414 |
Thanked: 7,547 times |
Joined on Aug 2016
@ Estonia
|
#398
|
The Following 4 Users Say Thank You to rinigus For This Useful Post: | ||
![]() |
2020-12-26
, 19:03
|
Posts: 3 |
Thanked: 4 times |
Joined on Jun 2017
@ Germany
|
#399
|
![]() |
2020-12-26
, 20:05
|
Posts: 11 |
Thanked: 18 times |
Joined on Sep 2020
|
#400
|
@ogustbiller - you would have to uninstall dependencies that were pulled from my flatpak repo as well. flatpak-runner is mostly GUI, there are few other packages involved. Just check what you have installed from the repo and remove that. the files you deleted were from another package, probably flatpak - but I don't remember for sure.
![]() |
Tags |
flatpak |
Thread Tools | |
|
I deleted usr/libexec/flatpak* files. How i can get them again? All flatpak apps crash after startup with exit code 1 and log:
[nemo@Sailfish flatpak]$ flatpak-runner org.kde.mobile.angelfish
Starting: org.kde.mobile.angelfish
[D] unknown:0 - Using Wayland-EGL
Wayland socket: ../../display/wayland-1
WAYLAND_DISPLAY="../../display/wayland-1" FLATPAK_MALIIT_CONTAINER_DBUS="unix:abstract=/tmp/dbus-CdCjMOOlsh,guid=e35d30e5b1989ab21342457a5fe4ccb4" flatpak run --env=QT_WAYLAND_FORCE_DPI=129 --env=QT_SCALE_FACTOR=2 --filesystem=/system:ro --filesystem=/vendor:ro --filesystem=/odm:ro --device=all --talk-name=org.maliit.server --env=QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu-compositing --env=QTWEBENGINE_DISABLE_GPU_THREAD=0 --env=QT_QUICK_CONTROLS_MOBILE=1 --env=QT_QUICK_CONTROLS_STYLE=Plasma --env=filesystem=homr --env=HYBRIS_EGLPLATFORM_DIR=/usr/lib/arm-linux-gnueabihf/GL/host/lib/libhybris --env=HYBRIS_LINKER_DIR=/usr/lib/arm-linux-gnueabihf/GL/host/lib/libhybris/linker --env=HYBRIS_LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/GL/host/libexec/droid-hybris/system/lib:/usr/libexec/droid-hybris/system/lib:/vendor/lib:/system/lib --env=LD_LIBRARY_PATH=/usr/lib/arm-linux-gnueabihf/GL/host/lib org.kde.mobile.angelfish
[W] unknown:0 - Theme dir "/usr/share/themes/jolla/meegotouch/z1.25/" does not exist
[D] onCompleted:433 - Warning: specifying an object instance for initialPage is sub-optimal - prefer to use a Component
[W] unknown:53 - file:///usr/share/flatpak-runner/qml/main.qml:53:26: Unable to assign [undefined] to bool
error: Failed to execute child process ?/usr/libexec/flatpak-bwrap? (No such file or directory)
[D] expression for onExit:59 - Skipping quit as it will hang the window. Proper exit is needed
What can i do?