author | insilmaril |
Wed, 23 Sep 2009 12:14:08 +0000 | |
changeset 797 | 2876353ea150 |
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