Boxes insert the absolute path of `qemu-system-x86_64` program
as found on `PATH` into the `<emulator>` element of the libvirt
config. But if we add qemu to `PATH` using a wrapper, the saved
path will point directly to a store path, which will break when
the store path is garbage collected.
Let’s drop it again so that qemu can be picked up from the environment
using a more stable path such as `/run/libvirt/nix-emulators/qemu-system-x86_64`
introduced by the `virtualisation.libvirtd.enable = true;` NixOS option.
This reverts commit ba1ecbea39,
essentially re-applying 120337053f.
Fixes: https://github.com/NixOS/nixpkgs/issues/57931
also pin the electron version to that specified upstream, otherwise
certain basic features like the login prompt do not show.
changelog: <https://github.com/h3poteto/whalebird-desktop/releases>
notable changes:
- add Persian translations
- update electron 17.3.0 -> 19.0.5
- display emoji reaction notifications in notifications timeline
- enable shortcuts to reload timeline and change focus
bugfixes:
- fix deleting tag timeline
- fix clearing notification dot on mention
- fix loading of ListMembership modal
- fix focus of NewToot modal
- fix closing sideBar
- fix z-index for knob and image modal
- fix en translation for sensitive contents
- Fix i18next when application is loaded
- fix visibility of boosted status
and about a hundred dependency updates :^)
also fix the .desktop file to reference zecwallet-lite by fully-qualified path.
abbrieviated change-log:
- sync improvements (save sync progress; faster syncs)
- full support for Orchard transactions
- full support for Orchard pool
- experimental support for Zebra-backed LightwalletD
- add spam filtering options
complete release notes
[here](https://github.com/adityapk00/zecwallet-lite/releases)