Skip to content

Reparse desktop file before launching process

Nicolas Fella requested to merge work/updatedesktopfile into master

If the user edits an application's desktop file while kglobalaccel is running we are currently reading the old data and thus may lauch an outdated command

Reparse the file before reading to ensure the content is up to date

BUG: 444730

Merge request reports