[jhbuild] [doc] Remove Xephyr from manual as doesn't work with 3D



commit eae7dcaa85d9dd59cc5e5e56c0834c47c41c0d01
Author: Craig Keogh <cskeogh adam com au>
Date:   Sat Nov 19 20:11:07 2011 +1030

    [doc] Remove Xephyr from manual as doesn't work with 3D

 doc/C/jhbuild.xml |   88 -----------------------------------------------------
 1 files changed, 0 insertions(+), 88 deletions(-)
---
diff --git a/doc/C/jhbuild.xml b/doc/C/jhbuild.xml
index b5253e8..220909f 100644
--- a/doc/C/jhbuild.xml
+++ b/doc/C/jhbuild.xml
@@ -512,94 +512,6 @@
 <screen><prompt>$</prompt> <userinput>jhbuild run pkg-config gtk+-2.0 --modversion</userinput>
 2.20.1</screen>
 
-      <para>There are two different methods to run JHBuild GNOME:</para>
-
-      <orderedlist>
-        <listitem>
-          <para>Nested window <emphasis>(recommended)</emphasis>.</para>
-        </listitem>
-        <listitem>
-          <para>Display manager.</para>
-        </listitem>
-      </orderedlist>
-
-      <section>
-        <title>Setup GNOME to run in a nested window</title>
-
-        <para>Build and install JHBuild GNOME.</para>
-
-        <para>Install the <application>Xephyr</application> application. On
-          Fedora the system package is called
-          <filename>xorg-x11-server-Xephyr</filename>, on Ubuntu and Debian the
-          system package is called <filename>xserver-xephyr</filename>.</para>
-
-        <para>Test <application>Xephyr</application> works:</para>
-
-<screen><prompt>$ </prompt><userinput>Xephyr -ac -screen 800x600 :1 2&gt; /dev/null &amp;</userinput></screen>
-
-        <para>If successful, a window with black background will be displayed.
-          Close the <application>Xephyr</application> window.</para>
-
-        <para>Enable system services. JHBuild GNOME will use the
-          <filename>/usr/bin</filename> system <application>D-Bus</application>
-          daemon and the system services within
-          <filename>/usr/share/dbus-1/system-services/</filename>. JHBuild GNOME
-          will use the JHBuild session <application>D-Bus</application> daemon
-          and the services within
-          <filename><replaceable>/opt/gnome</replaceable>/share/dbus-1/services/</filename>.
-          Replace <filename>/opt/gnome</filename> with GNOME install
-          <varname>prefix</varname> in the command below:</para>
-
-<screen><prompt>$ </prompt><userinput>rm -rf <replaceable>/opt/gnome</replaceable>/var/run/dbus</userinput>
-<prompt>$ </prompt><userinput>ln -s /var/run/dbus <replaceable>/opt/gnome</replaceable>/var/run/dbus</userinput>
-<prompt>$ </prompt><userinput>rm -rf <replaceable>/opt/gnome</replaceable>/var/lib/dbus/machine-id</userinput>
-<prompt>$ </prompt><userinput>ln -s /var/lib/dbus/machine-id <replaceable>/opt/gnome</replaceable>/var/lib/dbus/machine-id</userinput></screen>
-
-        <para>Create a GNOME startup script at
-          <filename>~/.local/bin/gnome-jhbuild-xephyr-session</filename> with
-          the following, replacing <filename>/opt/gnome</filename> with GNOME
-          install <varname>prefix</varname>:</para>
-
-<programlisting>#!/bin/sh
-
-GNOME=<replaceable>/opt/gnome</replaceable>
- 
-GDK_USE_XFT=1
-XDG_DATA_DIRS=$XDG_DATA_DIRS:$GNOME/share
-XDG_CONFIG_DIRS=$XDG_CONFIG_DIRS:$GNOME/etc/xdg
-
-jhbuild run gnome-session
-</programlisting>
-
-        <para>Make the file
-          <filename>~/.local/bin/gnome-jhbuild-xephyr-session</filename>
-          executable:</para>
-
-<screen><prompt>$ </prompt><userinput>chmod u+x ~/.local/bin/gnome-jhbuild-xephyr-session</userinput></screen>
-      </section>
-
-      <section>
-        <title>Running GNOME in a nested window</title>
-
-        <para>Open a terminal as the user
-          <systemitem class="username">gnomedev</systemitem>.</para>
-
-        <para>Run <application>Xephyr</application>:</para>
-
-<screen><prompt># </prompt><userinput>Xephyr -ac -screen 800x600 :1 2&gt; /dev/null &amp;</userinput></screen>
-
-        <para>Set the <varname>DISPLAY</varname> environment variable:</para>
-
-<screen><prompt># </prompt><userinput>export DISPLAY=:1</userinput></screen>
-
-        <para>Start GNOME:</para>
-
-<screen><prompt># </prompt><userinput>gnome-jhbuild-xephyr-session</userinput></screen>
-
-        <para>If successful, JHBuild GNOME will be displayed in Xephyr window.
-          If unsuccessful, check the output of the terminal window.</para>
-      </section>
-
       <section>
         <title>Setup GNOME to run from the display manager</title>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]