https://bugs.kde.org/show_bug.cgi?id=497102
Bug ID: 497102
Summary: Error when opening on the first time
Classification: Applications
Product: kdiff3
Version: 1.11.5
Platform: openSUSE
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: application
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 176380
--> https://bugs.kde.org/attachment.cgi?id=176380&action=edit
Modal window with the error
SUMMARY
When opening a simple diff of two files, kdiff3 gives an error opening the
second file.
STEPS TO REPRODUCE
1. cd /tmp
2. echo "asdf" > file1.txt
3. echo "qwer" > file2.txt
4. kdiff3 file1.txt file2.txt
OBSERVED RESULT
A modal window appears with the following message:
File open error - KDiff3
Opening of these files failed:
- /tmp/file2.txt
EXPECTED RESULT
No error.
SOFTWARE/OS VERSIONS
$ kinfo
Operating System: openSUSE Tumbleweed 20241121
KDE Plasma Version: 6.2.3
KDE Frameworks Version: 6.8.0
Qt Version: 6.8.0
Kernel Version: 6.11.8-1-default (64-bit)
Graphics Platform: X11
Processors: 24 × 12th Gen Intel® Core™ i9-12900K
Memory: 62.6 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 3050/PCIe/SSE2
ADDITIONAL INFORMATION
If you click ok, the `file open...` dialog appears with the correct file names
and paths, and the diff is successfully opened.
But, this additional step creates problems when diffing from version control
software, e.g., mercurial or git On mercurial, it is still possible to see the
diff if there is more than one file changed, but in git it is not possible to
see anything. Even in mercurial, if the diff consists of only one file, it is
also not possible to see any diff.
--
You are receiving this mail because:
You are watching all bug changes.