** Branch linked: lp:~ci-train-bot/unity8/unity8-ubuntu-xenial- landing-041
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unity8 in Ubuntu. https://bugs.launchpad.net/bugs/1549056 Title: content sharing cannot work in scopes Status in unity8 package in Ubuntu: In Progress Bug description: 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 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1549056/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp

