readium / r2-testapp-js

NodeJS Readium2 "test app"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux: Debian package works (unlike AppImage), but no top-level menu unless reader view open

danielweck opened this issue · comments

This in itself is not a big deal, but what is more annoying is that the small "open publication" dialog does not have a "exit" option, so it requires CTRL-C to shutdown!!

  1. Download r2-testapp-js_1.0.6-0_amd64.deb from https://github.com/readium/r2-testapp-js/releases/tag/latest-linux
  2. sudo apt-get install ./r2-testapp-js_1.0.6-0_amd64.deb
  3. r2-testapp-js

Related issue: #17

Same problem in Windows.

Fixed by adding the missing top-level menu, and more importantly by adding a confirmation dialog to exit the app (same logic on MacOS, Linux and Windows to make things simple, although conventionally there is a different behaviour on MacOS because of the persistent window-less top-level menu ... but this is fine for a test app)
55a341d