[dolphin] [Bug 436378] New: Text files created with Kate are not empty, but they should be.

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu Apr 29 22:56:52 BST 2021


https://bugs.kde.org/show_bug.cgi?id=436378

            Bug ID: 436378
           Summary: Text files created with Kate are not empty, but they
                    should be.
           Product: dolphin
           Version: 21.04.0
          Platform: Archlinux Packages
                OS: Linux
            Status: REPORTED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: dolphin-bugs-null at kde.org
          Reporter: zakiryu at web.de
                CC: kfm-devel at kde.org
  Target Milestone: ---

SUMMARY
Text files created with Kate are not empty, but they should be.

STEPS TO REPRODUCE
Create a text file via Kate called "kate.txt".
(Right-click, Create New, Text File)

OBSERVED RESULT
A non-empty file was created.
$ cat kate.txt | wc -m
2
$ cat kate.txt | wc -l
1

EXPECTED RESULT
It should be totally empty instead.
$ touch touch.txt
$ cat touch.txt | wc -m
0
$ cat touch.txt | wc -l
0

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.21.4
KDE Frameworks Version: 5.81.0
Qt Version: 5.15.2
Kernel Version: 5.11.15-arch1-2
OS Type: 64-bit
Graphics Platform: X11

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the kfm-devel mailing list