[krusader] [Bug 447394] Regression: New Tab actions perform a tab duplication instead of opening a fresh tab

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=447394

Nikita Melnichenko  changed:

   What|Removed |Added

   Keywords||reproducible, triaged

-- 
You are receiving this mail because:
You are watching all bug changes.

[skrooge] [Bug 446352] field pop-ups located weirdly, "##WARNING: Wayland does not support QWindow::requestActivate()", sometimes hangs

2021-12-22 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=446352

--- Comment #2 from skierpage  ---
Skrooge nightly flatpak version 2.27.0 has crashed on me 4 times in 1 hour ☹

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 447399] Please set the website of the GitHub repo to Krusader.org

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=447399

Nikita Melnichenko  changed:

   What|Removed |Added

 CC||nikita+...@melnichenko.name
 Resolution|--- |UNMAINTAINED
 Status|REPORTED|RESOLVED

--- Comment #1 from Nikita Melnichenko  ---
We don't control the github mirror. The project website URL is the first line
of the readme. IMO, it's more than clear.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 381337] omit directories node in occupied space calculation

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=381337

Nikita Melnichenko  changed:

   What|Removed |Added

   Assignee|alex.bikado...@kdemail.net  |krusader-bugs-n...@kde.org

--- Comment #4 from Nikita Melnichenko  ---
As Alex is no longer an active dev, resetting assignee to default, so others
could take it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 377268] Preserve directory structure checkbox missing in "Copy..."

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=377268

Nikita Melnichenko  changed:

   What|Removed |Added

   Assignee|alex.bikado...@kdemail.net  |krusader-bugs-n...@kde.org
 Status|ASSIGNED|CONFIRMED

--- Comment #8 from Nikita Melnichenko  ---
As Alex is no longer an active dev, resetting assignee to default, so others
could take it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 388678] Newly added or changed actions are missing in menu

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=388678

Nikita Melnichenko  changed:

   What|Removed |Added

   Assignee|krusader-bugs-n...@kde.org  |nikita+...@melnichenko.name

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 445044] LOTS of metadata access warnings on start-up, a few other ones, e.g. "null action"

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=445044

Nikita Melnichenko  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|krusader-bugs-n...@kde.org  |kio-bugs-n...@kde.org
Version|2.7.2   |5.85.0
Product|krusader|frameworks-kio
 Status|REPORTED|CONFIRMED
  Component|general |general
 CC||kdelibs-b...@kde.org,
   ||nikita+...@melnichenko.name

--- Comment #2 from Nikita Melnichenko  ---
This is not krusader. These metadata warnings come from the following calls:
1. KProtocolInfo::archiveMimetypes("krarc")
2. new KFilePlacesModel(this)

Moving to kio.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447408] New: Crash when loading metadata for specially-crafted JPEG images

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447408

Bug ID: 447408
   Summary: Crash when loading metadata for specially-crafted JPEG
images
   Product: digikam
   Version: 7.4.0
  Platform: Compiled Sources
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Metadata-Engine
  Assignee: digikam-bugs-n...@kde.org
  Reporter: saaman1...@gmail.com
  Target Milestone: ---

Created attachment 144795
  --> https://bugs.kde.org/attachment.cgi?id=144795&action=edit
Image file generated by afl-fuzz which can be used to reproduce the crash

SUMMARY

A crash occurs when a specially-crafted JPEG file (attached) is imported and
"Item > Edit Metadata..." is selected from the program menus.


STEPS TO REPRODUCE
1. Import the file into a digiKam library (e.g., by copying it into a library
folder and refreshing the main view in digiKam)
2. Select the item in the main view (e.g. by clicking on it)
3. Select "Item > Edit Metadata..." from the program menus

OBSERVED RESULT
Debug builds of the program crash with the following assertion failure:

/usr/include/c++/11/bits/stl_vector.h:1063: std::vector<_Tp,
_Alloc>::const_reference std::vector<_Tp, _Alloc>::operator[](std::vector<_Tp,
_Alloc>::size_type) const [with _Tp = std::pair;
_Alloc = std::allocator >;
std::vector<_Tp, _Alloc>::const_reference = const std::pair&; std::vector<_Tp, _Alloc>::size_type = long unsigned int]:
Assertion '__n < this->size()' failed.

EXPECTED RESULT
The item metadata editor opens and displays the file's metadata.

SOFTWARE/OS VERSIONS
Windows: N/A
macOS: N/A
Linux/KDE Plasma: Ubuntu 21.10 on Linux kernel 5.13.0-22-generic
(available in About System)
KDE Plasma Version: N/A (System uses GNOME desktop)
KDE Frameworks Version: 5.86.0-0ubuntu1
Qt Version: 5.15.2

ADDITIONAL INFORMATION
This bug was identified by fuzzing with afl-fuzz; more information about the
fuzzing setup can be provided on request. The assertion failure can be traced
back to the call to Value::toRational at metaengine_exif.cpp:426
(https://invent.kde.org/graphics/digikam/-/blob/master/core/libs/metadataengine/engine/metaengine_exif.cpp#L426).
It appears that the parameter named component is not bounds-checked before
toRational is called; thus, the specially-crafted JPEG file features an EXIF
exposure time field ("Exif.Photo.ExposureTime") with 0 components, which causes
an out-of-bounds (OOB) access when this function is called with the component
parameter set to 0 (the default value).

It is worth noting that the exiv2 documentation for toRational
(https://www.exiv2.org/doc/classExiv2_1_1Value.html#a595a4cb549bec8c19d290ca3e95a2678)
specifies undefined behavior for OOB accesses, and debug assertions like the
one above may be disabled in other build configurations, so memory corruption
(and the security implications arising from it) may be possible in some
circumstances.

Similar bounds-checks may need to be added in other places as well; this is
just the one location that afl-fuzz was able to find given my testing code.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 447213] cut tool not working well within lasso tool

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447213

--- Comment #4 from acc4commissi...@gmail.com ---
Similar behavior happens with lasso + move tool sometimes.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 447396] Storyboard add scene adds empty keyframes on locked layers (krita-nightly-x64-5.0.0-beta5-e1828f1cae)

2021-12-22 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=447396

--- Comment #3 from Eoin O'Neill  ---
Thanks again for reporting this. Unfortunately, the 5.0 version will be coming
out very soon (within 24 hours) so I don't think this commit will make it into
the 5.0 version update.

However, if you need this feature immediately, you can try the nightly version.
That version should be more or less the same. 

Cheers and happy holidays,
Eoin.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 447396] Storyboard add scene adds empty keyframes on locked layers (krita-nightly-x64-5.0.0-beta5-e1828f1cae)

2021-12-22 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=447396

Eoin O'Neill  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/75e397c90
   ||3274ee8bcb6ab6da9797fccc310
   ||ec7d
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #2 from Eoin O'Neill  ---
Git commit 75e397c903274ee8bcb6ab6da9797fccc310ec7d by Eoin O'Neill.
Committed on 23/12/2021 at 06:33.
Pushed by eoinoneill into branch 'master'.

Fix storyboarding docker creating keyframes on locked layers.

Also accounts for layer visibility as well. If you can't see it, you
won't edit the data which is probably the expected behavior.

M  +14   -4plugins/dockers/storyboarddocker/StoryboardModel.cpp

https://invent.kde.org/graphics/krita/commit/75e397c903274ee8bcb6ab6da9797fccc310ec7d

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447233] Incorrect display of album thumbnails

2021-12-22 Thread Peter
https://bugs.kde.org/show_bug.cgi?id=447233

--- Comment #13 from Peter  ---
Ok! Grateful thanks Maik!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 447407] New: plasma spreads when installing packages or changing scrap settings

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447407

Bug ID: 447407
   Summary: plasma spreads when installing packages or changing
scrap settings
   Product: plasmashell
   Version: 5.23.4
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: eisk...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.23.4)

Qt Version: 5.15.3
Frameworks Version: 5.89.0
Operating System: Linux 5.11.0-43-generic x86_64
Windowing System: X11
Distribution: KDE neon User - Plasma 25th Anniversary Edition
DrKonqi: 5.23.4 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed:

менял системные настройки, связанные с внешним видом, батареей, экраном.
параллльно обновлялись системные пакеты
- Custom settings of the application:

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault

[New LWP 1139]
[New LWP 1244]
[New LWP 1271]
[New LWP 1275]
[New LWP 1280]
[New LWP 1284]
[New LWP 1288]
[New LWP 1297]
[New LWP 1420]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
futex_wait_cancelable (private=, expected=0,
futex_word=0x56288e8f5750) at ../sysdeps/nptl/futex-internal.h:183
__preamble__
[Current thread is 1 (Thread 0x7fca2dc6a9c0 (LWP 1087))]

Thread 10 (Thread 0x7fca0d185700 (LWP 1420)):
#0  futex_wait_cancelable (private=, expected=0,
futex_word=0x56288f3b6924) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x56288f3b68d0,
cond=0x56288f3b68f8) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x56288f3b68f8, mutex=0x56288f3b68d0) at
pthread_cond_wait.c:638
#3  0x7fca31ebb5cb in QWaitConditionPrivate::wait (deadline=...,
this=0x56288f3b68d0) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=this@entry=0x56289070c698,
mutex=mutex@entry=0x56289070c690, deadline=...) at
thread/qwaitcondition_unix.cpp:225
#5  0x7fca33b25c24 in QSGRenderThreadEventQueue::takeEvent (wait=true,
this=0x56289070c688) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdeadlinetimer.h:68
#6  QSGRenderThread::processEventsAndWaitForMore
(this=this@entry=0x56289070c5f0) at scenegraph/qsgthreadedrenderloop.cpp:936
#7  0x7fca33b26099 in QSGRenderThread::run (this=0x56289070c5f0) at
scenegraph/qsgthreadedrenderloop.cpp:1053
#8  0x7fca31eb545c in QThreadPrivate::start (arg=0x56289070c5f0) at
thread/qthread_unix.cpp:329
#9  0x7fca30df0609 in start_thread (arg=) at
pthread_create.c:477
#10 0x7fca31b33293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 9 (Thread 0x7fc9ea01d700 (LWP 1297)):
#0  futex_wait_cancelable (private=, expected=0,
futex_word=0x562890306500) at ../sysdeps/nptl/futex-internal.h:183
#1  __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x5628903064b0,
cond=0x5628903064d8) at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x5628903064d8, mutex=0x5628903064b0) at
pthread_cond_wait.c:638
#3  0x7fca31ebb5cb in QWaitConditionPrivate::wait (deadline=...,
this=0x5628903064b0) at thread/qwaitcondition_unix.cpp:146
#4  QWaitCondition::wait (this=this@entry=0x5628902e3778,
mutex=mutex@entry=0x5628902e3770, deadline=...) at
thread/qwaitcondition_unix.cpp:225
#5  0x7fca33b25c24 in QSGRenderThreadEventQueue::takeEvent (wait=true,
this=0x5628902e3768) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qdeadlinetimer.h:68
#6  QSGRenderThread::processEventsAndWaitForMore
(this=this@entry=0x5628902e36d0) at scenegraph/qsgthreadedrenderloop.cpp:936
#7  0x7fca33b26099 in QSGRenderThread::run (this=0x5628902e36d0) at
scenegraph/qsgthreadedrenderloop.cpp:1053
#8  0x7fca31eb545c in QThreadPrivate::start (arg=0x5628902e36d0) at
thread/qthread_unix.cpp:329
#9  0x7fca30df0609 in start_thread (arg=) at
pthread_create.c:477
#10 0x7fca31b33293 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 8 (Thread 0x7fc9eb0fd700 (LWP 1288)):
[KCrash Handler]
#4  QSGAreaAllocator::deallocateInNode (this=this@entry=0x7fc9e4174020,
pos=..., node=0x0) at scenegraph/util/qsgareaallocator.cpp:170
#5  0x7fca33ad3daa in QSGAreaAllocator::deallocate
(this=this@entry=0x7fc9e4174020, rect=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qpoint.h:124
#6  0x7fca33ada583 in QSGOpenGLAtlasTexture::AtlasBase::remove
(this=0x7fc9e4174010, t=0x7fc9e48f2340) at
scenegraph/util/qsgopenglatlastexture.cpp:286
#7  0x7fca33ada6c1 in QSGOpenGLAtlasTexture::Texture::~Texture
(this=0x7fc9e48f2340, __in_chrg=) at
scenegraph/util/qsgopenglatlastexture.cpp:516
#8  0x7fca33ada6dd in QSGOpenGLAtlasTexture::Texture::~Texture
(this=0x7fc9e48f2340, __in_chrg=) at
s

[Discover] [Bug 447336] Discover doesn't automatically pick a backend

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447336

--- Comment #2 from doggoofsp...@gmail.com ---
(In reply to Aleix Pol from comment #1)
> Maybe it's one of the ones you are not loading (flatpak or snap) that take
> some time?
> 
> From what you say it's not that it doesn't run them, it's that they're slow
> at starting. Correct?
> 
> It would be useful if you could provide a backtrace of frozen discover.
> Here it's explained how it's done, tell us if you cannot provide it.
> https://community.kde.org/Guidelines_and_HOWTOs/Debugging/
> How_to_create_useful_crash_reports#Retrieving_a_backtrace_with_GDB

Well I haven't installed or used flatpak and snap, so that isn't the problem.
Also, when I force Discover to use the backends, It starts and works instantly.
I'll attach a backtrace when I can.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 424991] Using Ctrl+L to edit the path and pressing the Tab key moves focus from the field

2021-12-22 Thread Thomas Carmichael
https://bugs.kde.org/show_bug.cgi?id=424991

Thomas Carmichael  changed:

   What|Removed |Added

 Resolution|--- |NOT A BUG
 Status|REPORTED|RESOLVED

--- Comment #6 from Thomas Carmichael  ---
I have realized recently that I can actually change the keybindings in Dolphin
to switch the shortcut bindings for Editable Location and Replace Location (F6
and Ctrl+L), which I feel resolves the original core issue I had and the
default behavior of the Replace Location action is fine.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 447046] Delay when selecting a brush preset and actually having it active

2021-12-22 Thread thetwo
https://bugs.kde.org/show_bug.cgi?id=447046

thetwo  changed:

   What|Removed |Added

 CC||thetwo...@foxmail.com

--- Comment #5 from thetwo  ---
I also met in beta5

-- 
You are receiving this mail because:
You are watching all bug changes.

[kturtle] [Bug 447406] New: The "step" keyword in wrongly translated into "pas à pas" in French in Kturtle.

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447406

Bug ID: 447406
   Summary: The "step" keyword in wrongly translated into "pas à
pas" in French in Kturtle.
   Product: kturtle
   Version: 21.04.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: c...@kde.nl
  Reporter: lilian.pfis...@free.fr
  Target Milestone: ---

SUMMARY
The "step" keyword used in "for" loop has been translated into "pas à pas" in
French.
That means the code line "for $i= 100 to 400 step 10" is translated into "pour
$i= 100 à 400 pas à pas 10" which is not recognised by the kturtle interpreter.
Previously, the above code line was translated into "pour $i= 100 à 400
pas_a_pas 10" which was recognised by the interpreter.
To be more precise: translating "step" by "pas à pas" or "pas_a_pas" is wrong.
"Pas à pas" means "step by step". "Step" should be translated by "pas" only.
Also, in the kturtle French documentation the keyword to be used in the "for"
loop is supposed to be "pas" and not "pas_a_pas" or "pas à pas".

STEPS TO REPRODUCE
1. Launch Kturtle
2. In the editor (left pane), enter "for $i= 1 to 10 step 2 { bw 12 print $i}"
and hit F5 key.
3. Save the file as "test.turtle"
4. Select "Settings>Script language>français"
5. Open "test.turtle" and hit F5 key.

OBSERVED RESULT
In step 2, the interpreter would work and the turtle will move and print some
figures on the screen.
In step 5, the "for $i= 1 to 10 step 2 { bw 12 print $i}" is translated to
"pour $i= 1 à 10 pas à pas 2 { re 12 écris $i}" and, after F5 key stroke, an
error message says "You cannot pout 'à' here."

EXPECTED RESULT
In step 5, the translated line code should be "pour $i= 1 à 10 pas_a_pas 2 { re
12 écris $i}" and after hitting F5, the turtle behaviour should be the same as
in Step 2.
An even better translation should be "pour $i= 1 à 10 pas 2 { re 12 écris $i}"
as it would cmoply with "real" French translation and the Kturtle French
documentation.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 35

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 443858] systemsettings5 reliably crashes when opening the power kcm via the overview in icon view mode

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443858

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/systemsettings/-/merge_requests/109

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 447046] Delay when selecting a brush preset and actually having it active

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=447046

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #4 from Bug Janitor Service  ---
Thanks for your comment!

Automatically switching the status of this bug to REPORTED so that the KDE team
knows that the bug is ready to get confirmed.

In the future you may also do this yourself when providing needed information.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 446002] Broken coloring

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=446002

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 445945] System Settings crashes after clicking on thunderbolt first and then any other tab(Like Audio)

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445945

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 445724] Window becomes inactive when a menu is opened

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445724

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 445662] Plasma crashed in ShellCorona::~ShellCorona() when restarted after plasmoid deletion from appletsrc

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445662

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 445655] Wake from sleep crash

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445655

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 445653] Plasma crashes in ShellCorona::unload() when applying new lnf desktop layout

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445653

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 445624] Selecting menu entry "Configure Elisa...." dialogue crashes Elisa when running under Wayland

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445624

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 445613] The player crashes when you open the settings

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445613

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 445535] Files are "scanned" but never show up in my tracks list or anywhere else

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445535

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #5 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 445447] Window Placement Centered Appears not to be Working on Wayland

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445447

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 445501] Context menu hangs before opening when a very large number of files are selected

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=445501

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #3 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 446666] Discover doesn't shows updates and crashes when pressing "information"

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=44

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 388678] Newly added or changed actions are missing in menu

2021-12-22 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=388678

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #8 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/utilities/krusader/-/merge_requests/78

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 426253] In plasma-wayland-session appmenu-gtk-module doesn't work.Menus remain in app windows,not displayed on panel.

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=426253

indecisiveautoma...@gmail.com changed:

   What|Removed |Added

 CC||indecisiveautomator@gmail.c
   ||om

--- Comment #5 from indecisiveautoma...@gmail.com ---
This is still present in Plasma 5.23.4.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krunner] [Bug 447405] New: Possibility to resize krunner window

2021-12-22 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=447405

Bug ID: 447405
   Summary: Possibility to resize krunner window
   Product: krunner
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: windows
  Assignee: alexander.loh...@gmx.de
  Reporter: piotr.mierzwin...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
Would be nice to be able to resize (at least change width) for window showing
by KRunner.
Thanks that we would see full name of path for given entry, and names would not
cut

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 444895] I am running the ubuntu 20.04 on laptop. While controlling the laptop with pointer(Multimedia control) option in kdeconnect on android version6 connection between laptop and

2021-12-22 Thread Patil Indrajit
https://bugs.kde.org/show_bug.cgi?id=444895

--- Comment #3 from Patil Indrajit  ---
Thank you very much  
it is working good now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 446853] If title of DVD has too many spaces at end, the .iso extension is dropped when saving the copy

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446853

--- Comment #9 from parkerjbar...@yahoo.com ---
Created attachment 144794
  --> https://bugs.kde.org/attachment.cgi?id=144794&action=edit
k3b not saving iso extension during copy

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 447404] New: Log in to plasma-x; log out to lightdm; log in to plasma-wayland -- keyboard/mouse freeze

2021-12-22 Thread Reuben
https://bugs.kde.org/show_bug.cgi?id=447404

Bug ID: 447404
   Summary: Log in to plasma-x; log out to lightdm; log in to
plasma-wayland -- keyboard/mouse freeze
   Product: kwin
   Version: 5.23.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@flavor8.com
  Target Milestone: ---

1) From lightdm, log into plasma / x session
2) Krunner, logout
3) In lightdm, switch session to plasma / wayland & login
4) The desktop comes up, but the keyboard/mouse are unresponsive. Pressing the
power button on my laptop brings up the KDE power-off menu, so something is
still alive and listening, but whatever is in charge of listening for user
events has crashed

-- 
You are receiving this mail because:
You are watching all bug changes.

[k3b] [Bug 446853] If title of DVD has too many spaces at end, the .iso extension is dropped when saving the copy

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446853

--- Comment #8 from parkerjbar...@yahoo.com ---
(In reply to Albert Astals Cid from comment #7)
> Yes, please.
> 
> Save the video as gif and post it here.

I tried running the manjaro live dvd, but using the add/remove software was a
huge hassle, with all sorts of dependencies not being able to be resolved,
couldn't upgrade k3b, and there was no peek program to download.

Then, I went over to Redcore Linux, and didn't find the peek program, but found
another program.  Now I know why people aren't using GNU/Linux distributions
widely, because of how much hassle it is to get it working properly.

Anyways, I tried saving as .gif, and couldn't install peek, so here it is as
.mkv.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 447328] File browse dialog crash under some applications (e.g. chrome)

2021-12-22 Thread Reuben
https://bugs.kde.org/show_bug.cgi?id=447328

--- Comment #1 from Reuben  ---
This appears to have magically fixed itself after a reboot.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 447403] New: Feature request - show which repo an install is coming from

2021-12-22 Thread Reuben
https://bugs.kde.org/show_bug.cgi?id=447403

Bug ID: 447403
   Summary: Feature request - show which repo an install is coming
from
   Product: Discover
   Version: 5.23.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: k...@flavor8.com
CC: aleix...@kde.org
  Target Milestone: ---

PPAs are for better or worse widespread. (To my understanding) if a PPA were to
be compromised, an attacker could introduce packages outside of the core scope
of the PPA (e.g. somebody could introduce a backdoored version of systemd via a
pipewire PPA). For this reason, it'd be useful if Discover shows which repo a
package update is coming from, to give the user a chance to see something
unusual.

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 447268] 412 updates pending, won't update

2021-12-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=447268

--- Comment #1 from Aleix Pol  ---
I imagine you will understand that we need more information than that. Is it
stuck in the progress page before updates then?

Can you try if running "plasma-discover --backends packagekit" works as you
hoped?

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 432688] Python code generator does not add typehints

2021-12-22 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=432688

Oliver Kellogg  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/sdk/
   ||umbrello/commit/5b860d44d97
   ||ea011a943bfed80e58f9c62dbd3
   ||54
 Resolution|--- |FIXED

--- Comment #2 from Oliver Kellogg  ---
Git commit 5b860d44d97ea011a943bfed80e58f9c62dbd354 by Oliver Kellogg.
Committed on 23/12/2021 at 00:55.
Pushed by okellogg into branch 'master'.

https://invent.kde.org/sdk/umbrello/-/merge_requests/22

Apply outstanding changes from fix_argument_type_python3 branch of
https://invent.kde.org/patrickpereira/umbrello :

umbrello/codegenerators/python/pythonwriter.{h,cpp}
- Add functions fixTypeName, findIncludeFromType.

umbrello/codegenerators/python/pythonwriter.cpp
- In function writeClass,
  - in loop over includes use new function findIncludeFromType to avoid
including Python predefined classes;
  - on printing superclasses omit inheritance from `object' (not needed
in python3).
- In function writeOperations loop over opList nested loop over atl use
  new function fixTypeName on at->getTypeName() to make the types
  compatible with Python.

M  +86   -11   umbrello/codegenerators/python/pythonwriter.cpp
M  +3-0umbrello/codegenerators/python/pythonwriter.h

https://invent.kde.org/sdk/umbrello/commit/5b860d44d97ea011a943bfed80e58f9c62dbd354

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 447336] Discover doesn't automatically pick a backend

2021-12-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=447336

--- Comment #1 from Aleix Pol  ---
Maybe it's one of the ones you are not loading (flatpak or snap) that take some
time?

>From what you say it's not that it doesn't run them, it's that they're slow at
starting. Correct?

It would be useful if you could provide a backtrace of frozen discover.
Here it's explained how it's done, tell us if you cannot provide it.
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_with_GDB

-- 
You are receiving this mail because:
You are watching all bug changes.

[partitionmanager] [Bug 428974] KDE Partition Manager keeps on asking for authentication even if the user presses "cancel"

2021-12-22 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=428974

Andrius Štikonas  changed:

   What|Removed |Added

URL||https://invent.kde.org/syst
   ||em/partitionmanager/-/merge
   ||_requests/15?commit_id=00ae
   ||670e9744615d1faaf2708d01654
   ||660720c40#
 Resolution|--- |FIXED
  Latest Commit||4f17fc5548630aadaa6fe824131
   ||f4718fa416e49
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||22.04.0

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 447361] on Fedora 35, plasma-discover reports that an update is available to update my system from 34 to 32.

2021-12-22 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=447361

Aleix Pol  changed:

   What|Removed |Added

 CC||lei...@leinir.dk,
   ||mariamfahm...@gmail.com
   Assignee|lei...@leinir.dk|trav...@redhat.com
  Component|discover|rpm-ostree Backend

--- Comment #1 from Aleix Pol  ---
Assuming this is Kinoite...

-- 
You are receiving this mail because:
You are watching all bug changes.

[konversation] [Bug 430561] Konversation Does Not Appear on Top when Called from Plasma System Tray

2021-12-22 Thread Friedrich W. H. Kossebau
https://bugs.kde.org/show_bug.cgi?id=430561

Friedrich W. H. Kossebau  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
   Version Fixed In||1.8.21121
  Latest Commit||https://invent.kde.org/netw
   ||ork/konversation/commit/82c
   ||f2e1fb59daf71c0d577f5a296b8
   ||b2fb2b24a1
 Resolution|--- |FIXED

--- Comment #6 from Friedrich W. H. Kossebau  ---
Git commit 82cf2e1fb59daf71c0d577f5a296b8b2fb2b24a1 by Friedrich W. H.
Kossebau.
Committed on 22/12/2021 at 20:26.
Pushed by kossebau into branch 'release/21.12'.

On activation by KDBusService set proper startupId/activation token
FIXED-IN: 1.8.21121

M  +10   -0CMakeLists.txt
M  +1-0config-konversation.h.cmake
M  +4-0src/CMakeLists.txt
M  +17   -1src/application.cpp

https://invent.kde.org/network/konversation/commit/82cf2e1fb59daf71c0d577f5a296b8b2fb2b24a1

-- 
You are receiving this mail because:
You are watching all bug changes.

[yakuake] [Bug 408468] [Wayland] Yakuake on Wayland appears under top panel at start

2021-12-22 Thread Eugene
https://bugs.kde.org/show_bug.cgi?id=408468

--- Comment #42 from Eugene  ---
At last!

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 416193] Expose update check interval as a configurable setting

2021-12-22 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416193

Patrick Silva  changed:

   What|Removed |Added

 CC||ncqm3...@anonaddy.me

--- Comment #13 from Patrick Silva  ---
*** Bug 447322 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Discover] [Bug 447322] Add an option to check updates based on a certain period

2021-12-22 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=447322

Patrick Silva  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||bugsefor...@gmx.com
 Status|REPORTED|RESOLVED

--- Comment #1 from Patrick Silva  ---


*** This bug has been marked as a duplicate of bug 416193 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 447402] Using ethernet connection plasma networking doesn't setup default route to gateway

2021-12-22 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=447402

Nick  changed:

   What|Removed |Added

 Resolution|NOT A BUG   |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 447402] Using ethernet connection plasma networking doesn't setup default route to gateway

2021-12-22 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=447402

Nick  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #2 from Nick  ---
See above comment and attachment. Closing. Not a bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 447402] Using ethernet connection plasma networking doesn't setup default route to gateway

2021-12-22 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=447402

Nick  changed:

   What|Removed |Added

 CC||nick.craig@gmail.com

--- Comment #1 from Nick  ---
Created attachment 144793
  --> https://bugs.kde.org/attachment.cgi?id=144793&action=edit
No default route

If you have "Use only for resources on this connection" then the default route
for that connection won't get setup and you won't have internet access. Untick
if this connection is your route to the internet. The message could may be a
bit clearer in regards to disabling the default route and it's consequence.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 447046] Delay when selecting a brush preset and actually having it active

2021-12-22 Thread Larissa
https://bugs.kde.org/show_bug.cgi?id=447046

--- Comment #3 from Larissa  ---
(In reply to Ahab Greybeard from comment #1)
> I don't see this happening with the 5.0.0-beta5 or the Dec 20 5.1.0-prealpha
> appimages.
> I don't have many resources added.
> 
> Can you rename your resources folder to 'krita-many-resources' (or whatever)
> then start krita to get a default 'mimimal' set of resources, in a freshly
> created 'krita' folder, then try this again to see if it is because of your
> large number of resources?

Testing with 5.0.0-beta5-f74b584402
there is indeed no lag when using a a fresh resource folder. However its good
to note that the same amount of resources cause no lag at all with 5.0-beta 2,
so i still consider it a huge problem. 

The lag is already noticeable when adding big bundles like Concept &
Illustration 1.2 or FizzyFlower Essentials, even if I only have krita 4 bundle
and one of these big bundles active the lag happens (not as much as with all my
resources). 
When having only one big bundle deactivating it makes the lag disappear but if
you have both bundles active as an example, deactivating both reduces the lag
but doesn't stop it.

As a test i added both bundles by importing the brushes and presets separately
and the result is interesting as i get reduced but inconsistent lag, meaning
there is a tiny bit of lag, but only sometimes, other times the change is
instant. but still a shorter lag than i get by importing them as bundles.

-- 
You are receiving this mail because:
You are watching all bug changes.

[neon] [Bug 447402] New: Using ethernet connection plasma networking doesn't setup default route to gateway

2021-12-22 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=447402

Bug ID: 447402
   Summary: Using ethernet connection plasma networking doesn't
setup default route to gateway
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: nick.craig@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

SUMMARY
***
This is a problem you won't see if you only use wifi, however if you use
ethernet via the RJ45 connector then maybe you will have this problem.

If you plug into a network using an ethernet wired connection (with WIFI
disabled) and have DHCP setup in the plasma network configuration. When the
system obtains it's IP address it fails to setup the default gateway so no
internet access is available. If you type route add default gw 192.168.0.1
enp2s0 then everything then works.

How come the gateway is no longer setup in the routing table automatically when
hot plugging an ethernet cable?

WIFI works fine.

routing table after ethernet cable plugged in.

route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
link-local  0.0.0.0 255.255.0.0 U 1000   00 virbr0
192.168.1.0 0.0.0.0 255.255.255.0   U 10000 enp2s0
192.168.122.0   0.0.0.0 255.255.255.0   U 0  00 virbr0

Below is the routing table for WIFI showing the extra line starting with
'default'

route
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
default _gateway0.0.0.0 UG60000 wlp3s0
link-local  0.0.0.0 255.255.0.0 U 1000   00 virbr0
192.168.1.0 0.0.0.0 255.255.255.0   U 60000 wlp3s0
192.168.122.0   0.0.0.0 255.255.255.0   U 0  00 virbr0
***


STEPS TO REPRODUCE
100% reproducible on my laptop 

OBSERVED RESULT
No default gateway setup in routing table

EXPECTED RESULT
default route should be added when ethernet cable used.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.3
Kernel Version: 5.11.0-43-generic (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-2670QM CPU @ 2.20GHz
Memory: 15.6 GiB of RAM
Graphics Processor: GeForce GTX 570M/PCIe/SSE2

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 447029] Konsole no longer (or) incorrectly use GTK theme

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=447029

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de

--- Comment #2 from Nicolas Fella  ---
This is most likely caused by
https://invent.kde.org/utilities/konsole/-/merge_requests/493

The same thing can be seen for Kate which also uses KColorSchemeManager.

I'm still looking into the details

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 447401] Landing page on system settings goes on a loop until crash without loading / QML Binding loop detected for property "preferredHeight" on kcms/kcm_landingpage/contents/ui/

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447401

t...@tutanota.com changed:

   What|Removed |Added

 CC||t...@tutanota.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 447401] New: Landing page on system settings goes on a loop until crash without loading / QML Binding loop detected for property "preferredHeight" on kcms/kcm_landingpage/content

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447401

Bug ID: 447401
   Summary: Landing page on system settings goes on a loop until
crash without loading / QML Binding loop detected for
property "preferredHeight" on
kcms/kcm_landingpage/contents/ui/main.qml:57:9
   Product: systemsettings
   Version: 5.23.4
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: Quick Settings
  Assignee: plasma-b...@kde.org
  Reporter: t...@tutanota.com
  Target Milestone: ---

SUMMARY
I was trying to open system settings, but I found that it was not opening, but
actually in the process manager I saw that system settings was still running
although I saw no window or anything. Later I found that opening a specific kcm
trough the app menu opened successfully system settings. But when clicking the
home button (which will load the landing page kcm) it would freeze system
settings.

I've also found that when this happened, the terminal spit out constantly this:
file:///usr/share/kpackage/kcms/kcm_landingpage/contents/ui/main.qml:57:9: QML
FormLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected
for property "preferredHeight"

STEPS TO REPRODUCE
1. Open system settings normally
or
1. Open an specific kcm trough the menu apps (KDE Wallet, Colors, Global
Theme...)
2. Click on the home button
or
1. In the terminal: systemsettings5  (for example: systemsettings5 mouse)
2. Navigate and click the home button
3. See the logs

OBSERVED RESULT
If opened normally, system settings appears as if it's not working
If you open it but load first another kcm and then go to the landing page, it
freezes
It will log the error message shown above constantly, either in the terminal or
the journal

EXPECTED RESULT
System settings will open normally, load and display the landing page
succesfully

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20211220
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0
Qt Version: 5.15.2
Kernel Version: 5.15.8-1-default (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-5300U CPU @ 2.30GHz
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 5500

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 447197] The size of the krusaderrc file gets too big

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=447197

Nikita Melnichenko  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Keywords||regression, reproducible,
   ||triaged
 Status|REPORTED|CONFIRMED
 CC||nikita+...@melnichenko.name

--- Comment #2 from Nikita Melnichenko  ---
Do you mean the [closedTab_*] sections? I also see this. It contains tabs
closed in some other sessions. Why do we store closed tabs info in the config
at all? I think it should be in-memory only, like with browsers.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 447400] New: Please set the website of the GitHub repo

2021-12-22 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=447400

Bug ID: 447400
   Summary: Please set the website of the GitHub repo
   Product: kdenlive
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Documentation
  Assignee: ttg...@gmail.com
  Reporter: ddascalescu+...@gmail.com
  Target Milestone: ---

At https://github.com/KDE/kdenlive, it would be helpful to set the URL of the
repo to https://kdenlive.org

For example, at https://github.com/facebook/react you can see "reactjs.org".

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 447399] New: Please set the website of the GitHub repo to Krusader.org

2021-12-22 Thread Dan Dascalescu
https://bugs.kde.org/show_bug.cgi?id=447399

Bug ID: 447399
   Summary: Please set the website of the GitHub repo to
Krusader.org
   Product: krusader
   Version: 2.7.2
  Platform: Other
OS: All
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krusader-bugs-n...@kde.org
  Reporter: ddascalescu+...@gmail.com
CC: krusader-bugs-n...@kde.org
  Target Milestone: ---

At https://github.com/KDE/krusader, it would be helpful to set the URL of the
repo to https://krusader.org

For example, at https://github.com/facebook/react you can see "reactjs.org".

-- 
You are receiving this mail because:
You are watching all bug changes.

[Elisa] [Bug 447398] New: Files is now below the radio stations

2021-12-22 Thread Eduardo Silva
https://bugs.kde.org/show_bug.cgi?id=447398

Bug ID: 447398
   Summary: Files is now below the radio stations
   Product: Elisa
   Version: 21.12.0
  Platform: Mageia RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: eduardofox...@protonmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. go to configure elisa...
2. change the "view on startup" to Files
3. click ok

OBSERVED RESULT
Files is now below the radio stations and when accessing Files, radio stations
appear

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.15.10-201.fsync.fc35.x86_64
(available in About System)
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 433824] Unknown error code 100 - when trying to connect to Citrix Workspace on a Linux Arch environment

2021-12-22 Thread kolAflash
https://bugs.kde.org/show_bug.cgi?id=433824

kolAflash  changed:

   What|Removed |Added

 CC||kolafl...@kolahilft.de

--- Comment #5 from kolAflash  ---
Maybe related or duplicate?

bug 427423
can't launch applications via plasma panel

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 386330] Ability for QML plasmoids to detect when a notification action is clicked

2021-12-22 Thread Chris Holland
https://bugs.kde.org/show_bug.cgi?id=386330

--- Comment #2 from Chris Holland  ---
Oh neat! It was added 2021 Oct, so since KF5 v5.88.0

* https://www.volkerkrause.eu/2021/09/18/kf5-notifications-in-qml.html
* https://github.com/KDE/knotifications/blob/master/docs/qml-notifications.md
*
https://github.com/KDE/knotifications/commit/16e92d643faff27d52f10b14aab68b73d11a4481

Hmm, looks like I'll have to wait for Ubuntu 22.04 at least to use it on the
KDE Store.

* https://repology.org/project/knotifications/versions

I've stopped using the notifications dataengine anyways since it had problems
in Latte-Dock.

* https://github.com/Zren/plasma-applet-eventcalendar/issues/60

I'm currently using the executable dataengine + python script. I'll see about
trying to use the new KNotification API in a QML Loader, then using the python
script as a fallback.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 429713] After connecting to a wifi via Network manager widget, a system dialogue pops up to ask for an unspecified password | Redundant (twice password) and a tad confusing (not speci

2021-12-22 Thread kolAflash
https://bugs.kde.org/show_bug.cgi?id=429713

kolAflash  changed:

   What|Removed |Added

 CC||kolafl...@kolahilft.de

--- Comment #1 from kolAflash  ---
Maybe related or even a duplicate: bug 447397
NetworkManager applet: password* field looses focus when moving away the mouse
(*WLAN/WiFi/wireless)

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447395] Digikam freezes completely if too many pictures are processed in the Adjust Time & Date plugin

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447395

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Severity|normal  |crash

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasma-nm] [Bug 447397] New: NetworkManager applet: password* field looses focus when moving away the mouse (*WLAN/WiFi/wireless)

2021-12-22 Thread kolAflash
https://bugs.kde.org/show_bug.cgi?id=447397

Bug ID: 447397
   Summary: NetworkManager applet: password* field looses focus
when moving away the mouse (*WLAN/WiFi/wireless)
   Product: plasma-nm
   Version: 5.23.4
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: applet
  Assignee: jgrul...@redhat.com
  Reporter: kolafl...@kolahilft.de
  Target Milestone: ---

SUMMARY

When entering a WLAN (WiFi/wireless network) password via the NetworkManager
applet, the password field looses focus if the cursor is being moved away over
another WLAN entry. (no click is needed)

Further, if you don't notice the loss of focus and finally hit enter (usually
after typing the password), the password field of the other WLAN entry will be
opened and become active. You might even start entering the password again and
send it to the other WLAN ap if you only notice the wrong WLAN name in the
password error dialog.
(I guess this might even be a minor SECURITY issue for older WLAN encryption
standards, sending the password to the ap)


DETAILED DESCRIPTION

This easily happens when resting your palm on a notebook touchpad, pushing your
mouse with your elbow, ...
Another reason could be if the list of WLAN networks is changing due to other
WLANs coming into range. But I guess this might not happen at least since bug
389052 has been fixed.

Most text fields in ui's don't loose focus if the mouse is being moved away.
The password fields in the plasma-nm widget should also behave this way!
As a technical person I usually notice this. But I've seen non technical people
running into this trap multiple times. Often they don't realise the problem
before multiple tries, wondering why their WLAN password isn't accepted.

This "mouse over focus loss" behaviour might also affect other text/password
fields. See related bugs below (bug 429713 for example).


STEPS TO REPRODUCE
1. Open plasma-nm applet while multiple WLANs are in range.
2. Start to enter the first characters of the password.
3. Move away the mouse pointer WITHOUT clicking (just move the mouse).
4. Continue to enter the password and finally hit enter.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: neon-testing-20211130-1820
KDE Plasma Version: 5.23.4
KDE Frameworks Version: 5.89.0

ADDITIONAL INFORMATION
Also happens with Plasma-5.20.x in Debian-11 (Bullseye).


(MAYBE) RELATED BUGS

bug 429713
After connecting to a wifi via Network manager widget, a system dialogue pops
up to ask for an unspecified password | Redundant (twice password) and a tad
confusing (not specified in the dialogue *which* password (wifi or admin?))

bug 415130
Lock and login screens: entering incorrect password or moving focus away breaks
using return/enter key to submit password

bug 389052
Desired connections run away just before clicking the "connect" button or
entering password

bug 381148
[Openconnect] Plasma-nm NetworkManager OpenConnect VPN: focus on password field

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmplot] [Bug 447339] typing a Circonflex ^ Doesn't respond

2021-12-22 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=447339

--- Comment #5 from Christoph Feck  ---
Nearly all KDE applications (Kate, KCalc, Kig, Dolphin, Ark,  and even
KmPlot) have a "Settings > Configure Keyboard Shortcuts" menu action. Its
dialog has a search box, which is a QLineEdit you could try.
The smallest application is probably "KCharSelect", which also has two such
line inputs (top and bottom). But larger ones (Krita, Kdenlive, ...) would also
work.

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 435220] Cannot paste text copied from firefox outside firefox in wayland session

2021-12-22 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=435220

--- Comment #10 from Lyubomir  ---
Bug https://bugs.kde.org/show_bug.cgi?id=447100 is related?

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 447100] Copy paste is broken

2021-12-22 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=447100

--- Comment #4 from Lyubomir  ---
It's more liek https://bugs.kde.org/show_bug.cgi?id=435220

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 447396] Storyboard add scene adds empty keyframes on locked layers (krita-nightly-x64-5.0.0-beta5-e1828f1cae)

2021-12-22 Thread Eoin O'Neill
https://bugs.kde.org/show_bug.cgi?id=447396

Eoin O'Neill  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||eoinoneill1...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Eoin O'Neill  ---
Thanks for reporting this bug. I can confirm it and will fix it soon.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 447396] New: Storyboard add scene adds empty keyframes on locked layers (krita-nightly-x64-5.0.0-beta5-e1828f1cae)

2021-12-22 Thread Hannah
https://bugs.kde.org/show_bug.cgi?id=447396

Bug ID: 447396
   Summary: Storyboard add scene adds empty keyframes on locked
layers (krita-nightly-x64-5.0.0-beta5-e1828f1cae)
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Storyboard
  Assignee: krita-bugs-n...@kde.org
  Reporter: personal.hanna...@gmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. import a layout template of choice with a layer or more to serve as the
layout
2. lock the layer(s)
3. click on the plus button on the bottom left to create a new scene

OBSERVED RESULT
creating a new scene creates an empty keyframe on locked layers.

EXPECTED RESULT
Locked layers should maintain the earliest keyframe if a new scene is made

SOFTWARE/OS VERSIONS
Windows: 10
Krita: nightly-x64-5.0.0-beta5-e1828f1cae

-- 
You are receiving this mail because:
You are watching all bug changes.

[yakuake] [Bug 408468] [Wayland] Yakuake on Wayland appears under top panel at start

2021-12-22 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=408468

--- Comment #41 from Robby Engelmann  ---
the compiled with patch version worked here too

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 447256] layout switching shortcut not working after system login

2021-12-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=447256

--- Comment #18 from moshe_shelo...@outlook.com ---
(In reply to Andrey from comment #17)
> At least Neon would be fine.

I was able to use VM on my machine

KDE Neon that I ran in VM doesnt have this issue

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 388678] Newly added or changed actions are missing in menu

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=388678

Nikita Melnichenko  changed:

   What|Removed |Added

Version|2.5.0   |Git
Summary|Rename and Open terminal|Newly added or changed
   |here actions missing in |actions are missing in menu
   |menu|
   Platform|Fedora RPMs |unspecified
   Keywords||reproducible, triaged

--- Comment #7 from Nikita Melnichenko  ---
Ah, this bites us again with new options regarding undoing closed tabs in
master branch. When we release v2.8, user simply won't see new options. :(

Workaround of removing the ~/.local/share/kxmlgui5/krusader/krusaderui.rc file
is far from great, as user will loose shortcut overrides and toolbars. And many
users won't even think of refreshing the rc file...

To solve this and keep configurability of the menu we need to add "disabled"
menu actions in the rc file. Then, if we have an action that is not mentioned
in the rc (enabled or disabled), add it there during startup.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447395] Digikam freezes completely if too many pictures are processed in the Adjust Time & Date plugin

2021-12-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=447395

--- Comment #3 from Maik Qualmann  ---
Yes, we also have to run these previews in the list view in a thread. Some
QDateTime operations really take a long time, Qt justifies it with complicated
calendar functions, calculation of summer / winter time, etc.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 447100] Copy paste is broken

2021-12-22 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=447100

--- Comment #3 from Lyubomir  ---
Apparently the OP in Bug 433854 can't paste into other tabs but i think i can
do that, just can't paste into other apps. I'll have to try it the next time a
little more. Hasn't happened today and maybe yesterday i believe.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447395] Digikam freezes completely if too many pictures are processed in the Adjust Time & Date plugin

2021-12-22 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=447395

--- Comment #2 from MarcP  ---
Oh ok, I'm glad you are already aware of the issue.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447395] Digikam freezes completely if too many pictures are processed in the Adjust Time & Date plugin

2021-12-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=447395

Maik Qualmann  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
Yes, I know the problem. The calculation of the preview of the new time stamp
is not carried out in a thread. With many images it actually takes a long time,
but the GUI would be available again afterwards.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[krusader] [Bug 447394] Regression: New Tab actions perform a tab duplication instead of opening a fresh tab

2021-12-22 Thread Nikita Melnichenko
https://bugs.kde.org/show_bug.cgi?id=447394

Nikita Melnichenko  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||toni.ase...@kdemail.net

--- Comment #1 from Nikita Melnichenko  ---
Quick investigation shows the regression was introduced in
https://invent.kde.org/utilities/krusader/-/merge_requests/50 or
https://invent.kde.org/utilities/krusader/-/merge_requests/49 . Adding Toni.

While I fully support and cheer adding all the goodness with Undo Closing and
Insert After Current options (thanks for working on this, Toni), changing the
default without introducing an option to get back to the behavior that's been
there for many years is a regression. Besides this, popup menu looks wrong now
- there are two options "New Tab" and "Duplicate Current Tab", which do the
same thing (shortcut actions have the same issue). Users will definitely
consider this a bug. Moreover, the icon for the "New Tab" in popup is the same
as on the New Tab button in the tab toolbar, which gives the idea that it
should open a fresh tab.

I propose the following:
1. Revert "New Tab" actions to the old behavior (opening a fresh tab). Popup
and shortcut bugs will be fixed with this.
2. Add an new option "Show duplicate tab button" that will reveal Duplicate
Current Tab button with correct icon in the tab toolbar. We already have "Show
new tab button". Users can choose (or even enable both!).
3. (Optional, just as an idea to consider) If we think the default location (=
home dir) is not good, we could add an option to specify a location to open
with the new tab (like Home Page in browsers).

BTW, wanted to comment on this assumption in MR-50:
> People who use Konsole, Double Commander, Total Commander or Dolphin are used 
> to the fact
> that when they open a new tab, it starts from the same folder that they were 
> using.
> When trying Krusader, they do not expect that new tabs start from the home 
> folder.

This is not correct. Personally, I used to the fact that Konsole and TC are
doing this, however I expect Krusader to be better. In fact, when Konsole
introduced this, it was hard to rewire to the new behavior, and still sometimes
I forget about this and have a "what's going on" flashes... We actually don't
know what users expect as we haven't conducted any user study. So let's do it
softly and don't introduce additional cognitive load with the new release.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447395] Digikam freezes completely if too many pictures are processed in the Adjust Time & Date plugin

2021-12-22 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=447395

MarcP  changed:

   What|Removed |Added

 CC||iwannaber...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447395] New: Digikam freezes completely if too many pictures are processed in the Adjust Time & Date plugin

2021-12-22 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=447395

Bug ID: 447395
   Summary: Digikam freezes completely if too many pictures are
processed in the Adjust Time & Date plugin
   Product: digikam
   Version: 7.4.0
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Plugin-Generic-TimeAdjust
  Assignee: digikam-bugs-n...@kde.org
  Reporter: iwannaber...@gmail.com
  Target Milestone: ---

SUMMARY
I noticed that digikam 7.4 (stable version) freezes completely if too many
photos are processed in the Adjust Time and Date plugin.

A bit of context: one of my relatives didn't adjust the camera date on some of
her trips, so around 3000 pictures had incorrect dates. I thought of selecting
all of them, using the Adjust Time & Date plugin and correct the date by adding
the number of days and hours necessary. However, if I selected more than
200-300 pictures at a time, digikam just froze in the middle of the process. It
is something gradual, at about 170 pictures, digikam shows some stutters every
now and then but complete successfully, but at more than 200, it freezes at
some point and has to be force closed.

The pictures were taken with a SONY ILCE-5000 camera (although that's probably
irrelevant) and take up from 5 to 6MB each. I was just writing the date to the
"EXIF:original" timestamp. That was in a windows laptop with a SSD drive, and
everything (database and pictures) are stored locally.

STEPS TO REPRODUCE
1. Select more than 200 pictures, 5MB each.
2. Use the Time and Date plugin to adjust the date.
3. Click on Apply

OBSERVED RESULT
The process starts, but it stutters and finally freezes the whole program.

EXPECTED RESULT
The process should continue until it finishes.

SOFTWARE/OS VERSIONS
Windows: Digikam 7.4 (final) in Windows 10 21H2 64bit

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 447233] Incorrect display of album thumbnails

2021-12-22 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=447233

--- Comment #12 from Maik Qualmann  ---
A database update is then carried out automatically when digiKam starts. The
start scan for new items will then find additional folders and possibly images
that previously only differed in upper / lower case. The problem with the view
should then be resolved.

With this commit we have already made sure that the search for album path and
item name is still not case sensitive.

https://invent.kde.org/graphics/digikam/-/commit/7c06a091903978bd698067a5b93875f36653a913

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

[kwin] [Bug 433854] A lot of times copy-paste does not work.

2021-12-22 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=433854

Lyubomir  changed:

   What|Removed |Added

 CC||liubomi...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 435220] Cannot paste text copied from firefox outside firefox in wayland session

2021-12-22 Thread Lyubomir
https://bugs.kde.org/show_bug.cgi?id=435220

Lyubomir  changed:

   What|Removed |Added

 CC||liubomi...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 397908] Passive Notification Popups Do Not Appear

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=397908

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |WORKSFORME

--- Comment #3 from Nicolas Fella  ---
This works fine for me with recent Plasma. Please open a new report if you
still have this with recent Plasma

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 423556] Battery icon sometimes indicates that battery is charging when laptop is unplugged

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=423556

Nicolas Fella  changed:

   What|Removed |Added

 CC||kdereport.firehalls@slmail.
   ||me

--- Comment #30 from Nicolas Fella  ---
*** Bug 447327 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 447327] If Plasma starts while pc is on AC power, it stays that way even when unplugged

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=447327

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de

--- Comment #1 from Nicolas Fella  ---


*** This bug has been marked as a duplicate of bug 423556 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 447333] Sometimes powerdevil does not realize that the laptop is in battery power.

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=447333

--- Comment #2 from Nicolas Fella  ---
https://bugzilla.kernel.org/show_bug.cgi?id=210425 specifically talks about
suspending

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 447333] Sometimes powerdevil does not realize that the laptop is in battery power.

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=447333

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED

--- Comment #1 from Nicolas Fella  ---


*** This bug has been marked as a duplicate of bug 423556 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 423556] Battery icon sometimes indicates that battery is charging when laptop is unplugged

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=423556

Nicolas Fella  changed:

   What|Removed |Added

 CC||presnovnik...@yandex.ru

--- Comment #29 from Nicolas Fella  ---
*** Bug 447333 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 423556] Battery icon sometimes indicates that battery is charging when laptop is unplugged

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=423556

Nicolas Fella  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

--- Comment #28 from Nicolas Fella  ---
*** Bug 440609 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Powerdevil] [Bug 440609] Powerdevil sometimes does not notice that my laptop has been cut from the power supply and runs on battery

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=440609

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Resolution|UPSTREAM|DUPLICATE

--- Comment #16 from Nicolas Fella  ---


*** This bug has been marked as a duplicate of bug 423556 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[Akonadi] [Bug 447311] Akonadi server is not starting

2021-12-22 Thread sourcemaker
https://bugs.kde.org/show_bug.cgi?id=447311

--- Comment #1 from sourcemaker  ---
I deleted the Akonadi configuration and database and made a second attempt. 
Clean fresh configuration.

Same issue again:
The Akonadi personal information management service is not operational

The SQL statement that caused the error:
=

 SELECT Count(DISTINCT pimitemtable.id),
   Sum(pimitemtable.size),
   Sum(CASE
 WHEN ( SeenFlags.flag_id IS NOT NULL
 OR IgnoredFlags.flag_id IS NOT NULL ) THEN 1
 ELSE 0
   END),
   pimitemtable.collectionid
FROM   pimitemtable
   LEFT JOIN pimitemflagrelation AS SeenFlags
  ON ( pimitemtable.id = SeenFlags.pimitem_id
   AND SeenFlags.flag_id = ? )
   LEFT JOIN pimitemflagrelation AS IgnoredFlags
  ON ( pimitemtable.id = IgnoredFlags.pimitem_id
   AND IgnoredFlags.flag_id = ? )
GROUP  BY pimitemtable.collectionid

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 414913] Connect Deamon closed unexpectedly in Slideshow remote menu

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=414913

Nicolas Fella  changed:

   What|Removed |Added

 CC||patilindrajit1...@gmail.com

--- Comment #15 from Nicolas Fella  ---
*** Bug 444895 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdeconnect] [Bug 444895] I am running the ubuntu 20.04 on laptop. While controlling the laptop with pointer(Multimedia control) option in kdeconnect on android version6 connection between laptop and

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=444895

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de
 Resolution|--- |DUPLICATE

--- Comment #2 from Nicolas Fella  ---
Please install the qml-module-qtqtuick-particles2 package

*** This bug has been marked as a duplicate of bug 414913 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 447355] On DE's other then Plasma, Dolphin background may not respect QT theming.

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=447355

--- Comment #1 from Nicolas Fella  ---
*** Bug 447356 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[dolphin] [Bug 447356] On DE's other then Plasma, Dolphin background may not respect QT theming via qt5ct

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=447356

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Nicolas Fella  ---


*** This bug has been marked as a duplicate of bug 447355 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 408563] Provide option for day/night color theme switching

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=408563

Nicolas Fella  changed:

   What|Removed |Added

 CC||romula...@protonmail.com

--- Comment #14 from Nicolas Fella  ---
*** Bug 447362 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 447362] Feature Request: Auto dark/light theme

2021-12-22 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=447362

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||nicolas.fe...@gmx.de

--- Comment #2 from Nicolas Fella  ---


*** This bug has been marked as a duplicate of bug 408563 ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmplot] [Bug 447339] typing a Circonflex ^ Doesn't respond

2021-12-22 Thread Henk Mertens
https://bugs.kde.org/show_bug.cgi?id=447339

--- Comment #4 from Henk Mertens  ---
Could you recommend an applications I might use to test?
Knowing whether an application uses QlineEdit is above
my computerskills :s

H.H.J.Mertens
componist | dirigent | klarinettist
Keulseweg 62
5953 HL Reuver
06 3843 4907



Van: Christoph Feck 
Verzonden: woensdag 22 december 2021 19:23
Aan: henkmert...@hotmail.com 
Onderwerp: [kmplot] [Bug 447339] typing a Circonflex ^ Doesn't respond

https://bugs.kde.org/show_bug.cgi?id=447339

--- Comment #3 from Christoph Feck  ---
Could you also check other Qt/KDE applications (that use QLineEdit)? As far as
I know, the dead key handling is inside the toolkit.

--
You are receiving this mail because:
You reported the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

  1   2   3   >