Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Missing file in ly display manager package (Read 1281 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] Missing file in ly display manager package

What happened:

- Installed ly display manager using pacman
- Could not find /etc/ly/config.ini
- Went to artix repository and found that the package is missing config.ini file

Expected reolution

Please place the config.ini file in the package.

----

Thanks. :)
#FreeHongKong

Re: Missing file in ly display manager package

Reply #1
Arch is also not including the config file, for what it's worth


Re: Missing file in ly display manager package

Reply #3
@gripped thanks.

I found the same file earlier and used it. I just wanted to point it out to the repo maintainers so that they might consider adding it in the future and to the other users so that they might not need to go around searching for it like I had to.

I will mark the issue as solved because the post seems to have already gotten the attention of the repo maintainer @corysanin .
#FreeHongKong

 

Re: [SOLVED] Missing file in ly display manager package

Reply #4
Arch is also not including the config file, for what it's worth

Oops, was doing a find on page for /etc/ly/config.ini, forgot to remove the leading slash. Arch has it, we're patching the PKGBUILD to swap out installsystemd with installnoconf. Seems to me installexe can be used instead.

Re: [SOLVED] Missing file in ly display manager package

Reply #5
Made the change, thanks for reporting