Fabian Müller
Fabian Müller
Note: this can affect Nautilus as well as its forks. Looks like it depends on the icon position. Only when the overlay is shown in the bottom right corner, images...
I've experimented a bit. It seems that at an aspect ratio of `w/h
Apparently, this is a hardcoded issue either within Nautilus and its forks or libgdk. Either way, this needs to be reported upstream. We should report it with the distributions which...
Some screenshots:   QML code: ```cpp import QtQuick.Controls 2.15 import QtQuick.Layouts 1.15 ColumnLayout { BusyIndicator { Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter width: 64 height: 64 running: true } } ```...
On a dark XFCE (i.e., Gtk-based desktop) theme, I cannot observe any such issues:  I'll have a look next week.
See https://doc.qt.io/qt-6/qabstracthttpserver.html, we should replace our own implementation with a proper HTTP server. Obviously adds a dependency on #10701.
Closing as resolved, all new discussions need to be done in new issues.
I asked the Debian maintainers to remove the hard dependency on the client platform [on the mailing list](https://alioth-lists.debian.net/pipermail/pkg-owncloud-maintainers/2022-December/004293.html).
Our installation script skips the known incompatible Debian/Ubuntu packages: https://github.com/owncloud/client-desktop-install-shell-integration/blob/487024717f00275ab99a17e1cba7848069614d0e/install-extensions.sh#L183-L191
This doesn't accurately describe the situation. The script does install shell extensions, but it refuses to install the downstream Debian packages. It will, however, install our upstream packages. I don't...