@@ -11,6 +11,75 @@ Object {
1111} 
1212` 
1313
14+ exports [` auto start 1` =  ` 
15+ Object {  
16+   " apps" Object  { 
17+     " sep" Object  { 
18+       " autostart" " sep.desktop"  
19+       " command" " command.sh"  
20+       " environment" Object  { 
21+         " DISABLE_WAYLAND" " 1"  
22+         " LD_LIBRARY_PATH" " $SNAP_LIBRARY_PATH:$SNAP/lib:$SNAP/usr/lib:$SNAP/lib/x86_64-linux-gnu:$SNAP/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH:$SNAP/lib:$SNAP/usr/lib:$SNAP/lib/x86_64-linux-gnu:$SNAP/usr/lib/x86_64-linux-gnu"  
23+         " PATH" " $SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH"  
24+         " SNAP_DESKTOP_RUNTIME" " $SNAP/gnome-platform"  
25+         " TMPDIR" " $XDG_RUNTIME_DIR"  
26+       }, 
27+       " plugs" Array  [ 
28+         " desktop"  
29+         " desktop-legacy"  
30+         " home"  
31+         " x11"  
32+         " wayland"  
33+         " unity7"  
34+         " browser-support"  
35+         " network"  
36+         " gsettings"  
37+         " pulseaudio"  
38+         " opengl"  
39+       ], 
40+     }, 
41+   }, 
42+   " architectures" Array  [ 
43+     " amd64"  
44+   ], 
45+   " base" " core18"  
46+   " confinement" " strict"  
47+   " description" " Test Application (test quite “ #378)"  
48+   " grade" " stable"  
49+   " name" " sep"  
50+   " plugs" Object  { 
51+     " gnome-3-28-1804" Object  { 
52+       " default-provider" " gnome-3-28-1804"  
53+       " interface" " content"  
54+       " target" " $SNAP/gnome-platform"  
55+     }, 
56+     " gtk-3-themes" Object  { 
57+       " default-provider" " gtk-common-themes"  
58+       " interface" " content"  
59+       " target" " $SNAP/data-dir/themes"  
60+     }, 
61+     " icon-themes" Object  { 
62+       " default-provider" " gtk-common-themes"  
63+       " interface" " content"  
64+       " target" " $SNAP/data-dir/icons"  
65+     }, 
66+     " sound-themes" Object  { 
67+       " default-provider" " gtk-common-themes"  
68+       " interface" " content"  
69+       " target" " $SNAP/data-dir/sounds"  
70+     }, 
71+   }, 
72+   " summary" " Sep"  
73+   " version" " 1.1.0"  
74+ } 
75+ ` 
76+ 
77+ exports [` auto start 2` =  ` 
78+ Object {  
79+   " linux" Array  [], 
80+ } 
81+ ` 
82+ 
1483exports [` buildPackages 1` =  ` 
1584Object {  
1685  " apps" Object  { 
0 commit comments