Skip to content

Allow comparing two files when launched through desktop file

Nicolas Fella requested to merge work/comparingdesktopfile into master

Currently the Exec line assumes that we want to open a diff file and thus passes -o

This prevents launching Kompare using KIO::ApplicationLauncherJob to compare two files

Remove the parameter that forces opening a diff file and autodetect what should be done instead

Merge request reports