After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659123 - Add support for BROWSER_PLUGIN_DIR environment variable
Add support for BROWSER_PLUGIN_DIR environment variable
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: building
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-09-15 05:50 UTC by Vincent Untz
Modified: 2011-09-15 22:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
browser-plugin: Add support for BROWSER_PLUGIN_DIR environment variable (1.22 KB, patch)
2011-09-15 05:50 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2011-09-15 05:50:52 UTC
The directory where the browser plugin is installed is hard-coded. It might not be the same on old distributions, so support changing it the same way as totem does.
Comment 1 Vincent Untz 2011-09-15 05:50:56 UTC
Created attachment 196588 [details] [review]
browser-plugin: Add support for BROWSER_PLUGIN_DIR environment variable

This makes it easy to override where the plugin should be installed.

This is based on what totem does.
Comment 2 Colin Walters 2011-09-15 12:46:31 UTC
Review of attachment 196588 [details] [review]:

Looks fine.
Comment 3 Vincent Untz 2011-09-15 22:18:33 UTC
Comment on attachment 196588 [details] [review]
browser-plugin: Add support for BROWSER_PLUGIN_DIR environment variable

Pushed.