https://bugs.kde.org/show_bug.cgi?id=394659
--- Comment #46 from manuel fernández <m...@xanum.uam.mx> --- searched the plugin where kbibtexpart.so is located. It is: /tmp/mfg-kbibtex-usr/lib/x86_64-linux-gnu/plugins but in the last lines of the terminal output: kbibtex.program: QT_PLUGIN_PATH= :/tmp/mfg-kbibtex-usr/lib/plugins/ so as the output suggests maybe: The environment variable QT_PLUGIN_PATH might be not correctly set -------------------------------------- try to add the path: mfg@bix:~/sysi/com/down/kbibtex$ export QT_PLUGIN_PATH=/usr/lib/plugins:/usr/lib/qt5/plugins:/tmp/usr/lib64/plugins/:/tmp/mfg-kbibtex-usr/lib/x86_64-linux-gnu/plugins/ terminal output was then: mfg@bix:~/sysi/com/down/kbibtex$ /tmp/mfg-kbibtex-usr/bin/kbibtex kbibtex.program: Starting KBibTeX version "98402b78 (master)" QCommandLineParser: option not defined: "author" QCommandLineParser: option not defined: "license" QCommandLineParser: option not defined: "desktopfile" Empty filename for XSLT kbibtex.networking: Failed to initialize XSL transformation based on file 'arxiv2bibtex.xsl' kbibtex.networking: Generated XSLT filename was ' "kbibtex/arxiv2bibtex.xsl" ' Empty filename for XSLT kbibtex.networking: Failed to initialize XSL transformation based on file 'ieeexploreapiv1-to-bibtex.xsl' kbibtex.networking: Generated XSLT filename was ' "kbibtex/ieeexploreapiv1-to-bibtex.xsl" ' Empty filename for XSLT kbibtex.networking: Failed to initialize XSL transformation based on file 'pubmed2bibtex.xsl' kbibtex.networking: Generated XSLT filename was ' "kbibtex/pubmed2bibtex.xsl" ' Empty filename for XSLT kbibtex.networking: Failed to initialize XSL transformation based on file 'pam2bibtex.xsl' kbibtex.networking: Generated XSLT filename was ' "kbibtex/pam2bibtex.xsl" ' 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: PATH= /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-9-oracle/bin:/usr/lib/jvm/java-9-oracle/db/bin kbibtex.program: LD_LIBRARY_PATH= kbibtex.program: XDG_DATA_DIRS= /usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop kbibtex.program: QT_PLUGIN_PATH= /usr/lib/plugins:/usr/lib/qt5/plugins:/tmp/usr/lib64/plugins/:/tmp/mfg-kbibtex-usr/lib/x86_64-linux-gnu/plugins/ kbibtex.program: KDEDIRS= kbibtex.program: QCoreApplication::libraryPaths= "/tmp/mfg-kbibtex-usr/lib/x86_64-linux-gnu/plugins:/usr/lib/x86_64-linux-gnu/qt5/plugins:/tmp/mfg-kbibtex-usr/bin" 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") kf5.kio.core: KSambaShare: Could not find smb.conf! kbibtex.program: Using service "Embedded Advanced Text Editor" ( "" ) for mime type "text/x-bibtex" through library "kf5/parts/katepart" kf5.kxmlgui: cannot find .rc file "kbibtexui.rc" for component "kbibtex" kf5.kxmlgui: 0x7fc834018a98 deleted without having been removed from the factory first. This will leak standalone popupmenus and could lead to crashes. mfg@bix:~/sysi/com/down/kbibtex$ ------------------------ but then it shows .bib file like in kate text file instead of the nice kbibtex ... this is as far as I could get ... -- You are receiving this mail because: You are watching all bug changes.