Slope
Slope
Now that you mention it, this problem only cropped up for me after I installed Nix and Nix-Darwin... Damn.
Made a [pull request](https://github.com/XAMPPRocky/tokei/pull/880) to the tokei repo for Fennel language support
My Fennel support [pull request](https://github.com/XAMPPRocky/tokei/pull/880) has just been merged into `tokei`'s [master branch](https://github.com/XAMPPRocky/tokei). Are there any plans to use `tokei` branches other than official releases for `onefetch`?
I attempted a build after installing the dependencies @nilbot had listed, and after running `meson compile -C _mesonbuild` I ended up with the following two messages at the very end...
It seems that PR managed to fix the issues regarding the `LINGUA` file, but unfortunately attempting to run the executable still results in this same error message: ``` thread 'main'...
I'd forgotten, but it turns out [`/usr` is protected in macOS](https://apple.stackexchange.com/questions/301976/mac-os-x-wont-let-me-mkdir-usr-share-tomcat6-even-as-root) by [SIP](https://support.apple.com/en-us/HT204899), meaning not even a root user is able to modify the contents of the directory. Apparently, the...
I tried changing the path to the `gresource` file to be `/usr/local/share/rnote/resources.gresource` instead, just so I could actually place the `gresource` file in there manually. After that, I attempted to...
It turns out I was just missing permissions issues related to setting my prefix as `/usr/local` (editing requires `sudo`), so I just changed my prefix to `~` and I ended...
After exporting the path as @flxzt suggested, I can confirm the app now works. I've tried testing out drawing, erasing, and file saving features, and it all seems functional at...
I've just made the [pull request](https://github.com/flxzt/rnote/pull/215). I hope I didn't mess anything up 😅 Edit: It as now been merged with master!