[umbrello] [Bug 409411] Export to XHTML generates empy html file

2022-03-05 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=409411

Oliver Kellogg  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit|https://invent.kde.org/sdk/ |https://invent.kde.org/sdk/
   |umbrello/commit/de636719fdf |umbrello/commit/e1b1b501dc3
   |c7245f5498ae9717cf4462dfaa0 |14d33d0b0c677f3a655d09d7863
   |1d  |e5

--- Comment #5 from Oliver Kellogg  ---
Git commit e1b1b501dc314d33d0b0c677f3a655d09d7863e5 by Oliver Kellogg.
Committed on 06/03/2022 at 07:54.
Pushed by okellogg into branch 'master'.

Address reopening https://bugs.kde.org/show_bug.cgi?id=409411#c4

> > The sections "actors", "usecases", "interfaces", "classes" in the
> > generated docbook continue to be empty after that change: [...]
>
> This problem is fixed in the UML1 mode but in UML2 mode it persists.

umbrello/docgenerators/xmi1docbook.xsl
- Copy from xmi2docbook.xsl for use in UML1 mode.
- In   fix "select" expression.
- In   fix "select" expr.

umbrello/docgenerators/xmi2docbook.xsl - adaptation to UML2 mode:
- In  replace
xmlns:UML="http://schema.omg.org/spec/UML/1.4;
exclude-result-prefixes="UML"
  by
xmlns:xmi="http://schema.omg.org/spec/XMI/2.1;
xmlns:uml="http://schema.omg.org/spec/UML/2.1;
exclude-result-prefixes="uml"
- In all  replace use="@xmi.id" by use="@xmi:id".
- In all ,
  - change namespace prefix "UML:" to "uml:".
  - replace select="@xmi.id" by select="@xmi:id";
  - change UML:Actor to packagedElement[@xmi:type = 'uml:Actor'];
  - change UML:UseCase to packagedElement[@xmi:type = 'uml:UseCase'];
  - change UML:Interface to packagedElement[@xmi:type ='uml:Interface'];
  - change UML:Class to packagedElement[@xmi:type = 'uml:Class'];
  - change UML:Generalization to generalization;
  - change UML:Classifier.feature/UML:Operation to ownedOperation;
  - change UML:Classifier.feature/UML:Attribute to ownedAttribute;
  - change UML:Attribute to ownedAttribute;
  - change UML:Operation to ownedOperation;
  - change UML:BehavioralFeature.parameter/UML:Parameter to
ownedParameter;
  - change UML:Parameter to ownedParameter.

umbrello/docgenerators/docbookgenerator.cpp
- In function customXslFile set xslBaseName to "xmi1docbook.xsl" if
  Settings::optionState().generalState.uml2 is false.

umbrello/umldoc.cpp
- In function saveToXMI case Settings::optionState().generalState.uml2
  add writing of attribute "uml" with value
  "http://schema.omg.org/spec/UML/2.1;.
- In function loadFromXMI, if outerTag is "XMI" or "xmi:XMI" and
  versionString is "xmi.version" then set
  Settings::optionState().generalState.uml2 true if version is greater
  than or equal to 2.0.

umbrello/docgenerators/CMakeLists.txt
- In install FILES add xmi1docbook.xsl.

umbrello/version.h
- Increment XMI2_FILE_VERSION to "2.0.4" due to  added writing
  of attribute "xmlns:uml" (see UMLDoc::saveToXMI).
FIXED-IN: 2.33.80 (KDE releases 22.03.80)

M  +1-0umbrello/docgenerators/CMakeLists.txt
M  +7-1umbrello/docgenerators/docbookgenerator.cpp
C  +2-2umbrello/docgenerators/xmi1docbook.xsl [from:
umbrello/docgenerators/xmi2docbook.xsl - 099% similarity]
M  +60   -61   umbrello/docgenerators/xmi2docbook.xsl
M  +4-0umbrello/umldoc.cpp
M  +1-1umbrello/version.h

https://invent.kde.org/sdk/umbrello/commit/e1b1b501dc314d33d0b0c677f3a655d09d7863e5

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

[kdeconnect] [Bug 451189] New: Feature Request: Support windows native sharing screen

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451189

Bug ID: 451189
   Summary: Feature Request: Support windows native sharing screen
   Product: kdeconnect
   Version: unspecified
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: windows-application
  Assignee: piyushaggarwal...@gmail.com
  Reporter: commad...@outlook.com
  Target Milestone: ---

Created attachment 147317
  --> https://bugs.kde.org/attachment.cgi?id=147317=edit
Expecting kde connect here

It would be appreciated if you can support this. By supporting this, I can
directly share my screenshot to my phone.

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

[kwin] [Bug 450940] [Wayland] Desktop freezes when Zoom effect is enabled

2022-03-05 Thread Iván Ávalos
https://bugs.kde.org/show_bug.cgi?id=450940

Iván Ávalos  changed:

   What|Removed |Added

Summary|[Wayland] Full desktop  |[Wayland] Desktop freezes
   |freezes with GTK+ apps  |when Zoom effect is enabled

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

[kwin] [Bug 450940] [Wayland] Full desktop freezes with GTK+ apps

2022-03-05 Thread Iván Ávalos
https://bugs.kde.org/show_bug.cgi?id=450940

--- Comment #9 from Iván Ávalos  ---
Got it, got it, got it! Thread 1 backtrace (#9) references
KWin::ZoomAccessibilityIntegration, which means that the Zoom effect in Desktop
Effects might have something to do, so I disabled the Zoom effect and voilà!
Freezes are magically gone!

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

[kwin] [Bug 450940] [Wayland] Full desktop freezes with GTK+ apps

2022-03-05 Thread Iván Ávalos
https://bugs.kde.org/show_bug.cgi?id=450940

--- Comment #8 from Iván Ávalos  ---
Created attachment 147316
  --> https://bugs.kde.org/attachment.cgi?id=147316=edit
gdb backtrace w/debug symbols

Here's an awesome and a lot more detailed backtrace with debug symbols and
stuff. Based on Thread 2 backtrace, it seems like it is a DBus block, indeed.

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

[kmymoney] [Bug 450965] Please add Functionality to Scheduled Transactions

2022-03-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=450965

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/0ec67b8e
   ||e535ab0bedcee16bd5f2ec3491f
   ||e3fa9
   Version Fixed In||5.1.3
 Status|REPORTED|RESOLVED

--- Comment #2 from Thomas Baumgart  ---
Git commit 0ec67b8ee535ab0bedcee16bd5f2ec3491fe3fa9 by Thomas Baumgart.
Committed on 06/03/2022 at 07:14.
Pushed by tbaumgart into branch '5.1'.

Maintain information in number field of schedules

The number field in schedules was cleared out when the payment method
was not 'write check'. This limitation has been removed.
FIXED-IN: 5.1.3

M  +0-28   kmymoney/dialogs/keditscheduledlg.cpp
M  +0-1kmymoney/dialogs/keditscheduledlg.h
M  +0-6kmymoney/dialogs/kenterscheduledlg.cpp

https://invent.kde.org/office/kmymoney/commit/0ec67b8ee535ab0bedcee16bd5f2ec3491fe3fa9

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

[frameworks-baloo] [Bug 402154] Baloo reindexes everything after every reboot when using BTRFS filesystem

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402154

--- Comment #43 from tagwer...@innerjoin.org ---
(In reply to Lukas Ba. from comment #42)
> ... ArchLinux, with multiple BTRFS subvolumes ...
You could try the tests in Comment 12, Comment 13

Very likely that baloo is "seeing" your home drive mounted with different minor
device numbers and assuming that all the files it sees are new files. Not good.

There's a possible mitigation in Comment 21 that may be worth building on. It
is a hack, fragile and I suspect I've seen the Minor Device Number jump even
with it in place but I think it's an improvement.

... I missed the fact that Arch runs with BTRFS

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

[frameworks-baloo] [Bug 438434] Baloo appears to be indexing twice the number of files than are actually in my home directory

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=438434

--- Comment #23 from tagwer...@innerjoin.org ---
(In reply to Martin Steigerwald from comment #22)
> ...  this is not only related to BTRFS ...
That's understood.

Any fix to (specifically) BTRFS mounts would be like applying a sticking
plaster; better than trying to mitigate by mounting devices in a specific
order; maybe not as good as being able to specify a "would rather like" Minor
Device number in a mount command.

It is a "Plan B" though in the absence of a determined developer who's willing
to take up the Baloo reengineering work and the adoption of BTRFS in distros.

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

[umbrello] [Bug 409411] Export to XHTML generates empy html file

2022-03-05 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=409411

Oliver Kellogg  changed:

   What|Removed |Added

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

--- Comment #4 from Oliver Kellogg  ---
(In reply to Oliver Kellogg from comment #2)
> The sections "actors", "usecases", "interfaces", "classes" in the generated
> docbook continue to be empty after that change: [...]

This problem is fixed in the UML1 mode but in UML2 mode it persists.

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

[akregator] [Bug 85624] idea: "web scraping" support (support script output as feed source)

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=85624

--- Comment #10 from genghisk...@gmx.ca ---
This is a must feature.

There are several web scrapping scripts that provide users with abilities to
select a set of rules (CSS Selectors or XPath) and the script does the rest of
the work.

I'm using it extensively with Liferea.

No RegEx is needed.

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

[akregator] [Bug 85624] idea: "web scraping" support (support script output as feed source)

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=85624

genghisk...@gmx.ca changed:

   What|Removed |Added

 CC||genghisk...@gmx.ca

--- Comment #9 from genghisk...@gmx.ca ---
*** Bug 451188 has been marked as a duplicate of this bug. ***

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

[akregator] [Bug 451188] Web scraping into feeds

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451188

genghisk...@gmx.ca changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from genghisk...@gmx.ca ---
Dup of https://bugs.kde.org/show_bug.cgi?id=85624

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

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

[akregator] [Bug 451188] New: Web scraping into feeds

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451188

Bug ID: 451188
   Summary: Web scraping into feeds
   Product: akregator
   Version: unspecified
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: genghisk...@gmx.ca
  Target Milestone: ---

Implement conversion filter like Liferea https://lzone.de/liferea/scraping.htm

Keywords: website, web, stdout, scraping, scrape, postprocessing, filter,
conversion

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

[Falkon] [Bug 451187] New: Unable to copy Values from table widget of Site Info dialog

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451187

Bug ID: 451187
   Summary: Unable to copy Values from table widget of Site Info
dialog
   Product: Falkon
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: genghisk...@gmx.ca
  Target Milestone: ---

Ability to copy Value from Site Info (e.g. media location, page description
etc.)

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

[Falkon] [Bug 451186] New: Feeds to Site Info

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451186

Bug ID: 451186
   Summary: Feeds to Site Info
   Product: Falkon
   Version: unspecified
  Platform: unspecified
OS: Unspecified
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: now...@gmail.com
  Reporter: genghisk...@gmx.ca
  Target Milestone: ---

Add Feeds (ATOM/JSON/RSS) to Site Info dialog and a Subscribe... button which
will open the default Feed Reader software (Akregator, Liferea, QuiteRSS or
Console based reader etc.)

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

[krita] [Bug 451185] New: When creating a new gradient file, the RGB values are abnormal

2022-03-05 Thread thetwo
https://bugs.kde.org/show_bug.cgi?id=451185

Bug ID: 451185
   Summary: When creating a new gradient file, the RGB values are
abnormal
   Product: krita
   Version: 5.0.2
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: thetwo...@foxmail.com
  Target Milestone: ---

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

1.create a stop gradient
2.create a stop
3.change the color of the stop
4.the RGB values are abnormal
("Segmented Gradients" is normal. The two stops that come with "stop gradient"
are also normal )

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

[krita] [Bug 447730] Cannot create a Chinese gradient in SVG format normally

2022-03-05 Thread thetwo
https://bugs.kde.org/show_bug.cgi?id=447730

--- Comment #1 from thetwo  ---
Now this problem still exists, I tried Japanese, and a garbled file is also
generated.
Normal files created in previous versions cannot be read normally too.

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

[krita] [Bug 447730] Cannot create a Chinese gradient in SVG format normally

2022-03-05 Thread thetwo
https://bugs.kde.org/show_bug.cgi?id=447730

thetwo  changed:

   What|Removed |Added

Version|5.0.0   |5.0.2

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

[kdenlive] [Bug 437598] Failed to create proxy: tag mp4a incompatible w/ codec

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=437598

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.

[kmymoney] [Bug 449564] Crash on entering password for online banking setup

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=449564

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.

[kwin] [Bug 446604] [Wayland] Selecting text using mouse cursor crashes KWin

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=446604

pqwoerituytruei...@gmail.com changed:

   What|Removed |Added

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

--- Comment #22 from pqwoerituytruei...@gmail.com ---
Changing to reported as the requested info does NOT exist

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

[kwin] [Bug 419742] kwin_wayland crashed on switching between "Switch to laptop screen" and "Switch to external screen" multi-monitor modes

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=419742

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.

[kwin] [Bug 448064] KWin crashes inKWin::Toplevel::isOnOutput() when (un)plugging HDMI while plasmashell was restarting

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=448064

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

[kdenlive] [Bug 447518] Project monitor doesn't expand when dragged. Project monitor when at 50% covers part of effects box and doesn't snap back after switching to free resize

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=447518

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

[kwin] [Bug 446604] [Wayland] Selecting text using mouse cursor crashes KWin

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=446604

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

[plasmashell] [Bug 446075] several crashes

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=446075

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

[digikam] [Bug 349268] Be able to copy and paste the uploaded url to ImgUR web service.

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=349268

--- Comment #8 from caulier.gil...@gmail.com ---
Merge Request from gitlab:

https://invent.kde.org/graphics/digikam/-/merge_requests/170

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

[digikam] [Bug 349268] Be able to copy and paste the uploaded url to ImgUR web service.

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=349268

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

   What|Removed |Added

Summary|Be able to copy the |Be able to copy and paste
   |uploaded url|the uploaded url to ImgUR
   ||web service.

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

[digikam] [Bug 411099] Search: Avoid search without user input (void fields)

2022-03-05 Thread Rafael Linux User
https://bugs.kde.org/show_bug.cgi?id=411099

--- Comment #26 from Rafael Linux User  ---
(In reply to Maik Qualmann from comment #25)
> That sounds strange and I can't reproduce it here. If the size of the window
> changes, no new search process is started. With how many items in the view
> can the problem be reproduced and where is the database (MySQL/SQLite)
> located? 
> 
> Maik

https://fromsmash.com/Digikam-hangs-on-searching

Using SQLLite in a local database stored in a SSD.

If I leave search tab selected, close Digikam and launch it again , it stays
several minutes showing the splash window, cause Digikam is opened with search
tab selected (last one I used before I closed digikam).

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

[plasmashell] [Bug 450861] Plasma crashes when i turn main (Primary) Monitor off then on again

2022-03-05 Thread Ben
https://bugs.kde.org/show_bug.cgi?id=450861

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

plasmashell (5.24.2) using Qt 5.15.2

- What I was doing when the application crashed:

Same as current report

KDE INFO:

Operating System: openSUSE Tumbleweed 20220303
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.11-1-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-3570K CPU @ 3.40GHz
Memory: 15.5 GiB of RAM
Graphics Processor: AMD PITCAIRN

-- Backtrace (Reduced):
#6  0x7f83b8c8074a in QtWayland::wl_output::handle_done(void*, wl_output*)
(data=0x56421982fd30, object=0x5642198452b0) at qwayland-wayland.cpp:2247
#7  0x7f83ba51b572 in ffi_call_unix64 () at ../src/x86/unix64.S:105
#8  0x7f83ba518296 in ffi_call_int (cif=, fn=, rvalue=, avalue=, closure=)
at ../src/x86/ffi64.c:672
#9  0x7f83bcdfd9c0 in wl_closure_invoke
(closure=closure@entry=0x7f83a8019980, target=,
target@entry=0x5642198452b0, opcode=opcode@entry=2, data=,
flags=) at ../src/connection.c:1025
#10 0x7f83bcdfe103 in dispatch_event (display=display@entry=0x564217ef71a0,
queue=0x564217ef7270, queue=) at ../src/wayland-client.c:1583

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

[plasmashell] [Bug 450861] Plasma crashes when i turn main (Primary) Monitor off then on again

2022-03-05 Thread Ben
https://bugs.kde.org/show_bug.cgi?id=450861

Ben  changed:

   What|Removed |Added

 CC||globalun...@disroot.org

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

[plasmashell] [Bug 451184] New: Action buttons should appear when an item moves to under the mouse, in particular after deleting an item

2022-03-05 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=451184

Bug ID: 451184
   Summary: Action buttons should appear when an item moves to
under the mouse, in particular after deleting an item
   Product: plasmashell
   Version: 5.24.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Clipboard
  Assignee: plasma-b...@kde.org
  Reporter: dev-...@felsenfleischer.de
  Target Milestone: 1.0

SUMMARY
When I want to delete several clipboard items in succession, it is not possible
to just repeatedly click at the place of the delete button and let the items
move up under the mouse cursor, because the button of the next item does not
appear, even though it would be right under the mouse cursor. If I now click,
the item is instead selected and the popup closes.

In case my description is not good enough, I’m happy to provide a video
capture.

STEPS TO REPRODUCE
1. Have several items in the clipboard.
2. Move mouse over the delete button of an item and click it.
3. The item is deleted and the items around it move up to fill the space.
4. Click again where the delete button was to delete the next item.

OBSERVED RESULT
The delete button of the item that moved up does not appear unless the mouse is
moved again. As a result, the click does not trigger a delete action, but
instead selects the item and the clipboard popup closes.

EXPECTED RESULT
I would like for the buttons to appear, because they are right under the mouse
cursor in that moment. This is quite the same behaviour as when I delete items
from the notification list (where the dismiss button is not hover-activated) or
from the (vertical) tab bar in a browser.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.12-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-4590 CPU @ 3.30GHz
Memory: 31.0 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4600

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

[okular] [Bug 451149] Support opening wide images as a single page in double page mode

2022-03-05 Thread Alastor Tenebris
https://bugs.kde.org/show_bug.cgi?id=451149

--- Comment #2 from Alastor Tenebris  
---
(In reply to David Hurka from comment #1)
> So instead of “Facing pages” and “Facing pages (center first page)” you
> would need a “Facing pages (smart)” mode?

I guess you could put it like that.

Something along the veins of how yacreader and mcomix/mcomix3 do it.

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

[systemsettings] [Bug 451183] Touchpad Settings Revert Back to Default When Logging in With Touchpad Controller Plugged In

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451183

poudinkpopin...@gmail.com changed:

   What|Removed |Added

Summary|Touchpad Settings Revert|Touchpad Settings Revert
   |Back to Default When|Back to Default When
   |Logging in With DualSense   |Logging in With Touchpad
   |Plugged In  |Controller Plugged In

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

[kwin] [Bug 444378] "Plugin does not provide configuration file in expected location" error for any kwin script with configuration GUI

2022-03-05 Thread Natalie Clarius
https://bugs.kde.org/show_bug.cgi?id=444378

--- Comment #10 from Natalie Clarius  ---
(In reply to Flupp from comment #9)
> I checked several Plasma versions to find out which metadata formats work or
> don’t work for each version.
> 
> ...
> 
> From that I infer that, for maximal backwards compatibility, we are stuck
> with the variant `metadata.desktop` with `X-KDE-Library` and with symlink
> for quite some time when there is no further bugfix release for Plasma 5.23
> assuming many distributions currently using Plasma 5.23 won’t switch to a
> newer version soon. That is unfortunate because this variant requires manual
> intervention by the user creating the symlink even with the newest Plasma
> version.

Thanks a lot for taking the time to investigate and summarize this!

The variant I went with now was to publish the metadata with
`X-KDE-ConfigModule`, and instruct users of older Plasma versions to run a sed
command replacing that part with `X-KDE-Library` before creating the symlink:

> sed -i 's/ConfigModule/Library/g' 
> ~/.local/share/kwin/scripts/floatingtiles/metadata.desktop
> mkdir -p ~/.local/share/kservices5/
> ln -sf ~/.local/share/kwin/scripts/floatingtiles/metadata.desktop 
> ~/.local/share/kservices5/floatingtiles.desktop
> qdbus org.kde.KWin /KWin reconfigure

If they have to manually intervent anyway, might as well add one line more, and
that way at least users of an up-to-date system can use the scripts
out-of-the-box. 

But of course it would be preferable if there was a fix for older Plasma
versions so it works automatically for them too.

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

[systemsettings] [Bug 451183] New: Touchpad Settings Revert Back to Default When Logging in With DualSense Plugged In

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451183

Bug ID: 451183
   Summary: Touchpad Settings Revert Back to Default When Logging
in With DualSense Plugged In
   Product: systemsettings
   Version: 5.24.2
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_touchpad
  Assignee: plasma-b...@kde.org
  Reporter: poudinkpopin...@gmail.com
  Target Milestone: ---

Summary:
Touchpad Settings Revert Back to Default When Logging in With Touchpad
Controller Plugged In

Comment:
SUMMARY
A total of four controllers were tested: a Sony DualShock 3 (no touchpad), a
Sony DualShock 4 (touchpad), a Sony DualSense (touchpad) and a Logitech F310
(no touchpad). Of these, only the DualShock 4 and the DualSense were affected
by this issue. Changing Touchpad Settings will have no effect unless the System
Settings are launched after the controller has been unplugged. If the
controller has been unplugged and the System Settings are launched, the correct
settings will be shown, but must be re-applied to actually become active.
Replugging the controller after the settings have been corrected does not cause
any issues. Wirelessly connecting the controllers was not tested.


STEPS TO REPRODUCE
1. Modify touchpad settings.
2. Quit your KDE Plasma session.
3. Plug in a DualSense.
4. Launch a new KDE Plasma session.

OBSERVED RESULT
The modified settings are no longer active.

EXPECTED RESULT
The modified settings being active.

SOFTWARE/OS VERSIONS
Linux: Fedora 35, Kernel 5.16.12-200 (64bit)
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2

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

[kalarm] [Bug 451172] Kalarm Sound playing

2022-03-05 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=451172

--- Comment #2 from David Jarvie  ---
*** Bug 451173 has been marked as a duplicate of this bug. ***

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

[kalarm] [Bug 451173] Kalarm Sound playing

2022-03-05 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=451173

David Jarvie  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from David Jarvie  ---


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

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

[kalarm] [Bug 437217] Kalarm can't find my sound files (despite there are here and .ogg)

2022-03-05 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=437217

David Jarvie  changed:

   What|Removed |Added

 CC||hundeste...@gmx.de

--- Comment #3 from David Jarvie  ---
*** Bug 451172 has been marked as a duplicate of this bug. ***

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

[kalarm] [Bug 451172] Kalarm Sound playing

2022-03-05 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=451172

David Jarvie  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from David Jarvie  ---
This bug was fixed in KAlarm version 3.3.0. It is due to a Qt anomaly which is
dependent on which desktop you are using. If you still see it in version 3.3 or
later, please reopen it.

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

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

[krita] [Bug 451182] New: Crash while coloring on a Luminosity/Shine layer

2022-03-05 Thread le_dino
https://bugs.kde.org/show_bug.cgi?id=451182

Bug ID: 451182
   Summary: Crash while coloring on a Luminosity/Shine layer
   Product: krita
   Version: 5.0.2
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: palleto...@gmail.com
  Target Milestone: ---

Created attachment 147313
  --> https://bugs.kde.org/attachment.cgi?id=147313=edit
output of "thread apply all bt"

SUMMARY
I experienced krita crashing while I was working on a luminosity/shine (SAI)
layer. It isn't the first time this happens but it's not consistent so I can't
replicate it properly. The gdb pointed to something so I saved backtraces.
Pasting the terminal crash output and attaching output of "thread apply all
bt", not very experienced with bug reporting so hopefully I'm doing it right. I
also saved bt full if necessary

(gdb) set pagination off
(gdb) run
Starting program:
/media/taku/Warehouse/RAWR/Programs/Krita/krita-5.0.2-x86_64.appimage 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Detaching after fork from child process 62235]
process 62231 is executing new program: /tmp/.mount_krita-LmYq7w/usr/bin/krita
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
NOT COOL: Duplicated action name from xml data:  "pickSubwindow"
NOT COOL: Duplicated action name from xml data:  "openOverview"
NOT COOL: Duplicated action name from xml data:  "organizerToggle"
Bundle "/home/taku/.local/share/krita/Rakurri_Brush_Set_V1.0.bundle" is broken.
File "brushes/abominable_snowman.png" is missing
Bundle "/home/taku/.local/share/krita/Rakurri_Brush_Set_V.1.1.bundle" is
broken. File "paintoppresets/Rakurri_Blender_Frosty.kpp" is missing
Bundle "/home/taku/.local/share/krita/Rakurri_Brush_Set_V.1.1.bundle" is
broken. File "paintoppresets/Rakurri_Blender_Splatty.kpp" is missing
Bundle "/home/taku/.local/share/krita/Rakurri_Brush_Set_V.1.1.bundle" is
broken. File "paintoppresets/Rakurri_Pixelblend_Groom.kpp" is missing
QObject::startTimer: Timers cannot have negative intervals
[Detaching after fork from child process 62246] 
Could not find platform independent libraries   
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
/tmp/.mount_krita-LmYq7w/usr/lib/krita-python-libs/krita added to PYTHONPATH
QObject::killTimer: Timers cannot be stopped from another thread
QObject::~QObject: Timers cannot be stopped from another thread 

Thread 1 "AppRun" received signal SIGSEGV, Segmentation fault.  
0x7528c484 in QCoreApplication::notifyInternal2(QObject*, QEvent*) ()
from /tmp/.mount_krita-LmYq7w/usr/bin/../lib/libQt5Core.so.5
(gdb)

STEPS TO REPRODUCE
I can't tell because it's not consistent, but I think it might have to do with
layer effect luminosity/shine (SAI)

OBSERVED RESULT
crash

SOFTWARE/OS VERSIONS
Operating System: Kubuntu 21.10
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.13.0-30-generic (64-bit)
Graphics Platform: X11
Processors: 16 × AMD Ryzen 7 3700X 8-Core Processor
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 451181] New: Possible duplicate - Plasma crashes some time between turning monitors off and then back on

2022-03-05 Thread C Linus Hicks
https://bugs.kde.org/show_bug.cgi?id=451181

Bug ID: 451181
   Summary: Possible duplicate - Plasma crashes some time between
turning monitors off and then back on
   Product: plasmashell
   Version: 5.23.3
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: lin...@mindspring.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Application: plasmashell (5.23.3)

Qt Version: 5.15.2
Frameworks Version: 5.88.0
Operating System: Linux 4.18.0-348.12.2.el8_5.x86_64 x86_64
Windowing System: Wayland
Distribution: Oracle Linux Server 8.5
DrKonqi: 5.23.3 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed:
Nothing, both monitors were powered off, or it might have happened at one of
those events, I have not been able to ascertain the exact time of the crash.

The reporter is unsure if this crash is reproducible.

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

[New LWP 4830]
[New LWP 5190]
[New LWP ]
[New LWP 5666]
[New LWP 5766]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x7f2cb9396a31 in poll () from /lib64/libc.so.6
__preamble__
[Current thread is 1 (Thread 0x7f2cc2142c40 (LWP 4782))]

Thread 6 (Thread 0x7f2bd50e4700 (LWP 5766)):
#0  0x7f2cb9396a31 in poll () at /lib64/libc.so.6
#1  0x7f2cb0c15c86 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f2cb0c15db0 in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f2cba254c7b in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7f2bc8000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f2cba1ff3eb in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f2bd50e3920, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:141
#5  0x7f2cba04519f in QThread::exec() (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#6  0x7f2bd59eaf2b in KCupsConnection::run() () at /lib64/libkcupslib.so
#7  0x7f2cba046450 in QThreadPrivate::start(void*) (arg=0x55b4ed8d7460) at
thread/qthread_unix.cpp:329
#8  0x7f2cb588d18a in start_thread () at /lib64/libpthread.so.0
#9  0x7f2cb93a1db3 in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f2bfcff9700 (LWP 5666)):
#0  0x7f2cb93925c4 in read () at /lib64/libc.so.6
#1  0x7f2caea4637e in usbmuxd_listen_inotify () at /lib64/libusbmuxd.so.4
#2  0x7f2caea470c3 in device_monitor () at /lib64/libusbmuxd.so.4
#3  0x7f2cb588d18a in start_thread () at /lib64/libpthread.so.0
#4  0x7f2cb93a1db3 in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f2c80e92700 (LWP )):
#0  0x7f2cb93925c4 in read () at /lib64/libc.so.6
#1  0x7f2cb0c5b7c0 in g_wakeup_acknowledge () at /lib64/libglib-2.0.so.0
#2  0x7f2cb0c156a8 in g_main_context_check () at /lib64/libglib-2.0.so.0
#3  0x7f2cb0c15c30 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#4  0x7f2cb0c15db0 in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#5  0x7f2cba254c7b in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7f2c7c02edc0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#6  0x7f2cba1ff3eb in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f2c80e91920, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:141
#7  0x7f2cba04519f in QThread::exec() (this=this@entry=0x55b4ed0b5230) at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#8  0x7f2cbef871fa in QQuickPixmapReader::run() (this=0x55b4ed0b5230) at
util/qquickpixmapcache.cpp:1024
#9  0x7f2cba046450 in QThreadPrivate::start(void*) (arg=0x55b4ed0b5230) at
thread/qthread_unix.cpp:329
#10 0x7f2cb588d18a in start_thread () at /lib64/libpthread.so.0
#11 0x7f2cb93a1db3 in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f2c92e3a700 (LWP 5190)):
#0  0x7f2cb9396a31 in poll () at /lib64/libc.so.6
#1  0x7f2cb0c15c86 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f2cb0c15db0 in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f2cba254c7b in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7f2c8c000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7f2cba1ff3eb in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f2c92e39940, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:141
#5  0x7f2cba04519f in QThread::exec() (this=this@entry=0x55b4ec1eefb0) at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#6  0x7f2cbe33d409 in QQmlThreadPrivate::run() (this=0x55b4ec1eefb0) at
qml/ftw/qqmlthread.cpp:155
#7  0x7f2cba046450 in QThreadPrivate::start(void*) 

[kleopatra] [Bug 451180] Annoying pop-up window to trust a root certificate can not be closed

2022-03-05 Thread Lukas Ba.
https://bugs.kde.org/show_bug.cgi?id=451180

--- Comment #3 from Lukas Ba.  ---
Created attachment 147312
  --> https://bugs.kde.org/attachment.cgi?id=147312=edit
Cert is invalid but not expired

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

[kleopatra] [Bug 451180] Annoying pop-up window to trust a root certificate can not be closed

2022-03-05 Thread Lukas Ba.
https://bugs.kde.org/show_bug.cgi?id=451180

--- Comment #2 from Lukas Ba.  ---
The window is very insistent and appears again if you close it by clicking No.
Kleopatra is an attention seeker.

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

[kleopatra] [Bug 451180] Annoying pop-up window to trust a root certificate can not be closed

2022-03-05 Thread Lukas Ba.
https://bugs.kde.org/show_bug.cgi?id=451180

--- Comment #1 from Lukas Ba.  ---
Created attachment 147311
  --> https://bugs.kde.org/attachment.cgi?id=147311=edit
window

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

[kleopatra] [Bug 451180] New: Annoying pop-up window to trust a root certificate can not be closed

2022-03-05 Thread Lukas Ba.
https://bugs.kde.org/show_bug.cgi?id=451180

Bug ID: 451180
   Summary: Annoying pop-up window to trust a root certificate can
not be closed
   Product: kleopatra
   Version: 3.1.16.210840
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aheine...@gnupg.org
  Reporter: k...@web.de
CC: kdepim-b...@kde.org, m...@kde.org
  Target Milestone: ---

Created attachment 147310
  --> https://bugs.kde.org/attachment.cgi?id=147310=edit
cert details

The window blocks user input to any other part of the Linux Desktop.

The only way to get rid of the pop-up window is to click on Abbrechen (No) or
Korrekt (Yes).

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

[konsole] [Bug 451179] Konsole's session menu leaves a "shadow box" after dismissing it when transparency and blur are enabled.

2022-03-05 Thread dan1elcastro
https://bugs.kde.org/show_bug.cgi?id=451179

dan1elcastro  changed:

   What|Removed |Added

Summary|Konsole session menu leaves |Konsole's session menu
   |a "shadow box" after|leaves a "shadow box" after
   |dismissing it when  |dismissing it when
   |transparency and blur are   |transparency and blur are
   |enabled.|enabled.

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

[konsole] [Bug 451179] Konsole session menu leaves a "shadow box" after dismissing it when transparency and blur are enabled.

2022-03-05 Thread dan1elcastro
https://bugs.kde.org/show_bug.cgi?id=451179

dan1elcastro  changed:

   What|Removed |Added

 Attachment #147308|0   |1
is obsolete||

--- Comment #1 from dan1elcastro  ---
Created attachment 147309
  --> https://bugs.kde.org/attachment.cgi?id=147309=edit
Bug demonstration.

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

[konsole] [Bug 451179] New: Konsole session menu leaves a "shadow box" after dismissing it when transparency and blur are enabled.

2022-03-05 Thread dan1elcastro
https://bugs.kde.org/show_bug.cgi?id=451179

Bug ID: 451179
   Summary: Konsole session menu leaves a "shadow box" after
dismissing it when transparency and blur are enabled.
   Product: konsole
   Version: 21.12.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: dan1elcas...@protonmail.com
  Target Milestone: ---

Created attachment 147308
  --> https://bugs.kde.org/attachment.cgi?id=147308=edit
Bug demonstration.

SUMMARY
On Wayland, when transparency and blur are enabled in Konsole's active color
scheme, its session menu leaves a shadow box for a short moment after it has
been dismissed.

STEPS TO REPRODUCE
1. Log into Plasma (Wayland)
2. Open-up Konsole
3. Enable blur and set some level of transparency for the current color scheme,
e.g. 20%
4. Right click on Konsole's background to get the session menu and then dismiss
it, pressing ESC or clicking anywhere else.

OBSERVED RESULT
The session menu leaves a shadow box behind where it was, which remains for a
short moment. 

EXPECTED RESULT
The session menu leaving no shadow boxes after dismissing it. 

ADDITIONAL INFORMATION
Operating System: Arch Linux
KDE Plasma Version: 5.24.2
KDE Gear Version: 21.12.3
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.12-arch1-1 (64-bit)
Graphics Platform: Wayland
Intel GPU.

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

[krita] [Bug 451178] New: import video animation

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451178

Bug ID: 451178
   Summary: import video animation
   Product: krita
   Version: 5.0.2
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: File formats
  Assignee: krita-bugs-n...@kde.org
  Reporter: gualdin...@gmail.com
  Target Milestone: ---

When importing a GIF file, (import video animation) often crashes, turning off
Krita.

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

[kaddressbook] [Bug 451177] New: Kaddressbook asks to cancel contact editing even if nothing was changed

2022-03-05 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=451177

Bug ID: 451177
   Summary: Kaddressbook asks to cancel contact editing even if
nothing was changed
   Product: kaddressbook
   Version: 5.19.3
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: dev-...@felsenfleischer.de
CC: to...@kde.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. Open a contact by double-clicking it.
2. Click on cancel.

OBSERVED RESULT
The user is asked whether to really cancel or not.

EXPECTED RESULT
If nothing was changed, there is no harm in closing immediately.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.12-arch1-1 (64-bit)
Graphics Platform: X11
Processors: 4 × Intel® Core™ i5-4590 CPU @ 3.30GHz
Memory: 31.0 GiB of RAM
Graphics Processor: Mesa DRI Intel® HD Graphics 4600

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

[konsole] [Bug 451176] Regression in the scrollbar style.

2022-03-05 Thread Alina Priesko
https://bugs.kde.org/show_bug.cgi?id=451176

--- Comment #2 from Alina Priesko  ---
Created attachment 147307
  --> https://bugs.kde.org/attachment.cgi?id=147307=edit
konsole breeze

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

[konsole] [Bug 451176] Regression in the scrollbar style.

2022-03-05 Thread Alina Priesko
https://bugs.kde.org/show_bug.cgi?id=451176

--- Comment #1 from Alina Priesko  ---
Created attachment 147306
  --> https://bugs.kde.org/attachment.cgi?id=147306=edit
konsole fusion

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

[frameworks-baloo] [Bug 438434] Baloo appears to be indexing twice the number of files than are actually in my home directory

2022-03-05 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=438434

--- Comment #22 from Martin Steigerwald  ---
(In reply to tagwerk19 from comment #20)
> (In reply to Martin Steigerwald from comment #19)
> > There is a huge discussion following this. I do not have the time to review
> > it right now, however there might be something in it in order to make Baloo
> > work for these use cases.
> Many thanks for keeping watch on the topic and there is indeed a lot to read
> through.
> 
> Do you think this:
> 
> https://lore.kernel.org/linux-btrfs/162742539595.32498.13687924366155737575.
> stgit@noble.brown/
> 
> could imply that the major:minor device numbers, as seen by stat (and
> baloo), start relating to the subvol? cf:

Tagwerk, this is not only related to BTRFS. As established before, device
major:minor numbers by the kernel are not guaranteed to be stable across
reboots.

Using is as a static identifier inside Baloo thus, in my humble opinion, is a
design mistake.

About the alternatives, there are quite some, I am not completely decided on
which one would be best.

But unless there is an willingness to actually consider replacing using
minor:major number with something else, there is no point to discuss this
further I'd say.

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

[konsole] [Bug 451176] New: Regression in the scrollbar style.

2022-03-05 Thread Alina Priesko
https://bugs.kde.org/show_bug.cgi?id=451176

Bug ID: 451176
   Summary: Regression in the scrollbar style.
   Product: konsole
   Version: 21.12.3
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: alinaprie...@gmail.com
  Target Milestone: ---

Dear konsole developers.
I recently upgraded the kde gears to the latest 21.12 (before I was using
21.08) and I noticed that 
the scrollbar color does not "adapt" nicely to the terminal background color
anymore (I liked this very much).

I use the "fusion" widget style because I prefer it over the default breeze
style.
But I also noticed that this regression does not occur with breeze, so seems
only a problem with the fusion style.

Can you please fix it :)

Alina

Linux/KDE Plasma: 
ADDITIONAL INFORMATION
KDE Plasma Version: 5.21.5
KDE Frameworks Version: 5.90
Qt Version: 5.15.2

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

[frameworks-baloo] [Bug 419302] Dolphin search/baloo shows a lot of duplicates

2022-03-05 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=419302

--- Comment #15 from Martin Steigerwald  ---
In one of those bug reports we already established that this is not just about
BTRFS.

This is about kernel device major:minor numbers not guaranteed to be stable in
various circumstances.

We discussed all of this before. I even asked kernel developers. See here:

https://bugs.kde.org/show_bug.cgi?id=438434#c14

In there I wrote:

Neil Brown clearly said that no userspace component can rely on device numbers
since kernel 2.4. Luckily he recommended an alternative:

"That is really hard to provide in general.  Possibly the best approach
is to use the statfs() systemcall to get the "f_fsid" field.  This is
64bits.  It is not supported uniformly well by all filesystems, but I
think it is at least not worse than using the device number.  For a lot
of older filesystems it is just an encoding of the device number.

For btrfs, xfs, ext4 it is much much better."

https://lore.kernel.org/linux-block/1769070.0rzTUBzp5V@ananda/T/#m28b8c889c9289ad1ec76cbf040938ea883e3f375

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

[plasmashell] [Bug 427214] Add ability to paste Klipper's contents on selection

2022-03-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=427214

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability

--- Comment #12 from Nate Graham  ---
Sure.

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

[plasmashell] [Bug 446531] Plasma crashed inMpris2Engine::serviceOwnerChanged() after closing all running apps with middle-click on their entries in task manager

2022-03-05 Thread Matt Whitlock
https://bugs.kde.org/show_bug.cgi?id=446531

Matt Whitlock  changed:

   What|Removed |Added

 CC||k...@mattwhitlock.name

--- Comment #4 from Matt Whitlock  ---
I think I experienced the same issue on Plasma Frameworks 5.91.0, Plasma
Workspace 5.24.2…

Application: Plasma (plasmashell), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr = {get() = 0x0}
[KCrash Handler]
#6  QHashData::nextNode (node=node@entry=0x55e5ee669d10) at
../../../qtbase-f4ac0b55c37f2b594ffbe639db43dac365825c7c/src/corelib/tools/qhash.cpp:591
#7  0x7f96f4bf8e49 in QHash::iterator::operator++ (this=) at
/usr/include/qt5/QtCore/qhash.h:351
#8  QHash::erase (this=0x7f96b4098db8,
it=it@entry=...) at /usr/include/qt5/QtCore/qhash.h:879
#9  0x7f96f4bf82af in QHash::erase
(it=..., this=) at /usr/include/qt5/QtCore/qhash.h:409
#10 Plasma::DataEngine::removeSource (this=this@entry=0x55e5ec114dd0,
source=...) at ../plasma-framework-5.91.0/src/plasma/dataengine.cpp:295
#11 0x7f96b1087a3f in Mpris2Engine::serviceOwnerChanged
(this=0x55e5ec114dd0, serviceName=..., oldOwner=..., newOwner=...) at
../plasma-workspace-5.24.2/dataengines/mpris2/mpris2engine.cpp:71
#12 0x7f96b10896eb in QtPrivate::FunctorCall, QtPrivate::List, void, void
(Mpris2Engine::*)(QString const&, QString const&, QString const&)>::call
(arg=, o=, f=) at
/usr/include/qt5/QtCore/qobjectdefs_impl.h:152
#13 QtPrivate::FunctionPointer::call, void> (arg=, o=, f=) at /usr/include/qt5/QtCore/qobjectdefs_impl.h:185
#14 QtPrivate::QSlotObject, void>::impl (which=, this_=,
r=, a=, ret=) at
/usr/include/qt5/QtCore/qobjectdefs_impl.h:418
#15 0x7f96f2afe805 in QtPrivate::QSlotObjectBase::call (a=0x7ffe00d38570,
r=0x55e5ec114dd0, this=0x55e5ecc31d60) at
../../include/QtCore/../../../qtbase-f4ac0b55c37f2b594ffbe639db43dac365825c7c/src/corelib/kernel/qobjectdefs_impl.h:398
#16 doActivate (sender=0x55e5ec420890, signal_index=5,
argv=0x7ffe00d38570) at
../../../qtbase-f4ac0b55c37f2b594ffbe639db43dac365825c7c/src/corelib/kernel/qobject.cpp:3886
#17 0x7f96f2af81af in QMetaObject::activate
(sender=sender@entry=0x55e5ec420890, m=m@entry=0x7f96f34ba6a0
,
local_signal_index=local_signal_index@entry=2, argv=argv@entry=0x7ffe00d38570)
at
../../../qtbase-f4ac0b55c37f2b594ffbe639db43dac365825c7c/src/corelib/kernel/qobject.cpp:3946
#18 0x7f96f349c1b8 in QDBusServiceWatcher::serviceOwnerChanged
(this=this@entry=0x55e5ec420890, _t1=..., _t2=..., _t3=...) at
.moc/moc_qdbusservicewatcher.cpp:242
#19 0x7f96f349cb1a in QDBusServiceWatcherPrivate::_q_serviceOwnerChanged
(newOwner=..., oldOwner=..., service=..., this=) at
../../../qtbase-c2ea67ecefe049f6e9bb8f910d7f9c60319d8619/src/dbus/qdbusservicewatcher.cpp:76
#20 QDBusServiceWatcher::qt_static_metacall (_o=, _c=, _id=, _a=) at
.moc/moc_qdbusservicewatcher.cpp:116
#21 0x7f96f349cfab in QDBusServiceWatcher::qt_metacall
(this=0x55e5ec420890, _c=QMetaObject::InvokeMetaMethod, _id=3,
_a=0x7ffe00d386d0) at .moc/moc_qdbusservicewatcher.cpp:197
#22 0x7f96f3445a0a in QDBusConnectionPrivate::deliverCall (this=, object=, msg=..., metaTypes=..., slotIdx=)
at
../../include/QtCore/../../../qtbase-c2ea67ecefe049f6e9bb8f910d7f9c60319d8619/src/corelib/tools/qvarlengtharray.h:190
#23 0x7f96f2af4f0e in QObject::event (this=0x55e5ec420890,
e=0x7f96e0147820) at
../../../qtbase-f4ac0b55c37f2b594ffbe639db43dac365825c7c/src/corelib/kernel/qobject.cpp:1314
#24 0x7f96f3807edf in QApplicationPrivate::notify_helper (this=, receiver=0x55e5ec420890, e=0x7f96e0147820) at
../../../qtbase-c9fde86b0a2440133bc08f4811b6ca793be47f0a/src/widgets/kernel/qapplication.cpp:3632
#25 0x7f96f2aca60a in QCoreApplication::notifyInternal2
(receiver=0x55e5ec420890, event=0x7f96e0147820) at
../../../qtbase-f4ac0b55c37f2b594ffbe639db43dac365825c7c/src/corelib/kernel/qcoreapplication.cpp:1064
#26 0x7f96f2acd373 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x55e5ebc97e20) at
../../../qtbase-f4ac0b55c37f2b594ffbe639db43dac365825c7c/src/corelib/kernel/qcoreapplication.cpp:1821
#27 0x7f96f2b1ee43 in postEventSourceDispatch (s=0x55e5ebd6cf20) at
../../../qtbase-f4ac0b55c37f2b594ffbe639db43dac365825c7c/src/corelib/kernel/qeventdispatcher_glib.cpp:277
#28 0x7f96f0f5f4cc in g_main_dispatch (context=0x7f96e8005000) at
../glib-2.70.4/glib/gmain.c:3381
#29 g_main_context_dispatch (context=0x7f96e8005000) at
../glib-2.70.4/glib/gmain.c:4099
#30 0x7f96f0f5f738 in g_main_context_iterate
(context=context@entry=0x7f96e8005000, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at
../glib-2.70.4/glib/gmain.c:4175
#31 0x7f96f0f5f7df in g_main_context_iteration (context=0x7f96e8005000,
may_block=1) at ../glib-2.70.4/glib/gmain.c:4240
#32 0x7f96f2b1e508 in QEventDispatcherGlib::processEvents
(this=0x55e5ebd72eb0, flags=...) at

[Skanlite] [Bug 444987] silent crash while searching for scanners

2022-03-05 Thread Sergey
https://bugs.kde.org/show_bug.cgi?id=444987

Sergey  changed:

   What|Removed |Added

 CC||svs1...@gmail.com

--- Comment #3 from Sergey  ---
Try to remove  .config/skanliterc

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

[krita] [Bug 451175] Krita deadlocks on cancelling an export or save with a configuration dialog

2022-03-05 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=451175

amyspark  changed:

   What|Removed |Added

 CC||dimul...@gmail.com

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

[krita] [Bug 451175] New: Krita deadlocks on cancelling an export or save with a configuration dialog

2022-03-05 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=451175

Bug ID: 451175
   Summary: Krita deadlocks on cancelling an export or save with a
configuration dialog
   Product: krita
   Version: git master (please specify the git hash!)
  Platform: Compiled Sources
OS: Microsoft Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: a...@amyspark.me
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

After commit 7516fe61f6b22ca79215d4aac39ab9a7288730fe, Krita deadlocks if a
file save or export fires a configuration dialog, and the action gets canceled
from inside it.

This is the deadlock. Check the two instances of KoProgressUpdater, they both
attempt to lock the same mutex.

ntdll.dll!NtWaitForSingleObject() (Origen desconocido:0)
KernelBase.dll!WaitForSingleObjectEx() (Origen desconocido:0)
Qt5Core.dll!7ffd918baa88() (Origen desconocido:0)
Qt5Core.dll!7ffd918a3c29() (Origen desconocido:0)
kritawidgetutils.dll!KoProgressUpdater::updateUi() Line 204
(e:\krita-win\src\libs\widgetutils\KoProgressUpdater.cpp:204)
Qt5Core.dll!7ffd91a71850() (Origen desconocido:0)
[Inline Frame] kritaglobal.dll!KisSignalCompressor::timeout() Line 151
(e:\krita-win\b_msvc\libs\global\kritaglobal_autogen\EWIEGA46WW\moc_kis_signal_compressor.cpp:151)
[Inline Frame] kritaglobal.dll!KisSignalCompressor::tryEmitSignalSafely() Line
195 (e:\krita-win\src\libs\global\kis_signal_compressor.cpp:195)
kritaglobal.dll!KisSignalCompressor::start() Line 115
(e:\krita-win\src\libs\global\kis_signal_compressor.cpp:115)
Qt5Core.dll!7ffd91a71850() (Origen desconocido:0)
[Inline Frame] kritawidgetutils.dll!KoUpdaterPrivate::sigUpdated() Line 173
(e:\krita-win\b_msvc\libs\widgetutils\kritawidgetutils_autogen\EWIEGA46WW\moc_KoUpdaterPrivate_p.cpp:173)
[Inline Frame] kritawidgetutils.dll!KoUpdaterPrivate::setProgress(int) Line 85
(e:\krita-win\src\libs\widgetutils\KoUpdaterPrivate_p.cpp:85)
kritawidgetutils.dll!KoProgressUpdater::cancel() Line 173
(e:\krita-win\src\libs\widgetutils\KoProgressUpdater.cpp:173)
Qt5Core.dll!7ffd91a71850() (Origen desconocido:0)
kritaui.dll!KisDocument::startExportInBackground(const QString & actionName,
const QString & location, const QString & realLocation, const QByteArray &
mimeType, bool showWarnings, KisPinnedSharedPtr
exportConfiguration, bool isAdvancedExporting) Line 1509
(e:\krita-win\src\libs\ui\KisDocument.cpp:1509)
kritaui.dll!KisDocument::initiateSavingInBackground(const QString actionName,
const QObject * receiverObject, const char * receiverMethod, const
KritaUtils::ExportFileJob & job, KisPinnedSharedPtr
exportConfiguration,
std::unique_ptr> &&
optionalClonedDocument, bool isAdvancedExporting) Line 1277
(e:\krita-win\src\libs\ui\KisDocument.cpp:1277)
kritaui.dll!KisDocument::initiateSavingInBackground(const QString actionName,
const QObject * receiverObject, const char * receiverMethod, const
KritaUtils::ExportFileJob & job, KisPinnedSharedPtr
exportConfiguration, bool isAdvancedExporting) Line 1200
(e:\krita-win\src\libs\ui\KisDocument.cpp:1200)
kritaui.dll!KisDocument::exportDocumentImpl(const KritaUtils::ExportFileJob &
job, KisPinnedSharedPtr exportConfiguration, bool
isAdvancedExporting) Line 779 (e:\krita-win\src\libs\ui\KisDocument.cpp:779)
kritaui.dll!KisDocument::exportDocument(const QString & path, const QByteArray
& mimeType, bool isAdvancedExporting, bool showWarnings,
KisPinnedSharedPtr exportConfiguration) Line 810
(e:\krita-win\src\libs\ui\KisDocument.cpp:810)
kritaui.dll!KisMainWindow::saveDocument(KisDocument * document, bool saveas,
bool isExporting, bool isAdvancedExporting) Line 1370
(e:\krita-win\src\libs\ui\KisMainWindow.cpp:1370)


STEPS TO REPRODUCE
1. Open an image in Krita.
2. Try to export it to e.g. HEIF or TIFF.
3. Cancel the export configuration dialog.

OBSERVED RESULT
Krita ceases to respond.

EXPECTED RESULT
The export is successfully canceled.


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

ADDITIONAL INFORMATION
commit hash aa0ef82a89056484323f00bd9c22c42aff3a69b0

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

[kate] [Bug 450919] Kate adds newline at the end of file, and doesn't even show it

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=450919

Christoph Cullmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/ktexteditor/commit/5
   ||01f0b04178962e3524867588220
   ||6449d7a1f8ea
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #8 from Christoph Cullmann  ---
Git commit 501f0b04178962e35248675882206449d7a1f8ea by Christoph Cullmann.
Committed on 05/03/2022 at 18:17.
Pushed by cullmann into branch 'master'.

add new line on save inside the buffer

this works like for stripping trailing spaces
one now has the correct content in the buffer after save

M  +0-11   src/buffer/katetextbuffer.cpp
M  +0-14   src/buffer/katetextbuffer.h
M  +0-3src/document/katebuffer.cpp
M  +31   -15   src/document/katedocument.cpp
M  +3-2src/document/katedocument.h

https://invent.kde.org/frameworks/ktexteditor/commit/501f0b04178962e35248675882206449d7a1f8ea

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

[plasmashell] [Bug 427861] Sometimes desktop loses its settings (wallpaper, widgets, icons settings) after re-login

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=427861

equ...@gmail.com changed:

   What|Removed |Added

 CC||equ...@gmail.com

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

[systemsettings] [Bug 431573] "Offer shutdown options" setting is confusing and mostly unused nowadays

2022-03-05 Thread Thiago Sueto
https://bugs.kde.org/show_bug.cgi?id=431573

--- Comment #11 from Thiago Sueto  ---
To be clearer, in "The Leave... option is always there and it always shows
shutdown options.", "it" is the ksmserver popup. There are no shutdown options
in the context menu. And AFAIK there are no user facing settings elsewhere to
hide the shutdown options in ksmserver.

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

[systemsettings] [Bug 431573] "Offer shutdown options" setting is confusing and mostly unused nowadays

2022-03-05 Thread Thiago Sueto
https://bugs.kde.org/show_bug.cgi?id=431573

Thiago Sueto  changed:

   What|Removed |Added

 CC||herzensch...@gmail.com

--- Comment #10 from Thiago Sueto  ---
I can reproduce this issue on Krypton with Plasma from git (5.24.80 build from
02/03/2022).

Even the right click thing on the desktop isn't affected by it. The Leave...
option is always there and it always shows shutdown options.

FWIW, assuming my experience isn't a bug but rather the current behavior, this
setting could be removed since it does effectively nothing.

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

[kalarm] [Bug 451173] Kalarm Sound playing

2022-03-05 Thread rudi72
https://bugs.kde.org/show_bug.cgi?id=451173

--- Comment #1 from rudi72  ---
on Linuxmint Cinnamon 20.3
The Sound is playing if you put the comlete Path and Name by hand into the
adressline.
The Problem is the search funktion. No files are shown if you use the
search-funktion.

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

[calligrasheets] [Bug 451174] New: crash when shifting cells to the right and trying to continue editing the new area

2022-03-05 Thread Gregor B. Rosenauer
https://bugs.kde.org/show_bug.cgi?id=451174

Bug ID: 451174
   Summary: crash when shifting cells to the right and trying to
continue editing the new area
   Product: calligrasheets
   Version: 3.2.1
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: calligra-sheets-bugs-n...@kde.org
  Reporter: gregor.rosena...@gmail.com
  Target Milestone: ---

Created attachment 147305
  --> https://bugs.kde.org/attachment.cgi?id=147305=edit
test sheet for reproducing the crash

SUMMARY

(sadly no debug symbols available on Manjaro/Arch, but crashes everytime so
should be easy to reproduce.)


STEPS TO REPRODUCE
1. open attached file (this is actually my first every PC built back in the
day:)
2. select the first column in the main table for all component rows (so as to
insert a new one)
3. right click -> insert -> column
4. cells should be shifted to the right
5. as soon as you start editing the table again, the application crashes

OBSERVED RESULT

application crashes when continuing editing the new cells

EXPECTED RESULT

table editing should be possible as before

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Linux (x86_64) release 5.16.11-2-MANJARO
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[kalarm] [Bug 451173] New: Kalarm Sound playing

2022-03-05 Thread rudi72
https://bugs.kde.org/show_bug.cgi?id=451173

Bug ID: 451173
   Summary: Kalarm Sound playing
   Product: kalarm
   Version: 2.13.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: sound
  Assignee: djar...@kde.org
  Reporter: hundeste...@gmx.de
  Target Milestone: ---

on Linuxmint Cinnamon 20.3
The Sound is playing if you put the comlete Path and Name by hand into the
adressline.
The Problem is the search funktion. No files are shown if you use the
search-funktion.

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

[kalarm] [Bug 451172] New: Kalarm Sound playing

2022-03-05 Thread rudi72
https://bugs.kde.org/show_bug.cgi?id=451172

Bug ID: 451172
   Summary: Kalarm Sound playing
   Product: kalarm
   Version: 2.13.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: sound
  Assignee: djar...@kde.org
  Reporter: hundeste...@gmx.de
  Target Milestone: ---

on Linuxmint Cinnamon 20.3
The Sound is playing if you put the comlete Path and Name by hand into the
adressline.
The Problem is the search funktion. No files are shown if you use the
search-funktion.

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

[kate] [Bug 427927] Opening Veracrypt file in Kate sometimes causes Kate to immediately quit after launching

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=427927

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #4 from Christoph Cullmann  ---
Kate uses just normal KIO to access the file.
I don't see how we can do this wrong just for this type of file.

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

[plasmashell] [Bug 451171] "Built-In Audio" pop-up when logging in after fresh boot

2022-03-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=451171

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Hmm it already tries to avoid the transition from no sink to default sink as it
starts up [1]. Perhaps with pulseaudio we're seeing a transition from no sink →
pulse dummy sink → pipewire sink?

[1]
https://invent.kde.org/plasma/plasma-pa/-/blob/master/applet/contents/ui/main.qml#L220

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

[digikam] [Bug 450361] digikam crashes when running recognize faces with "CFRelease() called with NULL"

2022-03-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=450361

--- Comment #7 from Maik Qualmann  ---
New MacOS version is available, is the problem still reproducible? 

https://files.kde.org/digikam/

Maik

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

[digikam] [Bug 450567] When editing a group caption, the digikam does not warn of possible information loss.

2022-03-05 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=450567

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||7.7.0
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/commit/5fd1ee7
   ||37ba4c8871deb4273aa028a2d3f
   ||7f72cc
 Resolution|--- |FIXED

--- Comment #9 from Maik Qualmann  ---
Git commit 5fd1ee737ba4c8871deb4273aa028a2d3f7f72cc by Maik Qualmann.
Committed on 05/03/2022 at 19:58.
Pushed by mqualmann into branch 'qt5-maintenance'.

inform with the placeholder text if different text here
FIXED-IN: 7.7.0

M  +2-1NEWS
M  +5-1core/libs/properties/captions/captionedit.cpp
M  +2-0core/libs/properties/captions/captionedit.h
M  +34   -1core/libs/properties/captions/itemdescedittab.cpp
M  +3-0core/libs/properties/captions/itemdescedittab.h

https://invent.kde.org/graphics/digikam/commit/5fd1ee737ba4c8871deb4273aa028a2d3f7f72cc

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

[frameworks-baloo] [Bug 419302] Dolphin search/baloo shows a lot of duplicates

2022-03-05 Thread Philip P.
https://bugs.kde.org/show_bug.cgi?id=419302

--- Comment #14 from Philip P.  ---
Actually I am on ext4, and I am pretty sure I was on ext4 back then, too.

However I do not use plasma anymore so cannot comment further on the issue.

However trying my repro steps from
https://bugs.kde.org/show_bug.cgi?id=419302#c4 might be an indicator if the
bugs are connected :)

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

[plasmashell] [Bug 451171] New: "Built-In Audio" pop-up when logging in after fresh boot

2022-03-05 Thread Andrew Brouwers
https://bugs.kde.org/show_bug.cgi?id=451171

Bug ID: 451171
   Summary: "Built-In Audio" pop-up when logging in after fresh
boot
   Product: plasmashell
   Version: 5.24.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: abrouw...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

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

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

I'm using pipewire(-pulse), which may or may not matter.  But, after logging in
from a fresh boot, plasma displays a "Built-In Audio Analog Stereo" pop-up for
a few seconds.  This feels like a "papercut" bug that should be hidden?

STEPS TO REPRODUCE
1.  Fresh boot
2.  Login, view pop-up
3. 

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version:  5.13.3

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

[kde] [Bug 451170] Volume level gets overwritten after suspending PC

2022-03-05 Thread K0RR
https://bugs.kde.org/show_bug.cgi?id=451170

K0RR  changed:

   What|Removed |Added

 CC||rdkr...@gmail.com

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

[kde] [Bug 451170] New: Volume level gets overwritten after suspending PC

2022-03-05 Thread K0RR
https://bugs.kde.org/show_bug.cgi?id=451170

Bug ID: 451170
   Summary: Volume level gets overwritten after suspending PC
   Product: kde
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: rdkr...@gmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. Set volume to 100%
2. systemctl suspend
3. Wake up the machine
4. Check the volume level

OBSERVED RESULT
After waking the computer, the volume is set to 74%.

EXPECTED RESULT
Volume should stay at 100%.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE Leap 15.3
(available in About System)
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION
X11, kernel 5.3.18. I have this every time.

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

[kate] [Bug 450432] Large file edit crash

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=450432

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Christoph Cullmann  ---


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

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

[kate] [Bug 430269] Kate crashes when opening large files

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=430269

Christoph Cullmann  changed:

   What|Removed |Added

 CC||archenr...@gmail.com

--- Comment #3 from Christoph Cullmann  ---
*** Bug 450432 has been marked as a duplicate of this bug. ***

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

[kate] [Bug 448737] Disable option for Output Widget/thing

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=448737

Christoph Cullmann  changed:

   What|Removed |Added

   Severity|normal  |wishlist

--- Comment #4 from Christoph Cullmann  ---
Valid wish to hide it, but as said, perhaps a more generic "hide toolview X
feature" would be even nicer.

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

[plasmashell] [Bug 451169] New: Window "Desktop Folder Settings" is empty

2022-03-05 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=451169

Bug ID: 451169
   Summary: Window "Desktop Folder Settings" is empty
   Product: plasmashell
   Version: 5.24.2
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Desktop Containment
  Assignee: plasma-b...@kde.org
  Reporter: rybak@gmail.com
CC: notm...@gmail.com
  Target Milestone: 1.0

Created attachment 147303
  --> https://bugs.kde.org/attachment.cgi?id=147303=edit
Screenshot of the empty window "Desktop Folder Settings"

SUMMARY
Can't change wallpaper or any other settings of the desktop because the window
"Desktop Folder Settings" is empty.

STEPS TO REPRODUCE
1. Right click on Desktop
2. Click "Configure Desktop and Wallpaper..." in the context menu
3. Observe the window that appeared

OBSERVED RESULT
Window "Desktop Folder Settings" is empty. Only the window decorations (title,
border, shadows) are rendered. The middle bit, which should contain the panels,
buttons, dropdowns, etc is just empty. The wallpaper image can be seen through
the empty space.

EXPECTED RESULT
Window "Desktop Folder Settings" is empty and can be used to change settings of
the desktop.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.24
KDE Plasma Version: 5.24.2
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 7.7 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620

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

[kdenlive] [Bug 451168] New: Context menus show up on the wrong monitor, or not at all.

2022-03-05 Thread Tyler
https://bugs.kde.org/show_bug.cgi?id=451168

Bug ID: 451168
   Summary: Context menus show up on the wrong monitor, or not at
all.
   Product: kdenlive
   Version: 21.12.3
  Platform: Flatpak
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: tpoke.ferr...@gmail.com
  Target Milestone: ---

Created attachment 147302
  --> https://bugs.kde.org/attachment.cgi?id=147302=edit
A video showing the issue.

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Install Kdenlive on Fedora through flatpak
2. Connect multiple monitors to the computer
3. Use the menus on the toolbar

OBSERVED RESULT
The menus show up at the bottom of a different monitor or sometimes not at all.

EXPECTED RESULT
The menus show up, right below the toolbar

SOFTWARE/OS VERSIONS
Fedora Linux 36 (Workstation Edition Prerelease)

ADDITIONAL INFORMATION

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

[kate] [Bug 450686] Kate window always opens too small

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=450686

Christoph Cullmann  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/kate/commit/ad04f9bcf
   ||4f807d5a2b96f119231a12f8f7c
   ||17e7
 Resolution|--- |FIXED

--- Comment #5 from Christoph Cullmann  ---
Git commit ad04f9bcf4f807d5a2b96f119231a12f8f7c17e7 by Christoph Cullmann.
Committed on 05/03/2022 at 18:35.
Pushed by cullmann into branch 'master'.

ensure some proper initial size

ensure we start with some usable window size even
if there is no stored data about it

raise initial size to 800x600 or 0.6 of available screen
size

ensure we cut it with the maximal available screen size

M  +3-4kate/katemainwindow.cpp
M  +3-4kwrite/kwrite.cpp

https://invent.kde.org/utilities/kate/commit/ad04f9bcf4f807d5a2b96f119231a12f8f7c17e7

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

[kate] [Bug 450190] The LSP server is started once per window

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=450190

Christoph Cullmann  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||cullm...@kde.org

--- Comment #1 from Christoph Cullmann  ---
Interesting.
This is strange, I would have assumed that is plugin global.

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

[OCS] [Bug 450668] store.kde.org seems to be down

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450668

a...@notowany.pl changed:

   What|Removed |Added

 CC||a...@notowany.pl

--- Comment #2 from a...@notowany.pl ---
Hello there,

This same problem in 2 OS:

Endevour os
and 
Opensuse

DE: Plasma 5.24.2

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

[kate] [Bug 450434] Kate crashes when right clicking on a toolbar button before a file was loaded

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=450434

--- Comment #4 from Christoph Cullmann  ---
Hmm, can't reproduce, sorry.

Did you get any other backtrace then the one below in the other crashes?

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

[kate] [Bug 450686] Kate window always opens too small

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=450686

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[kate] [Bug 450729] Neither KWrite or Kate allow margins for printing.

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=450729

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
   Severity|normal  |wishlist

--- Comment #1 from Christoph Cullmann  ---
This is a valid wish, but somebody must step up to implement it.

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

[kate] [Bug 450778] crash when closing all documents on macOS and Windows

2022-03-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=450778

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Christoph Cullmann  ---
I think this should now be fixed.

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

[kate] [Bug 450919] Kate adds newline at the end of file, and doesn't even show it

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=450919

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #7 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/310

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

[frameworks-kio] [Bug 206120] Camera devices should be visible in the Places panel

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=206120

prettyvani...@posteo.at changed:

   What|Removed |Added

 CC||prettyvani...@posteo.at

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

[Elisa] [Bug 430547] Elisa focus not set when accessing through system-tray icon

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=430547

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #4 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/multimedia/elisa/-/merge_requests/334

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

[kwin] [Bug 428052] Windows selects the wrong panel to minimize, on multiscreen

2022-03-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=428052

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #24 from Nate Graham  ---
Yeah could you check again with Plasma 5.24.3 when it's released in three days?

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

[kwin] [Bug 451136] wobbly windows bug

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451136

--- Comment #8 from barsnet...@gmail.com ---
Created attachment 147301
  --> https://bugs.kde.org/attachment.cgi?id=147301=edit
wobbly window bug - guide

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

[kwin] [Bug 451167] New: Wrong menu positioning under wayland

2022-03-05 Thread Dan
https://bugs.kde.org/show_bug.cgi?id=451167

Bug ID: 451167
   Summary: Wrong menu positioning under wayland
   Product: kwin
   Version: 5.24.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: appmenu
  Assignee: kwin-bugs-n...@kde.org
  Reporter: roze...@volny.cz
  Target Milestone: ---

Created attachment 147300
  --> https://bugs.kde.org/attachment.cgi?id=147300=edit
The screenshot with wrong menu position

SUMMARY
***
The applications menu is not positioned correctly.
Strange is that it appears on my laptop computer only, while on the work
computer (with the same KDE version) the menu is rendered correctly.

***


STEPS TO REPRODUCE
1. start a KDE application
2. trigger menu item

OBSERVED RESULT
See the attached screenshot.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
   plasma-workspace 5.24.2-1 (plasma)
Qt Version: 
  extra/qt5-base 5.15.2+kde+r305-1

Running on a Mesa DRI Intel(R) HD Graphics 4400 (HSW GT2) from Intel Open
Source Technology Center

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

[kwin] [Bug 444378] "Plugin does not provide configuration file in expected location" error for any kwin script with configuration GUI

2022-03-05 Thread Flupp
https://bugs.kde.org/show_bug.cgi?id=444378

--- Comment #9 from Flupp  ---
Created attachment 147299
  --> https://bugs.kde.org/attachment.cgi?id=147299=edit
metadata-compatibility.fods

I checked several Plasma versions to find out which metadata formats work or
don’t work for each version.

For `metadata.desktop`, I varied usage of `X-KDE-ConfigModule` and
`X-KDE-Library`, and I varied symlinking the desktop file in
`~/.local/share/kservices5/`. For `metadata.json` I just used one variant with
`X-KDE-ConfigModule` and without symlink.

Depending on the Plasma version, I encountered four different outcomes (details
can be found in the attached `metadata-compatibility.fods`):


• Plasma 5.24.2, 5.24.1: all variant work except `metadata.desktop` with
`X-KDE-Library` and without symlink.

• Plasma 5.24.0: same as above except `metadata.desktop` with `X-KDE-Library`
and with symlink results in the reported error message.

• Plasma 5.23.5, 5.23.4: Only `metadata.desktop` with `X-KDE-Library` and with
symlink works. Any version using `X-KDE-ConfigModule` results in the reported
error message.

• Plasma 5.23.2, 5.23.1, 5.22.5, 5.20.5, 5.18.5: All variants using
`X-KDE-Library` and symlink work. For the `metadata.desktop` using only
`X-KDE-ConfigModule` with symlink, clicking the configuration button results in
the error message “The module Sticky Window Snapping is not a valid
configuration module. The diagnosis is: The desktop file
kwin-script-sticky-window-snapping.desktop does not specify a library.”


>From that I infer that, for maximal backwards compatibility, we are stuck with
the variant `metadata.desktop` with `X-KDE-Library` and with symlink for quite
some time when there is no further bugfix release for Plasma 5.23 assuming many
distributions currently using Plasma 5.23 won’t switch to a newer version soon.
That is unfortunate because this variant requires manual intervention by the
user creating the symlink even with the newest Plasma version.

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

[kwin] [Bug 451136] wobbly windows bug

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451136

--- Comment #7 from barsnet...@gmail.com ---
Created attachment 147298
  --> https://bugs.kde.org/attachment.cgi?id=147298=edit
wobbly window bug (debian)

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

[kwin] [Bug 451136] wobbly windows bug

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451136

--- Comment #6 from barsnet...@gmail.com ---
Created attachment 147297
  --> https://bugs.kde.org/attachment.cgi?id=147297=edit
wobbly window bug (kde neon)

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

[kwin] [Bug 451136] wobbly windows bug

2022-03-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=451136

--- Comment #5 from barsnet...@gmail.com ---
Created attachment 147296
  --> https://bugs.kde.org/attachment.cgi?id=147296=edit
wobbly window bug (manjaro)

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

[plasmashell] [Bug 401579] Folders in recent documents show unknown icon

2022-03-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=401579

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

  1   2   >