I was looking for "A preliminary review of literature on parallel constraint solving" but not resoult found. From the website I can found it.
A quick check suggests that Google Scholar search is broken due to a redesign of its webpage. Affects all KBibTeX versions. It is planned to develop a fix both for 0.7 (last KDE4-based release) and Git master (future 0.8).
I was looking at the code yesterday and it seems that the website title changed and it does not detect it is from Google scholar. Moreover, since I use ieexplore i noticed that it is not able to download the pdf from there. I found a workaround. You may find the chnages on my github fork
Github repo https://github.com/jfmcarreira/kbibtex
(In reply to Fabio from comment #0) > I was looking for "A preliminary review of literature on parallel constraint > solving" but not resoult found. From the website I can found it. Before diving into the IEEE issue, let's first fix Google Scholar. I made a fix for the kbibtex/0.7 branch which fixes the problem for me: https://commits.kde.org/clones/kbibtex/thomasfischer/kbibtex/9e95172cef34ac (not yet the official repo!) Please test and confirm if it is working, then I'll forward-port the fix to the master branch.
(In reply to Thomas Fischer from comment #4) > (In reply to Fabio from comment #0) > > I was looking for "A preliminary review of literature on parallel constraint > > solving" but not resoult found. From the website I can found it. > > Before diving into the IEEE issue, let's first fix Google Scholar. > I made a fix for the kbibtex/0.7 branch which fixes the problem for me: > https://commits.kde.org/clones/kbibtex/thomasfischer/kbibtex/9e95172cef34ac > (not yet the official repo!) > Please test and confirm if it is working, then I'll forward-port the fix to > the master branch. I cannot access to the commit. Following the link I get: "Bad object id: 9e95172cef34ac"
> I cannot access to the commit. Following the link I get: "Bad object id: > 9e95172cef34ac" cgit.kde.org doesn't seem to be up to date (latest commits shown are from 2016, definitively outdated). Therefore, manually check out repository clones/kbibtex/thomasfischer/kbibtex.git from KDE's Git. There you will find a branch 'bugs/kde386432' which contains this commit.
(In reply to Thomas Fischer from comment #6) > > I cannot access to the commit. Following the link I get: "Bad object id: > > 9e95172cef34ac" > > cgit.kde.org doesn't seem to be up to date (latest commits shown are from > 2016, definitively outdated). > Therefore, manually check out repository > clones/kbibtex/thomasfischer/kbibtex.git from KDE's Git. There you will find > a branch 'bugs/kde386432' which contains this commit. Cloned, compiled and executed. Not working, probably due to bad libraries. This is the output from command line: KGlobal::locale(): Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work kbibtex(5113) DocumentPreview::DocumentPreviewPrivate::setupGUI: No 'KDE 4'-based Okular part for PDF or PostScript document preview available. kbibtex(5113)/kdecore (KLibrary) findLibraryInternal: plugins should not have a 'lib' prefix: "libkhtmlpart.so" kbibtex(5113)/kdecore (KLibrary) kde4Factory: The library "/usr/lib/kde4/kbibtexpart.so" does not offer a qt_plugin_instance function. kbibtex(5113)/kdeui (KAction) KActionCollection::setComponentData: this does not work on a KActionCollection containing actions! kbibtex(5113) BibUtils::available: No or only an incomplete installation of BibUtils found kbibtex(5113) OnlineSearchAbstract::iconDownloadFinished: Could not download icon "https://isbndb.com/favicon.ico" kbibtex(5113)/kdeui (kdelibs) KXMLGUIClient::~KXMLGUIClient: 0x56422c6a5900 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. *** Error in `./kbibtex': double free or corruption (!prev): 0x000056422c721860 *** KCrash: Application 'kbibtex' crashing... Fatal Error: Accessed global static 'KGlobalPrivate *globalData()' after destruction. Defined at /build/kdelibs/src/kdelibs-4.14.37/kdecore/kernel/kglobal.cpp:128 Unable to start Dr. Konqi
(In reply to Fabio from comment #7) > Cloned, compiled and executed. Not working, probably due to bad libraries. > This is the output from command line: > [...] > *** Error in `./kbibtex': double free or corruption (!prev): > 0x000056422c721860 *** > KCrash: Application 'kbibtex' crashing... > Fatal Error: Accessed global static 'KGlobalPrivate *globalData()' after > destruction. Defined at > /build/kdelibs/src/kdelibs-4.14.37/kdecore/kernel/kglobal.cpp:128 > Unable to start Dr. Konqi I cannot reproduce this crash. Please try to ensure that (a) there are not other installations of KBibTeX or left-overs thereof on your system, (b) your KDE4 installation is sane (the path looks like a self-compiled environment), (c) Dr.Konqi for KDE4 is installed to get a more verbose crash log.
No news on this bug. The proposed commits seem to fix Google Scholar, so closing this bug. The commits fixing this bug will be incorporated into KBibTeX 0.7.