2014-09-05 19:38:06 +00:00
|
|
|
This port installs the Pipelight plugin wrapper for running Silverlight,
|
|
|
|
Flash and others. Before enabling Pipelight for your users, run the
|
|
|
|
following as root:
|
|
|
|
|
2014-09-15 17:45:24 +00:00
|
|
|
# pipelight-plugin --create-mozilla-plugins
|
2014-09-05 19:38:06 +00:00
|
|
|
|
|
|
|
NOTE:
|
|
|
|
|
|
|
|
For users running with ZFS on root, watching DRM protected content
|
|
|
|
requires extensive xattr support. If you run into issues with DRM failing,
|
|
|
|
you can use the "pipelight-mkufs" command to create a UFS formatted ZVOL
|
2016-05-19 11:09:14 +00:00
|
|
|
mounted on your users ~/.wine-pipelight directory.
|
2014-09-05 19:38:06 +00:00
|
|
|
|
|
|
|
To create the UFS filesystem
|
|
|
|
# pipelight-mkufs <username>
|
|
|
|
|
|
|
|
To remove the UFS filesystem
|
|
|
|
# pipelight-mkufs --delete <username>
|