Skip to content

Remove DBus-based change tracking

Nicolas Fella requested to merge work/nico/no-dbus into master

We have a somewhat complex mechanism where we notify via DBus when the bookmarks change

That is done so that changes from keditbookmarks are propagated back to the app, or changes in one app are propagated to other instances of the app

By instead watching the single file for changes we can make this simpler and more portable

Merge request reports