Skip to content

Remove double message about lack of access rights

Ilya Pominov requested to merge ipominov/ktexteditor:fix_error_access into master

When trying to open a file for which there are no access rights, the error message is shown twice

STEPS TO REPRODUCE:

  1. sudo touch testfile
  2. sudo chmod 700 testfile
  3. Run example (or kate) without sudo, and try open testfile ./example testfile
  4. Close error message

OBSERVED RESULT Error message reopened

EXPECTED RESULT Error message not shown again

Merge request reports