Artix Linux Forum

General Category => Discussion about Artix => Topic started by: jahway603 on 12 December 2022, 02:52:20

Title: Artix is awesome!
Post by: jahway603 on 12 December 2022, 02:52:20
I've been really enjoying running Artix for a bit now  8) This is my first Artix forum post and I wanted to say thank you to all the great devs who work on Artix.

I wanted to get the ly display manager (https://github.com/fairyglade/ly) working for me on Artix with the OpenRC system, so I made a new package on AUR called ly-git-openrc (https://aur.archlinux.org/packages/ly-git-openrc). I'm not sure where on the forum to let other Artix users using OpenRC about this new package, so can someone here please point me in the correct direction or move this post to the correct area on the Artix Forum.

Thank you all and this is a contribution from me back to this community.
Title: Re: Artix is awesome!
Post by: gripped on 12 December 2022, 15:11:35
Welcome  :)
As to your question I suppose the 'Openrc' subforum or maybe the 'Aur' subforum?
But I shouldn't worry. Thanks for your contribution.
Title: Re: Artix is awesome!
Post by: Lancia on 12 December 2022, 19:25:00
Nice PKGBUILD, however a change should be made:

Since this is a compiled program, drop the "i686" and "aarch64" and just stick to "x86_64".
Arch dropped i686 support, the program won't even run on aarch64 since the machine code generated is for x86_64 processors.