Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-chromium mailing
list <chrom...@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
_______________________________________________
freebsd-chromium@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-chromium
To unsubscribe, send any mail to "freebsd-chromium-unsubscr...@freebsd.org"

Reply via email to