Browse Chromium Bookmarks
Source (link to git-repo or to original if based on someone elses unmodified work):
Available as/for:
Description:NOTE: If you are manually upgrading from version 0.1 to 0.2 remember to remove first old one (in particular remove:
/usr/share/kde4/services/browsechromiumbookmarks.desktop
/usr/share/kde4/services/browsechromiumbookmarks_config.desktop
replace /usr/share/kde4 with /usr/share/kde if the case)
0.3:
* added trigger word: bcb (default enabled)
* fixed match
* fixed kconfiggroup name
0.2 :
* added config dialog:
- now it is possible choose which browser to use (chromium or chrome) or define a custom Bookmarks file (as suggested by archtaku)
- added translation support
- added italian translation
0.1 : Initial Release
Ratings & Comments
13 Comments
Kubuntu 13.04. KDE 4.10.2 I had to install gettext and libqjson-dev to compile it. No problems. I get an error, however, on make install: darwin@sdb1qq:~/sda3/SYSTEM/SOFT/KDE/plasma-runner-browsechromiumbookmarks/build$ sudo make install Error: syntax error in /home/darwin/sda3/SYSTEM/SOFT/KDE/plasma-runner-browsechromiumbookmarks/build/kcm_krunner_browsechromiumbookmarks_automoc.cpp.files make[2]: *** [CMakeFiles/kcm_krunner_browsechromiumbookmarks_automoc] Error 1 make[1]: *** [CMakeFiles/kcm_krunner_browsechromiumbookmarks_automoc.dir/all] Error 2 make: *** [all] Error 2
Gentoo ebuilds , if anyone here using it ;-P http://pastebin.mozilla.org/1206046
ebuild url (http://pastebin.mozilla.org/1206046) is dead
Thank you for this contribution, really ... this is appreciated. I spoke of this application in my blog focused on KDE: http://kde4life.wordpress.com/2011/04/15/mejor-integracion-de-chromium-en-kde-con-chromiumbookmarks/
1) Could use better documentation of dependencies (which include a recent version of qjson from the project's git repo). 2) Would be nice to configure where to have it look for bookmarks. I use a build of the Chromium dev branch which stores its configuration files in a different directory from the default location (so that it can be installed alongside the production version). In the meantime, I just created a symlink for ~/.config/chromium to point to that directory.
1) The error is in CMakeLists.txt, where the line find_package(QJson REQUIRED) Should be find_package(QJSON REQUIRED)
Yep, caught your comment on the Arch Linux AUR. Thanks! I've been waiting for something like this and was considering teaching myself how to use cmake, et al. to write something like it.
Hi, I have successfully compiled and installed the plugin, and I ran kbuildsycoca4 and restarted krunner. The plugin shows up in krunners list of plugins, but doesn't seem to work. Am I doing anything wrong?
404 file not found...
Dunno why but the server cuts the extension; the working link is http://kde-apps.org/CONTENT/content-files/137685-plasma-runner-browsechromiumbookmarks-0.1.tar.bz2
ok, solved; seems that the package file name was too long (but no warning during upload?); now have renamed it so no more problems.
Ok downloaded but does not work. I've extrat the archive, mkdir build, cd build cmake .. checkinstall no errors but I've killed krunner and relaunched but when I search a chromium bookmarks I find nothing and in krunner plugins I don't view your plugin. What did I do wrong? bye
Try these steps: mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` make checkinstall if checkinstall fails try a simple `make install`