[lokalize] [Bug 424024] Main window doesn't repaint correctly on Wayland

2021-11-14 Thread Kiril Vladimirov
https://bugs.kde.org/show_bug.cgi?id=424024

Kiril Vladimirov  changed:

   What|Removed |Added

 CC||ki...@vladimiroff.org

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

[dolphin] [Bug 445416] Dolphin keeps asking for credentials of Windows share

2021-11-14 Thread Alex Levkovich
https://bugs.kde.org/show_bug.cgi?id=445416

--- Comment #5 from Alex Levkovich  ---
ok, I get out my accusations about quality of PKGBUILD. It seems both waf and
xsltproc do not like russian symbols in the path. So when I put PKGBUILD in
completely english subdir it worked. So if someone needs the temporary fix:
just recomple the older version.

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

[Phonon] [Bug 444407] Phonon audio notification leaks file descriptors

2021-11-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=07

--- Comment #4 from Harald Sitter  ---
Hm. I see the forum thread mentions gstreamer though. Perplexing.

The Warning you posted doesn't really say anything. Just that the media graph
cannot be built (supposedly because the backend encountered some error).

Somewhat relatedly: is there a reason you don't use knotifications instead of
phonon directly? Specifically knotifications would preferably build with
libcanberra rather than phonon.

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

[Elisa] [Bug 441641] Option to start Elisa in system tray

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=441641

francois072@e.email changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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

[Elisa] [Bug 440972] Option to launch minimized to system tray

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440972

francois072@e.email changed:

   What|Removed |Added

   Platform|Neon Packages   |Archlinux Packages
Version|21.08.0 |21.11.80

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

[kalzium] [Bug 440230] Display valence electrons

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440230

francois072@e.email changed:

   What|Removed |Added

Version|21.04.3 |21.11.80
   Platform|Neon Packages   |Archlinux Packages

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

[plasma-nm] [Bug 440678] Blurry Wi-Fi Icon On Notification

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=440678

francois072@e.email changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

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

[konsole] [Bug 378152] The SemiCondensed Fixed font isn't handled correctly by Konsole

2021-11-14 Thread Jiri Slaby
https://bugs.kde.org/show_bug.cgi?id=378152

--- Comment #12 from Jiri Slaby  ---
(In reply to Jiri Slaby from comment #7)
> Confirmed. The qt fix doesn't help (obviously; but is a bug too). Commenting
> out the line (patch attached) indeed helps.

I actually need both changes in both libqt and konsole.

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

[systemsettings] [Bug 443656] KDE Settings crash when adding custom shortcut *after* removing one

2021-11-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=443656

Harald Sitter  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/khotkeys/commit/97f9339f |ma/khotkeys/commit/a4137ac8
   |d96d97e012347f8f7fca987bbe4 |f7b18824568fbee0f3e2dce7551
   |fca0d   |841b7

--- Comment #3 from Harald Sitter  ---
Git commit a4137ac8f7b18824568fbee0f3e2dce7551841b7 by Harald Sitter.
Committed on 15/11/2021 at 07:02.
Pushed by sitter into branch 'Plasma/5.23'.

when deleting an entry, also delete the widgets

previously what would happen is that KCMHotkeys::currentChanged would
run, find the new index (-1,-1) now invalid and show the global settings
instead. this however left the simple_action's underlying widgets still
sitting around referring to the previous index AND holding a dangling
trigger point that would eventually crash when the simple_action would
be poked by anything

instead force unset the internal state of the simple_action when showing
the global settings.

FIXED-IN: 5.23.5


(cherry picked from commit 97f9339fd96d97e012347f8f7fca987bbe4fca0d)

M  +3-0kcm_hotkeys/kcm_hotkeys.cpp
M  +11   -7kcm_hotkeys/simple_action_data_widget.cpp
M  +3-0kcm_hotkeys/simple_action_data_widget.h
M  +8-0kcm_hotkeys/triggers/trigger_widget_base.cpp

https://invent.kde.org/plasma/khotkeys/commit/a4137ac8f7b18824568fbee0f3e2dce7551841b7

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

[digikam] [Bug 429219] MWG "Applied To" state (mwg-rs:AppliedToDimensions XMP tag) is not included when writing Face metadata to file - Use ExifTool

2021-11-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=429219

--- Comment #12 from Maik Qualmann  ---
digiKam will definitely ignore the absence of the AppliedToDimensions tag. If a
user had to restore their database, all of the face regions made so far would
not be restored. That's why I find the Lightroom behavior very strange. If the
AppliedToDimensions tag is available, we can include it, I will implement it
soon.

At the moment I don't know whether the image orientation has to be ignored with
the AppliedToDimensions tag and how other programs behave. Since we still do
not know the orientation for which the face regions were saved. 

Maik

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

[systemsettings] [Bug 443656] KDE Settings crash when adding custom shortcut *after* removing one

2021-11-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=443656

Harald Sitter  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/khotkeys/commit/97f9339f
   ||d96d97e012347f8f7fca987bbe4
   ||fca0d
   Version Fixed In||5.23.5
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Harald Sitter  ---
Git commit 97f9339fd96d97e012347f8f7fca987bbe4fca0d by Harald Sitter.
Committed on 15/11/2021 at 06:59.
Pushed by sitter into branch 'master'.

when deleting an entry, also delete the widgets

previously what would happen is that KCMHotkeys::currentChanged would
run, find the new index (-1,-1) now invalid and show the global settings
instead. this however left the simple_action's underlying widgets still
sitting around referring to the previous index AND holding a dangling
trigger point that would eventually crash when the simple_action would
be poked by anything

instead force unset the internal state of the simple_action when showing
the global settings.

FIXED-IN: 5.23.5

M  +3-0kcm_hotkeys/kcm_hotkeys.cpp
M  +11   -7kcm_hotkeys/simple_action_data_widget.cpp
M  +3-0kcm_hotkeys/simple_action_data_widget.h
M  +8-0kcm_hotkeys/triggers/trigger_widget_base.cpp

https://invent.kde.org/plasma/khotkeys/commit/97f9339fd96d97e012347f8f7fca987bbe4fca0d

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

[plasmashell] [Bug 444631] Freezes with Dolphin and Kate, system slowdown, eventual kwin crash

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444631

--- Comment #4 from friedmann.christop...@gmail.com ---
Created attachment 143562
  --> https://bugs.kde.org/attachment.cgi?id=143562=edit
dolphinrc

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

[plasmashell] [Bug 444631] Freezes with Dolphin and Kate, system slowdown, eventual kwin crash

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=444631

--- Comment #3 from friedmann.christop...@gmail.com ---
Created attachment 143561
  --> https://bugs.kde.org/attachment.cgi?id=143561=edit
backtrace(?)

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

[Phonon] [Bug 444407] Phonon audio notification leaks file descriptors

2021-11-14 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=07

--- Comment #3 from Jasem Mutlaq  ---
Whatever phonon backend available for Raspberry PI OS (Buster), so I guess
this: https://packages.debian.org/buster/phonon-backend-vlc

Running ldd /usr/bin/kstars yields this:

libphonon4qt5.so.4 => /usr/lib/arm-linux-gnueabihf/libphonon4qt5.so.4
(0xb2ca4000)

which points to this: libphonon4qt5.so.4.10.2

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

[Breeze] [Bug 372461] Missing RAR inscription in mime icons

2021-11-14 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=372461

andreas  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #30 from andreas  ---
It isn't plan to ad rar or any text to the icon. The icon  is to know the file
type the color to separate files when you have files with the same type in a
folder and the filename show the extension.

Breeze was always designed to don't have stuff that is available somewhere else
and the file extension is available in the filename.

So no rar name will be shown at the rar icon. As the rar icon use the same
color than tar files I updated the color so that RAR files stand out.

No additional change is planned.

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

[Phonon] [Bug 444407] Phonon audio notification leaks file descriptors

2021-11-14 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=07

--- Comment #2 from Harald Sitter  ---
Which phonon backend is installed/used?

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

[dolphin] [Bug 445416] Dolphin keeps asking for credentials of Windows share

2021-11-14 Thread Alex Levkovich
https://bugs.kde.org/show_bug.cgi?id=445416

--- Comment #4 from Alex Levkovich  ---
The one of a solution is to downgrade to samba/smbclient 4.13.5 but it is
impossible because the dependences changed and the packages you could find in
archive wouldn't be workable. So manual recompilation is the only possibility.
But I wanted to ask Arch Linux developers how they made it. I used their
PKGBUILD and had many problems. First of all waf configure didn't work with
python3: it got the error about latin1 to utf8 something. And noone advice I
found in the Internet helped to fix it. But I switched it to python2 and it
worked. But at the end of the compilation there was a next problem: xsltproc
failed with rc=6 for smb.conf.xml generating a bunch of errors. The only
solution I found to rename xsltproc, reconfigure and recompile without docs.
The goal of Arch Linux developers not to think about people and make the
distribution stable but wow there is a new version of samba, ok we need to
create a package of it. No need to check the repercussions. Probably they found
this problem but decided that it is KDE developers' problem. Manjaro developers
are not better then Arch Linux's ones.

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

[plasmashell] [Bug 445512] When switching between app categories, one random app from the last category appears in the next category

2021-11-14 Thread Jin Liu
https://bugs.kde.org/show_bug.cgi?id=445512

--- Comment #1 from Jin Liu  ---
Created attachment 143560
  --> https://bugs.kde.org/attachment.cgi?id=143560=edit
KDEConnect from "Internet" category appears in "Education"

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

[plasmashell] [Bug 445512] New: When switching between app categories, one random app from the last category appears in the next category

2021-11-14 Thread Jin Liu
https://bugs.kde.org/show_bug.cgi?id=445512

Bug ID: 445512
   Summary: When switching between app categories, one random app
from the last category appears in the next category
   Product: plasmashell
   Version: 5.23.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Application Launcher (Kickoff)
  Assignee: k...@davidedmundson.co.uk
  Reporter: ad.liu@gmail.com
CC: mikel5...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY

STEPS TO REPRODUCE
1. Open Kickoff
2. Select a category with lots of items, so it has a scroll bar. (e.g.
"Internet")
3. Use mouse wheel to scroll up and down a few times.
4. Mouse hover to select the next category. (e.g. "Education")

OBSERVED RESULT
One random item from the previous category appears at the top of the current
category.

EXPECTED RESULT
No misplaced items.

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

ADDITIONAL INFORMATION

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

[kdeconnect] [Bug 445511] Use input mode as graphic tablet

2021-11-14 Thread kioftes
https://bugs.kde.org/show_bug.cgi?id=445511

kioftes  changed:

   What|Removed |Added

Summary|Use input mode as graphic   |Use input mode as graphic
   |tabler  |tablet

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

[kdeconnect] [Bug 445511] New: Use input mode as graphic tabler

2021-11-14 Thread kioftes
https://bugs.kde.org/show_bug.cgi?id=445511

Bug ID: 445511
   Summary: Use input mode as graphic tabler
   Product: kdeconnect
   Version: unspecified
  Platform: Android
OS: Unspecified
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: thstyl2...@yahoo.com
  Target Milestone: ---

Hello there and thanks for this great piece of software!

It would be great if we would have an absolute tracking mode and "hold left
click" for mouse input, so that one could turn a phone or tablet into a graphic
tablet (like a wacom board).

There are a few apps that do that on Windows, but no solution for linux, the
input mode of kdeconnect being the closest thing to it.

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

[lattedock] [Bug 443763] latte-dock crashes when connecting second and third monitors

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443763

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.

[systemsettings] [Bug 443855] Options to disable middle click paste, but keep middle mouse click

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=443855

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- 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.

[kdevelop] [Bug 444693] Crash on assert in ClangHelpers::buildDUChain when casting ParsingEnvironmentFile

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444693

--- 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.

[systemsettings] [Bug 444735] The 2 highest steps on the slider show the same description

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444735

--- Comment #9 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.

[systemsettings] [Bug 444387] Autostart does not work as it used to be

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444387

--- 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.

[kmymoney] [Bug 445510] New: Column order of Debits and Credits

2021-11-14 Thread jesse
https://bugs.kde.org/show_bug.cgi?id=445510

Bug ID: 445510
   Summary: Column order of Debits and Credits
   Product: kmymoney
   Version: 5.1.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: jvap...@yahoo.com
  Target Milestone: ---

SUMMARY
Most statements from institutions in the USA, show the statement in the order
of Debits/Additions, then Credits/Subtractions.

When I am comparing my monthly statement to the my KMyMoney's ledger, it is
something I have to take into account. Is there a way to offer the ability to
list the Debits first an then the Credits. For an asset account, it currently
shows Payments(Credits) and then Deposit(Debits). I  would rather it be the
other way, Deposit(Debits) then Payments(Credits). 
It would be great if there is a total at the bottom. 
There is tons of real estate on the ledger. 


STEPS TO REPRODUCE
1. Open MyMoney file 
2. go to an Asset, like a checking account 
3. Observe how Payments is listed first then Debits. 



OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Gnome 40.4 
KDE Plasma Version: N/A
KDE Frameworks 5.51.0
Qt 5.11.3 (built against 5.11.3)
The xcb windowing system

ADDITIONAL INFORMATION

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

[marble] [Bug 443144] Marble always crashes on exit

2021-11-14 Thread Andrei Coada
https://bugs.kde.org/show_bug.cgi?id=443144

Andrei Coada  changed:

   What|Removed |Added

 CC||andrei.raz...@gmail.com

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

[marble] [Bug 443144] Marble always crashes on exit

2021-11-14 Thread Andrei Coada
https://bugs.kde.org/show_bug.cgi?id=443144

--- Comment #3 from Andrei Coada  ---
Created attachment 143559
  --> https://bugs.kde.org/attachment.cgi?id=143559=edit
New crash information added by DrKonqi

marble (2.2.20 (2.3 development version)) using Qt 5.15.2

- What I was doing when the application crashed:
The application will crash every time I hit the "Close" button.

-- Backtrace (Reduced):
#6  __pthread_kill_implementation (threadid=,
signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44
#7  0x7f19713ba8e3 in __pthread_kill_internal (signo=6, threadid=) at pthread_kill.c:78
#8  0x7f197136d6f6 in __GI_raise (sig=sig@entry=6) at
../sysdeps/posix/raise.c:26
#9  0x7f19713577b3 in __GI_abort () at abort.c:79
[...]
#11 0x7f19713c486c in malloc_printerr (str=str@entry=0x7f19714e92d4
"free(): invalid pointer") at malloc.c:5543

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

[frameworks-plasma] [Bug 445509] New: [Close-Maximize-Minimize] buttons should be left-aligned on RTL sessions

2021-11-14 Thread Mosaab Alzoubi
https://bugs.kde.org/show_bug.cgi?id=445509

Bug ID: 445509
   Summary: [Close-Maximize-Minimize] buttons should be
left-aligned on RTL sessions
   Product: frameworks-plasma
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: libplasma
  Assignee: notm...@gmail.com
  Reporter: moc...@hotmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
***
[Close-Maximize-Minimize] buttons should be left-aligned on RTL sessions
***


STEPS TO REPRODUCE
1. Run plasma in RTL session (Arabic - Hebrew)


OBSERVED RESULT
They are at Right

EXPECTED RESULT
Should be at Left

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

[Breeze] [Bug 445489] Light theme icons randomly get installed in breeze-dark theme

2021-11-14 Thread Andreas Ferber
https://bugs.kde.org/show_bug.cgi?id=445489

--- Comment #3 from Andreas Ferber  ---
After further investigation I think
https://invent.kde.org/frameworks/breeze-icons/-/commit/1b92cfc450f6ab6b72ed9ef69c052e4624e5a040
needs to be reverted too, as that appears to be the root cause of bug 444095
and the ill-fated attempt to fix it. Because of the icon lookup rules mentioned
in my previous comment the way duplicates between icons and icons-dark were
removed actually broke *all* icons where only certain sizes have tweaked
dark-mode versions.

I thiink the only clean way to achieve the goal of not having duplicate files
between the two themes is to first rename the `icons` and `icons-dark` folders
in the source tree to `breeze` and `breeze-dark` respectively in order to be
able to make symlinks between the two themes that don't break when getting
installed (I don't think cmake can adjust symlink targets during install), and
then replacing duplicate files with symlinks. Only in cases where *all* sizes
are identical between breeze and breeze-dark can the icon safely be removed
from breeze-dark completely.

The alternatives would be to either make a separate list of all breeze icons
that need to be installed into breeze-dark in order to make all sizes work
properly, or make a complex heuristic that determines which icons need to be
copied at install time. Both are IMO inferior to the symlink approach outlined
above. A list would have to be maintained and is easy to miss when adding new
tweaked icons to the dark theme. A heuristic OTOH would most likely be fragile
and prone to future breakage. And both approaches would only remove the
duplicates in the source tree, the installed versions of the themes would still
have duplicated files while the symlink approach would remove duplicates there
as well.

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

[plasmashell] [Bug 445459] SelectableLabel.qml:36:5: QML TextArea: Binding loop detected for property "implicitHeight"

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445459

qydwhotm...@gmail.com changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/plasma-framework/com
   ||mit/a7fd79d32ee497786c12357
   ||a04a4a71dabd0c03b
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from qydwhotm...@gmail.com ---
Git commit a7fd79d32ee497786c12357a04a4a71dabd0c03b by Fushan Wen.
Committed on 15/11/2021 at 02:19.
Pushed by fusionfuture into branch 'master'.

PC3.TextArea: Delay binding on implicitHeight

This eliminates the binding loop warnings in desktop notifications.

M  +7-4src/declarativeimports/plasmacomponents3/TextArea.qml

https://invent.kde.org/frameworks/plasma-framework/commit/a7fd79d32ee497786c12357a04a4a71dabd0c03b

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

[kdenlive] [Bug 442278] Crash when trying to edit title clip after changing project resolution

2021-11-14 Thread Fabian
https://bugs.kde.org/show_bug.cgi?id=442278

Fabian  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DOWNSTREAM

--- Comment #6 from Fabian  ---
I uninstalled both versions of KDEnlive, installed it again via yay (pacman)
and got the same issue. So apparently it has to do with packaging somehow.

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

[kamoso] [Bug 412189] No way to switch different cameras

2021-11-14 Thread Joost Vandorp
https://bugs.kde.org/show_bug.cgi?id=412189

Joost Vandorp  changed:

   What|Removed |Added

 CC||joostvand...@gmail.com

--- Comment #10 from Joost Vandorp  ---
Hey everyone,

I've been trying to fix this issue as well. I have never worked with QT
Framework or KDE before so I am not 100% sure how to fix this issue, especially
part 1 of this bug. 

I found there are 2 bugs here:

1. QComboBox popup hides under a parent window, similar to what this user
reported: https://bugreports.qt.io/browse/QTBUG-61804
  * see comment 9 on this bug report,
https://bugs.kde.org/show_bug.cgi?id=412189#c9 
  * locally, I solved this in my fork by using buttons instead of the QComboBox

2. The Camera does not switch for me. The return on this line is the empty
string:
https://invent.kde.org/multimedia/kamoso/-/blob/master/src/device.cpp#L22

* I fixed it for myself my switching it back to using "device.path" instead of
"object.id"

I made a short ~4 minute video to show you what is going on for me if anyone is
interested.

https://www.youtube.com/watch?v=fJnKhqc2Vuc

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

[kde] [Bug 445508] New: Extracting compressed file from notification hamburger menu doesn't work

2021-11-14 Thread David
https://bugs.kde.org/show_bug.cgi?id=445508

Bug ID: 445508
   Summary: Extracting compressed file from notification hamburger
menu doesn't work
   Product: kde
   Version: unspecified
  Platform: Debian unstable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: david.cortes.riv...@gmail.com
  Target Milestone: ---

SUMMARY
If I download some compressed file through a web browser and in the system
notification choose to extract with ark, it will not do anything.


STEPS TO REPRODUCE
1. Download some compressed file through a chromium-based web browser.
2. In the notification that shows up when the file ends up downloading, click
the hamburger menu and select 'Extract' -> 'Extract archive here, autodetect
subfolder'.

OBSERVED RESULT
Nothing happens.

EXPECTED RESULT
Should extract the files as if it were done by right-clicking it in dolphin or
similar.

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Kernel Version: 5.14.0-4-amd64 (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 2700 Eight-Core Processor
Memory: 15.5 GiB of RAM
Graphics Processor: AMD VEGA10

ADDITIONAL INFORMATION

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

[Discover] [Bug 445406] Clicking Kdenlive in Discover causes a crash

2021-11-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=445406

Aleix Pol  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Aleix Pol  ---
I just tried it and could not reproduce the issue. Can you maybe provide us a
backtrace?

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

[Breeze] [Bug 445489] Light theme icons randomly get installed in breeze-dark theme

2021-11-14 Thread Andreas Ferber
https://bugs.kde.org/show_bug.cgi?id=445489

--- Comment #2 from Andreas Ferber  ---
It took me a while to realize what the mentioned commits actually were trying
to achieve.

The underlying issue of bug 444095 is that according to
https://specifications.freedesktop.org/icon-theme-spec/latest/ar01s05.html if
an icon doesn't exist in the requested size in a theme then falling back to a
different size from the same theme takes precedence over falling back to a
parent theme.

According to the KDE HIG for the mimetypes and places categories monochrome
icons should be used for sizes 16 and 22 while colorful icons are used from 32
upwards. The breeze-dark theme only contains the monochrome sizes of those
icons, and because of the lookup rules those were then used for all sizes. So
what Rodney Dawes was trying to do is installing those "colorful" sizes from
the breeze theme into the breeze-dark theme as well, but his solution copies a
lot more than just that.

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

[krita] [Bug 445502] KPL palettes fail to open or import

2021-11-14 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=445502

wolthera  changed:

   What|Removed |Added

   Keywords||release_blocker
 CC||griffinval...@gmail.com

--- Comment #2 from wolthera  ---
Yeah, had the same issue, it's caused by this commit:
https://invent.kde.org/graphics/krita/-/commit/d58bbf3aaec478943b4edb782e5b0e5ff09804c3#note_339256

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

[Breeze] [Bug 444095] Breeze-dark icons doesn't properly inherit Breeze icons

2021-11-14 Thread Andreas Ferber
https://bugs.kde.org/show_bug.cgi?id=444095

Andreas Ferber  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=445489

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

[Breeze] [Bug 445489] Light theme icons randomly get installed in breeze-dark theme

2021-11-14 Thread Andreas Ferber
https://bugs.kde.org/show_bug.cgi?id=445489

Andreas Ferber  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=444095

--- Comment #1 from Andreas Ferber  ---
It took me a while to realize what the mentioned commits were actually trying
to achieve.

The underlying issue of bug

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

[plasmashell] [Bug 445503] "Configure Desktop and Wallpaper..." dialog at wallpaper section is empty

2021-11-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=445503

--- Comment #5 from Nicolas Fella  ---
There is no dedicated command for this dialog, it's part of the regular
plasmashell process

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

[plasmashell] [Bug 445503] "Configure Desktop and Wallpaper..." dialog at wallpaper section is empty

2021-11-14 Thread Edmund Laugasson
https://bugs.kde.org/show_bug.cgi?id=445503

--- Comment #4 from Edmund Laugasson  ---
I forgot to add, that after running plasmashell --replace, the dialog window
works as expected. Also after relogin to KDE, the dialog works as expected. I'm
just wondering, why I didn't see warning message about the need to relogin or
even reboot. Usually after certain updates such dialog appears. Also adding
widgets dialog works now, which was not working, when the issue with mentioned
dialog window happened. It seems, that just after update there weren't run that
plasmashell --replace command automatically, that caused current issue.

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

[plasmashell] [Bug 445503] "Configure Desktop and Wallpaper..." dialog at wallpaper section is empty

2021-11-14 Thread Edmund Laugasson
https://bugs.kde.org/show_bug.cgi?id=445503

--- Comment #3 from Edmund Laugasson  ---
Here are command the outputs:
https://pastebin.com/qZ53xJfk - vol.1
https://pastebin.com/rrEaUnes - vol.2

I tried to figure out, what is the exact command to invoke "Configure Desktop
and Wallpaper..." dialog window directly from command-line. Then I could run it
with LC_ALL=C parameter beforehand to get an English version of appropriate
screenshot. I tested systemsettings5, kcmshell5, plasmawindowed commands, tried
to combine different modules, commands, etc. Also investigated qdbus
org.kde.plasmashell /PlasmaShell options, but did not succeed. I figured out
one script for plasmashell to change wallpaper directly (which was useless as
easier plasma-apply-wallpaperimage command exist), but to invoke that dialog
window directly still not succeeded. I could invoke screenlocker module via
systemsettings5 or kcmshell5, which looks very similar, but it is about screen
locking and not wallpaper itself. Also tried to investigate KDE, Arch Linux
documentation and rest of internet search about that, did not succeed. This all
was an eye-opening experience, but still did not get direct command to invoke
appropriate dialog window. Does anybody know, whether such direct command exist
for that particular dialog window?

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

[kwin] [Bug 445507] New: kwin_wayland crashes on simpledrm

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445507

Bug ID: 445507
   Summary: kwin_wayland crashes on simpledrm
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: platform-drm
  Assignee: kwin-bugs-n...@kde.org
  Reporter: bluescreenaven...@gmail.com
  Target Milestone: ---

I suspect that e2a0863843f92ab1f2f8d0c785a86570fc04d774 is the cause as it
worked on this driver before, and if I do build before it it runs, and there is
a function in the stack that seems to be added in this commit,

I could be wrong
Hopefully the stacktrace is helpful


#0  0x7fd0609931ad in KWin::DrmObject::commitPending (this=0x0)
at /srcbuild/kwin/src/backends/drm/drm_object.cpp:109
No locals.
#1  0x7fd0609a76fe in KWin::DrmPipeline::commitPipelines (pipelines=..., 
mode=mode@entry=KWin::DrmPipeline::CommitMode::Test, unusedObjects=...)
at /srcbuild/kwin/src/backends/drm/drm_pipeline.cpp:179
pipeline = @0x560f9eb60ee8: 0x560f9e698080
__for_range = @0x560f9e598558: {d = 0x560f9eb60ed0}
__for_begin = 0x560f9eb60ee8
__for_end = 0x560f9eb60ef0
req = 0x560f9eb647d0
flags = 1024
failed = @0x7ffc2536e418: {__pipelines = {d = 0x560f9eb60ed0}, __req =
0x560f9eb647d0, 
  __mode = KWin::DrmPipeline::CommitMode::Test, __flags =
@0x7ffc2536e3dc, __unusedObjects = {
d = 0x560f9eb65270}}
modeset = 
__PRETTY_FUNCTION__ = "static bool
KWin::DrmPipeline::commitPipelines(const QVector&,
KWin::DrmPipeline::CommitMode, const QVector&)"
#2  0x7fd0609a0f22 in KWin::DrmGpu::checkCrtcAssignment
(this=this@entry=0x560f9e5984e0, connectors=..., 
crtcs=...) at /srcbuild/kwin/src/backends/drm/drm_gpu.cpp:347
leasePipelines = {d = 0x7fd067120720 }
unused = {d = 0x560f9eb65270}
test = 
__PRETTY_FUNCTION__ = "bool
KWin::DrmGpu::checkCrtcAssignment(QVector,
QVector)"
connector = 
pipeline = 
encoders = {d = 0x7ffc2536e590}
#3  0x7fd0609a11e3 in KWin::DrmGpu::checkCrtcAssignment
(this=this@entry=0x560f9e5984e0, connectors=..., 
crtcs=...) at /srcbuild/kwin/src/backends/drm/drm_gpu.cpp:389
crtcsLeft = {d = 0x560f9eb65220}
crtc = @0x560f9eb651e8: 0x560f9e60ae60
__for_range = @0x7ffc2536e628: {d = 0x560f9eb651d0}
__for_begin = 0x560f9eb651e8
__for_end = 0x560f9eb651f0
enc = {d = }
encoder = @0x560f9eb646b8: 35
__for_range = @0x7ffc2536e588: {d = 0x560f9eb646a0}
__for_begin = 0x560f9eb646b8
__for_end = 0x560f9eb646bc
__PRETTY_FUNCTION__ = "bool
KWin::DrmGpu::checkCrtcAssignment(QVector,
QVector)"
connector = 0x7ffc2536e590
pipeline = 0x560f9e698080
encoders = {d = 0x560f9eb646a0}
#4  0x7fd0609a1401 in KWin::DrmGpu::testPendingConfiguration
(this=this@entry=0x560f9e5984e0) at
/srcbuild/kwin/src/backends/drm/drm_gpu.cpp:420
connectors = {d = 0x560f9eb649f0}
crtcs = {d = 0x560f9e5f2b40}
#5  0x7fd0609a1c88 in KWin::DrmGpu::updateOutputs
(this=this@entry=0x560f9e5984e0) at
/srcbuild/kwin/src/backends/drm/drm_gpu.cpp:310
resources = {d = }
__PRETTY_FUNCTION__ = "bool KWin::DrmGpu::updateOutputs()"
lessees = 
removedConnectors = {d = 0x7fd067120720 }
#6  0x7fd060990973 in KWin::DrmBackend::updateOutputs (this=0x560f9e52b580)
at /srcbuild/kwin/src/backends/drm/drm_backend.cpp:310
gpu = 0x560f9e5984e0
it = 0x560f9e5f2c18
oldOutputs = {d = 0x7fd067120720 }
__PRETTY_FUNCTION__ = "void KWin::DrmBackend::updateOutputs()"
#7  0x7fd0670bdf7c in ?? () from /opt/lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#8  0x7fd068c9e8f7 in KWin::Compositor::setupStart (this=0x560f9e66c380) at
/srcbuild/kwin/src/composite.cpp:311
supportedCompositors = {d = 0x560f9e6d7010}
userConfigIt = 0x560f9e6d7028
__PRETTY_FUNCTION__ = { }
#9  0x7fd068c9f057 in KWin::WaylandCompositor::start (this=0x560f9e66c380)
at /srcbuild/kwin/src/composite.cpp:683
No locals.
#10 0x7fd0670b739c in QObject::event(QEvent*) () from
/opt/lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#11 0x7fd0679140c5 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /opt/lib/x86_64-linux-gnu/libQt5Widgets.so.5
No symbol table info available.
#12 0x7fd0670a0afa in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /opt/lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#13 0x7fd0670a0d61 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /opt/lib/x86_64-linux-gnu/libQt5Core.so.5
No symbol table info available.
#14 0x7fd0670cfaea in
QEventDispatcherUNIX::processEvents(QFlags) ()
from 

[krita] [Bug 445365] The parameters are not reset when resetting the brush

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445365

tomtomtomreportin...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||tomtomtomreportingin@gmail.
   ||com
 Status|REPORTED|NEEDSINFO

--- Comment #1 from tomtomtomreportin...@gmail.com ---
Likely duplicate of https://bugs.kde.org/show_bug.cgi?id=443579 , please see if
using newer versions resolves your problem.

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

[plasma-pa] [Bug 445452] Swap the "Configure Audio Volume" Button with "Configure Audio Devices.." when right clicking tray icon

2021-11-14 Thread Felipe Kinoshita
https://bugs.kde.org/show_bug.cgi?id=445452

Felipe Kinoshita  changed:

   What|Removed |Added

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

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

[krita] [Bug 445502] KPL palettes fail to open or import

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445502

tomtomtomreportin...@gmail.com changed:

   What|Removed |Added

 CC||tomtomtomreportingin@gmail.
   ||com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
   Keywords||regression

--- Comment #1 from tomtomtomreportin...@gmail.com ---
I observed this yesterday in 5.0 beta 2 git e4dfc6 and it was also discussed in
IRC, so confirming.

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

[konqueror] [Bug 445378] [WAYLAND] Konqueror crashes when using KHTML

2021-11-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=445378

--- Comment #3 from Nicolas Fella  ---
I'm saying I don't expect anyone to spend time on fixing this

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

[digikam] [Bug 429219] MWG "Applied To" state (mwg-rs:AppliedToDimensions XMP tag) is not included when writing Face metadata to file - Use ExifTool

2021-11-14 Thread José Oliver-Didier
https://bugs.kde.org/show_bug.cgi?id=429219

--- Comment #11 from José Oliver-Didier  ---
This is great news! Lack of this tag had me worried for proper support of MWG
Face Regions.  However, how will Digikam manage images with invalid
AppliedToDimensions? When opening the bug I stated:

"In the event that the AppliedToDimensions and actual image dimensions do not
match, Digikam may choose to ignore/invalidate the face regions so they can be
re-applied."

What I mean with that statement is that if an image is cropped using another
application which cannot adjust the face regions accordingly, the existing face
regions should be ignored but the People's names should be respected so that it
can be easier to re-tag them later within Digikam.

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

[KScreen] [Bug 445506] New: Desktop wallpaper overlap with more than one screen connected.

2021-11-14 Thread Danny Medina
https://bugs.kde.org/show_bug.cgi?id=445506

Bug ID: 445506
   Summary: Desktop wallpaper overlap with more than one screen
connected.
   Product: KScreen
   Version: 5.23.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: lyrix...@gmx.com
  Target Milestone: ---

Created attachment 143558
  --> https://bugs.kde.org/attachment.cgi?id=143558=edit
Overlapped wallpaper that is supposed to go on the screen at the bottom

SUMMARY
***
Everytime i connect another monitor to my laptop (Lenovo Thinkpad T480) The
wallpaper of the extra monitor(s) overlap with the primary desktop, also
obstructing the icons. The menus on the non-primary displays also cannot be
accessed, I click and nothing happens unless, I right click on the overlapped
wallpaper(s).  I cant provide any backtraces because i do not know where to
look for this specific issue.
***


STEPS TO REPRODUCE
1. Connect another display; witness.
2. Try to right click on the non-primary screens; witness no menu appearing.
3. Right click on the overlapped wallpapers; witness the menu(s) for the
appropiate screen(s) appear.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20211107
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.14.14-1-default (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-8350U CPU @ 1.70GHz
Memory: 31.1 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

ADDITIONAL INFORMATION
I have a MOKIN USB-C Dock with many inputs/outputs, I also used to have  a
Pinebook pro Dock in which i also connected my peripherals includig my screens.
And both of them had that issue.

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

[plasmashell] [Bug 445503] "Configure Desktop and Wallpaper..." dialog at wallpaper section is empty

2021-11-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=445503

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #2 from Nicolas Fella  ---
Can you please run "plasmashell --replace" in a terminal, reproduce the bug and
attach the output here?

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

[kdeconnect] [Bug 445482] No notification when receiving a small file

2021-11-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=445482

Nicolas Fella  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||nicolas.fe...@gmx.de
 Ever confirmed|0   |1

--- Comment #1 from Nicolas Fella  ---
It's something that I wanted to fix for a while, but it's surprisingly hard to
do. I hope I'll get to it soon

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

[gwenview] [Bug 445505] SIGSEGV in QImage::copy when rotating an jpg image CCW

2021-11-14 Thread postix
https://bugs.kde.org/show_bug.cgi?id=445505

postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[gwenview] [Bug 445505] New: SIGSEGV in QImage::copy when rotating an jpg image CCW

2021-11-14 Thread postix
https://bugs.kde.org/show_bug.cgi?id=445505

Bug ID: 445505
   Summary: SIGSEGV in QImage::copy when rotating an jpg image CCW
   Product: gwenview
   Version: 21.08.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: pos...@posteo.eu
  Target Milestone: ---

Created attachment 143557
  --> https://bugs.kde.org/attachment.cgi?id=143557=edit
coredumpctl debug: thread apply all bt

SUMMARY

```
#0  __pthread_kill_implementation (threadid=,
signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x7ff567f088e3 in __pthread_kill_internal (signo=11,
threadid=) at pthread_kill.c:78
#2  0x7ff567ebb6f6 in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26
#3  0x7ff566953d66 in KCrash::defaultCrashHandler (sig=11) at
/usr/src/debug/kcrash-5.87.0-1.1.x86_64/src/kcrash.cpp:620
#4  
#5  __memmove_avx_unaligned_erms () at
../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:348
#6  0x7ff568c88752 in memcpy (__len=, __src=0x7ff5341c7a10,
__dest=) at /usr/include/bits/string_fortified.h:29
#7  QImage::copy (this=0x55fad334a8b0, r=...) at image/qimage.cpp:1239
#8  0x7ff56a1f17da in Gwenview::RasterImageItem::paint
(this=0x55fad36aa5e0, painter=0x7ffc05a73520) at
/usr/src/debug/gwenview5-21.08.3-1.1.x86_64/lib/documentview/rasterimageitem.cpp:106
#9  0x7ff5696ce24f in QGraphicsScenePrivate::draw
(this=this@entry=0x55fad302c4f0, item=item@entry=0x55fad36aa5e0,
painter=painter@entry=0x7ffc05a73520, viewTransform=viewTransform@entry=0x0,
transformPtr=, exposedRegion=exposedRegion@entry=0x55fad340ac30,
widget=, opacity=opacity@entry=1, effectTransform=, wasDirtyParentSceneTransform=, drawItem=)
at graphicsview/qgraphicsscene.cpp:4981
#10 0x7ff5696cf213 in QGraphicsScenePrivate::drawSubtreeRecursive
(this=this@entry=0x55fad302c4f0, item=0x55fad36aa5e0,
painter=painter@entry=0x7ffc05a73520, viewTransform=viewTransform@entry=0x0,
exposedRegion=exposedRegion@entry=0x55fad340ac30, widget=,
widget@entry=0x55fad3326280, parentOpacity=parentOpacity@entry=1,
effectTransform=0x0) at graphicsview/qgraphicsscene.cpp:4873
#11 0x7ff5696ce3ab in QGraphicsScenePrivate::draw
(this=this@entry=0x55fad302c4f0, item=item@entry=0x55fad32a2b80,
painter=painter@entry=0x7ffc05a73520, viewTransform=viewTransform@entry=0x0,
transformPtr=, exposedRegion=exposedRegion@entry=0x55fad340ac30,
widget=, opacity=opacity@entry=1, effectTransform=, wasDirtyParentSceneTransform=, drawItem=)
at graphicsview/qgraphicsscene.cpp:5013
#12 0x7ff5696cf213 in QGraphicsScenePrivate::drawSubtreeRecursive
(this=this@entry=0x55fad302c4f0, item=0x55fad32a2b80,
painter=painter@entry=0x7ffc05a73520, viewTransform=viewTransform@entry=0x0,
exposedRegion=exposedRegion@entry=0x55fad340ac30, widget=,
widget@entry=0x55fad3326280, parentOpacity=parentOpacity@entry=1,
effectTransform=0x0) at graphicsview/qgraphicsscene.cpp:4873
#13 0x7ff5696ce3ab in QGraphicsScenePrivate::draw (this=0x55fad302c4f0,
item=, painter=0x7ffc05a73520, viewTransform=0x0,
transformPtr=, exposedRegion=0x55fad340ac30, widget=, opacity=, effectTransform=,
wasDirtyParentSceneTransform=, drawItem=) at
graphicsview/qgraphicsscene.cpp:5013
#14 0x7ff569691a11 in QGraphicsItemEffectSourcePrivate::draw
(this=0x55fad30fd970, painter=0x7ffc05a73520) at
graphicsview/qgraphicsitem.cpp:11328
#15 0x7ff56973a096 in QGraphicsEffectSource::draw (this=0x55fad316b410,
painter=0x7ffc05a73520) at effects/qgraphicseffect_p.h:90
#16 0x7ff5696cf007 in QGraphicsScenePrivate::drawSubtreeRecursive
(this=this@entry=0x55fad302c4f0, item=0x55fad3170c20,
painter=painter@entry=0x7ffc05a73520, viewTransform=viewTransform@entry=0x0,
exposedRegion=exposedRegion@entry=0x55fad340ac30, widget=,
widget@entry=0x55fad3326280, parentOpacity=parentOpacity@entry=1,
effectTransform=0x0) at graphicsview/qgraphicsscene.cpp:4867
#17 0x7ff5696cf88a in QGraphicsScenePrivate::drawItems
(this=this@entry=0x55fad302c4f0, painter=painter@entry=0x7ffc05a73520,
viewTransform=viewTransform@entry=0x0,
exposedRegion=exposedRegion@entry=0x55fad340ac30, widget=0x55fad3326280) at
graphicsview/qgraphicsscene.cpp:4735
#18 0x7ff5696f3f0f in QGraphicsView::paintEvent (this=,
event=) at
../../include/QtWidgets/../../src/widgets/graphicsview/qgraphicsscene.h:307
#19 0x7ff5693cf76e in QWidget::event (this=this@entry=0x55fad33e8e70,
event=event@entry=0x7ffc05a738e0) at kernel/qwidget.cpp:9020
#20 0x7ff56947c02e in QFrame::event (this=0x55fad33e8e70, e=0x7ffc05a738e0)
at widgets/qframe.cpp:550
#21 0x7ff568576762 in
QCoreApplicationPrivate::sendThroughObjectEventFilters (event=,
receiver=) at kernel/qcoreapplication.cpp:1190
#22 QCoreApplicationPrivate::sendThroughObjectEventFilters
(receiver=receiver@entry=0x55fad3326280, event=event@entry=0x7ffc05a738e0) at

[Breeze] [Bug 444548] Dark/light icon for GNOME todo

2021-11-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444548

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

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

[Breeze] [Bug 384235] [Icon request] notifications-enable and notifications-disable for group chat client

2021-11-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384235

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #9 from Nate Graham  ---
Yup, those should fit perfectly.

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

[Breeze] [Bug 110673] Need a media-write-dvd icon

2021-11-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=110673

Nate Graham  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #6 from Nate Graham  ---
Hmm, the new media-write-dvd icon you added is fully colorful, while
media-write-cd is fully monochrome. It might be good to fix both so that each
one has monochrome icons for the 16 and 22px sizes, and larger sizes are
colorful.

Also, since media-optical-dvd is purple, shouldn't media-write-dvd be purple as
well?

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

[Breeze] [Bug 404849] Icon Request: switch all applications' sounds to an audio device

2021-11-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=404849

--- Comment #2 from Nate Graham  ---
It's an old screenshot, but this should show the place where the icon would be
used:
https://phabricator.kde.org/file/data/46aw54gboaqufuncottz/PHID-FILE-sdcor6v4bd6vg7jkc5kg/option.png

Maybe the typical speaker-style audio icon with an arrow pointing somewhere
else?

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

[Breeze] [Bug 372461] Missing RAR inscription in mime icons

2021-11-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=372461

Nate Graham  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #29 from Nate Graham  ---
Hmm, this doesn't seem to fix the bug. The rar archive icons are still lacking
a symbol or text in them, as requested here. All the archive icons still are,
actually. Are you considering this the intended appearance, Andreas?

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

[plasmashell] [Bug 445503] "Configure Desktop and Wallpaper..." dialog at wallpaper section is empty

2021-11-14 Thread Edmund Laugasson
https://bugs.kde.org/show_bug.cgi?id=445503

--- Comment #1 from Edmund Laugasson  ---
Created attachment 143556
  --> https://bugs.kde.org/attachment.cgi?id=143556=edit
"Configure Desktop and Wallpaper..." dialog how it should look like (English)

Found from internet at https://technastic.com/configure-kde-plasma-desktop/ the
picture, how that dialog should look like, when it works.

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

[valgrind] [Bug 445504] Using C++ condition_variable results in bogus "mutex is locked simultaneously by two threads" warning

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445504

--- Comment #2 from nikol...@rath.org ---
With Valgrind 3.18.1, the error becomes

==872160== Helgrind, a thread error detector
==872160== Copyright (C) 2007-2017, and GNU GPL'd, by OpenWorks LLP et al.
==872160== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==872160== Command: ./valgrind_test
==872160== 
[...]
==872160== Thread #1 unlocked lock at 0x1FFF90 currently held by thread #2
==872160==at 0x4841D06: ??? (in
/usr/libexec/valgrind/vgpreload_helgrind-amd64-linux.so)
==872160==by 0x10B946: __gthread_mutex_unlock(pthread_mutex_t*) (in
/valgrind_test)
==872160==by 0x10BB8D: std::mutex::unlock() (in /valgrind_test)
==872160==by 0x10C652: std::lock_guard::~lock_guard() (in
/valgrind_test)


and

==872482== drd, a thread error detector
==872482== Copyright (C) 2006-2020, and GNU GPL'd, by Bart Van Assche.
==872482== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==872482== Command: ./valgrind_test
==872482== 
Other thread: waiting for notify
==872482== The impossible happened: mutex is locked simultaneously by two
threads: mutex 0x1fff90, recursion count 1, owner 2.
==872482==at 0x484B478: pthread_mutex_lock (in
/usr/libexec/valgrind/vgpreload_drd-amd64-linux.so)
==872482==by 0x10B917: __gthread_mutex_lock(pthread_mutex_t*) (in
/valgrind_test)
==872482==by 0x10BB5F: std::mutex::lock() (in /valgrind_test)
==872482==by 0x10C633: std::lock_guard::lock_guard(std::mutex&)
(in /valgrind_test)

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

[Breeze] [Bug 409022] Disk quota icon is semantically incorrect

2021-11-14 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=409022

andreas  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/breeze-icons/commit/
   ||8936f14e15cff18171e73b8ffa6
   ||9cce1b339db76
 Status|ASSIGNED|RESOLVED

--- Comment #10 from andreas  ---
Git commit 8936f14e15cff18171e73b8ffa69cce1b339db76 by Andreas Kainz.
Committed on 14/11/2021 at 21:31.
Pushed by andreask into branch 'master'.

M  +20   -13   icons-dark/status/22/disk-quota-critical.svg
M  +17   -9icons-dark/status/22/disk-quota-high.svg
M  +12   -6icons-dark/status/22/disk-quota-low.svg
M  +14   -8icons-dark/status/22/disk-quota.svg
M  +20   -13   icons/status/22/disk-quota-critical.svg
M  +17   -9icons/status/22/disk-quota-high.svg
M  +12   -6icons/status/22/disk-quota-low.svg
M  +14   -8icons/status/22/disk-quota.svg

https://invent.kde.org/frameworks/breeze-icons/commit/8936f14e15cff18171e73b8ffa69cce1b339db76

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

[Breeze] [Bug 409022] Disk quota icon is semantically incorrect

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=409022

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #9 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/170

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

[valgrind] [Bug 445504] Using C++ condition_variable results in bogus "mutex is locked simultaneously by two threads" warning

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445504

--- Comment #1 from nikol...@rath.org ---
For helgrind, we get a similar error:

==868848== Thread #1 unlocked lock at 0x1FFF70 currently held by thread #2
==868848==at 0x483D156: ??? (in
/usr/lib/x86_64-linux-gnu/valgrind/vgpreload_helgrind-amd64-linux.so)
==868848==by 0x10B946: __gthread_mutex_unlock(pthread_mutex_t*) (in
/valgrind_test)
==868848==by 0x10BB8D: std::mutex::unlock() (in /valgrind_test)
==868848==by 0x10C652: std::lock_guard::~lock_guard() (in
/valgrind_test)

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

[valgrind] [Bug 445504] New: Using C++ condition_variable results in bogus "mutex is locked simultaneously by two threads" warning

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445504

Bug ID: 445504
   Summary: Using C++ condition_variable results in bogus "mutex
is locked simultaneously by two threads" warning
   Product: valgrind
   Version: unspecified
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: drd
  Assignee: bart.vanassche+...@gmail.com
  Reporter: nikol...@rath.org
  Target Milestone: ---

Created attachment 143555
  --> https://bugs.kde.org/attachment.cgi?id=143555=edit
Testcase

$ g++ -pthread -Wall -o valgrind_test valgrind_test.cpp && valgrind --tool=drd 
./valgrind_test
==867712== drd, a thread error detector
==867712== Copyright (C) 2006-2017, and GNU GPL'd, by Bart Van Assche.
==867712== Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info
==867712== Command: ./valgrind_test
==867712== 
Other thread: waiting for notify
==867712== The impossible happened: mutex is locked simultaneously by two
threads: mutex 0x1fff80, recursion count 1, owner 2.
==867712==at 0x48428B4: pthread_mutex_lock (in
/usr/lib/x86_64-linux-gnu/valgrind/vgpreload_drd-amd64-linux.so)
==867712==by 0x10B917: __gthread_mutex_lock(pthread_mutex_t*) (in
/home/nikratio/consulting/valve/steamfs/valgrind_test)
==867712==by 0x10BB5F: std::mutex::lock() (in /valgrind_test)
==867712==by 0x10C633: std::lock_guard::lock_guard(std::mutex&)
(in /valgrind_test)

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

[Breeze] [Bug 372461] Missing RAR inscription in mime icons

2021-11-14 Thread Nick Stefanov
https://bugs.kde.org/show_bug.cgi?id=372461

--- Comment #28 from Nick Stefanov  ---
Finally someone to help, thank you!

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

[systemsettings] [Bug 394698] Selecting locales instead of formats is very frustrating compared to KDE4 version

2021-11-14 Thread AK-47
https://bugs.kde.org/show_bug.cgi?id=394698

AK-47  changed:

   What|Removed |Added

Version|5.20.5  |5.23.3

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

[valgrind] [Bug 444925] fexecve syscall wrapper not properly implemented

2021-11-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=444925

Paul Floyd  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #4 from Paul Floyd  ---
Fixed with

commit 83dda2b71a75bd0058ed50a32ec871b083a96f91 (HEAD -> master, origin/master,
origin/HEAD)
Author: Paul Floyd 
Date:   Sun Nov 14 22:06:14 2021 +0100

Bug 444925 fexecve syscall wrapper not properly implemented

Implement fexecve and a few testcases on FreeBSD.

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

[Breeze] [Bug 372461] Missing RAR inscription in mime icons

2021-11-14 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=372461

andreas  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit|http://commits.kde.org/oxyg |https://invent.kde.org/fram
   |en-icons/bfbc27488559dd0aa7 |eworks/breeze-icons/commit/
   |c22e7528c0ccf9ea9f6094  |085de1b8b96fb7c03239c53cdc4
   ||9c263f015
 Resolution|--- |FIXED

--- Comment #27 from andreas  ---
Git commit 085de1b8b96fb7c03239c53cdc49c263f015 by Andreas Kainz.
Committed on 14/11/2021 at 21:09.
Pushed by andreask into branch 'master'.

M  +1-1icons/mimetypes/16/application-vnd.rar.svg
T  +3-1icons/mimetypes/16/application-x-rar.svg
M  +1-1icons/mimetypes/22/application-vnd.rar.svg
T  +62   -1icons/mimetypes/22/application-x-rar.svg
M  +1-1icons/mimetypes/32/application-vnd.rar.svg
T  +21   -1icons/mimetypes/32/application-x-rar.svg
M  +1-1icons/mimetypes/64/application-vnd.rar.svg
T  +113  -1icons/mimetypes/64/application-x-rar.svg

https://invent.kde.org/frameworks/breeze-icons/commit/085de1b8b96fb7c03239c53cdc49c263f015

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

[Breeze] [Bug 372461] Missing RAR inscription in mime icons

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=372461

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #26 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/169

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

[frameworks-kirigami] [Bug 441156] Kirigami.SwipeListItem loses action buttons in RTL mode

2021-11-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=441156

Nicolas Fella  changed:

   What|Removed |Added

 CC||moc...@hotmail.com

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

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

[systemsettings] [Bug 445465] CANT find remove device button in RTL session

2021-11-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=445465

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 441156 ***

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

[Breeze] [Bug 405654] input-keyboard-virtual-on and input-keyboard-virtual-off icons are hard to differenciate

2021-11-14 Thread andreas
https://bugs.kde.org/show_bug.cgi?id=405654

andreas  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/breeze-icons/commit/
   ||8faf94f044c5859911dc5734c61
   ||5d69c44711e68
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #4 from andreas  ---
Git commit 8faf94f044c5859911dc5734c615d69c44711e68 by Andreas Kainz.
Committed on 14/11/2021 at 20:50.
Pushed by andreask into branch 'master'.

M  +13   -14   icons-dark/status/22/input-keyboard-virtual-off.svg
M  +14   -15   icons/status/22/input-keyboard-virtual-off.svg

https://invent.kde.org/frameworks/breeze-icons/commit/8faf94f044c5859911dc5734c615d69c44711e68

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

[Breeze] [Bug 405654] input-keyboard-virtual-on and input-keyboard-virtual-off icons are hard to differenciate

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=405654

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/168

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

[plasmashell] [Bug 445503] New: "Configure Desktop and Wallpaper..." dialog at wallpaper section is empty

2021-11-14 Thread Edmund Laugasson
https://bugs.kde.org/show_bug.cgi?id=445503

Bug ID: 445503
   Summary: "Configure Desktop and Wallpaper..." dialog at
wallpaper section is empty
   Product: plasmashell
   Version: 5.23.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Image Wallpaper
  Assignee: notm...@gmail.com
  Reporter: edmund.laugas...@protonmail.ch
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Created attachment 143554
  --> https://bugs.kde.org/attachment.cgi?id=143554=edit
Configure desktop and wallpaper dialog is empty

SUMMARY
When opening desktop wallpaper changing dialog, the dialog window at wallpaper
section is empty.

STEPS TO REPRODUCE
1. right-click with mouse on desktop free place
2. choose "Configure Desktop and Wallpaper..."
3. the dialog window at wallpaper section is empty

OBSERVED RESULT
Dialog window at wallpaper section, to change wallpaper, is empty.

EXPECTED RESULT
Dialog window at wallpaper section has window elements, that allow configure
wallpaper, including download more wallpapers from internet, configure
wallpapers as slideshow and its timing.

SOFTWARE/OS VERSIONS
Linux: EndeavourOS
KDE Plasma Version: KDE 5.23.3
KDE Frameworks Version: 5.88.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
Other dialog window elements are working as expected.
Sounds like it repeats the former bug #335358 (2014),
https://bugs.kde.org/show_bug.cgi?id=335358

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

[kwin] [Bug 371502] Task switcher (task manager) only allows to switch between two windows of application

2021-11-14 Thread Christian Wichmann Moesgaard
https://bugs.kde.org/show_bug.cgi?id=371502

--- Comment #17 from Christian Wichmann Moesgaard  ---
The bug is gone as of 5.23.2 it turns out. I just tried to changing it
something ridiculous like ctrl+shift+alt+1 and it worked perfectly.

I do not know who fixed it or when it was fixed, but at some point between my
last update and this one it certainly was.

This bug report should be closed.

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

[Breeze] [Bug 404849] Icon Request: switch all applications' sounds to an audio device

2021-11-14 Thread andreas_k
https://bugs.kde.org/show_bug.cgi?id=404849

andreas_k  changed:

   What|Removed |Added

 CC||andrea...@abwesend.de

--- Comment #1 from andreas_k  ---
is there an icon still needed? If yes, what's the icon name and a screenshot
where the icon has to be used.

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

[krita] [Bug 445502] New: KPL palettes fail to open or import

2021-11-14 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=445502

Bug ID: 445502
   Summary: KPL palettes fail to open or import
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Resource Management
  Assignee: krita-bugs-n...@kde.org
  Reporter: rabeson.fra...@gmail.com
  Target Milestone: ---

Tested in: git d2f29d7

STEPS TO REPRODUCE
1. Try to use a previously imported KPL file or try to import a KPL file into
either the Palette docker or the resource manager.

OBSERVED RESULT
If trying to open an existing palette file, the palette docker will let you
select the palette but will not display its contents.
If trying to import a palette file, an error message appears: "Failed to import
the resource"

EXPECTED RESULT
Importing a palette or loading an existing palette should work.

SOFTWARE/OS VERSIONS
Windows: 10 x64 v2104

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

[Elisa] [Bug 443184] Elisa Music Player Stutters on Each Track Start with Bluetooth Headphones (fine otherwise)

2021-11-14 Thread Isaac Milarsky
https://bugs.kde.org/show_bug.cgi?id=443184

Isaac Milarsky  changed:

   What|Removed |Added

Summary|Elisa Music Player Stutters |Elisa Music Player Stutters
   |on Each Track Start with|on Each Track Start with
   |Pipewire|Bluetooth Headphones (fine
   ||otherwise)

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

[dolphin] [Bug 445501] New: I wish dolphin could handle large files and directories containing a large number of files

2021-11-14 Thread Henry Pfeil
https://bugs.kde.org/show_bug.cgi?id=445501

Bug ID: 445501
   Summary: I wish dolphin could handle large files and
directories containing a large number of files
   Product: dolphin
   Version: 21.08.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: hpf...@psnarf.org
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
***
In video post-production, I typically extract over a hundred thousand files in
a directory. If I select 4,000 files and right-click, I can go get a sandwich
and a beer before the copy/delete pop-up appears. I selected a 30Gb file for
deletion, but dolphin cannot delete, it can only move to trash, which in this
case is on a different drive; it's been ten minutes and dolphin is still moving
that 1 file to Trash. Whenever I have to delete over a thousand files, I launch
Filezilla. Those developers have discovered a secret way to delete thousands of
files instantly. Perhaps they could share their secret with dolphin?

STEPS TO REPRODUCE
1.  Do anything involving thousands of files or tens of gigabytes in size.

OBSERVED RESULT
Nothing for a very long time. 

EXPECTED RESULT
Expect no difference between selecting one file or ten thousand.

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

ADDITIONAL INFORMATION
File system: BTRFS, SSD
Kernel Version: 5.15.2 (64-bit)

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

[digikam] [Bug 444056] Rotating 10 images takes 4 minutes

2021-11-14 Thread Jan van Bekkum
https://bugs.kde.org/show_bug.cgi?id=444056

--- Comment #28 from Jan van Bekkum  ---
I have migrated to MySQL and that looks like solving the issue. However, I
encountered a different (much smaller) thing: if I rotate 6 images the
thumbnails in thumbnail view of 5 or so images will rotate as well correctly,
but one will not. After some switching between differnet views and forlders
eventually it will rotate as well. The thumbnails above the image view are all
correct immediately.

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

[krita] [Bug 445500] Saving file fails if a backup file exists with brackets in the filename

2021-11-14 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=445500

--- Comment #1 from Franck Rabeson  ---
Tested in: git d2f29d7

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

[krita] [Bug 445500] New: Saving file fails if a backup file exists with brackets in the filename

2021-11-14 Thread Franck Rabeson
https://bugs.kde.org/show_bug.cgi?id=445500

Bug ID: 445500
   Summary: Saving file fails if a backup file exists with
brackets in the filename
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: File formats
  Assignee: krita-bugs-n...@kde.org
  Reporter: rabeson.fra...@gmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. Create file with brackets [] in the name.
2. Save at least once so a backup file exists.
3. Try to save again.

OBSERVED RESULT
Krita fails to overwrite the existing backup and fails to save the opened file.

EXPECTED RESULT
The backup is overwritten and the file is saved.

SOFTWARE/OS VERSIONS
Windows: 10 x64 v2104

ADDITIONAL INFORMATION

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

[ksysguard] [Bug 442546] Regression: KSysGuard application icon and window title missing

2021-11-14 Thread Luke Horwell
https://bugs.kde.org/show_bug.cgi?id=442546

--- Comment #3 from Luke Horwell  ---
Created attachment 143553
  --> https://bugs.kde.org/attachment.cgi?id=143553=edit
Reverts commit 0c76e685e022e8a9648805f8ddc5a2857c9e37bb

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

[ksysguard] [Bug 442546] Regression: KSysGuard application icon and window title missing

2021-11-14 Thread Luke Horwell
https://bugs.kde.org/show_bug.cgi?id=442546

Luke Horwell  changed:

   What|Removed |Added

  Component|ksysguard   |libksysguard

--- Comment #2 from Luke Horwell  ---
I did a git bisect and found the problem started at this commit on the
libksysguard repository: 0c76e685e022e8a9648805f8ddc5a2857c9e37bb

https://invent.kde.org/plasma/libksysguard/-/commit/0c76e685e022e8a9648805f8ddc5a2857c9e37bb

I was able to get it working by reverting that commit (despite fixing something
deprecated), resolving the conflict and rebuilding my package locally (in the
case of Arch, the PKGBUILD file). Attached is a copy of the diff.

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

[Breeze] [Bug 110673] Need a media-write-dvd icon

2021-11-14 Thread andreas_k
https://bugs.kde.org/show_bug.cgi?id=110673

andreas_k  changed:

   What|Removed |Added

 CC||andrea...@abwesend.de
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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

[plasmashell] [Bug 445499] [Wayland] Cursor is one size bigger than it is on X11, when hovering over something built with Qt

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445499

poperi...@mailbox.org changed:

   What|Removed |Added

 CC||poperi...@mailbox.org

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

[plasmashell] [Bug 445499] New: [Wayland] Cursor is one size bigger than it is on X11, when hovering over something built with Qt

2021-11-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445499

Bug ID: 445499
   Summary: [Wayland] Cursor is one size bigger than it is on X11,
when hovering over something built with Qt
   Product: plasmashell
   Version: 5.23.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: poperi...@mailbox.org
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY
If the cursor is set to size 24, it will be as big as size 36, and if set to
size 36, it will be as big as size 48. But, this is only the case when hovering
over anything built with Qt. Plasmoids, KDE applications, etc. The cursor is
normal size if hovering over Firefox, Thunderbird, GTK apps, and window
titlebars.

STEPS TO REPRODUCE
1. Login to a Wayland session
2. Hover over something built with Qt

OBSERVED RESULT
The cursor is one size bigger than normal

EXPECTED RESULT
The cursor is the same size it would be on X11

SOFTWARE/OS VERSIONS
Operating System: EndeavourOS
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Kernel Version: 5.15.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × 11th Gen Intel® Core™ i5-1135G7 @ 2.40GHz
Memory: 15.4 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics

ADDITIONAL INFORMATION:
I have 150% scaling, and also a somewhat unusual resolution, 2256x1504.

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

[Breeze] [Bug 110673] Need a media-write-dvd icon

2021-11-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=110673

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #5 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/167

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

[plasmashell] [Bug 445498] Plasma crashes when waking up the computer from suspension mode and clicking on any item on the menu.

2021-11-14 Thread Fabio C. Barrionuevo
https://bugs.kde.org/show_bug.cgi?id=445498

--- Comment #1 from Fabio C. Barrionuevo  ---
Created attachment 143552
  --> https://bugs.kde.org/attachment.cgi?id=143552=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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

[plasmashell] [Bug 445498] New: Plasma crashes when waking up the computer from suspension mode and clicking on any item on the menu.

2021-11-14 Thread Fabio C. Barrionuevo
https://bugs.kde.org/show_bug.cgi?id=445498

Bug ID: 445498
   Summary: Plasma crashes when waking up the computer from
suspension mode and clicking on any item on the menu.
   Product: plasmashell
   Version: 5.23.3
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: bna...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.23.3)

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

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

Wake up the computer from suspension mode and click on any item of the menu. 

This bug is reproducible 100% of the time.

Note: I'm running KDE Neon on X11 + Nvidia GTX 1650 with proprietary driver
installed via ubuntu-drivers + 2 monitors connected via Displayport.

Operating System: KDE neon 5.23
KDE Plasma Version: 5.23.3
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.3
Kernel Version: 5.11.0-40-generic (64-bit)
Graphics Platform: X11
Processors: 24 × AMD Ryzen 9 3900X 12-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: GeForce GTX 1650/PCIe/SSE2

The crash can be reproduced every time.

-- Backtrace (Reduced):
#4  0x7f17ea977c38 in QScreen::handle() const (this=0x556a3472d9c0) at
kernel/qscreen.cpp:182
#5  0x7f17e494dce4 in
QXcbGlxIntegration::createPlatformOpenGLContext(QOpenGLContext*) const
(this=, context=0x7f17e002ac00) at qxcbglxintegration.cpp:195
#6  0x7f17e5cf1a88 in
QXcbIntegration::createPlatformOpenGLContext(QOpenGLContext*) const
(this=, context=0x7f17e002ac00) at qxcbintegration.cpp:282
#7  0x7f17ea995ef1 in QOpenGLContext::create() (this=0x7f17e002ac00) at
../../include/QtGui/5.15.3/QtGui/private/../../../../../src/gui/kernel/qguiapplication_p.h:110
#8  0x7f17ebfefd98 in QSGRenderThread::sync(bool, bool)
(this=this@entry=0x7f17e0018200, inExpose=inExpose@entry=true,
inGrab=inGrab@entry=false) at scenegraph/qsgthreadedrenderloop.cpp:620


Possible duplicates by query: bug 445327, bug 442126, bug 440124, bug 437266,
bug 437090.

Reported using DrKonqi

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

[plasmashell] [Bug 445495] Desktop Widgets end up below "AlwaysVisible" plasma panels on active but not current activities

2021-11-14 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=445495

--- Comment #2 from Michail Vourlakos  ---
these are the commits from Marco, the main guess is that the current activity
check is used in for desktop containments to not lose their screen but is this
still the case for plasma >= 5.23 ?

https://github.com/KDE/plasma-workspace/commit/6970bc2fb70f37f9dafb1f1af738dd23f4ecaa99#diff-abd04578a6b0d06218a589b5899c920dc6a387c7c0f9667514bb1c7cb65857f1

https://github.com/KDE/plasma-workspace/commit/8e0068c64c192df23d5fe024e03896a951f55804#diff-abd04578a6b0d06218a589b5899c920dc6a387c7c0f9667514bb1c7cb65857f1

https://github.com/KDE/plasma-workspace/commit/2b9088606cd7db670b20b0bf56574788f8dbdc2b#diff-abd04578a6b0d06218a589b5899c920dc6a387c7c0f9667514bb1c7cb65857f1

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

[kdeconnect] [Bug 411753] KDE Connect spams the desktop with a torrent of old notifications.

2021-11-14 Thread Mikel Pérez
https://bugs.kde.org/show_bug.cgi?id=411753

Mikel Pérez  changed:

   What|Removed |Added

 CC||i...@mikelpr.com

--- Comment #9 from Mikel Pérez  ---
to clarify to #1, it doesn't just repeat old already shown by kdeconnect
notifications on reconnection, it also randomly (not just when reconnecting but
that also triggers it frequently) repeats notifications already cleared on
android

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

[valgrind] [Bug 444925] fexecve syscall wrapper not properly implemented

2021-11-14 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=444925

--- Comment #3 from Mark Wielaard  ---
The attached patch is reversed, but looking with patch -p1 -R it seems OK.
Some nitpicks:
- priv_syswrap-generic.h handle_sys_pwritev, please rename the argument
is_execveType -> execveType.
- Should resolve_filemode be in coregrind/m_syswrap/syswrap-freebsd.c since
that is the only user?

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

[valgrind] [Bug 444925] fexecve syscall wrapper not properly implemented

2021-11-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=444925

Paul Floyd  changed:

   What|Removed |Added

 Attachment #143550|0   |1
is obsolete||

--- Comment #2 from Paul Floyd  ---
Created attachment 143551
  --> https://bugs.kde.org/attachment.cgi?id=143551=edit
fexecve wrapper that checks something

This time with diff from the branch to master

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

[konsole] [Bug 445497] New: All Konsole windows crashed when a session which had launched a background application was closed

2021-11-14 Thread Rick Sanchez
https://bugs.kde.org/show_bug.cgi?id=445497

Bug ID: 445497
   Summary: All Konsole windows crashed when a session which had
launched a background application was closed
   Product: konsole
   Version: 21.08.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: karl.solomo...@gmail.com
  Target Milestone: ---

Application: konsole (21.08.3)

Qt Version: 5.15.2
Frameworks Version: 5.87.0
Operating System: Linux 5.14.16-arch1-1 x86_64
Windowing System: X11
Distribution: "Arch Linux"
DrKonqi: 5.23.2 [KCrashBackend]

-- Information about the crash:
- Multiple Konsole sessions opened, some in split view, some SSH'd into VPN
- I had opened a text editor (Sublime) with 'nohup subl &'
- When I closed the session which had spawned sublime all konsole windows
crashed



Sublime Text Build 4121
OpenConnect version v8.10 (for VPN)

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault

[KCrash Handler]
#4  0x7f15f159bb24 in QProcess::processId() const () at
/usr/lib/libQt5Core.so.5
#5  0x7f15f296c82e in Konsole::Session::processId() const () at
/usr/lib/libkonsoleprivate.so.21
#6  0x7f15f296dbef in Konsole::Session::isForegroundProcessActive() () at
/usr/lib/libkonsoleprivate.so.21
#7  0x7f15f2a3aa87 in Konsole::MainWindow::queryClose() () at
/usr/lib/libkonsoleapp.so.21
#8  0x7f15f27fdc55 in KMainWindow::closeEvent(QCloseEvent*) () at
/usr/lib/libKF5XmlGui.so.5
#9  0x7f15f21fc0be in QWidget::event(QEvent*) () at
/usr/lib/libQt5Widgets.so.5
#10 0x7f15f283f668 in KXmlGuiWindow::event(QEvent*) () at
/usr/lib/libKF5XmlGui.so.5
#11 0x7f15f21b8d62 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#12 0x7f15f16313fa in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#13 0x7f15f21f6f7e in
QWidgetPrivate::close_helper(QWidgetPrivate::CloseMode) () at
/usr/lib/libQt5Widgets.so.5
#14 0x7f15f16687ab in  () at /usr/lib/libQt5Core.so.5
#15 0x7f15f16687ab in  () at /usr/lib/libQt5Core.so.5
#16 0x7f15f29729bc in Konsole::Session::done(int, QProcess::ExitStatus) ()
at /usr/lib/libkonsoleprivate.so.21
#17 0x7f15f16687ab in  () at /usr/lib/libQt5Core.so.5
#18 0x7f15f159a6f9 in QProcess::finished(int, QProcess::ExitStatus) () at
/usr/lib/libQt5Core.so.5
#19 0x7f15f15a0206 in  () at /usr/lib/libQt5Core.so.5
#20 0x7f15f15a033e in  () at /usr/lib/libQt5Core.so.5
#21 0x7f15f16687e0 in  () at /usr/lib/libQt5Core.so.5
#22 0x7f15f166bc70 in QSocketNotifier::activated(QSocketDescriptor,
QSocketNotifier::Type, QSocketNotifier::QPrivateSignal) () at
/usr/lib/libQt5Core.so.5
#23 0x7f15f166c47d in QSocketNotifier::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#24 0x7f15f21b8d62 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#25 0x7f15f16313fa in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#26 0x7f15f168ac3e in  () at /usr/lib/libQt5Core.so.5
#27 0x7f15ef6bb4dc in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#28 0x7f15ef70f799 in  () at /usr/lib/libglib-2.0.so.0
#29 0x7f15ef6b8bc1 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#30 0x7f15f168a09f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#31 0x7f15f162fd6c in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#32 0x7f15f16382d4 in QCoreApplication::exec() () at
/usr/lib/libQt5Core.so.5
#33 0x5565c24cd63f in  ()
#34 0x7f15f0fbdb25 in __libc_start_main () at /usr/lib/libc.so.6
#35 0x5565c24cd9de in  ()
[Inferior 1 (process 166224) detached]

Possible duplicates by query: bug 374174, bug 342216, bug 306503, bug 298337,
bug 236867.

Reported using DrKonqi

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

[plasmashell] [Bug 445495] Desktop Widgets end up below "AlwaysVisible" plasma panels on active but not current activities

2021-11-14 Thread Michail Vourlakos
https://bugs.kde.org/show_bug.cgi?id=445495

--- Comment #1 from Michail Vourlakos  ---
function in question:
https://github.com/KDE/plasma-workspace/blob/master/shell/shellcorona.cpp#L1823

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

[xdg-desktop-portal-kde] [Bug 443251] File dialog doesn't remember its size

2021-11-14 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=443251

Aleix Pol  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/xdg-desktop-portal-kde/c |ma/xdg-desktop-portal-kde/c
   |ommit/8b1e5c4da68c089771999 |ommit/b07660a760d65849e40c4
   |129cfeaaa7b3e5475bb |4382717c90213bcae62

--- Comment #3 from Aleix Pol  ---
Git commit b07660a760d65849e40c44382717c90213bcae62 by Aleix Pol, on behalf of
Eugene Popov.
Committed on 14/11/2021 at 18:12.
Pushed by apol into branch 'master'.

Save/restore file dialog window size

This MR makes the file dialog to save/restore its window size, making it more
user friendly.

M  +13   -0src/filechooser.cpp
M  +3-0src/filechooser.h

https://invent.kde.org/plasma/xdg-desktop-portal-kde/commit/b07660a760d65849e40c44382717c90213bcae62

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

[xdg-desktop-portal-kde] [Bug 443251] File dialog doesn't remember its size

2021-11-14 Thread popov895
https://bugs.kde.org/show_bug.cgi?id=443251

popov895  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/xdg-desktop-portal-kde/c
   ||ommit/8b1e5c4da68c089771999
   ||129cfeaaa7b3e5475bb
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from popov895  ---
Git commit 8b1e5c4da68c089771999129cfeaaa7b3e5475bb by Eugene Popov.
Committed on 13/11/2021 at 16:35.
Pushed by apol into branch 'Plasma/5.23'.

Save/restore file dialog window size

This MR makes the file dialog to save/restore its window size, making it more
user friendly.

M  +13   -0src/filechooser.cpp
M  +3-0src/filechooser.h

https://invent.kde.org/plasma/xdg-desktop-portal-kde/commit/8b1e5c4da68c089771999129cfeaaa7b3e5475bb

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

[Spectacle] [Bug 443192] Add scrollbar to annotation toolbar

2021-11-14 Thread Antonio Prcela
https://bugs.kde.org/show_bug.cgi?id=443192

--- Comment #8 from Antonio Prcela  ---
https://github.com/ksnip/kImageAnnotator/pull/258

Merged upstream in kImageAnnotator.
Now play the waiting game? :)

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

  1   2   3   >