Matthieu Gautier
Matthieu Gautier
### Expected behavior It would be nice to have a specific layout (different) per workspace. ### Actual behavior All workspaces share the same layout. If you change the layout on...
kiwix-desktop appimage (both released (https://download.kiwix.org/release/kiwix-desktop/kiwix-desktop_x86_64_2.1.0-1.appimage) and nigthly (https://download.kiwix.org/nightly/2022-03-02/kiwix-desktop_x86_64_2022-03-02.appimage)) do not display anything in the web views (library and zim) on Fedora 35 Appimage is run with the workaround explained here...
If using the wayland compositor, the fullscreen functionality hide the window. Switching back to normal display the window correctly. It is a wayland/QT bug (https://bugreports.qt.io/browse/QTBUG-58574), there is nothing we can...
When using the contentManager to download a file, a user select "All files" (who is actually "Remote files") and click on the download button of the zim he want to...
`KIWIX_DATA_DIR` env variable can be used to force a specific directory to put all configuration/zim somewhere (instead of the default user data dir). At exist, we tell aria2 to save...
Of fedora 34, if kiwix-desktop is installed with a rpm, when opening two zim files (by clicking on two zim files in the file browser), only one kiwix-desktop instance is...
Article http://library.kiwix.org/wikipedia_en_medicine_nodet_2019-08/A/Retina and http://library.kiwix.org/wikipedia_en_medicine_nodet_2019-08/A/Lipemia_retinalis are very close. They have the same title and the content is the same. There are some difference in the html. (Especially a `` in `A/Lipemia_retinalis`.
Fixes #670
Creator spawn worker threads to compress/index the item's content provided by user-code. Those workers call user-code to get the content (user have to implement the item interface. The code may...