[SOLVED] Missing file in ly display manager package 28 May 2025, 19:04:27 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 fileExpected reolutionPlease place the config.ini file in the package.----Thanks. Quote Selected Last Edit: 30 May 2025, 20:14:47 by Anaximenes
Re: Missing file in ly display manager package Reply #1 – 28 May 2025, 22:15:21 Arch is also not including the config file, for what it's worth Quote Selected 1 Likes
Re: Missing file in ly display manager package Reply #2 – 28 May 2025, 23:24:35 https://raw.githubusercontent.com/fairyglade/ly/refs/heads/master/res/config.iniI tried to build it manually using the the instructions on https://github.com/fairyglade/ly but that failed for me.But that seems to be the file you are after. Just put it in place and edit to your hearts desire. Quote Selected 1 Likes
Re: Missing file in ly display manager package Reply #3 – 30 May 2025, 20:11:28 @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 . Quote Selected
Re: [SOLVED] Missing file in ly display manager package Reply #4 – 30 May 2025, 23:12:48 Quote from: corysanin – on 28 May 2025, 22:15:21Arch is also not including the config file, for what it's worthOops, 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. Quote Selected
Re: [SOLVED] Missing file in ly display manager package Reply #5 – 31 May 2025, 00:29:36 Made the change, thanks for reporting Quote Selected