elementary / initial-setup

New user setup app designed for elementary OS
https://elementary.io
GNU General Public License v3.0
36 stars 12 forks source link

Fix polkit permissions #187

Closed vjr closed 5 months ago

vjr commented 5 months ago

Fixes #182

I could be wrong but I vaguely recall that PKLA is deprecated probably gone with Noble hence replacing with PK rules fixes the issue for me.

Starting this draft, will mark for review after I test.

Feel free to (push commits) suggest any cleanups (especially whether checks for "local" and "active" are OK in addition to just user "lightdm") in the mean time.

vjr commented 5 months ago

https://github.com/elementary/initial-setup/pull/186 probably didn't have any effect, at least in in my testing while poking around looking at this issue.

vjr commented 5 months ago

Appears to be working for me although I've been testing haphazardly and not the "right way" [tm] by building an ISO and using that. At least it appears to fix the issue by getting past the initial-setup phase from what I can tell.

Please feel free to test along with review and please feel free to push to this PR any changes suggested or necessary because I might not be able to get back to this until next weekend, if at all :-)

lenemter commented 5 months ago

I can confirm the device name is set correctly. I'll merge this.