Hi there,

The problem there is that the confined xdg-open currently depends on
snapd-xdg-open, which is a server listening on dbus for the calls.

We're changing that mechanism in the short term so snapd will implement
that logic internally, precisely to remove that extra moving piece and
"flakiness".





On Mon, Feb 20, 2017 at 7:28 AM, Vasilisc <vasilisc...@gmail.com> wrote:

> Snapcraft.yaml
> ---------------------
> name: test2
> version: "1"
> summary: TEst
> description: |
>     TEST
> confinement: strict
> architectures: [amd64]
>
> apps:
>   test2:
>     command: xdg-open "http://google.com";
>     plugs: [network, network-bind, x11, home, unity7, gsettings]
>
> parts:
>   integration:
>    plugin: nil
>    stage-packages:
>     - bash
>     - xdg-utils
>    after: [desktop-gtk2]
> -----------------------------
> Results
>
> Xubuntu 16.04.2
> /snap/myapp/x1/usr/bin/xdg-open: 630: /snap/myapp/x1/usr/bin/xdg-open:
> exo-open: not found
>
> Ubuntu MATE 16.04.2
> /snap/test2/x1/usr/bin/xdg-open: 618: /snap/test2/x1/usr/bin/xdg-open:
> mate-open: not found
>
> Kubuntu 16.04.2
> /snap/test2/x1/usr/bin/xdg-open: 566: /snap/test2/x1/usr/bin/xdg-open:
> kde-open5: not found
>
> Ubuntu GNOME 16.04.2
> xdg-open work fine.
>
> Lubuntu 16.04.2
> xdg-open work fine.
>
> Ubuntu 16.04.2
> xdg-open work fine.
>
>
> --
> Best regards,
> vasilisc
>
> --
> Snapcraft mailing list
> Snapcraft@lists.snapcraft.io
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailm
> an/listinfo/snapcraft
>



-- 

gustavo @ http://niemeyer.net
-- 
Snapcraft mailing list
Snapcraft@lists.snapcraft.io
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/snapcraft

Reply via email to