fredldotme / harbour-owncloud

A modern cross-platform client for Nextcloud, ownCloud & WebDav.
GNU General Public License v2.0
42 stars 21 forks source link

Sharing with GhostCloud fails with SFOS 4.1 #62

Open Karry opened 3 years ago

Karry commented 3 years ago

Hi. When I try to share some content with GhostCloud on SFOS 4.1, it fails - lipstick just show white screen and it is necessary to restart whole phone :-D

When I do it from ssh, it just prints this error message:

[W] 2021-07-23 13:54:04.642 21336 unknown:7 - file:///usr/share/nemo-transferengine/plugins/GhostCloudShareUI.qml:7:1: QML GhostCloudShareUI: <Unknown File>:10: Cannot assign QObject* to int

It is known issue? Do you have an idea what is wrong? Do you have time to investigate on SFOS, or you fully abandon this platform?

Karry commented 3 years ago

In SFOS 4.2 sharing api was rewritten, sharing UI now lives in separate process and applications are triggering it via D-Bus. So the GhostCloud sharing plugin needs to be rewritten (or removed). As inspiration may be used https://github.com/attah/harbour-seaprint-share-plugin that had been rewritten already.