1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/www/iridium/pkg-message
Carlos J. Puga Medina 4a55f3ca68 - Remove duplicate dependency libxml2
- Remove comment about use_system_icu because icu is already unbundled
- Update pkg-message for the hanging tabs problem

MFH:		2018Q2 (blanket)
2018-04-14 11:47:07 +00:00

24 lines
821 B
Plaintext

--I--
For correct operation, shared memory support has to be enabled
in Iridium by performing the following command as root :
# sysctl kern.ipc.shm_allow_removed=1
To preserve this setting across reboots, append the following
to /etc/sysctl.conf :
kern.ipc.shm_allow_removed=1
FreeBSD 11.0-R and newer have this set by default.
--II--
Iridium has a known problem of hanging tabs. The workaround
for this problem is to mount ~/.cache/iridium as memory-fs.
In order to do this, before you run iridium, please run these
commands once as root for each user who uses iridium (replace
{user}/{group} with your user/group names):
# [ -d ~{user}/.cache/iridium ] || mkdir ~{user}/.cache/iridium
# echo "md $(echo ~{user})/.cache/iridium mfs rw,late,-w{user}:{group},-s300m 2 0" >> /etc/fstab
# mount ~{user}/.cache/iridium