[kig] [Bug 376477] wrong owner "root" for file install_manifest.txt after "make install"

2017-02-14 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=376477 --- Comment #2 from Maurizio Paolini <paol...@dmf.unicatt.it> --- This is the exact sequence of commands (as user "paolini") [omitting the stdout/stderr of "cmake", "make", "make install": $ g

[kig] [Bug 376477] wrong owner "root" for file install_manifest.txt after "make install"

2017-02-14 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=376477 Maurizio Paolini <paol...@dmf.unicatt.it> changed: What|Removed |Added Summary|wrong owner "roor" for file |w

[kig] [Bug 376477] New: wrong owner "roor" for file install_manifest.txt after "make install"

2017-02-14 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=376477 Bug ID: 376477 Summary: wrong owner "roor" for file install_manifest.txt after "make install" Product: kig Version: unspecified Platform: unspecified OS: Linux

[kig] [Bug 376477] wrong owner "root" for file install_manifest.txt after "make install"

2017-02-16 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=376477 --- Comment #4 from Maurizio Paolini <paol...@dmf.unicatt.it> --- (In reply to Christoph Feck from comment #3) > Well, you are not using a separate build directory. If you are not allowed > to create root files in /home, use a /t

[kig] [Bug 360611] compilation target "kigpart_automoc" generates invalid include paths in moc files

2017-02-13 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=360611 --- Comment #8 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Yes it is! (answering to comment 7). I tried again the whole procedure (with a fresh checkout of kig) and the issue is *exactly* the same as in my first "Description" h

[kig] [Bug 360822] cmake does not find Boost Python support

2017-02-13 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=360822 --- Comment #3 from Maurizio Paolini <paol...@dmf.unicatt.it> --- (In reply to Luigi Toscano from comment #1) > I think that this was solved long time ago (Applications 16.04). > See the review in the bug Description and the following comm

[konqueror] [Bug 384616] buffer used by "Copy Link URL" entry in a link context menu

2017-09-18 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=384616 --- Comment #5 from Maurizio Paolini <paol...@dmf.unicatt.it> --- After a brief look at the sources, it seems that this behaviour is entirely under QT responsibility: in konqueror-17.04.1/webenginepart/src/webenginepart_ext.cpp

[konqueror] [Bug 384616] buffer used by "Copy Link URL" entry in a link context menu

2017-09-13 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=384616 --- Comment #3 from Maurizio Paolini <paol...@dmf.unicatt.it> --- (In reply to Allan Sandfeld from comment #1) > That is intensional, if you want it in the selection buffer you need to > select it. Copying is a clipboard action. Though I gu

[konqueror] [Bug 384616] New: buffer used by "Copy Link URL" entry in a link context menu

2017-09-12 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=384616 Bug ID: 384616 Summary: buffer used by "Copy Link URL" entry in a link context menu Product: konqueror Version: 5.0.97 Platform: Fedora RPMs OS: Linux

[konqueror] [Bug 383071] Konqueror isn't able to open URLs on startup

2017-09-12 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=383071 Maurizio Paolini <paol...@dmf.unicatt.it> changed: What|Removed |Added Component|khtml |khtml a

[extra-cmake-modules] [Bug 360734] creation of a bogus share directory with root ownership in the source location

2017-11-05 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=360734 --- Comment #4 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Thank you, that was an annoying issue for me... -- You are receiving this mail because: You are watching all bug changes.

[kig] [Bug 386536] Crash on moving the half line of independent points in "absolute value" as locus

2017-11-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=386536 Maurizio Paolini <paol...@dmf.unicatt.it> changed: What|Removed |Added CC|

[kig] [Bug 386536] Crash on moving the half line of independent points in "absolute value" as locus

2017-11-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=386536 --- Comment #3 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Created attachment 108731 --> https://bugs.kde.org/attachment.cgi?id=108731=edit kig file with "cartesian equation" added to the reported construction This is th

[kig] [Bug 386536] Crash on moving the half line of independent points in "absolute value" as locus

2017-11-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=386536 --- Comment #2 from Maurizio Paolini <paol...@dmf.unicatt.it> --- I attached the 'kig' saved file corresponding to the report construction. With that construction I cannot confirm the crash, however if I add the "cartesian equation"

[kig] [Bug 394676] New: Crash in circle-segment intersections when one point is "First end point" property of segment

2018-05-25 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=394676 Bug ID: 394676 Summary: Crash in circle-segment intersections when one point is "First end point" property of segment Product: kig Version: unspecified Platform: Fedora RPMs

[kig] [Bug 394676] Crash in circle-segment intersections when one point is "First end point" property of segment

2018-05-25 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=394676 --- Comment #1 from Maurizio Paolini <paol...@dmf.unicatt.it> --- The problem is located in objects/line_imp.cc in function AbstractLineImp::isPropertyDefinedOnOrThroughThisImp It sounds that the correct setup should be: 1. reduce the

[kig] [Bug 394676] Crash in circle-segment intersections when one point is "First end point" property of segment

2018-05-26 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=394676 --- Comment #2 from Maurizio Paolini <paol...@dmf.unicatt.it> --- I also note that RayImp has two properties: - support - end-point-A so we should also add the method RayImp::isPropertyDefinedOnOrThroughThisImp returning values true(?)

[kig] [Bug 394676] Crash in circle-segment intersections when one point is "First end point" property of segment

2018-06-01 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=394676 Maurizio Paolini changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[kig] [Bug 394676] Crash in circle-segment intersections when one point is "First end point" property of segment

2018-06-01 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=394676 --- Comment #3 from Maurizio Paolini --- Fixed in master with commit https://cgit.kde.org/kig.git/commit/?id=f324508e822ddcafab26d90fd9bb685e56edaab8 -- You are receiving this mail because: You are watching all bug changes.

[kig] [Bug 388241] Cannot use python scripting when compiling from source

2017-12-30 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=388241 --- Comment #5 from Maurizio Paolini <paol...@dmf.unicatt.it> --- (In reply to Rex Dieter from comment #4) > dup of bug #335965 > > Poke, there's a fix available, > https://git.reviewboard.kde.org/r/126549/ > > ***

[kig] [Bug 388241] Cannot use python scripting when compiling from source

2017-12-27 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=388241 --- Comment #3 from Maurizio Paolini <paol...@dmf.unicatt.it> --- (In reply to David E. Narvaez from comment #2) > Given the known issues Fedora causes with their Python setup (see bug > 335965), you will have to open this bug with

[kig] [Bug 388241] Cannot use python scripting when compiling from source

2018-01-14 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=388241 --- Comment #7 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Created attachment 109867 --> https://bugs.kde.org/attachment.cgi?id=109867=edit kig file exposing the problem This kig file contains a very simple python script depen

[kig] [Bug 388241] Cannot use python scripting when compiling from source

2018-01-14 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=388241 --- Comment #8 from Maurizio Paolini <paol...@dmf.unicatt.it> --- This problem seems to appear when compiling from git sources when compiled against boost-devel-1.63.0 or later. In this version of boost the file /usr/include/boost/python/object_co

[kig] [Bug 388241] New: Cannot use python scripting when compiling from source

2017-12-26 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=388241 Bug ID: 388241 Summary: Cannot use python scripting when compiling from source Product: kig Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED

[konqueror] [Bug 384616] buffer used by "Copy Link URL" entry in a link context menu

2017-12-26 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=384616 --- Comment #6 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Sadly, I am now no longer using konqueror... too many problems makes it a pain to use it. -- You are receiving this mail because: You are watching all bug changes.

[kig] [Bug 157736] define a macro to plot mid points

2018-09-23 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=157736 Maurizio Paolini changed: What|Removed |Added CC||paol...@dmf.unicatt.it --- Comment #7 from

[kig] [Bug 157736] define a macro to plot mid points

2018-09-23 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=157736 Maurizio Paolini changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|BACKTRACE

[konqueror] [Bug 258124] Konqueor does not shut down

2018-12-10 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=258124 --- Comment #7 from Maurizio Paolini --- (In reply to Maurizio Paolini from comment #5) > This issue seems still present now on konqueror-18.08, there is a > bug report on redhat/fedora bugzilla: > > https://bugzilla.redhat.com/show_bu

[konqueror] [Bug 258124] Konqueor does not shut down

2018-12-10 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=258124 Maurizio Paolini changed: What|Removed |Added CC||paol...@dmf.unicatt.it --- Comment #5 from

[konqueror] [Bug 401976] New: konqueror does not start a second time

2018-12-10 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401976 Bug ID: 401976 Summary: konqueror does not start a second time Product: konqueror Version: 5.0.97 Platform: Fedora RPMs OS: Linux Status: REPORTED Severity:

[kig] [Bug 401512] kig crashes with simple python script with a failing assertion

2018-11-29 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401512 --- Comment #1 from Maurizio Paolini --- It seems that the first appearance of strange values for Py_REFCNT appear in the retdict.get function called within CompiledPythonScript PythonScripter::compile( const char* code ) if file scripting

[kig] [Bug 401512] New: kig crashes with simple python script with a failing assertion

2018-11-28 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401512 Bug ID: 401512 Summary: kig crashes with simple python script with a failing assertion Product: kig Version: unspecified Platform: Fedora RPMs OS: Linux

[kig] [Bug 401512] kig crashes with simple python script with a failing assertion

2019-12-16 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401512 --- Comment #2 from Maurizio Paolini --- The following diff: - $ git diff diff --git a/scripting/python_scripter.cc b/scripting/python_scripter.cc index 62a7409b..57e09255 100644 --- a/scripting

[kig] [Bug 414641] New: coordinate precision cannot be changed

2019-11-28 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=414641 Bug ID: 414641 Summary: coordinate precision cannot be changed Product: kig Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal

[kig] [Bug 401512] kig crashes with simple python script with a failing assertion

2020-01-21 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401512 Maurizio Paolini changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-09 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 --- Comment #15 from Maurizio Paolini --- (In reply to Kevin Kofler from comment #11) > The Fedora package has this patch: > https://src.fedoraproject.org/rpms/kig/blob/master/f/0001-explicitly-use- > QLibrary-to-load-libpython-like-py

[kig] [Bug 416037] When I use python scripting, kig crash select the exit menu entry instead closing

2020-01-09 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=416037 Maurizio Paolini changed: What|Removed |Added CC||paol...@dmf.unicatt.it --- Comment #1 from

[kig] [Bug 416037] When I use python scripting, kig crash select the exit menu entry instead closing

2020-01-11 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=416037 --- Comment #2 from Maurizio Paolini --- Git commit 211f8501ec4cf77ed68253783d58a662b5513612 by Maurizio Paolini. Committed on 11/01/2020 at 18:50. Pushed by paolini into branch 'master'. Fix crash upon exit after transition python2 -> python3 w

[kig] [Bug 416037] When I use python scripting, kig crash select the exit menu entry instead closing

2020-01-17 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=416037 --- Comment #4 from Maurizio Paolini --- Git commit faec9ac0f6f73e312dc051ce34eaf3154d456e96 by Maurizio Paolini. Committed on 18/01/2020 at 05:47. Pushed by paolini into branch 'master'. Going back to original Py_Finalize() to maintain compatibility

[kig] [Bug 401512] kig crashes with simple python script with a failing assertion

2019-12-23 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401512 --- Comment #9 from Maurizio Paolini --- (In reply to David E. Narvaez from comment #6) > (In reply to Kevin Kofler from comment #4) > > So, after looking at the code and the documentation, I suspect the issue is > > not really the

[kig] [Bug 401512] kig crashes with simple python script with a failing assertion

2019-12-30 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401512 --- Comment #10 from Maurizio Paolini --- (In reply to David E. Narvaez from comment #8) > (In reply to Kevin Kofler from comment #7) > > The patch from comment #2 prevents the tuple from being de-refcounted all > > the way down to 0 (

[kig] [Bug 401512] kig crashes with simple python script with a failing assertion

2019-12-31 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401512 --- Comment #11 from Maurizio Paolini --- actually, the patch is in https://phabricator.kde.org/differential/revision/edit/26333/ I am not sure that I am using phabricator correctly and couldn't find a place where to indicate that it should be used

[kig] [Bug 401512] kig crashes with simple python script with a failing assertion

2019-12-31 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=401512 --- Comment #12 from Maurizio Paolini --- (In reply to Maurizio Paolini from comment #11) > actually, the patch is in > [WRONG] > https://phabricator.kde.org/differential/revision/edit/26333/ > > I am not sure that I am using phabri

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 --- Comment #3 from Maurizio Paolini --- Resolved (almost)! in a Fedora environment in order to make the *internal* python scripting to work with mathematical functions it is required to first define LD_PRELOAD to point to the libpython library

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 Maurizio Paolini changed: What|Removed |Added CC||kevin.kof...@chello.at -- You

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 --- Comment #4 from Maurizio Paolini --- (In reply to Antonio Rojas from comment #2) > Works fine here. Is your kig compiled with python 3? This is an interesting question: I *thought* my kig was compiled with python3, What I have now instal

[kig] [Bug 415918] New: pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 Bug ID: 415918 Summary: pykig.py failing assertion after port to python3 Product: kig Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 --- Comment #1 from Maurizio Paolini --- Created attachment 124916 --> https://bugs.kde.org/attachment.cgi?id=124916=edit a sample kpy external script to test agains this bug report This is just a sample file. Even an empty file should demonstr

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 --- Comment #7 from Maurizio Paolini --- (In reply to Kevin Kofler from comment #6) > LD_PRELOADing Python 2 into the current Fedora kig is definitely not > supported. If you have to do that, something is very wrong. Actually at the moment I ha

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 --- Comment #9 from Maurizio Paolini --- (In reply to Antonio Rojas from comment #5) > (In reply to Maurizio Paolini from comment #4) > > (In reply to Antonio Rojas from comment #2) > > > Works fine here. Is your kig comp

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 --- Comment #10 from Maurizio Paolini --- I had a symbolic link to /usr/lib64/libpython2* instead of the (presumably correct) version 3. I guess this is a leftover of my recent bug-chasing effort... so now I recompiled from scratch and it seems

[kig] [Bug 415918] pykig.py failing assertion after port to python3

2020-01-06 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=415918 --- Comment #14 from Maurizio Paolini --- (In reply to Kevin Kofler from comment #11) > The Fedora package has this patch: > https://src.fedoraproject.org/rpms/kig/blob/master/f/0001-explicitly-use- > QLibrary-to-load-libpython-like-py

[plasma-pa] [Bug 423629] no longer able to force headphones output

2020-06-30 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 Maurizio Paolini changed: What|Removed |Added Product|systemsettings |plasma-pa Component|kcm_pulseaudio

[plasma-pa] [Bug 423629] no longer able to force headphones output

2020-07-02 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #5 from Maurizio Paolini --- Created attachment 129852 --> https://bugs.kde.org/attachment.cgi?id=129852=edit screenshot with both applet and Audio Volume Settings opened Here is a screenshot with the contents of the Audio settings pa

[plasma-pa] [Bug 423629] no longer able to force headphones output

2020-07-02 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #6 from Maurizio Paolini --- (In reply to Maurizio Paolini from comment #5) > Created attachment 129852 [details] > screenshot with both applet and Audio Volume Settings opened > > Here is a screenshot with the contents

[systemsettings] [Bug 423629] Output device doesn't display multiple ports in the KCM; works in pavucontrol app

2020-07-07 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #16 from Maurizio Paolini --- Well, actually there is still a problem for users of Fedora 32. Perhaps the correct course of action is to open a bug report on bugzilla.redhat.com -- You are receiving this mail because: You are watching all

[systemsettings] [Bug 423629] Output device doesn't display multiple ports in the KCM; works in pavucontrol app

2020-07-04 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #14 from Maurizio Paolini --- (In reply to Nate Graham from comment #13) > Any chance you could somehow upgrade Plasma-pa or all of Plasma to 5.19 (or > even better, git the master version) in Fedora to see if it's better? I ask >

[plasma-pa] [Bug 423629] no longer able to force headphones output

2020-07-02 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #10 from Maurizio Paolini --- Anyway, by using pavucontrol I actually have a workaround for my problem -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 423629] Output device doesn't display multiple ports in the KCM; works in pavucontrol app

2020-07-02 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #12 from Maurizio Paolini --- (In reply to Nate Graham from comment #11) > All right, if pavucontrol sees the ports, they should be visible in the KCM > as well. Looks like it is our bug after all. I am using plasma-pa-5.18.5-1.fc32.

[plasma-pa] [Bug 423629] no longer able to force headphones output

2020-07-02 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #8 from Maurizio Paolini --- (In reply to Nate Graham from comment #7) > Aha! It's not even seeing multiple ports in the first place. This means that > the issue is deeper than anything in any KDE software, and it's som

[plasma-pa] [Bug 423629] no longer able to force headphones output

2020-07-02 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #9 from Maurizio Paolini --- Created attachment 129858 --> https://bugs.kde.org/attachment.cgi?id=129858=edit screenshot with both audio settings panel and pavucontrol panel "spectacle" does not allow to capture the

[plasma-pa] [Bug 423629] no longer able to force headphones output

2020-07-02 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 --- Comment #3 from Maurizio Paolini --- (In reply to Nate Graham from comment #2) > Yes, we hid this in the applet to save space, and have gotten various > complaints from people with broken jacks. The feature is still there, it > just moved

[systemsettings] [Bug 423629] New: no longer able to force headphones output

2020-06-28 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=423629 Bug ID: 423629 Summary: no longer able to force headphones output Product: systemsettings Version: 5.18.5 Platform: Other OS: Linux Status: REPORTED Severity:

[kig] [Bug 422952] New: kig crashes when exporting to image

2020-06-14 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=422952 Bug ID: 422952 Summary: kig crashes when exporting to image Product: kig Version: unspecified Platform: Fedora RPMs OS: Linux Status: REPORTED Severity: major

[kig] [Bug 422665] kig crash on SVG export

2020-12-07 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=422665 --- Comment #7 from Maurizio Paolini --- can confirm with the latest git source: $ kig --version kig 21.03.70 when exporting to SVG kig dumps core with a segmentation fault: kf.kio.core: "Could not enter folder tags:/." Segmentation f

[kig] [Bug 422665] kig crash on SVG export

2020-12-03 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=422665 Maurizio Paolini changed: What|Removed |Added Platform|Debian testing |Fedora RPMs Version|unspecified

[kig] [Bug 386536] Crash on moving the half line of independent points in "absolute value" as locus

2020-12-20 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=386536 --- Comment #5 from Maurizio Paolini --- Tested on the latest kig source (21.03.70). I do no longer experience kig crashes and the construction works as expected. In my opinion the bug can be marked as resolved. -- You are receiving this mail

[kig] [Bug 430884] crash during construction of circle by three points

2021-01-10 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=430884 Maurizio Paolini changed: What|Removed |Added Version Fixed In||20.12.2 Latest Commit|https

[kig] [Bug 430884] crash during construction of circle by three points

2021-01-10 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=430884 Maurizio Paolini changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[kig] [Bug 430884] crash during construction of circle by three points

2021-01-02 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=430884 --- Comment #1 from Maurizio Paolini --- There is an easy fix for this problem. the isSingular function at the end of misc/common.cpp should test whether a 2x2 matrix is (numerically) singular. Currently it does so by testing whether the determinant

[kig] [Bug 430884] New: crash during construction of circle by three points

2020-12-28 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=430884 Bug ID: 430884 Summary: crash during construction of circle by three points Product: kig Version: unspecified Platform: Compiled Sources OS: Linux Status: REPORTED

[konqueror] [Bug 383071] Konqueror isn't able to open URLs on startup

2022-11-11 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=383071 Maurizio Paolini changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO

[kig] [Bug 360153] select among superposed objects as macro argument

2022-11-11 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=360153 --- Comment #3 from Maurizio Paolini --- This problem is still there. When constructing a macro it is not possible to chose among superimposed objects when selecting starting arguments or resulting objects. I checked kig version 22.08.1-1.fc36, which

[kig] [Bug 360611] compilation target "kigpart_automoc" generates invalid include paths in moc files

2022-11-01 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=360611 Maurizio Paolini changed: What|Removed |Added Resolution|WAITINGFORINFO |FIXED Status|NEEDSINFO

[kig] [Bug 360153] select among superposed objects as macro argument

2022-11-11 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=360153 Maurizio Paolini changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

[kig] [Bug 360153] select among superposed objects as macro argument

2023-05-14 Thread Maurizio Paolini
https://bugs.kde.org/show_bug.cgi?id=360153 Maurizio Paolini changed: What|Removed |Added Status|NEEDSINFO |RESOLVED --- Comment #7 from Maurizio

[kig] [Bug 359805] strange loss of drawing precision in many circumstances

2016-02-25 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #1 from Maurizio Paolini <paol...@dmf.unicatt.it> --- One comment that could help debugging: Once we have the zoomed window after steps 1 and 2 above: - move the cursor over a point of the displayed thin line (beyond the end

[kig] [Bug 359805] New: strange loss of drawing precision in many circumstances

2016-02-25 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 Bug ID: 359805 Summary: strange loss of drawing precision in many circumstances Product: kig Version: unspecified Platform: Compiled Sources URL:

[kig] [Bug 359805] strange loss of drawing precision in many circumstances

2016-02-29 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #2 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Created attachment 97618 --> https://bugs.kde.org/attachment.cgi?id=97618=edit two tangent circles This is a striking example. The two circles are constructed as tangent

[kig] [Bug 359805] strange loss of drawing precision in many circumstances

2016-02-29 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #3 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Maybe this issue is related to this qt bugreport: https://bugreports.qt.io/browse/QTBUG-1292 -- You are receiving this mail because: You are watching all bug changes.

[kig] [Bug 360611] compilation target "kigpart_automoc" generates invalid include paths in moc files

2016-03-18 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360611 --- Comment #6 from Maurizio Paolini <paol...@dmf.unicatt.it> --- The following alias solves the problem for me: alias cmake='PWD=$(pwd -P) cmake' -- You are receiving this mail because: You are watching all bug changes.

[kig] [Bug 360611] compilation target "kigpart_automoc" generates invalid include paths in moc files

2016-03-18 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360611 --- Comment #4 from Maurizio Paolini <paol...@dmf.unicatt.it> --- I just opened a bug report for qt on this issue: https://bugreports.qt.io/browse/QTBUG-51964 -- You are receiving this mail because: You are watching all bug changes.

[kig] [Bug 353836] unintended "SHOULD NOT BE SEEN" message exposed

2016-03-12 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353836 Maurizio Paolini <paol...@dmf.unicatt.it> changed: What|Removed |Added Status|UNCONFIRMED |RE

[kig] [Bug 360614] After a successful "make" from git sources, the "make install" creates a bogus "share" directory

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360614 --- Comment #2 from Maurizio Paolini <paol...@dmf.unicatt.it> --- This is the "cmake" that I use (right after a git clone) cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=debugfull \\ -DPLUGIN_INSTALL_DIR:PATH=/usr/lib/qt5/plug

[kig] [Bug 360611] compilation target "kigpart_automoc" generates invalid include paths in moc files

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360611 --- Comment #3 from Maurizio Paolini <paol...@dmf.unicatt.it> --- It seems that different ways to get the current directory are used. Indeed in my situation I get: $ cd Git/kdeedu/kig $ pwd -L /home/matem/paolini/Git/kdeedu/kig $ pwd -P /hom

[kig] [Bug 360611] compilation target "kigpart_automoc" generates invalid include paths in moc files

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360611 --- Comment #5 from Maurizio Paolini <paol...@dmf.unicatt.it> --- >From Qt I was redirected to cmake developer... Actually I *did* try hard to find something about "automoc" in the internet before submitting the bug report, but with

[kig] [Bug 359805] strange loss of drawing precision when drawing circles

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #8 from Maurizio Paolini <paol...@dmf.unicatt.it> --- (In reply to Rex Dieter from comment #7) > I'd recommend submitting your patch to reviewboard.kde.org, that's the ideal > way. Done... but no comments so far. Now I am n

[kig] [Bug 360611] compilation target "kigpart_automoc" generates invalid include paths in moc files

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360611 --- Comment #2 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Actually, I am not sure this is a "moc" problem. By using "make VERBOSE=1" I got the exact command executed to ob

[kig] [Bug 360614] After a successful "make" from git sources, the "make install" creates a bogus "share" directory

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360614 Maurizio Paolini <paol...@dmf.unicatt.it> changed: What|Removed |Added Status|UNCONFIRMED |RE

[extra-cmake-modules] [Bug 360734] creation of a bogus share directory with root ownership in the source location

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360734 --- Comment #1 from Maurizio Paolini <paol...@dmf.unicatt.it> --- *** Bug 360614 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kig] [Bug 360611] New: compilation target "kigpart_automoc" generates invalid include paths in moc files

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360611 Bug ID: 360611 Summary: compilation target "kigpart_automoc" generates invalid include paths in moc files Product: kig Version: unspecified Platform: Compiled Sources

[kig] [Bug 360614] After a successful "make" from git sources, the "make install" creates a bogus "share" directory

2016-03-19 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360614 --- Comment #3 from Maurizio Paolini <paol...@dmf.unicatt.it> --- I narrowed the problem a bit: after creating a bogus empty "share" file in the sources directory I did a "make VERBOSE=1 install"

[extra-cmake-modules] [Bug 360734] creation of a bogus share directory with root ownership in the source location

2016-03-21 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360734 Maurizio Paolini <paol...@dmf.unicatt.it> changed: What|Removed |Added Ever confirmed|0

[kig] [Bug 359805] strange loss of drawing precision when drawing circles

2016-03-23 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #11 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Anyway, there are still problems when drawing arcs and circles; apparently of a different nature: it becomes apparent when the radius of circle/arc is much larger then th

[kig] [Bug 359805] strange loss of drawing precision when drawing circles

2016-03-23 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #13 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Created attachment 98047 --> https://bugs.kde.org/attachment.cgi?id=98047=edit same as previous, but with unmodified kig -- You are receiving this mail because: You are wat

[kig] [Bug 359805] strange loss of drawing precision when drawing circles

2016-03-23 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #10 from Maurizio Paolini <paol...@dmf.unicatt.it> --- An identical problem is present when drawing circular arcs! Since the correction is minimal and perfectly similar to what was done for circular arcs I took the liberty of p

[kig] [Bug 359805] strange loss of drawing precision when drawing circles

2016-03-23 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #12 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Created attachment 98046 --> https://bugs.kde.org/attachment.cgi?id=98046=edit png showing a (different) problem when drawing circles/arcs -- You are receiving this mail bec

[kig] [Bug 359805] strange loss of drawing precision when drawing circles

2016-03-22 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #9 from Maurizio Paolini <paol...@dmf.unicatt.it> --- solved via reviewboard: https://git.reviewboard.kde.org/r/127354/ -- You are receiving this mail because: You are watching all bug changes.

[kig] [Bug 360822] New: cmake does not find Boost Python support

2016-03-21 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360822 Bug ID: 360822 Summary: cmake does not find Boost Python support Product: kig Version: unspecified Platform: Compiled Sources OS: Linux Status: UNCONFIRMED

[kig] [Bug 359805] strange loss of drawing precision when drawing circles

2016-03-05 Thread Maurizio Paolini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359805 --- Comment #5 from Maurizio Paolini <paol...@dmf.unicatt.it> --- Created attachment 97700 --> https://bugs.kde.org/attachment.cgi?id=97700=edit patch proposal This patch adds toScreenF methods alongside toScreen and uses it to create

  1   2   >