Page MenuHomeFreeBSD

www/chromium: Add a script for automating the hanging tabs workaround
AbandonedPublic

Authored by 0mp on Aug 1 2018, 4:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 28 2024, 12:08 AM
Unknown Object (File)
Apr 23 2024, 11:09 PM
Unknown Object (File)
Apr 19 2024, 2:13 PM
Unknown Object (File)
Feb 29 2024, 5:52 PM
Unknown Object (File)
Feb 27 2024, 12:54 PM
Unknown Object (File)
Feb 20 2024, 2:53 AM
Unknown Object (File)
Feb 20 2024, 2:50 AM
Unknown Object (File)
Feb 20 2024, 12:30 AM
Subscribers

Details

Reviewers
None
Group Reviewers
chromium
Commits
rP476599: www/chromium: Update to 68.0.3440.84
Summary

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

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18487
Build 18192: arc lint + arc unit