Describe the bug
After installing FBreader using nix-env there are missing files. This makes UX very confusing, e.g. keyboard controls won't work, CSS is missing.
To Reproduce
Steps to reproduce the behavior:
nix-env -iA nixos.fbreader
run FBreader
try to use keyboard controls for example
/nix/store/.../share/FBreader/default/{keymap,styles}.xml files are missing
Expected behavior
You should be able to navigate UI using keyboard controls. Books should use different fonts for different book elements, e.g. titles should be bold, centered and use larger fonts.
Additional context
There are several problems with this package. Installing it by nix-shell works fine for some reason bu it has its own quirks, e.g. it creates /usr/share/applications directory and nix store timestamps won't be normalized.
Another issue is the sources version which was changed in #45840. GitHub repository is apparently older than official tarball on the web site (0.99.4), while version number is higher at the same time (0.99.6).
Describe the bug After installing FBreader using
nix-env
there are missing files. This makes UX very confusing, e.g. keyboard controls won't work, CSS is missing.To Reproduce Steps to reproduce the behavior:
Expected behavior You should be able to navigate UI using keyboard controls. Books should use different fonts for different book elements, e.g. titles should be bold, centered and use larger fonts.
Additional context There are several problems with this package. Installing it by
nix-shell
works fine for some reason bu it has its own quirks, e.g. it creates/usr/share/applications
directory and nix store timestamps won't be normalized.Another issue is the sources version which was changed in #45840. GitHub repository is apparently older than official tarball on the web site (0.99.4), while version number is higher at the same time (0.99.6).
Notify maintainers @coroa