[frameworks-kfilemetadata] [Bug 375043] baloo search misses lyx files - lack of the corresponding codec (extractor) in kfilemetadata

2022-10-29 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=375043 --- Comment #2 from manuel fernández --- It now works fine, thank you. Finds the lyx files. Operating System: Kubuntu 22.10 KDE Plasma Version: 5.25.5 KDE Frameworks Version: 5.98.0 Qt Version: 5.15.6 Kernel Version: 5.19.0-23-generic (64-bit

[step] [Bug 420432] New: steps - malformed URL

2020-04-22 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=420432 Bug ID: 420432 Summary: steps - malformed URL Product: step Version: 0.1.0 Platform: Kubuntu Packages OS: Linux Status: REPORTED Severity: major Priori

[KBibTeX] [Bug 394659] crash after compilation

2018-11-17 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #62 from manuel fernández --- Thank you, great work! -- You are receiving this mail because: You are watching all bug changes.

[KBibTeX] [Bug 394659] crash after compilation

2018-11-15 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #60 from manuel fernández --- I just checked the run-kbibtex.sh I am not using the valgrind alternative (It is greyed out with ## in front of this line) -- You are receiving this mail because: You are watching all bug changes.

[KBibTeX] [Bug 394659] crash after compilation

2018-11-07 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #58 from manuel fernández --- The script run-kbibtex.sh (attachment 115934 [details]) works properly. The program does not crash and opens files, rather slowly and operations take longer than usual. But otherwise works fine! tail of output

[KBibTeX] [Bug 394659] crash after compilation

2018-10-30 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #56 from manuel fernández --- (In reply to Christoph Feck from comment #55) > Is '/tmp/mfg-kbibtex-usr/bin/kbibtex' a script that sets the needed > environment or just the compiled executable? Thomas Fisher kindly prepare

[KBibTeX] [Bug 394659] crash after compilation

2018-10-30 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #54 from manuel fernández --- You are right Christopher. I was running the installed kbibtex in the latter case. What remains true is that if I start the program by compiling it with Fisher's script (attachment 115934), the pr

[KBibTeX] [Bug 394659] crash after compilation

2018-10-29 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #52 from manuel fernández --- Created attachment 115972 --> https://bugs.kde.org/attachment.cgi?id=115972&action=edit crash when restarting kbibtex here is the crash file generated by Dr. Konqi However, I found that: If I go

[KBibTeX] [Bug 394659] crash after compilation

2018-10-28 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #49 from manuel fernández --- ups! crashed again closed the program and opened it up again with mfg@bix:~/sysi/com/down/kbibtex$ /tmp/mfg-kbibtex-usr/bin/kbibtex kbibtex.program: Starting KBibTeX version "98402b78 (m

[KBibTeX] [Bug 394659] crash after compilation

2018-10-28 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #48 from manuel fernández --- Alas! it works. Brilliant! Many many thanks. I do not know whether this is the right place to ask: If I change the four lines of the script run-kbibtex.sh near the beginning instead of /tmp with /usr/local

[KBibTeX] [Bug 394659] crash after compilation

2018-10-27 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #46 from manuel fernández --- 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

[KBibTeX] [Bug 394659] crash after compilation

2018-10-27 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #45 from manuel fernández --- Program compiles and runs thereafter. When I try to open a .bib file a warning pops up saying: No part available for file 'phys.bib'. The tail of what came out on the terminal is: Installing

[KBibTeX] [Bug 394659] crash after compilation

2018-10-27 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #43 from manuel fernández --- Am I doing something wrong or is there a typo error in the repository address ... Thank you for all your help! mfg@bix:~/sysi/com/down/kbibtex$ ./run-kbibtex.sh https://cgit.kde.org/kbibtex.git master

[KBibTeX] [Bug 394659] crash after compilation

2018-10-26 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #40 from manuel fernández --- Looked for automoc package but there is only automoc for qt4 and not qt5 (muon, kubuntu 18.04) -- You are receiving this mail because: You are watching all bug changes.

[KBibTeX] [Bug 394659] crash after compilation

2018-10-26 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #39 from manuel fernández --- added paths: export QT_PLUGIN_PATH=/usr/lib/plugins:/usr/lib/qt5/plugins:/tmp/usr/lib64/plugins/ export LD_LIBRARY_PATH=/tmp/usr/lib64 export XDG_DATA_DIRS=/usr/share/plasma:/usr/local/share:/usr/share:/var/lib

[KBibTeX] [Bug 394659] crash after compilation

2018-10-26 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #38 from manuel fernández --- I do not know if the problem has to do with a warning when I compile: AutoMoc warning: "/home/mfg/sysi/com/down/kbibtex/kbibtex/src/parts/part.cpp" The file includes the moc file "part.moc

[KBibTeX] [Bug 394659] crash after compilation

2018-10-26 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #37 from manuel fernández --- Program no longer crashes However, I now only see the bibtex entries like I do in kate, but inside kbibtex. Here is what the terminal gives: mfg@bix:~/sysi/com/down/kbibtex/kbibtex$ /tmp/usr/bin/kbibtex

[KBibTeX] [Bug 394659] crash after compilation

2018-10-11 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #33 from manuel fernández --- Created attachment 115577 --> https://bugs.kde.org/attachment.cgi?id=115577&action=edit New crash information added by DrKonqi kbibtex (14b263d2 (master), near 0.8.50) using Qt 5.9.5 when file is ope

[KBibTeX] [Bug 394659] crash after compilation

2018-10-11 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #32 from manuel fernández --- (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 &

[KBibTeX] [Bug 394659] crash after compilation

2018-10-10 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #30 from manuel fernández --- Created attachment 115553 --> https://bugs.kde.org/attachment.cgi?id=115553&action=edit text file you asked for. It is a bib file but has extension .txt -- You are receiving this mail because:

[KBibTeX] [Bug 394659] crash after compilation

2018-10-10 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #29 from manuel fernández --- (In reply to manuel fernández from comment #27) > (In reply to Thomas Fischer from comment #26) > > Created attachment 115552 [details] > > Second patch to print more debug output > > >

[KBibTeX] [Bug 394659] crash after compilation

2018-10-10 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #27 from manuel fernández --- (In reply to Thomas Fischer from comment #26) > Created attachment 115552 [details] > Second patch to print more debug output > > Comment 25 contained the output I was looking for. Unfortunately

[KBibTeX] [Bug 394659] crash after compilation

2018-10-10 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #28 from manuel fernández --- sorry, compiled with release, let me do it again! -- You are receiving this mail because: You are watching all bug changes.

[KBibTeX] [Bug 394659] crash after compilation

2018-10-09 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #25 from manuel fernández --- (In reply to Thomas Fischer from comment #24) > Thank you for the information so far. But I still need KBibTeX's debug > output when launched in a terminal, e.g. Konsole. Here it is. Sorry f

[KBibTeX] [Bug 394659] crash after compilation

2018-10-09 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #23 from manuel fernández --- (In reply to Thomas Fischer from comment #12) > Something I missed earlier: your KBibTeX instance does not just crash > because it starts, but because it opens a file at startup (or tries at &

[KBibTeX] [Bug 394659] crash after compilation

2018-10-09 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #22 from manuel fernández --- Created attachment 115518 --> https://bugs.kde.org/attachment.cgi?id=115518&action=edit kbibtexrc file for comment 12 -- You are receiving this mail because: You are watching all bug changes.

[KBibTeX] [Bug 394659] crash after compilation

2018-10-09 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #21 from manuel fernández --- Created attachment 115512 --> https://bugs.kde.org/attachment.cgi?id=115512&action=edit New crash information added by DrKonqi kbibtex (3aecb322 (master), near 0.8.50) using Qt 5.9.5 Applied you

[KBibTeX] [Bug 394659] crash after compilation

2018-10-08 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #19 from manuel fernández --- I am sorry, I compiled with debug option but upon rereading your comment, I understand I should do something with the patch / file that you attached. However, I do not know what should I do with it. (In reply

[KBibTeX] [Bug 394659] crash after compilation

2018-10-08 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #18 from manuel fernández --- Created attachment 115499 --> https://bugs.kde.org/attachment.cgi?id=115499&action=edit New crash information added by DrKonqi kbibtex (3aecb322 (master), near 0.8.50) using Qt 5.9.5 compiled wit

[KBibTeX] [Bug 394659] crash after compilation

2018-10-08 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #16 from manuel fernández --- (In reply to Thomas Fischer from comment #12) > Something I missed earlier: your KBibTeX instance does not just crash > because it starts, but because it opens a file at startup (or tries at &

[KBibTeX] [Bug 394659] crash after compilation

2018-10-08 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #15 from manuel fernández --- Created attachment 115488 --> https://bugs.kde.org/attachment.cgi?id=115488&action=edit New crash information added by DrKonqi kbibtex (3aecb322 (master), near 0.8.50) using Qt 5.9.5 Compiled succ

[KBibTeX] [Bug 394659] crash after compilation

2018-10-05 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #13 from manuel fernández --- I am trying to perform what you mentioned but now I cannot compile. when I run: cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/usr -DCMAKE_BUILD_TYPE=release ../kbibtex I get the following error: CMake Error at

[KBibTeX] [Bug 394659] crash after compilation

2018-09-28 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #11 from manuel fernández --- Followed your advice, loaded setup-env as suggested but to no avail. The terminal throws the following: (kdesrc) mfg@bix:~/sysi/com/down/kbibtex/kbibtex$ /tmp/usr/bin/kbibtex kbibtex.program: Starting KBibTeX

[KBibTeX] [Bug 394659] crash after compilation

2018-09-27 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #9 from manuel fernández --- Perhaps I am doing something wrong when compliling. These are the steps I make: git clone git://anongit.kde.org/kbibtex export QT_PLUGIN_PATH=/usr/lib/plugins:/usr/lib/qt5/plugins:/tmp/usr/lib64/plugins

[KBibTeX] [Bug 394659] crash after compilation

2018-09-27 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #8 from manuel fernández --- Created attachment 115282 --> https://bugs.kde.org/attachment.cgi?id=115282&action=edit New crash information added by DrKonqi kbibtex (c3ce32be (master), near 0.8.50) using Qt 5.9.5 I compiled the

[KBibTeX] [Bug 394659] crash after compilation

2018-09-27 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #7 from manuel fernández --- Thank you Thomas. I will download and complie again. Will let you know the result. -- You are receiving this mail because: You are watching all bug changes.

[KBibTeX] [Bug 394659] crash after compilation

2018-05-26 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #4 from manuel fernández --- Created attachment 112895 --> https://bugs.kde.org/attachment.cgi?id=112895&action=edit New crash information added by DrKonqi kbibtex (e8943a24 (master), near 0.8.50) using Qt 5.9.5 - What I was doi

[KBibTeX] [Bug 394659] crash after compilation

2018-05-26 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #3 from manuel fernández --- Created attachment 112894 --> https://bugs.kde.org/attachment.cgi?id=112894&action=edit New crash information added by DrKonqi kbibtex (e8943a24 (master), near 0.8.50) using Qt 5.9.5 - What I was doi

[KBibTeX] [Bug 394659] crash after compilation

2018-05-26 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 manuel fernández changed: What|Removed |Added CC||m...@xanum.uam.mx -- You are receiving

[KBibTeX] [Bug 394659] crash after compilation

2018-05-26 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 --- Comment #2 from manuel fernández --- Created attachment 112893 --> https://bugs.kde.org/attachment.cgi?id=112893&action=edit New crash information added by DrKonqi kbibtex (e8943a24 (master), near 0.8.50) using Qt 5.9.5 - What I was doi

[KBibTeX] [Bug 394659] New: crash after compilation

2018-05-24 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394659 Bug ID: 394659 Summary: crash after compilation Product: KBibTeX Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi

[KBibTeX] [Bug 394228] kbibtex sets parenthesis in wrong order

2018-05-15 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394228 --- Comment #2 from manuel fernández --- 'KBibTeX Version Git revision unknown' It is the one pakaged with kubuntu bionic 18.04 I copy the muon package manager version in case this helps: kbibtex (0.8~20170819git31a77b27e8e83836e-3buil

[KBibTeX] [Bug 394228] New: kbibtex sets parenthesis in wrong order

2018-05-13 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=394228 Bug ID: 394228 Summary: kbibtex sets parenthesis in wrong order Product: KBibTeX Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Key

[krfb] [Bug 356782] krfb stops sending updates after the first frame

2017-01-27 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=356782 --- Comment #8 from manuel fernández --- The workaround of Alexei worked fine for me. -- You are receiving this mail because: You are watching all bug changes.

[krfb] [Bug 356782] krfb stops sending updates after the first frame

2017-01-27 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=356782 --- Comment #9 from manuel fernández --- Thank you! -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kfilemetadata] [Bug 375043] New: baloo search misses lyx files - lack of the corresponding codec (extractor) in kfilemetadata

2017-01-14 Thread manuel fernández
https://bugs.kde.org/show_bug.cgi?id=375043 Bug ID: 375043 Summary: baloo search misses lyx files - lack of the corresponding codec (extractor) in kfilemetadata Product: frameworks-kfilemetadata Version: 5.26.0 Platform: Ku

[krfb] [Bug 363217] VNC connection to KDE5 is not possible

2016-06-02 Thread manuel fernández via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363217 --- Comment #3 from manuel fernández --- I also confirm that if I run the server with x11vnc the remote session works all right -- You are receiving this mail because: You are watching all bug changes.

[krfb] [Bug 363217] VNC connection to KDE5 is not possible

2016-05-19 Thread manuel fernández via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363217 manuel fernández changed: What|Removed |Added CC||m...@xanum.uam.mx --- Comment #1 from

[krfb] [Bug 356782] krfb stops sending updates after the first frame

2016-05-19 Thread manuel fernández via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356782 manuel fernández changed: What|Removed |Added CC||m...@xanum.uam.mx --- Comment #3 from

[kontact] [Bug 362724] New: enable calendar

2016-05-05 Thread manuel fernández via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362724 Bug ID: 362724 Summary: enable calendar Product: kontact Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi