Changes between Version 3 and Version 4 of WebKitGTK/Chroot
- Timestamp:
- Jun 19, 2013, 3:07:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/Chroot
v3 v4 65 65 Python's ''_multithreading'' requires `/dev/shm` to work. 66 66 67 === WebView not rendering === 68 69 When running a non-debug build of Gtk MiniBrowser, only a big grey rectangle is shown in the place where the web content should be. Pressing right click at some place in the grey area, different context menus are shown depending on the contents that should be there if the browser worked properly. 70 71 This problem is related to [https://bugs.webkit.org/show_bug.cgi?id=117063 WB#117063]. 72 67 73 68 74 === SHM Fix === … … 85 91 ==== Pulse Ubuntu ==== 86 92 87 First, we have to make work `/dev/shm` following the instructions [wiki:WebKitGTK/Chroot#SHM Ubuntu above].93 First, we have to make work `/dev/shm` following the instructions [wiki:WebKitGTK/Chroot#SHM_Ubuntu above]. 88 94 89 95 We also need to mount bind `/var/lib/dbus` , `~/.pulse` and `/tmp`. … … 110 116 devpts /dev/pts devpts gid=5,mode=620 0 0 111 117 /opt/my-webkit-home /home/user none rw,bind 0 0 112 /home/user/.pulse /home/user/.pulse none rw,bind0 0118 /home/user/.pulse /home/user/.pulse none rw,bind 0 0 113 119 }}}