i decided to test out fnott, but short after installing it from repos of my distro i noticed that it segfaults
shortly after that with strace and a bit of debugging a build from git i found the cause.
# This file is written by nwg-look. Do not edit.
[Icon Theme]
Name=Default
Comment=Default Cursor Theme
Inherits=
theme at ~/.local/share/icons/default/index.theme, generated automatically by nwg-look, inherits... nothing?????
due to that, value as passed to strtok_r in file icon.c at line 125 is NULL
so i made a simple ad-hoc-ish check that simply skips such key
fell free to reject, i don't know anything
i decided to test out fnott, but short after installing it from repos of my distro i noticed that it segfaults
shortly after that with strace and a bit of debugging a build from git i found the cause.
```
# This file is written by nwg-look. Do not edit.
[Icon Theme]
Name=Default
Comment=Default Cursor Theme
Inherits=
```
theme at `~/.local/share/icons/default/index.theme`, generated automatically by nwg-look, inherits... nothing?????
due to that, value as passed to strtok_r in file icon.c at line 125 is NULL
so i made a simple ad-hoc-ish check that simply skips such key
fell free to reject, i don't know anything