-
stilic
Hello
-
krig
Hey đź‘‹
-
stilic
for some reason i get a "failed to load environment variables" error when launching gram
-
stilic
otherwise everything seems to work just fine
-
stilic
nvm that seems to happen when i start fish from .bashrc
-
krig
ah, alright :)
-
mj_joyless
hey hey! I was wondering if it's possible to set specific style overrides for things like the indentation guides, or better yet the inlay hints. Drive's me crazy that the inlay hints aren't smaller and italic by default, or have a rounded background like some IDEs
-
krig
Hmm, do you have any screenshots of what you’d like it to look like? I am also annoyed by the inlay hints, it’s too hard to tell what’s a hint and what’s the code! Just haven’t gotten to working on it yet. It would be great if you could create an issue with some examples of better hints
-
stilic
i did found another error now: when i launch an executable from a terminal while using the flatpak, i get this error: ``` guest@redtuf ~/Git/nextdash $ love . love: /var/lib/flatpak/app/app.liten.Gram/x86_64/master/efbd29b9dda38eaca027f20bc0bde7590377bfea85638352d5e437801eec2d1c/files/lib/libxkbcommon.so.0: version `V_1.10.0' not found (required by /usr/lib64/libSDL3.so.0) ```
-
stilic
from what i understand it's related to some injected environment variables
-
krig
The flatpak is a bit of a mess.. if you figure out what the issue is there that would be great. It sounds like the terminal is running sandboxed or with libraries loading from inside the flatpak for some reason..
-
stilic
> The flatpak is a bit of a mess.. if you figure out what the issue is there that would be great. It sounds like the terminal is running sandboxed or with libraries loading from inside the flatpak for some reason.. the issue for me was the injected LD_LIBRARY_PATH ↺
-
stilic
so this https://codeberg.org/GramEditor/gram/src/commit/e45e7c1be9adb7a10ef1e2149ec68c1dcfadd927/crates/cli/src/main.rs#L812