author | insilmaril |
Tue Nov 17 08:24:59 2009 +0000 (2009-11-17) | |
changeset 806 | 2a33304714ba |
parent 746 | ee6b0f3a4c2f |
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