[Merge] lp:~mterry/ubuntu-touch-session/pulse-in-snap into lp:ubuntu-touch-session
Lukáš Tinkl
lukas.tinkl at canonical.com
Thu Nov 10 16:23:20 UTC 2016
Well we have currently this in our snacraft.yaml:
export PULSE_DLPATH=$(ls -d $SNAP/usr/lib/pulse-*/modules)
But that wasn't enough; what I did was to add:
export GST_PLUGIN_SYSTEM_PATH=$SNAP/usr/lib/$ARCH/gstreamer-1.0
and
...
apps:
unity8-session:
command: snappyenv ${SNAP}/sbin/upstart --user
- plugs: [home]
+ plugs: [home, gsettings, pulseaudio, opengl]
After that, the indicator-sound starts and logout actually takes no more than a few seconds.
--
https://code.launchpad.net/~mterry/ubuntu-touch-session/pulse-in-snap/+merge/306662
Your team Ubuntu Phablet Team is subscribed to branch lp:ubuntu-touch-session.
More information about the Ubuntu-reviews
mailing list