| Summary: | compare not working from sftp | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | neurofibromin |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | minor | CC: | christoph, groszdanielpub, neurofibromin |
| Priority: | NOR | ||
| Version First Reported In: | 24.02.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
neurofibromin
2024-05-06 13:27:34 UTC
Same here, neither the built-in comparison works, nor the external tools, even the KDE ones. My use case was comparing a config file between two remote machines. True, we will need to improve KateFileActions::compareWithExternalProgram to dump remote files to temp files to have that. (In reply to Christoph Cullmann from comment #2) > True, we will need to improve KateFileActions::compareWithExternalProgram to > dump remote files to temp files to have that. And DiffWidget::diffDocsGitArgs (In reply to Christoph Cullmann from comment #2) > True, we will need to improve KateFileActions::compareWithExternalProgram to > dump remote files to temp files to have that. For external KDE tools that shouldn't be needed, as you can pass URLs directly to KDiff3, no? (In reply to Grósz Dániel from comment #4) > (In reply to Christoph Cullmann from comment #2) > > True, we will need to improve KateFileActions::compareWithExternalProgram to > > dump remote files to temp files to have that. > > For external KDE tools that shouldn't be needed, as you can pass URLs > directly to KDiff3, no? We can not be sure that works for the tool the user selects. Beside that we use git diff in some cases. |