maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   SailfishOS (https://talk.maemo.org/forumdisplay.php?f=52)
-   -   Flatpak on Sailfish OS (https://talk.maemo.org/showthread.php?t=100909)

taixzo 2020-07-03 21:03

Re: Flatpak on Sailfish OS
 
I mean, there are some fully released clients (e.g. MiniVector) that don't bother to handle event deleting or editing.

cy8aer 2020-07-03 22:06

Re: Flatpak on Sailfish OS
 
Quote:

Originally Posted by taixzo (Post 1568180)
I mean, there are some fully released clients (e.g. MiniVector) that don't bother to handle event deleting or editing.

Those must bother - believe me. No Quaternion flatpak?

taixzo 2020-07-04 04:44

Re: Flatpak on Sailfish OS
 
by "don't bother" I mean that when an edit is sent it just adds the edited message to the bottom of the message list rather than updating the original, and deletes...do nothing aside from trigger the notification sound, the message is still there

rinigus 2020-07-04 07:10

Re: Flatpak on Sailfish OS
 
@cy8aer, don't know if it of any help. There is matrix client Mirage which is also using nio/pyotherside/qml. Maybe it is possible to reuse some of it's code when needed. It's not feature complete, but maybe useful to check.

Quaternion I haven't checked. When needed, using Mirage via flatpak.

monkeyisland 2020-07-04 14:33

Re: Flatpak on Sailfish OS
 
Hi there how are the override dpi settings for angelfish on xa2 ?
Please help.
And how can i delete the history?;)

carmenfdezb 2020-07-11 07:05

Re: Flatpak on Sailfish OS
 
I've updated angelfish today and I can't open it (Application finished with exit code 127).
If I open angelfish from terminal:

Code:

Starting: org.kde.mobile.angelfish
[D] unknown:0 - Using Wayland-EGL
Wayland socket: ../../display/wayland-4
WAYLAND_DISPLAY="../../display/wayland-4" FLATPAK_MALIIT_CONTAINER_DBUS="unix:abstract=/tmp/dbus-dE9VOVs7cU,guid=bd502d77f64cb830afc925445f096323" flatpak run --env=QT_WAYLAND_FORCE_DPI=240 --filesystem=/system:ro --filesystem=/vendor:ro --filesystem=/odm:ro --filesystem=/plat_property_contexts:ro --filesystem=/nonplat_property_contexts:ro --device=all --talk-name=org.maliit.server --env=QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu-compositing --num-raster-threads=1 --enable-viewport --disable-composited-antialiasing --env=QTWEBENGINE_DISABLE_GPU_THREAD=1 --env=QT_QUICK_CONTROLS_MOBILE=1 --env=QT_QUICK_CONTROLS_STYLE=Plasma --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
[D] onCompleted:424 - 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
angelfish: error while loading shared libraries: libopenh264.so.6: cannot open shared object file: No such file or directory
[D] expression for onExit:59 - Skipping quit as it will hang the window. Proper exit is needed

Any ideas how to solve this issue?

rinigus 2020-07-11 07:31

Re: Flatpak on Sailfish OS
 
Quote:

Originally Posted by carmenfdezb (Post 1568258)
I've updated angelfish today and I can't open it (Application finished with exit code 127).
If I open angelfish from terminal:

Code:

Starting: org.kde.mobile.angelfish
[D] unknown:0 - Using Wayland-EGL
Wayland socket: ../../display/wayland-4
WAYLAND_DISPLAY="../../display/wayland-4" FLATPAK_MALIIT_CONTAINER_DBUS="unix:abstract=/tmp/dbus-dE9VOVs7cU,guid=bd502d77f64cb830afc925445f096323" flatpak run --env=QT_WAYLAND_FORCE_DPI=240 --filesystem=/system:ro --filesystem=/vendor:ro --filesystem=/odm:ro --filesystem=/plat_property_contexts:ro --filesystem=/nonplat_property_contexts:ro --device=all --talk-name=org.maliit.server --env=QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu-compositing --num-raster-threads=1 --enable-viewport --disable-composited-antialiasing --env=QTWEBENGINE_DISABLE_GPU_THREAD=1 --env=QT_QUICK_CONTROLS_MOBILE=1 --env=QT_QUICK_CONTROLS_STYLE=Plasma --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
[D] onCompleted:424 - 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
angelfish: error while loading shared libraries: libopenh264.so.6: cannot open shared object file: No such file or directory
[D] expression for onExit:59 - Skipping quit as it will hang the window. Proper exit is needed

Any ideas how to solve this issue?

Looks like someone updated something in ffmpeg/angelfish/platform builds and it all got broken :( . I will ask around...

carmenfdezb 2020-07-11 09:09

Re: Flatpak on Sailfish OS
 
Quote:

Originally Posted by rinigus (Post 1568259)
Looks like someone updated something in ffmpeg/angelfish/platform builds and it all got broken :( . I will ask around...

Telegram desktop doesn't work either :(

rinigus 2020-07-11 09:16

Re: Flatpak on Sailfish OS
 
In general, looks like something is broken. So, if you haven't updated today, please refrain from it. We, the ones that updated, will have to suffer for some time until fix is pushed

I have contacted the folks responsible for KDE Flatpak platform. Let's see when we get it fixed.

carmenfdezb 2020-07-11 09:25

Re: Flatpak on Sailfish OS
 
Quote:

Originally Posted by rinigus (Post 1568261)
In general, looks like something is broken. So, if you haven't updated today, please refrain from it. We, the ones that updated, will have to suffer for some time until fix is pushed

I have contacted the folks responsible for KDE Flatpak platform. Let's see when we get it fixed.

Thank you so much!


All times are GMT. The time now is 18:54.

vBulletin® Version 3.8.8