Changes between Version 3 and Version 4 of WebKitGTK/Chroot


Ignore:
Timestamp:
Jun 19, 2013 3:07:43 PM (11 years ago)
Author:
Andres Gomez
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/Chroot

    v3 v4  
    6565Python's ''_multithreading'' requires `/dev/shm` to work.
    6666
     67=== WebView not rendering ===
     68
     69When 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
     71This problem is related to [https://bugs.webkit.org/show_bug.cgi?id=117063 WB#117063].
     72
    6773
    6874=== SHM Fix ===
     
    8591==== Pulse Ubuntu ====
    8692
    87 First, we have to make work `/dev/shm` following the instructions [wiki:WebKitGTK/Chroot#SHMUbuntu above].
     93First, we have to make work `/dev/shm` following the instructions [wiki:WebKitGTK/Chroot#SHM_Ubuntu above].
    8894
    8995We also need to mount bind `/var/lib/dbus` , `~/.pulse` and `/tmp`.
     
    110116devpts          /dev/pts        devpts  gid=5,mode=620  0       0
    111117/opt/my-webkit-home /home/user  none    rw,bind         0       0
    112 /home/user/.pulse /home/user/.pulse none    rw,bind     0       0
     118/home/user/.pulse /home/user/.pulse none rw,bind        0       0
    113119}}}