From kfm-devel Wed Jan 02 18:43:47 2008 From: Michael Pyne Date: Wed, 02 Jan 2008 18:43:47 +0000 To: kfm-devel Subject: Re: Contact for XEmbed work Message-Id: <200801021343.52073.mpyne () purinchu ! net> X-MARC-Message: https://marc.info/?l=kfm-devel&m=119930161532433 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart3984387.N6aME7ksPH" --nextPart3984387.N6aME7ksPH Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 02 January 2008, Mike Melanson wrote: > This sounds like it could cause trouble with my existing KDE-based SuSE > desktop. So I guess it will be preferable to do this in some kind of > VMware sandbox. You can also install to a different prefix (including in your home director= y=20 even) by passing the --prefix option to configure. You must then change the setting of the KDEDIRS environment variable,=20 preceding it with the new prefix. i.e. if you were to use /opt/flash-kde, you'd pass --prefix=3D/opt/flash-kd= e in=20 the configure scripts for kdelibs and kdebase. Before trying to run konqueror (this would probably be easiest from a=20 Konsole/gnome-terminal) you'd do something like: $ export KDE3PREFIX=3D"/opt/flash-kde" $ export KDEDIRS=3D"$KDE3PREFIX:$KDEDIRS" $ export PATH=3D"$KDE3PREFIX/bin:$PATH" $ export LD_LIBRARY_PATH=3D"$KDE3PREFIX/lib:$LD_LIBRARY_PATH" $ konqueror (the LD_LIBRARY_PATH thing may not be necessary if your distribution uses=20 RUNPATH entries in binaries correctly). Running konqueror from a tty shoul= d=20 also stop it from staying in memory (preloading) for ease of debugging. There are various scripts out there to automatically build KDE but it's=20 probably easier just to run through it manually. Regards, - Michael Pyne --nextPart3984387.N6aME7ksPH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.7 (GNU/Linux) iD8DBQBHe9tnqjQYp5Omm0oRAggrAKDCm8QGFB4cbvEYDRDAFWqoU4TsgwCgvrnf 3rW/H0Eu5Jg+UI8cc/kfXfU= =hCAe -----END PGP SIGNATURE----- --nextPart3984387.N6aME7ksPH--