Daniel Albers
Daniel Albers
Thanks for your contribution. I think the empty entry is a bit too hacky, though and we'll need to find a more proper way before this could be merged. Additionally,...
OK, since this appears to work with Qt >= 5, could you please #ifdef it accordingly?
Did you test this with Qt 5.6.1? https://bugreports.qt.io/browse/QTBUG-53085 / https://bugreports.qt.io/browse/QTBUG-52931 seem related.
How about something like https://github.com/photoprism/photoprism/pull/2721? Could of course be made configurable.
Did some more testing. and things seem to be working fine when adding: ``` rule 2001:41d0:8:1580::/64 { iface virbr0 } ```
Yes, it was working fine for at least two years.
Happens to me as well and it breaks copy&paste in TinyMCE completely, because I synchronize both paste buffers. I've been doing this forever and TinyMCE is the first thing that...
@jayarjo please let us know if this still needs more info
He, curious. The way this was implemented actually makes sense. `PAM_RUSER` or `SUDO_USER` is supposed to be the "from" user. `PAM_USER` is supposed to be the destination user. Having the...
Just to clarify: `ruser` and `user` both being set to the originating user is a bug, right? Maybe a sanity check should be added to pam_ssh_agent_auth to prevent this.