albinabc

Results 6 comments of albinabc

Was also expecting to user .config folder. But for me even the Application Support folder doesn't seem to work. Tried with both creating the folder /superfile and putting the config.toml...

Ahh. Tested building from source now instead, and now the pl command works, and I can get the config path. However, one thing I'm noticing is that if I try...

I tried updating the config path in the src and rebuilding, to see if I could put the config files in the .config/superfile folder instead. But that doesn't seem to...

Just updated to try, did the config in `/src/config/fixed_variable.go` as you mentioned, rebuilt and moved the executable (to a non-privileged folder and running from there instead), but no difference. So...

```go var HomeDir = xdg.Home var SuperFileMainDir = "~/.config/superfile" var SuperFileCacheDir = "~/.config/superfile" var SuperFileDataDir = "~/.config/superfile" var SuperFileStateDir = "~/.config/superfile" ``` And also ```go var ( ThemeFoldera string =...

Heyy that works! I guess it's still a mystery as to why the original XDG path did not work for me, because then I hadn't fiddled with the paths or...