[kwin] [Bug 383052] KDE allows applications to freeze whole GUI

2017-08-02 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=383052 --- Comment #8 from Alain Knaff <k...@kde.lka.org.lu> --- >> I'm just wondering why such disruptive functions still exist in the X API :-( > > Because you cannot break it. But *why* can't you remove it? Even screensavers don't depen

[kwin] [Bug 383052] New: KDE allows applications to freeze whole GUI

2017-08-02 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=383052 Bug ID: 383052 Summary: KDE allows applications to freeze whole GUI Product: kwin Version: unspecified Platform: Debian stable OS: Linux Status: UNCONFIRMED

[kwin] [Bug 383052] KDE allows applications to freeze whole GUI

2017-08-02 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=383052 --- Comment #3 from Alain Knaff <k...@kde.lka.org.lu> --- 52.2.0 (64-bit) -- You are receiving this mail because: You are watching all bug changes.

[kwin] [Bug 383052] KDE allows applications to freeze whole GUI

2017-08-02 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=383052 Alain Knaff <k...@kde.lka.org.lu> changed: What|Removed |Added Status|RESOLVED|UNCON

[kwin] [Bug 383052] KDE allows applications to freeze whole GUI

2017-08-02 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=383052 --- Comment #6 from Alain Knaff <k...@kde.lka.org.lu> --- Indeed, it seems to be XGrabKeyboard that they are doing, thanks for the pointer. The workaround at https://bugs.freedesktop.org/show_bug.cgi?id=21652#c4 succeeds in addressing the

[plasmashell] [Bug 387231] New: Calendar widget closes itself as soon as mouse leaves

2017-11-22 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=387231 Bug ID: 387231 Summary: Calendar widget closes itself as soon as mouse leaves Product: plasmashell Version: master Platform: Other OS: Linux Status: UNCONFIRMED

[kde] [Bug 387637] New: Baloo crashes randomly, disrupts work via messing with keyboard

2017-12-06 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=387637 Bug ID: 387637 Summary: Baloo crashes randomly, disrupts work via messing with keyboard Product: kde Version: unspecified Platform: unspecified OS: Linux

[plasmashell] [Bug 387231] Calendar widget closes itself as soon as mouse leaves

2017-12-06 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=387231 Alain Knaff <k...@kde.lka.org.lu> changed: What|Removed |Added Status|NEEDSINFO |UNCON

[frameworks-baloo] [Bug 367480] Crash inside Baloo::PostingCodec::decode

2018-10-22 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=367480 Alain Knaff changed: What|Removed |Added CC|k...@kde.lka.org.lu | -- You are receiving this mail because: You

[plasmashell] [Bug 405897] New: There is a gap between the bottom task bar and the K-menu, making menu unusable if a window is behind it

2019-03-26 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=405897 Bug ID: 405897 Summary: There is a gap between the bottom task bar and the K-menu, making menu unusable if a window is behind it Product: plasmashell Version: 5.12.7 Platform:

[digikam] [Bug 409685] New: ImageEditor can only be invoked once

2019-07-10 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=409685 Bug ID: 409685 Summary: ImageEditor can only be invoked once Product: digikam Version: 5.9.0 Platform: Other OS: Linux Status: REPORTED Severity: major

[digikam] [Bug 409685] ImageEditor can only be invoked once

2019-07-10 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=409685 --- Comment #1 from Alain Knaff --- I just noticed: the problem only occurs when closing the Image Editor window using the "cross" icon on its title bar (top-right corner). It doesn't occur when using the "Close Editor" from th

[digikam] [Bug 409686] New: Digikam hits database deadlock on start with gelocation query

2019-07-10 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=409686 Bug ID: 409686 Summary: Digikam hits database deadlock on start with gelocation query Product: digikam Version: 5.9.0 Platform: Other OS: Linux

[kdeplasma-addons] [Bug 420307] New: Window list plasmoid cannot select window that is on another virtual desktop

2020-04-19 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=420307 Bug ID: 420307 Summary: Window list plasmoid cannot select window that is on another virtual desktop Product: kdeplasma-addons Version: 5.14.5 Platform: Other OS:

[kwin] [Bug 421068] New: Kwin sends out undated WM_TAKE_FOCUS messages that goad firefox into stealing focus

2020-05-05 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=421068 Bug ID: 421068 Summary: Kwin sends out undated WM_TAKE_FOCUS messages that goad firefox into stealing focus Product: kwin Version: 5.14.5 Platform: Debian stable

[kwin] [Bug 421068] Kwin sends out undated WM_TAKE_FOCUS messages that goad firefox into stealing focus

2020-05-22 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=421068 --- Comment #8 from Alain Knaff --- Created attachment 128685 --> https://bugs.kde.org/attachment.cgi?id=128685=edit Pass valid time to sendClientMessage Just attaching the patch here, easier than getting kdesrc-build going... -- You are receiv

[kwin] [Bug 421068] Kwin sends out undated WM_TAKE_FOCUS messages that goad firefox into stealing focus

2020-05-22 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=421068 --- Comment #7 from Alain Knaff --- (In reply to David Edmundson from comment #6) > I assume the patch is basically just passing xTime() as the last argument of > sendClientMessage in Client::takeFocus() > > ? Yes indeed. And calling

[kwin] [Bug 421068] Kwin sends out undated WM_TAKE_FOCUS messages that goad firefox into stealing focus

2020-05-21 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=421068 --- Comment #5 from Alain Knaff --- (In reply to David Edmundson from comment #4) > >Any comments on this? > > Firstly, thanks for the research. It's very appreciated. Thanks for your sign of life :-) It's reassuring to see that this

[kwin] [Bug 421068] Kwin sends out undated WM_TAKE_FOCUS messages that goad firefox into stealing focus

2020-05-21 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=421068 --- Comment #2 from Alain Knaff --- Ok, now I located the commit which (probably) broke this: https://github.com/KDE/kwin/commit/e73e331f35b9da4bbb99c80c5c1eedd2ae99422b So, until 2016, kwin *used* to send a valid timestamp, but this got deliberately

[kwin] [Bug 421068] Kwin sends out undated WM_TAKE_FOCUS messages that goad firefox into stealing focus

2020-05-21 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=421068 --- Comment #3 from Alain Knaff --- Another thing. If there really are still a sizable number of users around who use Java on the desktop, and who depend on the current "take focus at any time" behavior, maybe this could be made configurabl

[plasmashell] [Bug 425897] Panel on second screen is corrupted after waking up from screensaver

2020-09-13 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=425897 --- Comment #1 from Alain Knaff --- Some addition: Before the bug first appeared, I had replaced my screens. The new ones are both connected via DisplayPort, whereas the old ones used to be connected one via HDMI and one via DisplayPort. This left

[plasmashell] [Bug 425897] New: Panel on second screen is corrupted after waking up from screensaver

2020-08-28 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=425897 Bug ID: 425897 Summary: Panel on second screen is corrupted after waking up from screensaver Product: plasmashell Version: 5.14.1 Platform: Debian stable OS:

[plasmashell] [Bug 416739] Panel disappears from time to time and after a while re-appears

2020-09-23 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=416739 --- Comment #42 from Alain Knaff --- (In reply to Alain Knaff from comment #40) [...] > I've got the impression that the problem mostly occurs when the work > computer is connected, and has the screens. After some time passed, the pattern of f

[plasmashell] [Bug 416739] Panel disappears from time to time and after a while re-appears

2020-09-27 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=416739 --- Comment #43 from Alain Knaff --- *** Bug 425897 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 425897] Panel on second screen is corrupted after waking up from screensaver

2020-09-27 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=425897 --- Comment #2 from Alain Knaff --- More comments about this on bug 416739. Unfortunately I was mistaken in my comment from 2020-09-13 : the problem only went away for a while, but now occurs again. Copying the config files from a backup from when

[plasmashell] [Bug 425897] Panel on second screen is corrupted after waking up from screensaver

2020-09-27 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=425897 Alain Knaff changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[kwin] [Bug 421068] Kwin sends out undated WM_TAKE_FOCUS messages that goad firefox into stealing focus

2020-05-21 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=421068 Alain Knaff changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[plasmashell] [Bug 416739] Panel disappears from time to time and after a while re-appears

2020-09-16 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=416739 Alain Knaff changed: What|Removed |Added CC||k...@kde.lka.org.lu --- Comment #40 from Alain

[plasmashell] [Bug 387231] Calendar widget closes itself as soon as mouse leaves

2020-11-29 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=387231 --- Comment #6 from Alain Knaff --- The issue is still occurring (calendar collapses as soon as mouse enters another window). However Christophe Feck's workaround does work, thanks. -- You are receiving this mail because: You are watching all bug

[plasmashell] [Bug 387231] Calendar widget closes itself as soon as mouse leaves

2020-11-29 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=387231 Alain Knaff changed: What|Removed |Added Status|NEEDSINFO |CONFIRMED Ever confirmed|0

[kwin] [Bug 441806] Kwin moves maximized applications from second screen to first screen after long sleep

2021-08-31 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=441806 --- Comment #2 from Alain Knaff --- (In reply to Nate Graham from comment #1) > If the left-most screen marked as the primary screen? As said, this happens independently of which screen is marked as primary. Originally, the left-most screen was mar

[konsole] [Bug 441803] New: Konsole does not allow to change default profile, but creates new profile instead, leading to cumbersome "New Tab" workflow

2021-08-31 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=441803 Bug ID: 441803 Summary: Konsole does not allow to change default profile, but creates new profile instead, leading to cumbersome "New Tab" workflow Product: konsole

[kwin] [Bug 441806] New: Kwin moves maximized applications from second screen to first screen after long sleep

2021-08-31 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=441806 Bug ID: 441806 Summary: Kwin moves maximized applications from second screen to first screen after long sleep Product: kwin Version: 5.20.5 Platform: Debian stable

[konsole] [Bug 441803] Konsole does not allow to change default profile, but creates new profile instead, leading to cumbersome "New Tab" workflow

2021-09-07 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=441803 Alain Knaff changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[digikam] [Bug 446000] New: Digikam does not generate thumbnails for some images

2021-11-23 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=446000 Bug ID: 446000 Summary: Digikam does not generate thumbnails for some images Product: digikam Version: 7.1.0 Platform: Debian stable OS: Linux Status: REPORTED

[digikam] [Bug 446000] Digikam does not generate thumbnails for some images

2021-11-23 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=446000 --- Comment #2 from Alain Knaff --- (In reply to Maik Qualmann from comment #1) > Well I am sure that if you send aimage it will work here. The Debian digiKam > package is out of date, in between there are hundreds of fixed bugs in the > la

[digikam] [Bug 445998] New: Digikam editor always saves picture with version, never overwrites

2021-11-23 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=445998 Bug ID: 445998 Summary: Digikam editor always saves picture with version, never overwrites Product: digikam Version: 7.1.0 Platform: Debian stable OS: Linux

[digikam] [Bug 445998] Digikam editor always saves picture with version, never overwrites

2021-11-23 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=445998 --- Comment #2 from Alain Knaff --- (In reply to Maik Qualmann from comment #1) > Exactly the current behavior is intended if the versioning feature is > activated in the Image Editor. The original should remain unchanged. If you > d

[kwin] [Bug 445463] New: Kwin grabs keyboard in doStartMoveResize() if it can't grab pointer, resulting in freeze of entire session

2021-11-14 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=445463 Bug ID: 445463 Summary: Kwin grabs keyboard in doStartMoveResize() if it can't grab pointer, resulting in freeze of entire session Product: kwin Version: 5.18.8 Platform: Debian

[kwin] [Bug 445462] New: Kwin grabs keyboard in doStartMoveResize() if it can't grab pointer, resulting in freeze of entire session

2021-11-14 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=445462 Bug ID: 445462 Summary: Kwin grabs keyboard in doStartMoveResize() if it can't grab pointer, resulting in freeze of entire session Product: kwin Version: 5.18.8 Platform: Debian

[plasmashell] [Bug 427278] Panel & desktop config of secondary monitor lost after ScreenConnectors renumbering

2021-11-26 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=427278 --- Comment #8 from Alain Knaff --- After a couple of months of tranquility, the issue suddenly reappeared a month ago, with a vengeance :-( And now it's stuff on *both* monitors that goes wonky. - Task managers set up to show only tasks from current

[kdelibs] [Bug 240335] Konsole should update selection on QClipboard::selectionChanged(), like xterm does

2021-11-26 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=240335 --- Comment #21 from Alain Knaff --- Bug still present, more than 11 years after reported, after spreading like a cancer to (almost) everywhere :-( xterm still safe, but I guess it'll only be a matter of time. -- You are receiving this mail because

[plasmashell] [Bug 427278] Panel & desktop config of secondary monitor lost after ScreenConnectors renumbering

2021-12-01 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=427278 --- Comment #11 from Alain Knaff --- (In reply to Kristian Rink from comment #10) > Wondering, though, whether there's a more reliable workaround for that. > Restarting plasma seems to work just sometimes, but sometimes the panel just > won't

[digikam] [Bug 457603] New: After saving a picture, keyboard becomes unresponsive until something is done with the mouse

2022-08-07 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457603 Bug ID: 457603 Summary: After saving a picture, keyboard becomes unresponsive until something is done with the mouse Product: digikam Version: 7.1.0 Platform: Debian stable

[digikam] [Bug 457605] New: On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-07 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 Bug ID: 457605 Summary: On large collections digikam often freezes for seconds with 100% CPU while paging through images Product: digikam Version: 7.1.0 Platform: Debian stable

[digikam] [Bug 457603] After saving a picture, keyboard becomes unresponsive until something is done with the mouse

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457603 --- Comment #8 from Alain Knaff --- (In reply to caulier.gilles from comment #7) > With Plasma desktop this problem can be also relevant of the OpenGL effect > turned on in the desktop settings. > > Try to disable the Plasma desktop eff

[digikam] [Bug 457603] After saving a picture, keyboard becomes unresponsive until something is done with the mouse

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457603 Alain Knaff changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[digikam] [Bug 457603] After saving a picture, keyboard becomes unresponsive until something is done with the mouse

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457603 --- Comment #6 from Alain Knaff --- (In reply to Maik Qualmann from comment #5) > I can't reproduce the problem, maybe the focus is not returned to digiKam by > the window manager after the save dialog. Are you using Wayland or X11 and > whi

[digikam] [Bug 457603] After saving a picture, keyboard becomes unresponsive until something is done with the mouse

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457603 --- Comment #4 from Alain Knaff --- (In reply to Maik Qualmann from comment #2) > You are working with a 2 year old digiKam version. I'm working with the version that is included in the currently stable Debian version. > In the meantime, hu

[digikam] [Bug 457603] After saving a picture, keyboard becomes unresponsive until something is done with the mouse

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457603 --- Comment #9 from Alain Knaff --- I had a look at the save confirmation window using xprop, and I noticed that it had its WM_TRANSIENT_FOR property set pointing to digikam's *main* window, rather than to the ImageEditor window. Could that be what

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #14 from Alain Knaff --- (In reply to Maik Qualmann from comment #13) > Which output do you see with: > > exiftool -l -listr > > Maik > exiftool -l -listr Recognized file extensions: 360 GoPro 360 video 3FR

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #4 from Alain Knaff --- (In reply to Alain Knaff from comment #3) > (In reply to Maik Qualmann from comment #1) > > Please test it with a more recent version, e.g. with the AppImage from here: > > > > https://

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #5 from Alain Knaff --- (In reply to Alain Knaff from comment #3) > (In reply to Maik Qualmann from comment #1) > > Please test it with a more recent version, e.g. with the AppImage from here: > > > > https://

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #12 from Alain Knaff --- (In reply to Maik Qualmann from comment #11) > That was this Bug 454656, can you reproduce the locale error message with > ExifTool? > > Maik I'm not sure I understand what I'm supposed to do

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #9 from Alain Knaff --- (In reply to Maik Qualmann from comment #8) > No "--" > > Maik So now I've got a trace: :-) > ./digiKam-7.8.0-20220729T111547-x86-64-debug.appimage --debug -- digiKam Linux AppImage Bundl

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #3 from Alain Knaff --- (In reply to Maik Qualmann from comment #1) > Please test it with a more recent version, e.g. with the AppImage from here: > > https://files.kde.org/digikam/ > > However, make a backup of the databa

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #7 from Alain Knaff --- (In reply to Maik Qualmann from comment #6) > Debug AppImage has an internal GDB, run the AppImage with the "debug" option. > > Maik Unfortunately, it doesn't have any such option :-( :

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #16 from Alain Knaff --- Created attachment 151178 --> https://bugs.kde.org/attachment.cgi?id=151178=edit Debug output with QT_LOGGING_RULES="digikam*=true" -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2022-08-08 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #20 from Alain Knaff --- (In reply to Maik Qualmann from comment #19) > When you run the ExifTool command, what error code do you get afterwards? > > exiftool -l -listr > echo $? > > Maik I get 0: > exif

[plasmashell] [Bug 427278] Panel & desktop config of secondary monitor lost after ScreenConnectors renumbering

2022-12-16 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=427278 --- Comment #23 from Alain Knaff --- It looks as if the problem happens much less often when checking the box "Save display's properties: For any display arrangement" in SystemSettings->Hardware->"Display and Monitor"->&qu

[gwenview] [Bug 465109] New: Gwenview freezes with strange dialog when attempting to view images in 2 same-named directories

2023-02-01 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=465109 Bug ID: 465109 Summary: Gwenview freezes with strange dialog when attempting to view images in 2 same-named directories Classification: Applications Product: gwenview Version: 20.12.3

[konsole] [Bug 472548] Konsole is very slow to perform a title bar / tab bar update

2023-07-25 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=472548 --- Comment #1 from Alain Knaff --- I started investigating this in more detail, and here is what I found: 1. Session::setSessionAttribute gets invoked as soon as the ANSI sequence is received. 2. Session::setSessionAttribute copies the "ca

[konsole] [Bug 472548] New: Konsole is very slow to perform a title bar / tab bar update

2023-07-23 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=472548 Bug ID: 472548 Summary: Konsole is very slow to perform a title bar / tab bar update Classification: Applications Product: konsole Version: 22.12.3 Platform: Debian stable

[konsole] [Bug 471163] Konsole has a mysterious extra scrollbar at left hand side which behaves erratically

2023-06-17 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=471163 --- Comment #2 from Alain Knaff --- Thanks for your fast reply... but where exactly can I disable this extra scrollbar? -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 457603] After saving a picture, keyboard becomes unresponsive until something is done with the mouse

2023-06-19 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457603 --- Comment #11 from Alain Knaff --- Problem still occurs with version 7.9.0 as included in Debian 12 -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2023-06-19 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 --- Comment #23 from Alain Knaff --- Problems seems to no longer happen on 7.9.0 as included in Debian 12. Or at least not when just paging through the images, as happened before. Thanks -- You are receiving this mail because: You are watching all

[digikam] [Bug 457605] On large collections digikam often freezes for seconds with 100% CPU while paging through images

2023-06-19 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=457605 Alain Knaff changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[konsole] [Bug 441803] Konsole does not allow to change default profile, but creates new profile instead, leading to cumbersome "New Tab" workflow

2023-06-17 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=441803 --- Comment #5 from Alain Knaff --- The bug re-appeared in konsole 22.12.3 as shipped with Debian 12. -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 441803] Konsole does not allow to change default profile, but creates new profile instead, leading to cumbersome "New Tab" workflow

2023-06-17 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=441803 Alain Knaff changed: What|Removed |Added Version|20.12.3 |22.12.3 -- You are receiving this mail because

[konsole] [Bug 471163] New: Konsole has a mysterious extra scrollbar at left hand side which behaves erratically

2023-06-17 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=471163 Bug ID: 471163 Summary: Konsole has a mysterious extra scrollbar at left hand side which behaves erratically Classification: Applications Product: konsole Version: 22.12.3

[konsole] [Bug 245478] "New Tab" menu opens a list with only one item

2023-11-12 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=245478 Alain Knaff changed: What|Removed |Added Version|2.5 |22.12.3 -- You are receiving this mail because

[konsole] [Bug 245478] "New Tab" menu opens a list with only one item

2023-11-12 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=245478 Alain Knaff changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[okular] [Bug 483678] Signing with Luxtrust's non-repudiation certificate just hangs

2024-03-15 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=483678 Alain Knaff changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[okular] [Bug 483678] New: Signing with Luxtrust's non-repudiation certificate just hangs

2024-03-15 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=483678 Bug ID: 483678 Summary: Signing with Luxtrust's non-repudiation certificate just hangs Classification: Applications Product: okular Version: 22.12.2 Platform: Debian stable

[okular] [Bug 483678] Signing with Luxtrust's non-repudiation certificate just hangs

2024-03-18 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=483678 --- Comment #8 from Alain Knaff --- (In reply to Albert Astals Cid from comment #7) > "Just called Luxtrust about this, they claimed that there was only one > certificate on the card." > > Well, NSS disagrees if firefox shows

[okular] [Bug 483678] Signing with Luxtrust's non-repudiation certificate just hangs

2024-03-18 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=483678 --- Comment #6 from Alain Knaff --- (In reply to Albert Astals Cid from comment #5) > (In reply to Alain Knaff from comment #4) > > I now wanted to try whether it works better with gpg, but I couldn't find > > how to switch to gpg. >

[drkonqi] [Bug 484073] The items in list of "packages containing debug information for the following application and libraries are missing" cannot be copypasted due to extra newlines inserted into the

2024-03-22 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=484073 Alain Knaff changed: What|Removed |Added Resolution|NOT A BUG |INTENTIONAL --- Comment #2 from Alain Knaff

[okular] [Bug 483678] Signing with Luxtrust's non-repudiation certificate just hangs

2024-03-16 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=483678 --- Comment #3 from Alain Knaff --- NSS -- You are receiving this mail because: You are watching all bug changes.

[okular] [Bug 483678] Signing with Luxtrust's non-repudiation certificate just hangs

2024-03-16 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=483678 --- Comment #4 from Alain Knaff --- I now wanted to try whether it works better with gpg, but I couldn't find how to switch to gpg. In Settings->ConfigureBackends->PDF, it seems to assume NSS, and there is no switch to u

[drkonqi] [Bug 484073] New: The items in list of "packages containing debug information for the following application and libraries are missing" cannot be copypasted due to extra newlines inserted int

2024-03-20 Thread Alain Knaff
https://bugs.kde.org/show_bug.cgi?id=484073 Bug ID: 484073 Summary: The items in list of "packages containing debug information for the following application and libraries are missing" cannot be copypasted due to

[konsole] [Bug 365921] New: Occasionally, konsole silently transforms trailing spaces into carriage returns when copy-pasting => dataloss due to prematurely executing incomplete commands!

2016-07-21 Thread Alain Knaff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365921 Bug ID: 365921 Summary: Occasionally, konsole silently transforms trailing spaces into carriage returns when copy-pasting => dataloss due to prematurely executing incomplete