Ticket created by ~kchibisov on ~kennylevinsen/greetd
If you run
w
orwho
after you've logged in you won't get any users logged in.To make those commands work greetd should update wtmp/btmp/utmp, etc
Ticket created by ~kchibisov on ~kennylevinsen/gtkgreet
On HiDPI output(scale 2) the background image is just a top left corner of the original image.
Comment by ~kchibisov on ~sircmpwn/builds.sr.ht
I wonder if this was caused by 5b1bb83b1454507e80336c4696df28170b9bb18d.
Well, if we take into account information about 14 days, the patch was way before this, like ~40 days ago, so it was running at least for near a month applied, before the mentioned breakage.
Also, I'd like to mention that travis is using the exact same
scopes
as adispatch.sr.ht
, so I don't think it needs more permissions, since the amount of permissionstravis
is using should be enough to do that.public_repo
is a bit draconian access for CI, especially knowing that other CI's which are proven to work on forks can handle that.However, it could be related to those checks
https://git.sr.ht/~sircmpwn/dispatch.sr.ht/tree/master/dispatchsrht/tasks/github/github_pr_to_build.py#L141 https://git.sr.ht/~sircmpwn/dispatch.sr.ht/tree/master/dispatchsrht/tasks/github/github_commit_to_build.py#L101
which has
not fork
. So testing a removal of it could be interesting.
Comment by ~kchibisov on ~sircmpwn/dispatch.sr.ht
Permissions on github should be less scary now and similar to the one travis has.