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?
My config.ini and strace output are here.
You can see
xsessions=....
andwaylandsessions=...
in the cnofig. And strace readconfig.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?