maintainer-feedback requested: [Bug 212017] www/chromium should not use /usr/local/etc instead of /etc for policies and native messaging

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Aug 20 21:40:47 UTC 2016


nE0sIghT <ykonotopov at gmail.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to
chromium at FreeBSD.org:
Bug 212017: www/chromium should not use /usr/local/etc instead of /etc for
policies and native messaging
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212017



--- Description ---
Hi,

I'm not FreeBSD user, but developer of GNOME Shell integration for Chrome
extension.
Recently FreeBSD user reported that extension not works in FreeBSD.

After debugging this issue we discovered that FreeBSD uses patch that changed
path to Chromium policies and Native massaging manifests
(https://svn0.us-east.freebsd.org/ports/head/www/chromium/files/patch-chrome_co
mmon_chrome__paths.cc).

This patch forces Chromium to search Policies in
"/usr/local/etc/chrome/policies" instead of "/etc/chromium/policies" and Native
messaging manifests in "/usr/local/etc/chrome/native-messaging-hosts" instead
of "/etc/chromium/native-messaging-hosts".

In my opinion this is wrong because those locations are not documented by
Google
(https://developer.chrome.com/extensions/nativeMessaging#native-messaging-host-
location
and https://www.chromium.org/administrators/linux-quick-start).
No one Chrome developer knows about this FreeBSD patch and other configuration
files locations.

If in FreeBSD those settings locations should be moved (because of some OS
policies) those changes should be sent upstream and properly documented. As for
now those silent changes lead to confusion.


More information about the freebsd-chromium mailing list