[valgrind] [Bug 371668] ppc64 clobbering of R2 is invalid.

2016-10-28 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=371668 Will Schmidt <will_schm...@vnet.ibm.com> changed: What|Removed |Added CC||c...@us.i

[valgrind] [Bug 371668] ppc64 clobbering of R2 is invalid.

2016-10-28 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=371668 --- Comment #1 from Will Schmidt <will_schm...@vnet.ibm.com> --- Created attachment 101860 --> https://bugs.kde.org/attachment.cgi?id=101860=edit proposed patch Proposed patch. Remove "r2" from the __CALLER_SAVED_REGS for ppc64

[valgrind] [Bug 391164] constraint bug in tests/ppc64/test_isa_2_07_part1.c for mtfprwa

2018-08-06 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=391164 --- Comment #8 from Will Schmidt --- (In reply to Julian Seward from comment #7) > Carl, is this OK to close now? Yes, this should be good to be closed now. (Reported issue is resolved, no outstanding issues with the fixes). -- You are receiv

[valgrind] [Bug 391164] constraint bug in tests/ppc64/test_isa_2_07_part1.c for mtfprwa

2018-02-27 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=391164 Will Schmidt <will_schm...@vnet.ibm.com> changed: What|Removed |Added CC||wil

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-01-07 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 Will Schmidt changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 401827] none/tests/ppc64/test_isa_2_06_part3 failure on ppc64le (xvrsqrtesp)

2019-01-07 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401827 Will Schmidt changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-01-09 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 --- Comment #2 from Will Schmidt --- Created attachment 117371 --> https://bugs.kde.org/attachment.cgi?id=117371=edit simpler standalone testcase simpler standalone testcase -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 401827] none/tests/ppc64/test_isa_2_06_part3 failure on ppc64le (xvrsqrtesp)

2019-01-09 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401827 Will Schmidt changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-01-09 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 Will Schmidt changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-04-02 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 --- Comment #9 from Will Schmidt --- (In reply to Julian Seward from comment #8) > I'm confused about the top level diagnosis here. I see two possibilities: > > (1) If the test program, when run directly (meaning, not on V) produces >

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-04-02 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 Will Schmidt changed: What|Removed |Added Attachment #119203|0 |1 is obsolete

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-04-02 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 --- Comment #12 from Will Schmidt --- Created attachment 119219 --> https://bugs.kde.org/attachment.cgi?id=119219=edit vex : sanityCheckFail: exiting due to bad IR I got this error when regression testing this patch on a P8 BE system. Proba

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-03-25 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 --- Comment #5 from Will Schmidt --- Created attachment 119038 --> https://bugs.kde.org/attachment.cgi?id=119038=edit tentative / potential patch -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-03-25 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 --- Comment #4 from Will Schmidt --- So, it looks like the correct value is in the register, we are losing it somewhere in the cast from float to (raw/hex) on the call to printf. I'm undecided whether this is simply an improper cast

[valgrind] [Bug 406198] none/tests/ppc64/test_isa_3_0_other test sporadically including CA bit in output

2019-04-03 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=406198 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 406198] none/tests/ppc64/test_isa_3_0_other test sporadically including CA bit in output

2019-04-03 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=406198 --- Comment #2 from Will Schmidt --- Created attachment 119234 --> https://bugs.kde.org/attachment.cgi?id=119234=edit proposed patch to suppress CA bit display first-blush proposed patch. -- You are receiving this mail because: You are watch

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-04-03 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 --- Comment #16 from Will Schmidt --- Created attachment 119233 --> https://bugs.kde.org/attachment.cgi?id=119233=edit proposed patch (v4) Updated per feedback received. tested OK on P7,P8LE,P8BE,P9 (LE). -- You are receiving this mail beca

[valgrind] [Bug 406198] New: none/tests/ppc64/test_isa_3_0_other test sporadically including CA bit in output

2019-04-03 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=406198 Bug ID: 406198 Summary: none/tests/ppc64/test_isa_3_0_other test sporadically including CA bit in output Product: valgrind Version: unspecified Platform: Other

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-03-28 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 --- Comment #6 from Will Schmidt --- (In reply to Will Schmidt from comment #4) > So, it looks like the correct value is in the register, we are losing it > somewhere in the cast from float to (raw/hex) on the call to printf. > I'm undecide

[valgrind] [Bug 401828] none/tests/ppc64/test_isa_2_06_part1 failure on ppc64le (fcfids and fcfidus)

2019-04-01 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=401828 Will Schmidt changed: What|Removed |Added Attachment #119038|0 |1 is obsolete

[valgrind] [Bug 406256] PPC64, vector floating point instructions don't handle subnormal according to VSCR[NJ] bit setting

2019-04-08 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=406256 --- Comment #2 from Will Schmidt --- I have no input into a different better spot for getRRegUniverse_PPC changes. A few other patch comments: +++ b/Makefile.all.am the "-mvsx -maltivec" combo can be shrunk to just "-mvsx" .

[valgrind] [Bug 426123] PPC ISA 3.1 support is missing, part 3

2020-09-03 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=426123 Will Schmidt changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 427870] lmw, lswi and related PowerPC insns aren't allowed on ppc64le

2020-10-19 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=427870 --- Comment #2 from Will Schmidt --- The change looks reasonable to me. +# lsw compiles (and runs) only on big endian. +if VGCONF_PLATFORMS_INCLUDE_PPC64BE_LINUX +check_PROGRAMS += lsw ldst_multiple +endif The comment there could be updated since

[valgrind] [Bug 425232] PPC ISA 3.1 support is missing, part 2

2020-08-11 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=425232 Will Schmidt changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 423195] PPC ISA 3.1 support is missing.

2020-07-17 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=423195 --- Comment #12 from Will Schmidt --- (In reply to Julian Seward from comment #11) > (In reply to Carl Love from comment #5) > > Created attachment 130176 [details] > > Initial load and store instruction tests > > > > 0004-

[valgrind] [Bug 431157] PPC_FEATURE2_SCV needs to be masked in AT_HWCAP2

2021-01-04 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=431157 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 434840] PPC64 darn instruction not supported

2021-05-06 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=434840 Will Schmidt changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 434849] The vdso is not available when running on ppc64*

2021-03-23 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=434849 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 411189] Valgrind does not support POWER9 "DARN" RNG instructions

2021-02-23 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=411189 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com -- You are receiving this mail

[valgrind] [Bug 411189] Valgrind does not support POWER9 "DARN" RNG instructions

2021-02-23 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=411189 Will Schmidt changed: What|Removed |Added CC||will_schm...@vnet.ibm.com -- You are receiving

[valgrind] [Bug 441512] remove troublesome block of code from guest_ppc_toIR code for pstxvp instruction

2021-08-24 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=441512 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 441512] New: remove troublesome block of code from guest_ppc_toIR code for pstxvp instruction

2021-08-24 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=441512 Bug ID: 441512 Summary: remove troublesome block of code from guest_ppc_toIR code for pstxvp instruction Product: valgrind Version: unspecified Platform: Other

[valgrind] [Bug 441506] powerpc: Instruct the assembler to generate POWER9 instructions

2021-08-24 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=441506 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 441534] Update test results for test_isa_3_1_VRT to match changed inputs

2021-08-25 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=441534 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 441534] New: Update test results for test_isa_3_1_VRT to match changed inputs

2021-08-25 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=441534 Bug ID: 441534 Summary: Update test results for test_isa_3_1_VRT to match changed inputs Product: valgrind Version: unspecified Platform: Other OS: Linux

[valgrind] [Bug 441534] Update test results for test_isa_3_1_VRT to match changed inputs

2021-09-07 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=441534 --- Comment #1 from Will Schmidt --- Per some additional investigation, the changed inputs to the vinsd* tests are a side affect of changes made as part of bug 440906, which affected a modulo operation occurring on hard registers. -- You

[valgrind] [Bug 440793] Valgrind ppc64/tests/Makefile.am fixups

2021-08-09 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=440793 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 440793] New: Valgrind ppc64/tests/Makefile.am fixups

2021-08-09 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=440793 Bug ID: 440793 Summary: Valgrind ppc64/tests/Makefile.am fixups Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[valgrind] [Bug 440906] New: powerpc valgrind testsuite; update test_isa_3_1_common.c to avoid modulo against hard regs

2021-08-12 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=440906 Bug ID: 440906 Summary: powerpc valgrind testsuite; update test_isa_3_1_common.c to avoid modulo against hard regs Product: valgrind Version: unspecified

[valgrind] [Bug 440906] powerpc valgrind testsuite; update test_isa_3_1_common.c to avoid modulo against hard regs

2021-08-12 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=440906 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 440906] powerpc valgrind testsuite; update test_isa_3_1_common.c to avoid modulo against hard regs

2021-08-12 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=440906 --- Comment #1 from Will Schmidt --- Created attachment 140674 --> https://bugs.kde.org/attachment.cgi?id=140674=edit proposed patch to rework modulo operation -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 275786] disInstr(ppc): unhandled instruction: 0x10E40301

2021-10-14 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=275786 Will Schmidt changed: What|Removed |Added CC||will_schm...@vnet.ibm.com --- Comment #3 from

[valgrind] [Bug 447995] New: Valgrind segfault on power10 due to hwcap checking code

2022-01-05 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=447995 Bug ID: 447995 Summary: Valgrind segfault on power10 due to hwcap checking code Product: valgrind Version: unspecified Platform: unspecified OS: Linux

[valgrind] [Bug 447995] Valgrind segfault on power10 due to hwcap checking code

2022-01-05 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=447995 Will Schmidt changed: What|Removed |Added CC||c...@us.ibm.com

[valgrind] [Bug 451827] [ppc64le] VEX temporary storage exhausted with several vbpermq instructions

2022-03-24 Thread Will Schmidt
https://bugs.kde.org/show_bug.cgi?id=451827 Will Schmidt changed: What|Removed |Added CC||jsew...@acm.org -- You are receiving this mail

[kdeconnect] [Bug 376638] KDE Connect 1.6 loosing file extension

2017-02-19 Thread Guido Schmidt
https://bugs.kde.org/show_bug.cgi?id=376638 Guido Schmidt <gu...@sanguepreto.de> changed: What|Removed |Added CC||gu...@sanguepr

[frameworks-baloo] [Bug 372655] Baloo crash

2016-11-21 Thread Julian Schmidt
https://bugs.kde.org/show_bug.cgi?id=372655 --- Comment #1 from Julian Schmidt <jul...@chipmusik.de> --- the crash also happens when I copy/create a file with dolphin. Seems like a general HD access problem. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2016-11-18 Thread Herr Schmidt
https://bugs.kde.org/show_bug.cgi?id=342763 Herr Schmidt <wettererschein...@bb-goettingen.de> changed: What|Removed |Added CC|wettererscheinung@bb-

[kde] [Bug 372655] New: Baloo crash

2016-11-19 Thread Julian Schmidt
https://bugs.kde.org/show_bug.cgi?id=372655 Bug ID: 372655 Summary: Baloo crash Product: kde Version: unspecified Platform: unspecified OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity:

[amarok] [Bug 375026] New: Session crashes after reactivation of locked screen

2017-01-13 Thread Herr Schmidt
https://bugs.kde.org/show_bug.cgi?id=375026 Bug ID: 375026 Summary: Session crashes after reactivation of locked screen Product: amarok Version: 2.8.0 Platform: Debian testing OS: Linux Status: UNCONFIRMED

[kontact] [Bug 378864] New: Kmail 5.1.3 crashed on closing

2017-04-17 Thread Axel Schmidt
https://bugs.kde.org/show_bug.cgi?id=378864 Bug ID: 378864 Summary: Kmail 5.1.3 crashed on closing Product: kontact Version: 5.1.3 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi

[kdeconnect] [Bug 378834] New: kdeconnect fails to send large files, desktop freezes

2017-04-16 Thread Guido Schmidt
https://bugs.kde.org/show_bug.cgi?id=378834 Bug ID: 378834 Summary: kdeconnect fails to send large files, desktop freezes Product: kdeconnect Version: 1.3 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED

[kdeconnect] [Bug 378834] kdeconnect fails to send large files, desktop freezes

2017-04-16 Thread Guido Schmidt
https://bugs.kde.org/show_bug.cgi?id=378834 --- Comment #1 from Guido Schmidt <gu...@sanguepreto.de> --- May be related to Bug #362685, but I did not have to click on anything to freeze the desktop. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kwayland] [Bug 373907] Implement Wayland Primary Selection Protocol (middle-click paste)

2017-04-23 Thread Peter Schmidt
https://bugs.kde.org/show_bug.cgi?id=373907 Peter Schmidt <zicrons...@yahoo.com> changed: What|Removed |Added CC||zicrons...@yah

[k3b] [Bug 381460] no UTF-8 support in "folder is not empty dialogue" while readout of VCD

2017-06-29 Thread Herr Schmidt
https://bugs.kde.org/show_bug.cgi?id=381460 --- Comment #4 from Herr Schmidt <wettererschein...@bb-goettingen.de> --- Dear Leslie, unluckily I won't have VCDs around until next week and I can't test it using DVDs as this requires transcode which is not in the sources / not installable rig

[kdelibs] [Bug 383898] New: KDE crash on remote desktop connection

2017-08-23 Thread kevin schmidt
https://bugs.kde.org/show_bug.cgi?id=383898 Bug ID: 383898 Summary: KDE crash on remote desktop connection Product: kdelibs Version: unspecified Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED

[k3b] [Bug 381460] New: no UTF-8 support in "folder is not empty dialogue" while readout of VCD

2017-06-20 Thread Herr Schmidt
https://bugs.kde.org/show_bug.cgi?id=381460 Bug ID: 381460 Summary: no UTF-8 support in "folder is not empty dialogue" while readout of VCD Product: k3b Version: 2.0.3 Platform: Debian testing OS: Linux

[k3b] [Bug 381460] no UTF-8 support in "folder is not empty dialogue" while readout of VCD

2017-06-26 Thread Herr Schmidt
https://bugs.kde.org/show_bug.cgi?id=381460 --- Comment #2 from Herr Schmidt <wettererschein...@bb-goettingen.de> --- Hey Leslie, unluckily even in Debian-Sid there is only k3b 2.0.3a-2+b2 available. But I added a screenshot. The first entry is supposed to be "مسالزاده" and

[plasma-nm] [Bug 380299] New: [openconnect] not successful after valid credentials are provided

2017-05-28 Thread Bernhard Schmidt
https://bugs.kde.org/show_bug.cgi?id=380299 Bug ID: 380299 Summary: [openconnect] not successful after valid credentials are provided Product: plasma-nm Version: master Platform: Neon Packages OS: Linux

[plasma-nm] [Bug 380299] [openconnect] not successful after valid credentials are provided

2017-05-28 Thread Bernhard Schmidt
https://bugs.kde.org/show_bug.cgi?id=380299 Bernhard Schmidt <bschm...@techwires.net> changed: What|Removed |Added CC|

[plasma-nm] [Bug 380299] [openconnect] not successful after valid credentials are provided

2017-06-01 Thread Bernhard Schmidt
https://bugs.kde.org/show_bug.cgi?id=380299 --- Comment #4 from Bernhard Schmidt <bschm...@techwires.net> --- Sorry, can't provide any access. I'm not in control of the server side and I'd like to not give out creds of my account. :S I did some bisecting on the plasma/5.10 branch. Commit e

[plasma-nm] [Bug 380299] [openconnect] not successful after valid credentials are provided

2017-06-01 Thread Bernhard Schmidt
https://bugs.kde.org/show_bug.cgi?id=380299 --- Comment #6 from Bernhard Schmidt <bschm...@techwires.net> --- (In reply to Jan Grulich from comment #5) > Created attachment 105816 [details] > Patch to fix openconnect issue > > I have identified a potential problem caused be t

[tellico] [Bug 380815] New: Improving file catalog import for video-files: Video-only option + folder structure detection + Cover detection

2017-06-04 Thread Herr Schmidt
https://bugs.kde.org/show_bug.cgi?id=380815 Bug ID: 380815 Summary: Improving file catalog import for video-files: Video-only option + folder structure detection + Cover detection Product: tellico Version: 3.0.2

[tellico] [Bug 380815] Improving file catalog import for video-files: Video-only option + folder structure detection + Cover/srt detection

2017-06-04 Thread Herr Schmidt
https://bugs.kde.org/show_bug.cgi?id=380815 Herr Schmidt <wettererschein...@bb-goettingen.de> changed: What|Removed |Added Summary|Improving file catalog |Imp

[kde-gtk-config] [Bug 346469] Add checkbox(es) for Prefer Dark Variant (and Button Order)

2017-06-13 Thread Sebastian Schmidt
https://bugs.kde.org/show_bug.cgi?id=346469 Sebastian Schmidt <schro...@gmail.com> changed: What|Removed |Added CC||schro...@gma

[kwin] [Bug 285053] Changing application should not change activity (semantic bug)

2018-07-01 Thread Daniel Schmidt
https://bugs.kde.org/show_bug.cgi?id=285053 Daniel Schmidt changed: What|Removed |Added CC||daniel-r.schm...@gmx.de -- You are receiving

[plasmashell] [Bug 348047] Applications started on first Activity instead of where they were left

2018-07-01 Thread Daniel Schmidt
https://bugs.kde.org/show_bug.cgi?id=348047 Daniel Schmidt changed: What|Removed |Added CC||daniel-r.schm...@gmx.de --- Comment #1 from

[kio-gdrive] [Bug 388598] KIO-GDrive assigns the wrong mime type to .ods files in src/gdrivehelper.cpp

2018-01-07 Thread Martijn Schmidt
https://bugs.kde.org/show_bug.cgi?id=388598 --- Comment #2 from Martijn Schmidt <martijn.schm...@gmail.com> --- Hello Nate, I've given it a shot, is this the format you needed to make it work? https://phabricator.kde.org/D9706 FWIW, I added you as a subscriber because you sent m

[amarok] [Bug 388248] 2017-12-26 - Unable to start mysql plugin

2018-01-01 Thread Martijn Schmidt
https://bugs.kde.org/show_bug.cgi?id=388248 --- Comment #2 from Martijn Schmidt <martijn.schm...@gmail.com> --- See also: https://bugs.gentoo.org/641060 -- You are receiving this mail because: You are watching all bug changes.

[amarok] [Bug 388248] 2017-12-26 - Unable to start mysql plugin

2018-01-01 Thread Martijn Schmidt
https://bugs.kde.org/show_bug.cgi?id=388248 Martijn Schmidt <martijn.schm...@gmail.com> changed: What|Removed |Added CC||martij

[kate] [Bug 385520] Kate's tabs don't respect the theme and look like they came from Adwaita

2018-08-10 Thread Daniel Schmidt
https://bugs.kde.org/show_bug.cgi?id=385520 Daniel Schmidt changed: What|Removed |Added CC||daniel-r.schm...@gmx.de -- You are receiving

[frameworks-kwayland] [Bug 373907] Implement Wayland Primary Selection Protocol (middle-click paste)

2018-07-17 Thread Peter Schmidt
https://bugs.kde.org/show_bug.cgi?id=373907 --- Comment #12 from Peter Schmidt --- That's not an acceptable answer. That's no different than that classic problem of the iPhone user who was getting poor reception when holding his phone in a certain way and Apple told him "just don't hold it

[digikam] [Bug 389355] New: digikam crash during metadata refresh if you at same time create an new album

2018-01-23 Thread Axel Schmidt
https://bugs.kde.org/show_bug.cgi?id=389355 Bug ID: 389355 Summary: digikam crash during metadata refresh if you at same time create an new album Product: digikam Version: 5.6.0 Platform: Ubuntu Packages

[digikam] [Bug 389355] digikam crash during metadata refresh if you at same time create an new album

2018-03-15 Thread Axel Schmidt
https://bugs.kde.org/show_bug.cgi?id=389355 --- Comment #3 from Axel Schmidt <a...@asc-computer.com> --- Sorry i didn't saw your first answer! Comment #1: I'm not possible to test this problem, because i get before a exception, if i go into a album qand than stops the programm: gdb digik

[krita] [Bug 393193] brush and color tool comes up when I try to draw.. where i put the pen to the screen

2018-04-17 Thread Claudia Schmidt
https://bugs.kde.org/show_bug.cgi?id=393193 --- Comment #2 from Claudia Schmidt <carving...@gmail.com> --- NEVER MIND I QUIT KRITA AND GOT PHOTOSHOP... NO BUGS!! Claudia Schmidt (909) 273-9135 On Mon, Apr 16, 2018 at 8:45 AM, wolthera <bugzilla_nore...@kde.org> wrote: > https

[krita] [Bug 393193] New: brush and color tool comes up when I try to draw.. where i put the pen to the screen

2018-04-16 Thread Claudia Schmidt
https://bugs.kde.org/show_bug.cgi?id=393193 Bug ID: 393193 Summary: brush and color tool comes up when I try to draw.. where i put the pen to the screen Product: krita Version: unspecified Platform: MS Windows

[kopete] [Bug 399678] New: srtp2 support needed, srtp is deprecated

2018-10-11 Thread Bernhard Schmidt
https://bugs.kde.org/show_bug.cgi?id=399678 Bug ID: 399678 Summary: srtp2 support needed, srtp is deprecated Product: kopete Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[kopete] [Bug 368340] Build fails with mediastreamer 2.14

2018-10-11 Thread Bernhard Schmidt
https://bugs.kde.org/show_bug.cgi?id=368340 Bernhard Schmidt changed: What|Removed |Added CC||be...@birkenwald.de --- Comment #10 from

[kopete] [Bug 399678] srtp2 support needed, srtp is deprecated

2018-10-11 Thread Bernhard Schmidt
https://bugs.kde.org/show_bug.cgi?id=399678 Bernhard Schmidt changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[kmymoney] [Bug 402699] New: Unknown account id mymoneystoreagemgr.cpp:142

2018-12-29 Thread Rudolf Schmidt
https://bugs.kde.org/show_bug.cgi?id=402699 Bug ID: 402699 Summary: Unknown account id mymoneystoreagemgr.cpp:142 Product: kmymoney Version: 5.0.2 Platform: Archlinux Packages OS: Linux Status: REPORTED

[frameworks-kcoreaddons] [Bug 401888] New: kcoreaddons_add_plugin cannot be used with KDEInstallDirs without deprecation warning

2018-12-08 Thread Dominik Schmidt
https://bugs.kde.org/show_bug.cgi?id=401888 Bug ID: 401888 Summary: kcoreaddons_add_plugin cannot be used with KDEInstallDirs without deprecation warning Product: frameworks-kcoreaddons Version: unspecified Platform: Other

[digikam] [Bug 389355] digikam crash during metadata refresh if you at same time create an new album

2019-06-03 Thread Axel Schmidt
https://bugs.kde.org/show_bug.cgi?id=389355 --- Comment #7 from Axel Schmidt --- Created attachment 120512 --> https://bugs.kde.org/attachment.cgi?id=120512=edit Errorlog digikam-6.2.0-git-20190529T102951-qtwebkit-x86-64.appimage Start with error can't connect to mysql, but mysql is work

[digikam] [Bug 389355] digikam crash during metadata refresh if you at same time create an new album

2019-06-03 Thread Axel Schmidt
https://bugs.kde.org/show_bug.cgi?id=389355 --- Comment #8 from Axel Schmidt --- Created attachment 120513 --> https://bugs.kde.org/attachment.cgi?id=120513=edit ErrorLog digikam-6.2.0-git-20190503T152230-qtwebengine-x86-64.appimage.log start with error can't connect to mysql and then e

[digikam] [Bug 389355] digikam crash during metadata refresh if you at same time create an new album

2019-06-03 Thread Axel Schmidt
https://bugs.kde.org/show_bug.cgi?id=389355 --- Comment #12 from Axel Schmidt --- Log files for the error -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 389355] digikam crash during metadata refresh if you at same time create an new album

2019-06-03 Thread Axel Schmidt
https://bugs.kde.org/show_bug.cgi?id=389355 --- Comment #11 from Axel Schmidt --- Gilles, i tried both version for linux now under (K)Ubuntu 18.04: digikam-6.2.0-git-20190503T152230-qtwebengine-x86-64.appimage digikam-6.2.0-git-20190503T152230-qtwebengine-x86-64.appimage both doesn't work

[dolphin] [Bug 411061] Tree view expanding under incorrect parent folder when sorting by last access date

2019-08-19 Thread Hernan Schmidt
https://bugs.kde.org/show_bug.cgi?id=411061 Hernan Schmidt changed: What|Removed |Added CC||hernan.hy...@gmail.com -- You are receiving

[dolphin] [Bug 411061] New: Tree view expanding under incorrect parent folder

2019-08-19 Thread Hernan Schmidt
https://bugs.kde.org/show_bug.cgi?id=411061 Bug ID: 411061 Summary: Tree view expanding under incorrect parent folder Product: dolphin Version: 19.08.0 Platform: Other OS: Linux Status: REPORTED Severity:

[dolphin] [Bug 411061] Tree view expanding under incorrect parent folder

2019-08-19 Thread Hernan Schmidt
https://bugs.kde.org/show_bug.cgi?id=411061 --- Comment #1 from Hernan Schmidt --- On further inverstigation, i have found that it seems to be a problem related to sorting. The bug presents itself When sorting by Last Accesed, and goes back to normal when reverting to Name Sorting. STEPS

[dolphin] [Bug 411061] Tree view expanding under incorrect parent folder when sorting by last access date

2019-08-19 Thread Hernan Schmidt
https://bugs.kde.org/show_bug.cgi?id=411061 Hernan Schmidt changed: What|Removed |Added Summary|Tree view expanding under |Tree view expanding under

[dolphin] [Bug 411061] Tree view expanding under incorrect parent folder when sorting by last access date

2019-08-19 Thread Hernan Schmidt
https://bugs.kde.org/show_bug.cgi?id=411061 Hernan Schmidt changed: What|Removed |Added Platform|Other |Neon Packages Keywords

[palapeli] [Bug 412482] New: Patch to fix crashes involving piece holders

2019-09-30 Thread Bernd Schmidt
https://bugs.kde.org/show_bug.cgi?id=412482 Bug ID: 412482 Summary: Patch to fix crashes involving piece holders Product: palapeli Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity:

[plasmashell] [Bug 413677] New: Icons of started apps reorder randomly from pinned to other position

2019-10-31 Thread Philipp Schmidt
https://bugs.kde.org/show_bug.cgi?id=413677 Bug ID: 413677 Summary: Icons of started apps reorder randomly from pinned to other position Product: plasmashell Version: 5.17.2 Platform: Archlinux Packages OS:

[plasmashell] [Bug 403640] Wrong positioning of launchers and windows during startup for icon-only taskmanager

2020-02-20 Thread Philipp Schmidt
https://bugs.kde.org/show_bug.cgi?id=403640 --- Comment #7 from Philipp Schmidt --- I am on 5.18.1, but I still get this issue. -- You are receiving this mail because: You are watching all bug changes.

[plasma-browser-integration] [Bug 419139] Process runs at 99-100% of core until shutdown and reoccurs again later

2020-04-25 Thread Sebastian Schmidt
https://bugs.kde.org/show_bug.cgi?id=419139 Sebastian Schmidt changed: What|Removed |Added CC||schro...@gmail.com --- Comment #6 from

[elisa] [Bug 420895] New: Wrong path for music files

2020-05-02 Thread Sigurd Schmidt
https://bugs.kde.org/show_bug.cgi?id=420895 Bug ID: 420895 Summary: Wrong path for music files Product: elisa Version: 19.12.3 Platform: Kubuntu Packages OS: Linux Status: REPORTED Severity: normal

[elisa] [Bug 420895] Files view rooted at $HOME; cannot be used to browse alternative locations

2020-05-11 Thread Sigurd Schmidt
https://bugs.kde.org/show_bug.cgi?id=420895 --- Comment #9 from Sigurd Schmidt --- Hi,I am using Kubuntu 19.10. I got Elisa via the Kubuntu repository (version 0.4.2). If you can send me a debian package of Elisa with the fixed bug, I can try it. Kind regardsSigurd F. Schmidt On Mo, 2020-05-11

[elisa] [Bug 420895] Wrong path for music files

2020-05-08 Thread Sigurd Schmidt
https://bugs.kde.org/show_bug.cgi?id=420895 --- Comment #2 from Sigurd Schmidt --- Dear Sir or Madam, Of course you can change the path in the configuration. But click afterwards on "Files" in the left column. You will now in the middle see the word "Files" and below

[elisa] [Bug 420895] Wrong path for music files

2020-05-09 Thread Sigurd Schmidt
https://bugs.kde.org/show_bug.cgi?id=420895 --- Comment #4 from Sigurd Schmidt --- Dear Mr. Graham, Please find attached two screenshots. I am usin three hard drives. One is only for the Os and all software, One is for my files and the third is the backup drive. Screenshot Elisa 1 shows

[elisa] [Bug 420895] Wrong path for music files

2020-05-09 Thread Sigurd Schmidt
https://bugs.kde.org/show_bug.cgi?id=420895 --- Comment #5 from Sigurd Schmidt --- Created attachment 128275 --> https://bugs.kde.org/attachment.cgi?id=128275=edit Elisa 1.png --- Comment #6 from Sigurd Schmidt --- Created attachment 128276 --> https://bugs.kde.org/attachment.cgi?id=

[systemsettings] [Bug 258418] kcm session settings: excluded applications not recognized

2020-10-14 Thread Guido Schmidt
https://bugs.kde.org/show_bug.cgi?id=258418 Guido Schmidt changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Ever confirmed|1

  1   2   3   >