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)
Sat, Oct 18, 11:44 PM
Unknown Object (File)
Tue, Oct 7, 10:08 AM
Unknown Object (File)
Sep 9 2025, 7:20 PM
Unknown Object (File)
Aug 25 2025, 10:45 PM
Unknown Object (File)
Aug 5 2025, 11:54 PM
Unknown Object (File)
Aug 5 2025, 4:52 AM
Unknown Object (File)
Jul 25 2025, 1:52 PM
Unknown Object (File)
Jul 23 2025, 2:54 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 18490
Build 18195: arc lint + arc unit