maintainer-feedback requested: [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:39:59 UTC 2018


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-chromium mailing
list <chromium at FreeBSD.org> for maintainer-feedback:
Bug 230264: www/chromium: Add a script for automating the hanging tabs
workaround
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230264



--- Description ---
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


More information about the freebsd-chromium mailing list