Hannah von Reth

Results 301 comments of Hannah von Reth

@TayloredMedia Please describe what the client is displaying while its cpu load is high (the view displaying the folder and the progress bar etc). It could also help if you...

> @TayloredMedia Please describe what the client is displaying while its cpu load is high (the view displaying the folder and the progress bar etc). It could also help if...

What file do we download, an exif image or a png, if a png I'd say its the server issue.

https://bugreports.qt.io/browse/QTBUG-9414 Apparently we need to handle the rotation ourselves. I suggest we start using the thumbnail service as it solves a multitude of issues.

Turns out to require bigger refactoring. We have several abstraction layers that are all pointless by now. But we have a pretty implementation in ui. We could refactor the ui...

Its a C lib that we need to build on 3+ platforms...

The client only uses the .well-known from the system entered during setup. So `https://owncloud.mydomain.net/.well-known/openid-configuration` should point to your keycloak server.

@rhafer yes you're right, thank you for looking it up. That something went wrong can also be seen in the client log in the top post. ``` 24-03-26 15:16:48:725 [...

On an ultra-wide screen, parts of the ui are off-screen... As a workaround, you can set the env var `QT_SCALE_FACTOR=0.5`