StandardNotes not working

Hi everyone! I installed NixOs on my machine and trying to install and use standardnotes.

I thinking the problem is because it’s an electron app, but I’m using Bruno that is electron and worked fine.

Standard notes opens and stucks on a blank page.

I tried to run in terminal to see what happens and this is the log:

18:50:31.718 › APPIMAGE env is not defined, current application is not an AppImage
extServer: Server started at http://127.0.0.1:45653
18:50:32.467 › APPIMAGE env is not defined, current application is not an AppImage
[30143:0811/185034.655648:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
[30143:0811/185035.758035:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!

I see another topic about standard notes and the problem in this topic is about permission, my problem is not that (I think). Because I own the .config folder.

I don’t know what to do to make standard notes work. :sob:

I have the same issue - the error relating the opengl or opencl (not near machine to check details). Running from CLI shows errors that may help…

I get the same error minus the APPIMAGE env error, so perhaps you have more than one issue.

Sorry I haven’t had chance to look at this yet. I’ll update if I find anything

Thank you!

Anything could help us about this error.

Something I tried here is to with flakes build directly standardnotes from the repository without success.

I’m trying this doc: ## Installing System Software from Other Flake Sources

The error is very strange:

error:
       … while updating the lock file of flake 'path:/etc/nixos?lastModified=1724035820&narHash=sha256-1loLc2RMQwBFaFn7Zt28QQpDl%2B9scJH4b/hFoghhlEs%3D'

       … while updating the flake input 'standardnotes'

error: getting status of '/nix/store/msfazlhbpm7jgpixg3aq1qh3h0k2llk3-source/flake.nix': No such file or directory

Are you using an AMD GPU? It looks like something to do with OpenGL. I’m having an issue with OpenCL that “mostly works”, but not completely. I’m wondering if it is a wider AMD GPU issue.

Is your flake.nix checked into git? Flakes in git repos can only “see” files that are checked into/staged in git.

No, I’m using a nvidia gpu.

My flake.nix is not checked into git. It’s a local file inside /etc/nixos/flake.nix . In the future I’ll put these configs in a git repository