Matthieu Gautier
Matthieu Gautier
Yes it is feasible. At least we will be able to have some trace and solve issues. Next question will be : "What to do when native code crash ?"...
I'm not sure about the functional part. When I run this branch with `LANG=ar kiwix-desktop` have got this:  The search icon "glass" is on the...
AppImage build on local system works correctly.
Few more information : - Last nightly version (https://download.kiwix.org/nightly/2022-03-16/kiwix-desktop_x86_64_2022-03-16.appimage) doesn't need the workaround as it as been fixed by https://github.com/kiwix/kiwix-build/pull/520 - Running kiwix-destkop appimage with env var `QTWEBENGINE_REMOTE_DEBUGGING=8080` start a...
Yes, I've tried to compare strace/`LD_DEBUG=1`/`QT_DEBUG_PLUGINS=1 QML_IMPORT_TRACE=1` but I've found nothing convincing. But I can provide you the two appImage if you want to try. Maybe you will have a...
Last nightly version (https://download.kiwix.org/nightly/2022-06-22/kiwix-desktop_x86_64_2022-06-22.appimage) have the same issue.
I have opened a issue upstream (https://github.com/probonopd/linuxdeployqt/issues/554) with a small repro case without all the kiwix stack.
It is in the kiwix-desktop repository https://github.com/kiwix/kiwix-desktop/blob/master/resources/org.kiwix.desktop.appdata.xml However, the date/version in that file are effectively wrong. I'm moving the issue to kiwix-desktop
The menu is handled by Qt (and the shadow by the window manager). I'm not sure we can do something here.
I'm in favor of not doing it. Besides it will complicate our code to not draw ourselves the shadow if desktop already does it, it will provides odd user experience...