Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
cmd: import snapd-xdg-open and integrate with our infrastructure #3118
Conversation
| @@ -109,6 +109,12 @@ AS_IF([test "x$enable_apparmor" = "xyes"], [ | ||
| PKG_CHECK_MODULES([LIBUDEV], [libudev]) | ||
| PKG_CHECK_MODULES([UDEV], [udev]) | ||
| +PKG_CHECK_MODULES([GIO], [gio-2.0]) |
| @@ -0,0 +1,3 @@ | ||
| +[D-BUS Service] | ||
| +Name=com.canonical.SafeLauncher |
morphis
Mar 31, 2017
Contributor
I saw there are some discussions around having something io.snapcraft.* based. I am fine with that and we can introduce this as a variant in another PR and migrate to it over time.
|
@morphis Now that we have your help, I think it's time to fix this in the proper way. I'll follow through in the forum. |
niemeyer
closed this
Mar 31, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
morphis commentedMar 31, 2017
•
Edited 1 time
-
morphis
Mar 31, 2017
Taken from revision 9382ccda6a5f870a254e378f3c9b54b8af27fb88 of
repository at https://github.com/snapcore/snapd-xdg-open
See https://forum.snapcraft.io/t/integrate-snapd-xdg-open-into-snapd-repository/100/ for more details