Merge lp:~mterry/ubuntu-touch-session/pulse-in-snap into lp:ubuntu-touch-session
Proposed by
Michael Terry
Status: | Merged | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Approved by: | Łukasz Zemczak | ||||||||||||
Approved revision: | 295 | ||||||||||||
Merged at revision: | 296 | ||||||||||||
Proposed branch: | lp:~mterry/ubuntu-touch-session/pulse-in-snap | ||||||||||||
Merge into: | lp:ubuntu-touch-session | ||||||||||||
Diff against target: |
163 lines (+28/-19) 10 files modified
etc/profile.d/upstart-phablet.sh (+1/-1) ubuntu-touch-lightdm-session (+1/-1) ubuntu-touch-session (+9/-9) upstart-session/bluez-mpris-proxy.conf (+1/-1) upstart-session/cameraservice-trust-stored.conf (+1/-1) upstart-session/obexd.conf (+1/-1) upstart-session/ofono-setup.conf (+1/-1) upstart-session/pulseaudio-trust-stored.conf (+1/-1) upstart-session/pulseaudio.conf (+11/-2) usc-wrapper (+1/-1) |
||||||||||||
To merge this branch: | bzr merge lp:~mterry/ubuntu-touch-session/pulse-in-snap | ||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Łukasz Zemczak | Approve | ||
Albert Astals Cid (community) | Abstain | ||
Ubuntu Phablet Team | Pending | ||
Review via email:
|
Commit message
Support running inside a snap (without breaking non-snap runs).
Description of the change
Support running inside a snap (without breaking non-snap runs).
For testing this, you can install silo 2129 (which will pull in a lot of other stuff too though...)
To post a comment you must log in.
I needed to add PATH=$SNAP/ usr/lib/ pulse-8. 0/modules: $LD_LIBRARY_ PATH $SNAP_USER_ DATA/etc/ pulse/touch. pa
initctl set-env LD_LIBRARY_
after
initctl set-env --global PULSE_SCRIPT=
so that pulseaudio actually started.
Lukas had a different/similar solution.