diff --git a/lanbrowsing/lisa/README b/lanbrowsing/lisa/README index c6d5d1b..5b7c328 100644 --- a/lanbrowsing/lisa/README +++ b/lanbrowsing/lisa/README @@ -382,7 +382,7 @@ For reslisa the file is named reslisarc instead lisarc. -u, --unix search at first for $HOME/.lisarc, then for /etc/lisarc, this is the default behaviour --k, --kde1 search at first for $HOME/.kde/share/config/lisarc, +-k, --kde1 search at first for $HOME/.trinity/share/config/lisarc, then for $KDEDIR/share/config/lisarc -K, --kde2 looks for the file lisarc in every directory diff --git a/lanbrowsing/lisa/main.cpp b/lanbrowsing/lisa/main.cpp index 7de5938..fd96d04 100644 --- a/lanbrowsing/lisa/main.cpp +++ b/lanbrowsing/lisa/main.cpp @@ -198,7 +198,7 @@ int main(int argc, char** argv) "--kde1, --kde2 and --unix are not supported anymore.\n"\ "Lisa will always first look for $(HOME)/.lisarc , then for /etc/lisarc.\n"\ "If your lisa configuration file was created using an older version of \n"\ - "the KDE control center, copy the /root/.kde/share/config/lisarc to /etc and \n"\ + "the KDE control center, copy the /root/.trinity/share/config/lisarc to /etc and \n"\ "then start lisa without any command line options.\n"<