summaryrefslogtreecommitdiffstats
path: root/quanta/README
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/README')
-rw-r--r--quanta/README28
1 files changed, 14 insertions, 14 deletions
diff --git a/quanta/README b/quanta/README
index fc7fc14a..aa6406b1 100644
--- a/quanta/README
+++ b/quanta/README
@@ -84,12 +84,12 @@ make install (as root)
Should you have trouble during ./configure or the make process, try the
following:
- - export KDEDIRS=<path to kde installation>:$KDEDIRS
+ - export TDEDIRS=<path to kde installation>:$TDEDIRS
- export QTDIR=<path to qt3>
- run "make -f Makefile.cvs"
- run "./configure"
- The recommended place where to install Quanta is your $KDEDIR. To find out, use
+ The recommended place where to install Quanta is your $TDEDIR. To find out, use
"kde-config --prefix" or simply configure Quanta with:
./configure --prefix `kde-config --prefix`
@@ -109,10 +109,10 @@ name than for the stable Quanta.
If you wish to install two stable versions in parallel, you have to install them using
different prefixes (see above). Before running the one installed outside of the
KDE tree, you should do:
-export KDEDIRS=$prefix-of-second-instace:$KDEDIRS
+export TDEDIRS=$prefix-of-second-instace:$TDEDIRS
export PATH=$prefix-of-second-instace/bin:$PATH
export LD_LIBRARY_PATH=$prefix-of-second-instace/lib:$LD_LIBRARY_PATH
-export KDEHOME=home-for-second-version
+export TDEHOME=home-for-second-version
and run "quanta".
An example would be:
@@ -120,10 +120,10 @@ An example would be:
make
make install
mkdir ~/.new-quanta
-export KDEDIRS=/opt/new-quanta:$KDEDIRS
+export TDEDIRS=/opt/new-quanta:$TDEDIRS
export PATH=/opt/new-quanta/bin:$PATH
export LD_LIBRARY_PATH=/opt/new-quanta/lib:$LD_LIBRARY_PATH
-export KDEHOME=~/.new-quanta
+export TDEHOME=~/.new-quanta
quanta
You can put the lines starting with the first "export" into a separate file,
@@ -147,8 +147,8 @@ Possible problem sources can be:
"automake --version".
- wrong --prefix given to ./configure
- "make install" process was forgotten or failed
- - you have an old quantarc file in $KDEHOME/share/config
- - you have old files in $KDEHOME/share/apps/quanta
+ - you have an old quantarc file in $TDEHOME/share/config
+ - you have old files in $TDEHOME/share/apps/quanta
In the latter two cases backup the old files, then remove them and try
to start Quanta again.
@@ -160,7 +160,7 @@ copytos.h:17: forward declaration of `class KURLRequester'
(or the same error in other files for other K... classes), try the following:
- check if there is a kdewidgets.so (and kdewidgets.la) in your
- $KDEDIR/lib/trinity/plugins/designer. If there isn't, you have a broken
+ $TDEDIR/lib/trinity/plugins/designer. If there isn't, you have a broken
KDE (tdelibs) install.
- check your $HOME/.qt/qtrc file. Add the above path as the first entry to
the libraryPath (like:
@@ -168,9 +168,9 @@ copytos.h:17: forward declaration of `class KURLRequester'
You can use the qtconfig tool to do this.
- recompile the QT tools (uic, designer) if you have upgraded tdelibs
(or QT).
- - check that your $KDEDIR and $QTDIR path is set correctly.
+ - check that your $TDEDIR and $QTDIR path is set correctly.
- do an
- export kde_widgetdir="$KDEDIR/lib/trinity/plugins/designer"
+ export kde_widgetdir="$TDEDIR/lib/trinity/plugins/designer"
(or whatever command your shell uses for environment variable setting)
before running make.
In most cases one of the above is the problem (and the solution).
@@ -185,12 +185,12 @@ were reports that Mandrake 9.0 puts the mimetype for php under the application
node, so users could not open PHP files from Quanta... This shouldn't be a problem
with Quanta 3.2 on KDE 3.1.1 or newer.
b) If Quanta crashes on startup then rename your local quantarc file
-(in $KDEHOME/share/config) and send this file to me, so I can find out why does
+(in $TDEHOME/share/config) and send this file to me, so I can find out why does
it crash. In case of any crash, please send me a backtrace. One known cause of such
-crash is if you use the same $KDEHOME for Quanta 3.2 and Quanta 3.3. Due to some
+crash is if you use the same $TDEHOME for Quanta 3.2 and Quanta 3.3. Due to some
incompatible changes in the quantarc file regarding the user interface, Quanta 3.2
cannot interpret the settings correctly and will crash. See section 5.1 how to deal
-with different $KDEHOME directories.
+with different $TDEHOME directories.
c) If you removed the editor/treeviews from the main window and you cannot dock
them back anymore, do one of the following (in order of preference):
- check the Settings->Configure Quanta->User Intreface->Reset window layout