lueck created this revision.
lueck added reviewers: broulik, Documentation.
lueck set the repository for this revision to R228 KFind.

REVISION SUMMARY
  handbook
  
    remove ENTITY kappname
  
  man page
  
    remove "a colon separated path", this does not work for me in kf5 master 
compiled from sources
    add kf5options + qt5options to refsect1 "See Also"
  
  Let me explain why I removed "a colon separated path", and what does not work 
for me starting kfind in konsole:
  
  1. "kfind /tmp:/home" -> Look in: prefilled with "file:///tmp:/home"
  2. "kfind +/tmp"      -> Look in: prefilled with 
"file:///path/to/startdir/+/tmp"
  
  If I start the search 1) or 2) I get a dialog saying "Could not find the 
specified folder."
  
  kfind/kfinddlg.cpp-208-  else if (errorCode == KIO::ERR_DOES_NOT_EXIST)
  kfind/kfinddlg.cpp-209-  {
  kfind/kfinddlg.cpp-210-     setStatusMsg(i18n("Error."));
  kfind/kfinddlg.cpp:211:     KMessageBox::sorry( this, i18n("Could not find 
the specified folder."));

TEST PLAN
  builds

REPOSITORY
  R228 KFind

REVISION DETAIL
  https://phabricator.kde.org/D3276

AFFECTED FILES
  doc/index.docbook
  doc/man-kfind.1.docbook

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: lueck, broulik, #documentation

Reply via email to