diff options
Diffstat (limited to 'khotkeys')
-rw-r--r-- | khotkeys/README | 24 | ||||
-rw-r--r-- | khotkeys/configure.in.in | 2 |
2 files changed, 13 insertions, 13 deletions
diff --git a/khotkeys/README b/khotkeys/README index 1b181aa43..b087105cb 100644 --- a/khotkeys/README +++ b/khotkeys/README @@ -45,17 +45,17 @@ the config file ), so you will be able to go back in case there will be a serious problem with this version. The files you should remove and backup before installing the new version are : - - $KDEDIR/bin/khotkeys - - $KDEDIR/lib/libkcm_khotkeys.la - - $KDEDIR/lib/libkcm_khotkeys.so - - $KDEDIR/lib/trinity/libkcm_khotkeys.la - - $KDEDIR/lib/trinity/libkcm_khotkeys.so - - $KDEDIR/lib/khotkeys.la - - $KDEDIR/lib/khotkeys.so - - $KDEDIR/lib/libkhotkeys.la - - $KDEDIR/lib/libkhotkeys.so - - $KDEDIR/share/autostart/khotkeys.desktop - - $KDEHOME/share/config/khotkeysrc + - $TDEDIR/bin/khotkeys + - $TDEDIR/lib/libkcm_khotkeys.la + - $TDEDIR/lib/libkcm_khotkeys.so + - $TDEDIR/lib/trinity/libkcm_khotkeys.la + - $TDEDIR/lib/trinity/libkcm_khotkeys.so + - $TDEDIR/lib/khotkeys.la + - $TDEDIR/lib/khotkeys.so + - $TDEDIR/lib/libkhotkeys.la + - $TDEDIR/lib/libkhotkeys.so + - $TDEDIR/share/autostart/khotkeys.desktop + - $TDEHOME/share/config/khotkeysrc Not all these files exist, depending on your KDE and OS version. It's simply all files having 'khotkeys' in their name. Ok, now the standard install ( ./configure && make && make install ), and @@ -121,7 +121,7 @@ EXAMPLES : Ok, as I guess the things written above aren't that good explanation, I've - included a sample configuration file. Put it in $KDEHOME/share/config/khotkeysrc. + included a sample configuration file. Put it in $TDEHOME/share/config/khotkeysrc. Every action is explained in its comment field. Note that all the actions are disabled, so you'll have to enable them in order to use them. diff --git a/khotkeys/configure.in.in b/khotkeys/configure.in.in index ad9ab0c55..4f170eb1e 100644 --- a/khotkeys/configure.in.in +++ b/khotkeys/configure.in.in @@ -48,7 +48,7 @@ dnl check for arts for speech recognition dnl --------------------------------------------------------------------------- -artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$KDEDIR/bin:$PATH +artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$TDEDIR/bin:$PATH AC_PATH_PROG(ARTSCCONFIG, artsc-config, no, $artsc_config_test_path) if test "x$build_arts" = "xyes" && test "x$ARTSCCONFIG" != "xno" ; then |