Artix Linux Forum

Artix Linux => Package management => Topic started by: manolollr on 15 May 2020, 18:13:54

Title: [SOLVED] accountsservice package - Version 0.6.55-2 is misbehaving
Post by: manolollr on 15 May 2020, 18:13:54
https://gitea.artixlinux.org/packagesA/accountsservice/src/branch/master/repos/extra-x86_64/PKGBUILD

In the PKGBUILD there are these two lines:

51 # Remove systemd dir
52   rm -rf "$pkgdir"/usr/share/dbus-1/system.d

But whit that dir removed AccountsService is misbehaving, Cinnamon doesn't work well, at login there is a black screen and after several seconds (probably a timeout) appears desktop wallpaper.

If you remove this 2 lines from PKGBUILD and recompile the package, the service works perfectly. It seems this directory is a needed DBus service. I think it's not systemd stuff.
Title: Re: accountsservice package - Version 0.6.55-2 is misbehaving
Post by: ndowens on 15 May 2020, 18:42:01
Fix has been pushed, be a little while to get to mirrors