Changes between Version 10 and Version 11 of WebKitGTK/Chroot
- Timestamp:
- Feb 20, 2014, 3:22:21 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/Chroot
v10 v11 123 123 ==== Fix through unix connection ==== 124 124 125 This was a way of making a working connection to the pulse audio server running in the host while a soft link to the /tmp/pulse-XXXX working directory was stored at $HOME/.pulse/.125 This was a way of making a working connection to the pulse audio server running in the host while a soft link to the `/tmp/pulse-XXXX` working directory was stored at `$HOME/.pulse/`. 126 126 127 This is not like this any since the /tmp/pulse-XXXX directory is not created by pulse audio any more. Therefore, '''this method is not working any more'''. You are free to correct this method for a way that would actually work.127 This is not like this any since the `/tmp/pulse-XXXX` directory is not created by pulse audio any more. Therefore, '''THIS METHOD IS NOT WORKING ANY MORE'''. You are free to correct this method for a way that would actually work. 128 128 129 129 This were the steps to follow, though ...