mxaddict
mxaddict
As you can see from the `/var/log/lemurs.log` first launch of Hyprland works fine, but once you've logged out or killed hyprland, second login attempt will cause hyprland to crash repeatedly.
> To be honest, this might very well be linked to #184. I think we should solve that and assess if this bug still exists. Yes, the symptoms for both...
I think relative paths are a good addition (Assuming that it's relative to the main config file) Would allow for configs like so: ```toml import = [ "./tokyo-night.toml", "./common.toml", ]...
> Thank you for the PR. Let's wait with this PR until after #2755 has landed to avoid creating conflicts. Thanks for the update, let me know when it's viable...
> #2755 is now merged Does #2755 add support for jsonc files? Or do I need to fix my merge?
Alright, I'll rebase this PR on new master branch
I've applied my changes to the new structure, not 100% sure that it's done correctly though, let me know if anything needs changing.
> Shouldn't AWS `config` & `credentials` be parsed as TOML instead of INI? I'm not sure, the official amazon docs that I looked at did not mention if it was...
> > Shouldn't AWS `config` & `credentials` be parsed as TOML instead of INI? > > I'm not sure, the official amazon docs that I looked at did not mention...
I seem to be able to run the app when running it with the `--disable-gpu-sandbox` flag ``` ~/.itch/app-25.6.2/itch --disable-gpu-sandbox #works ~/.itch/app-25.6.2/itch #fails with the above error about GPU not being...