Fabian Müller

Results 75 comments of Fabian Müller

The file has been included within the latest daily builds, I checked the packages. My assumption is they just can't be loaded correctly. I couldn't reproduce the issue with ownCloud's...

The `owncloud-client` package contains all the VFS plugins. ```sh > dpkg -x owncloud-client_3.0.0\~daily20221013+oc-8771_amd64.deb out > tree out/ out [...] ├── opt │   └── ownCloud │   └── ownCloud │   ├── bin...

@TheOneRing some of that code is shared between CLI and GUI. Should we integrate the platform class in the CLI, too?

If it's a fail-only notification, then sure, go ahead.

https://bugreports.qt.io/browse/QTBUG-94802

@kitsiosvas there should be one utility function per enum only that converts the enum into user-readable strings. It makes no sense to do that more than once in various locations.

The issue is still open. What do you want to know?

The issue from the last attempt has been resolved successfully.

Could not reproduce this with the server you mentioned, they ship valid URLs apparently. However, a local deployment of the `ocis_keycloak` example allows me to reproduce the problem. Working on...