[Bug 230264] www/chromium: Add a script for automating the hanging tabs workaround

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 1 16:40:00 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230264

            Bug ID: 230264
           Summary: www/chromium: Add a script for automating the hanging
                    tabs workaround
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: feature, patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: chromium at FreeBSD.org
          Reporter: 0mp at FreeBSD.org
                CC: 0mp at FreeBSD.org
             Flags: maintainer-feedback?(chromium at FreeBSD.org)
          Assignee: chromium at FreeBSD.org
                CC: 0mp at FreeBSD.org
             Flags: maintainer-feedback?(0mp at FreeBSD.org)

At the moment //pkg-message// says that in order to work around the hanging
tabs problem the user may wish to run the following commands:

```
# [ -d ~{user}/.cache/chromium ] || mkdir ~{user}/.cache/chromium
# echo "md $(echo ~{user})/.cache/chromium mfs rw,late,-w{user}:{group},-s300m
2 0" >> /etc/fstab
# mount ~{user}/.cache/chromium
```

This patch adds a fix-hanging-tabs.sh script to the `DATADIR`, which simplifies
the process to just running

```
/usr/local/share/chromium/fix-hanging-tabs.sh $user $group
```

----

Differential revision with the patch: https://reviews.freebsd.org/D16544

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-chromium mailing list