author | insilmaril |
Thu, 01 Oct 2009 13:23:20 +0000 | |
changeset 800 | 959bd133cd1a |
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