Public bug reported: I tried to share one picture according to instructions in https://developer.ubuntu.com/api/scopes/cpp/sdk-15.04.1/previewwidgets/ in my scope, Code is as below: PreviewWidget w_art("artId", "image"); w_art.add_attribute_mapping("source", "art"); w_art.add_attribute_value("zoomable", us::Variant(true)); VariantMap share_data; share_data["uri"] = result()["art"]; qDebug() << "arturi:" << QString::fromStdString(result()["art"].get_string()); share_data["content-type"] = Variant("pictures"); w_art.add_attribute_value("share-data", us::Variant(share_data)); widgets.emplace_back(w_art); I check the uri is correct. When I tried to share the image, the Content Hub gives me some options and when I choose facebook, twitter or message, the image cannot be sent to them. system info: current build number: 431 device name: mako channel: ubuntu-touch/rc-proposed/bq-aquaris.en-proposed last update: 2016-02-03 14:41:40 version version: 431 version ubuntu: 20160203 version device: 20160112 version custom: 20160201-5-vivid
** Affects: unity8 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549056 Title: content sharing cannot work in scopes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1549056/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs