diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:07:19 -0600 |
commit | 6723d581f9777be5206619112a30122439c0ee95 (patch) | |
tree | d835c452bc1081f1d58a7c209654e345ebf0fbe8 /nsplugins/HOWTO.DEBUG | |
parent | deba8145ea74eac9c43b8aef4642357d72f7d0c0 (diff) | |
download | tdebase-6723d581f9777be5206619112a30122439c0ee95.tar.gz tdebase-6723d581f9777be5206619112a30122439c0ee95.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'nsplugins/HOWTO.DEBUG')
-rw-r--r-- | nsplugins/HOWTO.DEBUG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsplugins/HOWTO.DEBUG b/nsplugins/HOWTO.DEBUG index d00b4a5a6..94b43cfd5 100644 --- a/nsplugins/HOWTO.DEBUG +++ b/nsplugins/HOWTO.DEBUG @@ -5,7 +5,7 @@ Want to run nspluginviewer in valgrind? It's not easy. Here's how: - Record the commandline, then kill -11 the process - close drkonqi - in a konsole, export ARTSDSP_MMAP=1 - - run LD_PRELOAD=$KDEDIR/lib/libartsdsp.so.0:$KDEDIR/lib/libartsc.so.0 valgrind -v --num-callers=15 --error-limit=no nspluginviewer <commandline that you saved> + - run LD_PRELOAD=$TDEDIR/lib/libartsdsp.so.0:$TDEDIR/lib/libartsc.so.0 valgrind -v --num-callers=15 --error-limit=no nspluginviewer <commandline that you saved> - WAIT for four lines to be printed to the screen that start with: 5 ............ |