Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Sailfish Share #25

Open
nephros opened this issue Nov 21, 2023 · 1 comment
Open

Support Sailfish Share #25

nephros opened this issue Nov 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@nephros
Copy link
Contributor

nephros commented Nov 21, 2023

  • Be a Sharing Provider (let apps share data with us)
  • Use Sailfish.Share to push data from the app to others
@nephros nephros added the enhancement New feature or request label Nov 21, 2023
@nephros
Copy link
Contributor Author

nephros commented Nov 21, 2023

Leaving this note here that currently we are a pure QML app and are using the DBusInterface QML Type.

If Sharing is implemented, note that:

You need to handle registering D-Bus name on session bus in your application. Do not use DBusInterface for that purpose to avoid race conditions with registering objects on D-Bus. Use C++ to do it race-free instead.

https://sailfishos.org/develop/docs/declarative-transferengine/qml-sailfishshare-sailfish-share-shareprovider.html/

... so we need to create an executable when that happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant