https://bugs.kde.org/show_bug.cgi?id=394659

--- Comment #32 from manuel fernández <m...@xanum.uam.mx> ---
(In reply to Thomas Fischer from comment #31)
> I noticed another odd thing: The crash reports tell me that you mix KBibTeX
> libraries from two different prefixes. This is most likely wrong and may
> cause trouble.
> 
> /usr/lib/x86_64-linux-gnu/qt5/plugins/kbibtexpart.so
> /tmp/usr/lib/x86_64-linux-gnu/libkbibtexgui.so.0
> 
> Please uninstall KBibTeX from your distributions package management system
> and remove any residual KBibTeX files in /usr, i.. anything that contains
> 'kbibtex' in its filename.
> 
> Then, ensure that you have applied both patches (attachment 115494 [details]
> and attachment 115552 [details]) and compiled the code with
> CMAKE_BUILD_TYPE=debug
> Again, please send command line output and the complete DrKonqi stack trace
> output.

Purged kbibtex and kbibtex-data with muon
renamed kbibtexrc to kbibtexrc.old in .config and /.kde/share/apps/

downloaded kbibtex, applied both patches
compiled and when executed got a message saying kparts was missing and would
have only limited functionality

this is the console output

(kdesrc) mfg@luz:~/sysi/com/down/kbibtex/kbibtex$ /tmp/usr/bin/kbibtex
kbibtex.program: Starting KBibTeX version "14b263d2 (master)"
QCommandLineParser: option not defined: "author"
QCommandLineParser: option not defined: "license"
QCommandLineParser: option not defined: "desktopfile"
kbibtex.gui: m_current is null?  NULL
kbibtex.gui: model is null?  not null
Empty filename for XSLT
Empty filename for XSLT
Empty filename for XSLT
Empty filename for XSLT
Empty filename for XSLT
kf5.kservice.services: The desktop entry file
"/usr/share/applications/org.kde.systemmonitor.desktop" has Type= "Application"
but no Exec line
kf5.kservice.sycoca: Invalid Service : 
"/usr/share/applications/org.kde.systemmonitor.desktop"
kf5.kservice.services: The desktop entry file
"/usr/share/applications/org.kde.drkonqi.desktop" has Type= "Application" but
no Exec line
kf5.kservice.sycoca: Invalid Service : 
"/usr/share/applications/org.kde.drkonqi.desktop"
kbibtex.program: WebEngine is available, using it instead of WebKit or HTML
KPart (both neither considered nor tested for) for HTML/Web preview.
kbibtex.gui: List of entry layouts is empty
kf5.kxmlgui: cannot find .rc file "kbibtexui.rc" for component "kbibtex"
kf5.kxmlgui: cannot find .rc file "kbibtexui.rc" for component "kbibtex"
kbibtex.program: About to show main window
kbibtex.program: PATH=
/home/mfg/kde/usr/bin:/usr/bin:/home/mfg/.config/composer/vendor/bin:/home/mfg/.nvm/versions/node/v4.2.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
kbibtex.program: LD_LIBRARY_PATH= 
kbibtex.program: XDG_DATA_DIRS=
/home/mfg/kde/usr/share:/usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/var/lib/snapd/desktop:/usr/share
kbibtex.program: QT_PLUGIN_PATH=
/home/mfg/kde/usr/lib/plugins:/home/mfg/kde/usr/lib64/plugins:/home/mfg/kde/usr/lib/x86_64-linux-gnu/plugins:/usr/plugins:
kbibtex.program: KDEDIRS= 
kbibtex.program: QCoreApplication::libraryPaths=
"/usr/lib/x86_64-linux-gnu/qt5/plugins:/tmp/usr/bin"
kf5.kio.core: KSambaShare: Could not find smb.conf!
kbibtex.program: Invoking 'return programCore.exec()'
kbibtex.io: No or only an incomplete installation of BibUtils found
No file found for ".xml" , even though update-mime-info said it would exist.
Either it was just removed, or the directory doesn't have executable
permission... ("/home/mfg/.local/share/mime", "/usr/share/mime")
kbibtex.program: Opening URL previously not open: 
"file:///home/mfg/Desktop/nonlin-schro.bib"
No file found for ".xml" , even though update-mime-info said it would exist.
Either it was just removed, or the directory doesn't have executable
permission... ("/home/mfg/.local/share/mime", "/usr/share/mime")
kbibtex.program: URL now open:  "/home/mfg/Desktop/nonlin-schro.bib"
kbibtex.program: Using service "Embedded Advanced Text Editor" ( "" ) for mime
type "text/x-bibtex" through library "kf5/parts/katepart"
kbibtex.program: PATH=
/home/mfg/kde/usr/bin:/usr/bin:/home/mfg/.config/composer/vendor/bin:/home/mfg/.nvm/versions/node/v4.2.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin
kbibtex.program: LD_LIBRARY_PATH= 
kbibtex.program: XDG_DATA_DIRS=
/home/mfg/kde/usr/share:/usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/var/lib/snapd/desktop:/usr/share
kbibtex.program: QT_PLUGIN_PATH=
/home/mfg/kde/usr/lib/plugins:/home/mfg/kde/usr/lib64/plugins:/home/mfg/kde/usr/lib/x86_64-linux-gnu/plugins:/usr/plugins:
kbibtex.program: KDEDIRS= 
kf5.kxmlgui: cannot find .rc file "kbibtexui.rc" for component "kbibtex"
kbibtex.program: Found library for "text/x-bibtex" : "kf5/parts/katepart"
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = kbibtex path = /tmp/usr/bin pid = 19365
KCrash: Arguments: /tmp/usr/bin/kbibtex 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi from
kdeinit
sock_file=/run/user/1000/kdeinit5__0

[1]+  Stopped                 /tmp/usr/bin/kbibtex
(kdesrc) mfg@luz:~/sysi/com/down/kbibtex/kbibtex$

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to