| author | insilmaril | 
| Tue, 05 Jan 2010 11:23:12 +0000 | |
| changeset 820 | 735c7ea1d2a9 | 
| parent 781 | 6cbf3c9cbd21 | 
| permissions | -rwxr-xr-x | 
1 #!/bin/bash
3 # Look for running konquerors and notify them of changed bookmarks file
4 dcop | grep konqueror- | xargs -iKONQUI dcop KONQUI KBookmarkManager-$HOME/.kde/share/apps/konqueror/bookmarks.xml notifyCompleteChange "dcop"
7 # And now the same using QDBUS in KDE 4:
9 qdbus| grep konqueror- | xargs -iOBJECT qdbus OBJECT /KBookmarkManager/konqueror org.kde.KIO.KBookmarkManager.notifyCompleteChange