Ubuntu Pastebin

Paste from liuxg at Tue, 15 Nov 2016 10:03:07 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
liuxg@liuxg:~/work/src/github.com/snapcore/snapd/snap$ git diff . ~/snappy/desktop/snapd/snap/
diff --git a/snap/./implicit.go b/home/liuxg/snappy/desktop/snapd/snap/implicit.go
index 17efcf4..c802506 100644
--- a/snap/./implicit.go
+++ b/home/liuxg/snappy/desktop/snapd/snap/implicit.go
@@ -73,7 +73,6 @@ var implicitClassicSlots = []string{
        "unity7",
        "upower-observe",
        "x11",
-       "reboot",
 }
 
 // AddImplicitSlots adds implicitly defined slots to a given snap.
Download as text