Open IogaMaster opened 1 year ago
thanks @IogaMaster
I am seeing this on my nix os as well:
nix-shell -p nix-info --run "nix-info -m"
- system: `"x86_64-linux"`
- host os: `Linux 6.1.57, NixOS, 23.05 (Stoat), 23.05.20231013.898cb20`
- multi-user?: `yes`
- sandbox: `relaxed`
- version: `nix-env (Nix) 2.17.0`
- channels(root): `"nixos-23.05"`
- nixpkgs: `/etc/nix/inputs/nixpkgs`
The issue with logseq is caused by the electron version not matching upstream after #264884. This causes the search index error.
The issue with logseq is caused by the electron version not matching upstream
Then it's probably fixed by now. Can you test again?
Their electron is 27.1.3 while our electron is 27.2.2.
I can confirm that the error is still present on the latest version.
the error is still present on the latest version.
FYI, corresponding issue in logseq: https://github.com/logseq/logseq/issues/10851
Describe the bug
A clear and concise description of what the bug is.
Steps To Reproduce
Steps to reproduce the behavior: Open logseq, after #264827 is merged. Type in the window.
Expected behavior
No errors.
Screenshots
Additional context
Running the appimage with
appimage-run
resolves the issue.Notify maintainers
@IogaMaster
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.