[KDE Dot News]
 faq
 flatforty
 contribute
 subscribe
 configure
 search
 rdf

 main
 parent


Xnest & kde3
by Charles Samuels on Tuesday 13/Nov/2001, @13:24
Using Xnest is easy:

first, start Xnest:

Xnest -ac -fp /usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/Speedo :1'

-ac makes it accept connections from anywhere (you may or may not need this)
-fp [path,path,...] sets the location of the fonts
:1 makes it become DISPLAY=:1


Then prepare a non-conflicting KDEHOME

export KDEHOME=$HOME/.kde3 # where to store local data
mkdir $KDEHOME/tmp-$HOSTNAME # non conflicting sycoca db, only need to do this once, the rest are done every time, since environment vars are lost

export DISPLAY=:1 # use the Xnest server
export KDEDIR=/opt/kde3 # duh :)
export QTDIR=/opt/qt3
export PATH=$KDEDIR/bin:$QTDIR/bin:$PATH # some updated files
export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH # where to find shared objects

startkde # start kde
  Related Links
 ·   Articles on Community and Events
 ·   Also by Charles Samuels
 ·   Contact author

Thread Threshold:

The Fine Print: The following comments are owned by whomever posted them.
( Reply )

Re: Xnest & kde3
by Carbon on Tuesday 13/Nov/2001, @15:53
Wasn't there one app that allowed (among other things) using Xnests as textures on 3d objects, mostly as a demo? k3dworkbench or something like that.
[ Reply To This | View ]
The Fine Print: The previous comments are owned by whomever posted them.
( Reply )

  "I always have things in progress." -- Kurt Granroth
KDE®, "K Desktop Environment", "KDE Dot News", "got the dot?" and the KDE Logo® are trademarks or registered trademarks of KDE e.V. in the European Union, the United States and other countries. All other trademarks and copyrights on this page are owned by their respective owners. Comments are owned by the poster. The rest: Copyright © 2000-2008 KDE e.V. for The KDE Project. For further information or comments on this site, please contact the Webmaster.
[ home | post article | flat forty | subscribe | search | rdf ]