Christian

Results 35 comments of Christian

And indeed `werkzeug` does look at `X_FORWARDED_PROTO` but ignores it because it is set to trust 0 proxies. At which point I am out because I have no idea how...

@seyuf Did you include the https in your public-endpoint and host? I did, and I am not redirected.

I figured out what the cause is, so I updated all the text.

Interesting. I can confirm that running `quodlibet --stop` on a Terminal works for me, too, even though I use the GUI. It makes restarting QL unnecessary.

> Hmm, I can't replicate this on Manjaro Gnome (X11 though). Do you get any logs in `--debug`? Yes, it contains a lot of entries that start with `Gtk-CRITICAL` which...

I think the relevant line is https://github.com/rcaelers/workrave/blob/3437685ec30ac5bdf1974745f4a68317576f7afd/libs/core/src/LocalActivityMonitor.cc#L41 though it seems to set the inactivity threshold to 5 seconds while it really is 7 seconds so probably I did not understand...

I found that under Linux, you can set the idle time via dconf-editor. Find the value in milliseconds in `org.workrave.monitor.idle`.

This functionality is intended, though not that obviously documented. After 7 seconds of no mouse or keyboard activity, you are considered inactive. If you are inactive for as long as...

Hmm. Not an easy issue. In general, all these functionalities assume that you are at your PC (active) or you walked away (break). Reading mode was made for cases where...