lfuerderer
lfuerderer
As far as I understand, moving focus directly to another widget is only possible using the `PyCUI.move_focus()` method, not by user interaction. In my specific case, different callbacks would actually...
Hi, in the line where you configured `alias /home/localuser/etebase/static;` Could you try the following instead? ``` root /home/localuser/etebase; ``` I'm not sure how "alias" behaves exactly, but I tested a...
There is a core problem with SSO. When using password authentication, the encryption key is derived from the password. With SSO, I see no sensible way to derive an encryption...