elementary / greeter

Login and Lock Screen greeter for elementary OS and Pantheon, using LightDM
GNU General Public License v3.0
152 stars 39 forks source link

Use settings-daemon background files #671

Closed lenemter closed 1 year ago

lenemter commented 1 year ago

For https://github.com/elementary/settings-daemon/pull/72

Marukesu commented 1 year ago

So, there's a BackgroundFile property in the org.freedesktop.Accounts.User interface (i believe this is one of the ubuntu's patches, since i don't see it in the upstream XML), and in the org.freedesktop.DisplayManager.AccountsService one (this one is provided by LightDM i believe).

we should be using one of those instead of hardcoding a path.

lenemter commented 1 year ago

@Marukesu I'll use org.freedesktop.DisplayManager.AccountsService because greeter already supports it, I just removed it here.

This requires some changes in https://github.com/elementary/settings-daemon/pull/72 and this PR can be closed.