scripts/update-bookmarks
author insilmaril
Thu, 19 Mar 2009 11:45:28 +0000
changeset 744 94ed4372ef08
parent 305 2eeafc34e470
child 746 ee6b0f3a4c2f
permissions -rwxr-xr-x
ProgressBar during load and more fixes
insilmaril@305
     1
#!/bin/bash
insilmaril@305
     2
insilmaril@305
     3
# Look for running konquerors and notify them of changed bookmarks file
insilmaril@305
     4
dcop | grep konqueror- |  xargs -iKONQUI dcop KONQUI KBookmarkManager-$HOME/.kde/share/apps/konqueror/bookmarks.xml notifyCompleteChange "dcop"
insilmaril@744
     5
insilmaril@744
     6
insilmaril@744
     7
# And now the same using QDBUS in KDE 4:
insilmaril@744
     8
insilmaril@744
     9
qdbus| grep konqueror- |  xargs -iOBJECT qdbus OBJECT /KBookmarkManager/konqueror org.kde.KIO.KBookmarkManager.notifyCompleteChange