Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Aug 2018 16:39:57 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 230264] www/chromium: Add a script for automating the hanging tabs workaround
Message-ID:  <bug-230264-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230264

            Bug ID: 230264
           Summary: www/chromium: Add a script for automating the hanging
                    tabs workaround
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: feature, patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: chromium@FreeBSD.org
          Reporter: 0mp@FreeBSD.org
                CC: 0mp@FreeBSD.org
             Flags: maintainer-feedback?(chromium@FreeBSD.org)
          Assignee: chromium@FreeBSD.org
                CC: 0mp@FreeBSD.org
             Flags: maintainer-feedback?(0mp@FreeBSD.org)

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},-s3=
00m
2 0" >> /etc/fstab
# mount ~{user}/.cache/chromium
```

This patch adds a fix-hanging-tabs.sh script to the `DATADIR`, which simpli=
fies
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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230264-7788>