kiwix-desktop icon indicating copy to clipboard operation
kiwix-desktop copied to clipboard

Kiwix for Windows and GNU/Linux desktops

Results 168 kiwix-desktop issues
Sort by recently updated
recently updated
newest added

At https://flathub.org/apps/details/org.kiwix.desktop * "Updated" (date) is wrong/outdated * "Version" is wrong/outdated

enhancement
Linux

Since kiwix-desktop use a custom scheme, to enable support for the service-worker based replay, the following flag should be enabled: ``` scheme.setFlags(QWebEngineUrlScheme::ServiceWorkersAllowed); ``` https://doc.qt.io/qt-5/qwebengineurlscheme.html Hopefully this will make it work,...

bug
enhancement
question
Qt

#816 has allow us to detect many weaknesses in the way how we deal with download cancelling and file suppression. We should improve that points,

enhancement

Following up on [Libkiwix#696](../../libkiwix/issues/696) Currently zimit-generated files can only be read on Kiwix-Android and Kiwix-serve (K-Desktop has a workaround but it's not main stuff). Kiwix-desktop cannot read these files at...

enhancement

Found in current 'master' (0183274f) ![Screenshot from 2021-02-26 01-24-02](https://user-images.githubusercontent.com/5078434/109199198-b98fa080-77d1-11eb-979f-f3b2cfaaa42c.png) ![Screenshot from 2021-02-26 01-24-09](https://user-images.githubusercontent.com/5078434/109199211-bd232780-77d1-11eb-9ef2-1d91a85c0620.png) 'Glasses' icon does not have a tooltip. Also, a placeholder text in Search bar repeats the current...

enhancement
UI

Like here in the mockup: ![image](https://user-images.githubusercontent.com/1029718/79193487-04f3c700-7e2b-11ea-9da4-0221ca1a0f91.png)

enhancement
question
UI
Qt

kiwix-desktop 'master' (830e19bb) Found during working on #454 From src/zimview.cpp: ```c emit mp_tabBar->currentTitleChanged(str); emit mp_tabBar->currentZimIdChanged(zimId); emit mp_tabBar->webActionEnabledChanged(QWebEnginePage::Back, mp_webView->isWebActionEnabled(QWebEnginePage::Back)); emit mp_tabBar->webActionEnabledChanged(QWebEnginePage::Forward, mp_webView->isWebActionEnabled(QWebEnginePage::Forward)); emit mp_library->bookmarksChanged(); ``` According to Qt documentation, this is...

enhancement

When I delete a ZIM file from the library, it is also deleted from the hard disk at the same time! And the basket remains empty! **Ubuntu 18.04 Unity** +...

enhancement
stale
Qt

The flavours should be a sub-devision of the the same content.

enhancement
question

The library is the view which allows to handle books, locally (when books are already downloaded) or remotely (from the online catalog) to download them. Here is how it looks...

enhancement
UI
stale
Qt