diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | de1f774d6c2c5b97c1b20e0be2607a8365cf366c (patch) | |
tree | be118de1249ca24214b0ec64c59bb5565ff85aaa /doc/en | |
parent | 2176199f9c492656df911ca217ac32d03cb1931d (diff) | |
download | tdesvn-de1f774d6c2c5b97c1b20e0be2607a8365cf366c.tar.gz tdesvn-de1f774d6c2c5b97c1b20e0be2607a8365cf366c.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kdesvn@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 38be189..839c066 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -2111,11 +2111,11 @@ The next big thing could that you forgot to give a libsuffix on 64-Bit systems a </para> <para>If this does not solve your problem, you may try out on a console: <programlisting> - export LD_PRELOAD=/usr/lib/kde3/libkdesvnpart.so + export LD_PRELOAD=/usr/lib/trinity/libkdesvnpart.so kdesvn unset LD_PRELOAD </programlisting> -(/usr/lib/kde3 depends of course on your system, please check where it is installed) +(/usr/lib/trinity depends of course on your system, please check where it is installed) </para> <para> You should see a lot of output why loading of libkdesvnpart.so isn't possible, that may help solving your problem. |