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)
Thu, Feb 29, 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
Unknown Object (File)
Feb 19 2024, 4:08 PM
Unknown Object (File)
Dec 25 2023, 2:58 AM
Unknown Object (File)
Dec 20 2023, 1:01 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