fairyglade / ly

display manager with console UI
Do What The F*ck You Want To Public License
5.47k stars 305 forks source link

Some settings in config.ini doesn't take effect #586

Closed Vonfry closed 6 months ago

Vonfry commented 7 months ago

My config.ini and strace output are here.

You can see xsessions=.... and waylandsessions=... in the cnofig. And strace read config.ini successfully (strace.log line 107). But it tried to open the default xsessions dir and incompleted wayandsessions dir (strace.log line 112-114).

How can I debug this issue? Is it something wrong during building process?

Vonfry commented 7 months ago

I think I find the reason. ly uses configator and configator parses a line with max length 80.