ErikReider / SwaySettings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Users section throws an exception

savchenko opened this issue · comments

Launch and watch stderr. Open "Users" section:

./swaysettings

(swaysettings:114143): accountsservice-WARNING **: 01:31:11.639: ActUserManager: user (null) has no username (uid: -1)

(swaysettings:114143): Gtk-CRITICAL **: 01:31:11.639: gtk_entry_set_text: assertion 'text != NULL' failed

I'm not seeing this issue. What's your uid? (Bash: id $USER)

image

1000

Do you have accountsservice installed?

Nope.

Oh. Try installing it. It's a dependency so Meson should have warned you?

Tried it in a Ubuntu VM and it works for me. Try installing libaccountsservice-dev and accountsservice

Closing this issue. Feel free to comment if you're still experiencing this issue