|
From: <br...@us...> - 2010-03-21 07:15:48
|
Revision: 4117
http://openvrml.svn.sourceforge.net/openvrml/?rev=4117&view=rev
Author: braden
Date: 2010-03-21 07:15:42 +0000 (Sun, 21 Mar 2010)
Log Message:
-----------
Note that OpenVRML must be installed to the same prefix as D-Bus in order for automatic activation of openvrml-xembed to work.
Modified Paths:
--------------
trunk/ChangeLog
trunk/README
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-03-21 07:04:38 UTC (rev 4116)
+++ trunk/ChangeLog 2010-03-21 07:15:42 UTC (rev 4117)
@@ -1,5 +1,11 @@
2010-03-21 Braden McDaniel <br...@en...>
+ * README: Note that OpenVRML must be installed to the same prefix
+ as D-Bus in order for automatic activation of openvrml-xembed to
+ work.
+
+2010-03-21 Braden McDaniel <br...@en...>
+
* configure.ac: Fixed missing comma in --enable-jpeg-textures
processing.
Modified: trunk/README
===================================================================
--- trunk/README 2010-03-21 07:04:38 UTC (rev 4116)
+++ trunk/README 2010-03-21 07:15:42 UTC (rev 4117)
@@ -354,14 +354,20 @@
OPENVRML_SCRIPT_PATH=$(pwd)/build/src/script \
./build/examples/sdl-viewer models/rotation_toy.wrl
- If OpenVRML is configured to be installed to the same prefix as a
-Mozilla-based browser is installed on the system, "make install" will
-install the Mozilla plug-in to the browser's plug-in directory. This
-should be sufficient to enable support for the "model/vrml" and
-"model/x3d-vrml" media types in the browser. Entering "about:plugins"
-in the URL entry bar of a Mozilla-based browser will show a listing of
-successfully installed plug-ins.
+ openvrml-xembed is installed as a D-Bus service, meaning that it
+can be activated on-demand by applications that need it (like
+openvrml-player and the Mozilla plug-in). In order for this to work,
+OpenVRML must be installed to the same prefix as the system's D-Bus
+installation.
+ Similarly, if OpenVRML is configured to be installed to the same
+prefix as a Mozilla-based browser is installed on the system, "make
+install" will install the Mozilla plug-in to the browser's plug-in
+directory. This should be sufficient to enable support for the
+"model/vrml" and "model/x3d-vrml" media types in the browser.
+Entering "about:plugins" in the URL entry bar of a Mozilla-based
+browser will show a listing of successfully installed plug-ins.
+
To run openvrml-player or the Mozilla plug-in from the build
directories, you must first start an openvrml-xembed process. Once
openvrml-xembed has been installed, D-Bus will start it automatically
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|