@mar04
That would limit you to only two files, while this patch enables up to three.
| Git Clone URL: | https://aur.archlinux.org/dolphin-meld.git (read-only, click to copy) |
|---|---|
| Package Base: | dolphin-meld |
| Description: | KDE File Manager, using Meld rather than Kompare |
| Upstream URL: | https://apps.kde.org/dolphin/ |
| Licenses: | LGPL-2.0-or-later |
| Groups: | kde-applications, kde-system |
| Conflicts: | dolphin |
| Provides: | dolphin |
| Submitter: | andykluger |
| Maintainer: | andykluger |
| Last Packager: | andykluger |
| Votes: | 3 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-04-11 13:37 (UTC) |
| Last Updated: | 2026-07-15 19:58 (UTC) |
@mar04
That would limit you to only two files, while this patch enables up to three.
dolphin is calling 'kompare -c $url1 $url2' so you can just create a wrapper bash script called 'kompare'
#!/bin/bash
shift 1
exec meld "$@"
I personally recommend this
https://github.com/naraesk/dolphin-service-menu-meld
Thanks for the support andy
OK,
looks like that context menu item is now provided by kompare itself:
/usr/share/kservices5/ServiceMenus/kompare.desktop is owned by kompare 20.08.1-1
So I recommend:
If a user-made meld service menu works well these days, please post a comment here to help others find it. I haven't tested the ones out there. The kompare-provided one looks easy enough to modify/fork, but you may want to replace it with two separate services — one for comparing 2 files and one for comparing 3 (see https://bugs.kde.org/show_bug.cgi?id=418518 ).
Note, while I figure out the fix: The toolbar button as well as the app menu item (Tools>Compare Files) still work and open meld, but the context menu item is using kompare until I push an updated patch.
but with the kompare installed, the option appears. unfortunately it still opens on it and not on meld
Pinned Comments