scripts/update-bookmarks
author insilmaril
Thu, 23 Apr 2009 12:15:31 +0000
changeset 755 ed5b407975b3
parent 746 ee6b0f3a4c2f
child 781 6cbf3c9cbd21
permissions -rwxr-xr-x
more data in Tree, less in Map
     1 #!/bin/bash
     2 
     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"
     5 
     6 
     7 # And now the same using QDBUS in KDE 4:
     8 
     9 qdbus| grep konqueror- |  xargs -iOBJECT qdbus OBJECT /KBookmarkManager/konqueror org.kde.KIO.KBookmarkManager.notifyCompleteChange
    10 #qdbus| grep konqueror- |  xargs -iOBJECT qdbus OBJECT /KBookmarkManager/kfilePlaces org.kde.KIO.KBookmarkManager.notifyCompleteChange