[Powerdevil] [Bug 455511] "Failed to start Powerdevil" slowing down log-in in KDE Plasma 5.25.0; error spams "Charge thresholds not supported"

2023-05-12 Thread Rocket Aaron
https://bugs.kde.org/show_bug.cgi?id=455511

Rocket Aaron  changed:

   What|Removed |Added

 CC||i...@rocka.me

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

[i18n] [Bug 469689] New: "bijgewerkt" + "actueel" in het venster van Discover

2023-05-12 Thread PK
https://bugs.kde.org/show_bug.cgi?id=469689

Bug ID: 469689
   Summary: "bijgewerkt" + "actueel" in het venster van Discover
Classification: Translations
   Product: i18n
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: nl
  Assignee: kde-i18n...@kde.org
  Reporter: pieterkristen...@gmail.com
  Target Milestone: ---

Created attachment 158902
  --> https://bugs.kde.org/attachment.cgi?id=158902=edit
bijgewerkt actueel

Aangezien een afbeelding vaak efficienter communiceert dan woorden voeg ik een
bijlage in. Ik zou het fijn vinden als je daar naar kijkt.
Als je dat doet zie je het venster van Discover.
Links-onder zie je staan "bijgewerkt". N.m.m. is dat gewoon prima om te zeggen
in het Nederlands.
Maar middenin staat met grote letters: "Actueel". 
Dat is n.m.m. niet alleen lelijk Nederlands - actueel betekent: wat op dit
moment gebeurt en dat is hier niet van toepassing - maar het is ook erg
inconsistent.

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

[audiotube] [Bug 469168] Audiotube Segfaults on Startup (file:///usr/lib/qt5/qml/org/kde/kirigami.2/styles/Plasma/Theme.qml:73: TypeError: Cannot read property 'Theme' of undefined)

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469168

school.sh...@gmail.com changed:

   What|Removed |Added

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

--- Comment #6 from school.sh...@gmail.com ---
I think I found the source of the problem. I had the QT_QUICK_CONTROLS_STYLE
variable set to Plasma, because it seems to provide QtQuick 1 & QtQuick 2
styles unlike org.kde.desktop, where only QtQuick 2 style is provided. Setting
it back to org.kde.desktop or unsetting the variable fixes the issue. I guess
it interferes with the patched qt5ct. Sorry for all the hassle caused so far.

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

[Elisa] [Bug 469243] Huge playlists (+5k files) freeze Elisa

2023-05-12 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=469243

Prajna Sariputra  changed:

   What|Removed |Added

 CC||putr...@gmail.com

--- Comment #1 from Prajna Sariputra  ---
I am also experiencing this issue with Elisa 23.04.1, and downgrading to Elisa
22.12.3 makes the issue go away.

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

[digikam] [Bug 469688] Unable to launch the software after installation

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469688

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

   What|Removed |Added

  Component|Albums-Engine   |Faces-Engine
 CC||caulier.gil...@gmail.com

--- Comment #1 from caulier.gil...@gmail.com ---
This dialog download face engine deep learning models files from the Internet.
Probably, you have a network problem. 

With next 8.1.0, you can by pass this stage:

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

Please try to use this version instead

Gilles Caulier

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

[digikam] [Bug 469688] Unable to launch the software after installation

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469688

ktvheihei...@foxmail.com changed:

   What|Removed |Added

  Component|Showfoto-Core   |Albums-Engine

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

[digikam] [Bug 469688] New: Unable to launch the software after installation

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469688

Bug ID: 469688
   Summary: Unable to launch the software after installation
Classification: Applications
   Product: digikam
   Version: 8.0.0
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: Showfoto-Core
  Assignee: digikam-bugs-n...@kde.org
  Reporter: ktvheihei...@foxmail.com
  Target Milestone: ---

Created attachment 158901
  --> https://bugs.kde.org/attachment.cgi?id=158901=edit
The software is unresponsive in this interface

SUMMARY
Unable to launch the software after installation
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. I don't know why it would cause, this is my first time installing the
software
2. 
3. 

OBSERVED RESULT
The software is unresponsive and I can't do anything like cancel the download
and then crash back

EXPECTED RESULT
have somebody can tell me how to repair this wrong?


SOFTWARE/OS VERSIONS
Windows: 10

ADDITIONAL INFORMATION

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

[kscreenlocker] [Bug 469687] New: Screen does not shut off when sleep inhibitor lock is created and released

2023-05-12 Thread Eric G
https://bugs.kde.org/show_bug.cgi?id=469687

Bug ID: 469687
   Summary: Screen does not shut off when sleep inhibitor lock is
created and released
Classification: Plasma
   Product: kscreenlocker
   Version: 5.27.4
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ericgh...@gmail.com
  Target Milestone: ---

If a sleep inhibitor lock is repeatedly created and released during the
duration of the "Screen Energy Saving" switch off period, the screen will never
switch off on inactivity.  I believe this is unintended behavior based on the
similar Bug 464119;  screen switch off and sleep should not be correlated.

***

STEPS TO REPRODUCE
1. Set the "Screen Energy Saving" to switch off after 1 minute in Power Devil
2. Run the below script as root:
```
#!/bin/bash

if (( $EUID != 0 )); then
  echo "Must run as root"
  exit 1
fi

trap exit 1 SIGINT

while true; do
  systemd-inhibit --what="sleep" --who="test" --why="test" --mode="block" sleep
5
done
```

OBSERVED RESULT
Screen will not switch off after 1 minute of inactivity.


EXPECTED RESULT
Screen should switch off after 1 minute of inactivity.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Gentoo (up to date stable branch 5-10-2023)
KDE Plasma Version: 5.27.4 
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.9

ADDITIONAL INFORMATION
Similar behavior was observed on Debian 12, in this case the screen shut off
momentarily and seconds later switched back on without any human interaction. 

Linux Version: Debian 12
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

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

[kwin] [Bug 469280] Screen corruption after switching back from TTY and after coming back from sleep.

2023-05-12 Thread Francisco González
https://bugs.kde.org/show_bug.cgi?id=469280

Francisco González  changed:

   What|Removed |Added

 CC||fgonzalez.n...@gmail.com

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

[kate] [Bug 468196] dragging selected word displays all the line after selected word

2023-05-12 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=468196

Waqar Ahmed  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |---
 Status|RESOLVED|REPORTED

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

[NeoChat] [Bug 466207] Crash right after start/login

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=466207

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

[kate] [Bug 468196] dragging selected word displays all the line after selected word

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468196

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #7 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 469091] system settings crashes in flatpak_installation_list_installed_refs_by_kind

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=469091

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

[Discover] [Bug 466205] Discover crashes in KNSCore::Engine::addProvider() while checking for updates

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=466205

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

[ghostwriter] [Bug 467928] Huge memory leaks when using ghostwriter

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467928

--- Comment #4 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 469027] Maximising some apps leaves a thin gap on the right side of my main monitor

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=469027

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

[plasmashell] [Bug 467444] Segmentation fault (11) on plasmashell when returning from screen locking

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467444

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

[KScreen] [Bug 456142] Display scale is reset on logout

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456142

poperi...@mailbox.org changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #16 from poperi...@mailbox.org ---
Sorry for not replying. This has been fixed!

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

[plasmashell] [Bug 468438] file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:47:17: Unable to assign double to QQuickAnchorLine

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468438

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |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.

[kwin] [Bug 468436] Often when away from laptop, desktop has crashed/restarted when I come back, with kwin crash note in dmsg

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468436

--- Comment #4 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 468906] Extract Frame Save Dialog crashes when changing directory via input into filename

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468906

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

[Akonadi] [Bug 467316] Crash akonadi when adding Nextcloud in Kontact

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467316

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

[ksmserver] [Bug 388934] KDE Application Launcher is Crashing Plasma

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=388934

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

[kscreenlocker] [Bug 417282] Set 24h in System Settings, got 12h in lockscreen

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=417282

--- Comment #15 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 444173] after update most per-app config lost

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=444173

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

[plasmashell] [Bug 415061] Default keyboard layout which includes level3(ralt_switch) combined with "Swap Left Alt with Left Ctrl" breaks Meta key in global shortcuts

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415061

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

[dolphin] [Bug 442753] New instance of Dolphin inconsistently includes tabs from another one

2023-05-12 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=442753

Andrey  changed:

   What|Removed |Added

 CC||butir...@gmail.com

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

[plasmashell] [Bug 469419] Floating panel mouse redirection interferes with drag and drop

2023-05-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469419

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Kai Uwe Broulik  ---
*** Bug 469568 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 469568] In Plasma 6 with a floating panel, input redirecting around empty areas fails if the cursor is farther than the default drag distance

2023-05-12 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=469568

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||k...@privat.broulik.de
 Resolution|--- |DUPLICATE

--- Comment #1 from Kai Uwe Broulik  ---


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

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

[plasmashell] [Bug 468352] In a default panel located on the bottom, small window previews are often mis-positioned, either overlapping their task item or not touching it at all

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=468352

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #7 from Patrick Silva  ---
duplicate of bug 463272

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

[kdeplasma-addons] [Bug 466230] The eyedropper in the colorpicker widget does not work when compositor is disabled

2023-05-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=466230

Fushan Wen  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kdeplasma-addons/commit/ |ma/kdeplasma-addons/commit/
   |852c0663803a64aa7fb93ca2962 |3aaf396aa791b6902f451703383
   |60c58e8b2d6ac   |8381a1c6d4d3e

--- Comment #10 from Fushan Wen  ---
Git commit 3aaf396aa791b6902f4517033838381a1c6d4d3e by Fushan Wen.
Committed on 13/05/2023 at 02:58.
Pushed by fusionfuture into branch 'master'.

applets/colorpicker: disable pick button when compositing is disabled
FIXED-IN: 5.27.5

(cherry picked from commit 852c0663803a64aa7fb93ca296260c58e8b2d6ac)

M  +2-0   
applets/colorpicker/package/contents/ui/CompactRepresentation.qml
M  +16   -2applets/colorpicker/package/contents/ui/main.qml

https://invent.kde.org/plasma/kdeplasma-addons/commit/3aaf396aa791b6902f4517033838381a1c6d4d3e

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

[plasmashell] [Bug 459955] Textual List of grouped instances closes on hover during drag-and-drop

2023-05-12 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=459955

--- Comment #6 from Fushan Wen  ---
I asked in #plasma Matrix room and it seems most users don't see the problem. I
assume the bug is caused by a very special configuration.

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

[krunner] [Bug 469686] New: Krunner crash with __vm_enough_memory

2023-05-12 Thread onlybugreports
https://bugs.kde.org/show_bug.cgi?id=469686

Bug ID: 469686
   Summary: Krunner crash with __vm_enough_memory
Classification: Plasma
   Product: krunner
   Version: 5.27.5
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: gotmanyaccou...@gmail.com
CC: alexander.loh...@gmx.de, natalie_clar...@yahoo.de
  Target Milestone: ---

Created attachment 158900
  --> https://bugs.kde.org/attachment.cgi?id=158900=edit
gdb krunner trace

SUMMARY

Probable memory leak in krunner and plasmashell.

When invoking krunner with only apllications and command line plugins
activated, I type 'dolphin' and hit enter. No program is launched and
journalctl reports: 

>krunner[17643]: QCommandLineParser: argument list cannot be empty, it should 
>contain at least the executable name
>kernel: __vm_enough_memory: pid: 17643, comm: krunner, not enough memory for 
>the allocation

I have attached gdb trace for krunner.

At the moment I have an alternate launcher and every hour I run 'plasmashell
--replace' to reclaim several GB of ram and 'pkill krunner'.


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[dolphin] [Bug 452434] The list of files and folders is not updated

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=452434

Patrick Silva  changed:

   What|Removed |Added

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

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


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

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

[frameworks-kcoreaddons] [Bug 387663] Dolphin doesn't update view (doesn't show new files)

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=387663

Patrick Silva  changed:

   What|Removed |Added

 CC||jon9...@gmail.com

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

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

[dolphin] [Bug 448707] Dolphin always restores all tabs, even on additional instances

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=448707

Patrick Silva  changed:

   What|Removed |Added

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

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

[dolphin] [Bug 442753] New instance of Dolphin inconsistently includes tabs from another one

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=442753

Patrick Silva  changed:

   What|Removed |Added

   Platform|Neon|Archlinux
   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=448707
Version|unspecified |23.04.1

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

[Discover] [Bug 461385] When trying to install an update including packages that want to prompt the user to agree to a EULA, the update fails silently

2023-05-12 Thread jonzn4SUSE
https://bugs.kde.org/show_bug.cgi?id=461385

--- Comment #47 from jonzn4SUSE  ---
On this machine.

Operating System: openSUSE Tumbleweed 20230511
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Kernel Version: 6.3.1-1-default (64-bit)
Graphics Platform: X11
Processors: 12 × Intel® Core™ i7-9850H CPU @ 2.60GHz
Memory: 125.1 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630
Manufacturer: HP
Product Name: HP ZBook 17 G6

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

[Discover] [Bug 461385] When trying to install an update including packages that want to prompt the user to agree to a EULA, the update fails silently

2023-05-12 Thread jonzn4SUSE
https://bugs.kde.org/show_bug.cgi?id=461385

--- Comment #46 from jonzn4SUSE  ---
Created attachment 158899
  --> https://bugs.kde.org/attachment.cgi?id=158899=edit
bad nvidia...

So I blocked all nvidia packages from updating and all went well.

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

[dolphin] [Bug 469656] Dolphin cannot remember previously opened tabs

2023-05-12 Thread scatherinch
https://bugs.kde.org/show_bug.cgi?id=469656

--- Comment #4 from scatherinch  ---
It's also happening on vanilla Arch. I'm not using any desktop environment,
everything I have is custom and built using only a window manager. 

Tabs aren't remembered and file manager always reverts to the home directory.

So, something must have broken in dolphin's last update, probably?

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

[plasmashell] [Bug 469576] Visual bug: "100%" volume is double-rowed in HiDPI (Plasma 5.27.5)

2023-05-12 Thread Maximilian Böhm
https://bugs.kde.org/show_bug.cgi?id=469576

--- Comment #1 from Maximilian Böhm  ---
(My second problem in this ticket with missing plop sound is resolved:
Notification sound was set silent.)

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

[dolphin] [Bug 463277] Wayland: Dolphin no longer detects Control and Shift keys when dragging items

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=463277

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #3 from Patrick Silva  ---


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

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

[frameworks-kio] [Bug 423031] [Wayland] Modifier keys to move (shift), copy (ctrl) and create a link (ctrl+shift) don't work if pressed after I start to drag the file/folder

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=423031

Patrick Silva  changed:

   What|Removed |Added

 CC||sonichedgehog_hyperblast00@
   ||yahoo.com

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

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

[digikam] [Bug 377857] Ideas to improve usability of image properties sidebar tab.

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377857

--- Comment #56 from caulier.gil...@gmail.com ---
LCD screen from idimager :

https://static.wixstatic.com/media/3789fd_ca770b8f052a416a82d1ecf5fa614096~mv2.png/v1/fill/w_1648,h_970,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/3789fd_ca770b8f052a416a82d1ecf5fa614096~mv2.png

Gilles Caulier

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

[digikam] [Bug 445349] Add a zoom magnifier glass widget over the preview canvas.

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445349

--- Comment #10 from caulier.gil...@gmail.com ---
Another ex of magnifier glass from idimager :

https://static.wixstatic.com/media/3789fd_f3b0e33c9015414c84f190b61d2326f6~mv2.png/v1/fill/w_1552,h_970,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/3789fd_f3b0e33c9015414c84f190b61d2326f6~mv2.png

Gilles Caulier

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

[dolphin] [Bug 469651] File extension outside its box in icon view

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=469651

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #2 from Patrick Silva  ---


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

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

[dolphin] [Bug 459395] File with specific name is not properly highlighted in icon view mode when icon size is 128 pixels

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=459395

Patrick Silva  changed:

   What|Removed |Added

 CC||jb.le...@gmail.com

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

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

[dolphin] [Bug 467661] Pasting an image into Dolphin, the "clipboard content" dialog should offer sane defaults

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=467661

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[digikam] [Bug 469643] digiKam 8.0 crashes when starting, as soon as the scanning completes

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469643

--- Comment #3 from caulier.gil...@gmail.com ---
How many files do you have in your collection ?

I don't know why crash course do not handle the exception.

The debugview running in background will indicate where in scan process the
crash appear, typically which file is the cause of the exception.

the HEIF format can be a source of dysfunction.

Best

Gilles Caulier

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

[digikam] [Bug 469682] Digikam crashes randomly

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469682

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

   What|Removed |Added

   Version Fixed In||8.1.0
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from caulier.gil...@gmail.com ---
Fixed with bug 464499

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

[dolphin] [Bug 469680] Dolphin no longer saves tabs after update!

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=469680

Patrick Silva  changed:

   What|Removed |Added

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

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


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

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

[dolphin] [Bug 469656] Dolphin cannot remember previously opened tabs

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=469656

Patrick Silva  changed:

   What|Removed |Added

 CC||x5cf...@gmail.com

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

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

[digikam] [Bug 469682] Digikam crashes randomly

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469682

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
Version|unspecified |8.0.0
  Component|general |Usability-SpellCheck

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

[plasmashell] [Bug 469685] New: Global menu can't show second screen app menu

2023-05-12 Thread yswtrue
https://bugs.kde.org/show_bug.cgi?id=469685

Bug ID: 469685
   Summary: Global menu can't show second screen app menu
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Global Menu
  Assignee: plasma-b...@kde.org
  Reporter: a365039...@gmail.com
CC: k...@privat.broulik.de, mvourla...@gmail.com
  Target Milestone: 1.0

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. open an app support global menu
2. move the app to the second screen

OBSERVED RESULT
global menu disappear

EXPECTED RESULT
global menu can display the second screen app menu or there is an option to
config that.

SOFTWARE/OS VERSIONS
Windows: wayland
macOS: Arch
Linux/KDE Plasma: 5.27.5
(available in About System)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9

ADDITIONAL INFORMATION

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

[policykit-kde-agent-1] [Bug 469684] New: KDE Polkit does not support Duo MFA

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469684

Bug ID: 469684
   Summary: KDE Polkit does not support Duo MFA
Classification: Plasma
   Product: policykit-kde-agent-1
   Version: unspecified
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: s...@infoatrisk.com
CC: d...@kde.org, jgrul...@redhat.com, jrez...@redhat.com
  Target Milestone: ---

SUMMARY
***
MFA configured through the Duo security provider does not work with any KDE
Plasma components. This includes polkit calls from the desktop, as well as SDDM
during login.
***


STEPS TO REPRODUCE
1. Install Duo according to their instructions, either installing from a repo
or building from source: https://duo.com/docs/duounix
2. Configure /etc/duo/pam_duo.conf and /etc/duo/login_duo.conf with a current
ikey, skey, and api hostname
3. Configure /etc/pam.d/common-auth (or /etc/pam.d/system-auth and
/etc/pam.d/password-auth if RHEL-based) with the appropriate
/lib64/security/pam_duo.so call in accordance with Duo documentation:
https://duo.com/docs/duounix

OBSERVED RESULT
Duo works appropriately in a terminal, requiring the OTP from the user before
successfully authenticating, but fails in the graphical environment everywhere.
SDDM login simply fails with no reason, and polkit prompts do not work
properly.

EXPECTED RESULT
After a correct password is entered, a second text field is presented for the
OTP to complete Duo authentication, much like it's handled in Gnome and XFCE.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian 11
(available in About System)
KDE Plasma Version: 4:5.20.5

ADDITIONAL INFORMATION
Happy to help reproduce if anyone is confused.

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

[Skanpage] [Bug 469683] New: Skanpage

2023-05-12 Thread JoeDirt
https://bugs.kde.org/show_bug.cgi?id=469683

Bug ID: 469683
   Summary: Skanpage
Classification: Applications
   Product: Skanpage
   Version: 23.04.0
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: a.stipp...@gmx.net
  Reporter: j...@joedirt.us
  Target Milestone: ---

Application: skanpage (23.04.0)

Qt Version: 5.15.9
Frameworks Version: 5.105.0
Operating System: Linux 6.3.1-2-default x86_64
Windowing System: Wayland
Distribution: "openSUSE Tumbleweed"
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
Crashed after one scan of multiples needed on an HP Office Jet Pro 9010

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: Skanpage (skanpage), signal: Segmentation fault

[KCrash Handler]
#4  0x7fcf88bd2baa in KSaneCore::ImageBuilder::copyToImage
(read_bytes=65611, readData=0x555bb11ee000 '\377' ...,
this=0x555bb12066e0) at
/usr/src/debug/ksanecore-23.04.0/src/imagebuilder.cpp:99
#5  KSaneCore::ScanThread::copyToScanData (this=this@entry=0x555bb11edff0,
readBytes=65611) at /usr/src/debug/ksanecore-23.04.0/src/scanthread.cpp:234
#6  0x7fcf88bd2f2c in KSaneCore::ScanThread::readData (this=0x555bb11edff0)
at /usr/src/debug/ksanecore-23.04.0/src/scanthread.cpp:210
#7  KSaneCore::ScanThread::run (this=0x555bb11edff0) at
/usr/src/debug/ksanecore-23.04.0/src/scanthread.cpp:122
#8  0x7fcf86303b7d in operator() (__closure=) at
thread/qthread_unix.cpp:350
#9  (anonymous
namespace)::terminate_on_exception >
(t=...) at thread/qthread_unix.cpp:287
#10 QThreadPrivate::start (arg=0x555bb11edff0) at thread/qthread_unix.cpp:310
#11 0x7fcf85c92ab4 in start_thread () from /lib64/libc.so.6
#12 0x7fcf85d19b60 in clone3 () from /lib64/libc.so.6

Thread 15 (Thread 0x7fcf427fc6c0 (LWP 9746) "skanpage:sh2"):
#1  0x7fcf85c91da0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libc.so.6
#2  0x7fcf790c7bfb in cnd_wait (mtx=0x555bb0ce48b8, cond=0x555bb0ce48e0) at
../src/c11/impl/threads_posix.c:135
#3  util_queue_thread_func (input=input@entry=0x7fcf303dbb80) at
../src/util/u_queue.c:290
#4  0x7fcf7910eb37 in impl_thrd_routine (p=) at
../src/c11/impl/threads_posix.c:67
#5  0x7fcf85c92ab4 in start_thread () from /lib64/libc.so.6
#6  0x7fcf85d19b60 in clone3 () from /lib64/libc.so.6

Thread 14 (Thread 0x7fcf42ffd6c0 (LWP 9745) "skanpage:sh1"):
#1  0x7fcf85c91da0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libc.so.6
#2  0x7fcf790c7bfb in cnd_wait (mtx=0x555bb0ce48b8, cond=0x555bb0ce48e0) at
../src/c11/impl/threads_posix.c:135
#3  util_queue_thread_func (input=input@entry=0x7fcf300188e0) at
../src/util/u_queue.c:290
#4  0x7fcf7910eb37 in impl_thrd_routine (p=) at
../src/c11/impl/threads_posix.c:67
#5  0x7fcf85c92ab4 in start_thread () from /lib64/libc.so.6
#6  0x7fcf85d19b60 in clone3 () from /lib64/libc.so.6

Thread 13 (Thread 0x7fcf437fe6c0 (LWP 9744) "QSGRenderThread"):
#1  0x7fcf86303eb5 in QtLinuxFutex::_q_futex (val3=0, addr2=0x0, val2=0,
val=3, op=0, addr=0x555bb1206750) at thread/qfutex_p.h:114
#2  QtLinuxFutex::futexWait >
(expectedValue=0x3, futex=...) at thread/qfutex_p.h:133
#3  lockInternal_helper (timeout=-1, elapsedTimer=0x0, d_ptr=...) at
thread/qmutex_linux.cpp:142
#4  QBasicMutex::lockInternal (this=0x555bb1206750) at
thread/qmutex_linux.cpp:159
#5  0x555bafc8d9c0 in InProgressPainter::paint(QPainter*) ()
#6  0x7fcf8782ec90 in QSGDefaultPainterNode::paint
(this=this@entry=0x555bb25be630) at
/usr/src/debug/qtdeclarative-everywhere-src-5.15.9+kde23/src/quick/scenegraph/util/qsgdefaultpainternode.cpp:188
#7  0x7fcf8782fa5c in QSGDefaultPainterNode::update (this=0x555bb25be630)
at
/usr/src/debug/qtdeclarative-everywhere-src-5.15.9+kde23/src/quick/scenegraph/util/qsgdefaultpainternode.cpp:216
#8  0x7fcf878a928d in QQuickPaintedItem::updatePaintNode (this=, oldNode=, data=) at
/usr/src/debug/qtdeclarative-everywhere-src-5.15.9+kde23/src/quick/items/qquickpainteditem.cpp:610
#9  0x7fcf87896378 in QQuickWindowPrivate::updateDirtyNode
(this=0x555bb0ee9f70, item=0x555bb140cbb0) at
/usr/src/debug/qtdeclarative-everywhere-src-5.15.9+kde23/src/quick/items/qquickwindow.cpp:3895
#10 0x7fcf8789697b in QQuickWindowPrivate::updateDirtyNodes
(this=this@entry=0x555bb0ee9f70) at
/usr/src/debug/qtdeclarative-everywhere-src-5.15.9+kde23/src/quick/items/qquickwindow.cpp:3640
#11 0x7fcf8789850d in QQuickWindowPrivate::syncSceneGraph
(this=this@entry=0x555bb0ee9f70) at
/usr/src/debug/qtdeclarative-everywhere-src-5.15.9+kde23/src/quick/items/qquickwindow.cpp:524
#12 0x7fcf878365a6 in QSGRenderThread::sync
(this=this@entry=0x7fcf7c00def0, inExpose=inExpose@entry=false,
inGrab=inGrab@entry=false) at

[digikam] [Bug 469682] New: Digikam crashes randomly

2023-05-12 Thread Hernan Schmidt
https://bugs.kde.org/show_bug.cgi?id=469682

Bug ID: 469682
   Summary: Digikam crashes randomly
Classification: Applications
   Product: digikam
   Version: unspecified
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: digikam-bugs-n...@kde.org
  Reporter: hernan.hy...@gmail.com
  Target Milestone: ---

Application: digikam (8.0.0-beta1)

Qt Version: 5.15.8
Frameworks Version: 5.104.0
Operating System: Linux 6.2.0-20-generic x86_64
Windowing System: X11
Distribution: Ubuntu 23.04
DrKonqi: 5.27.4 [KCrashBackend]

-- Information about the crash:
Digikam is randomly crashing, I've tried to find a pattern to know what's
causing it, but it seems to occur randomly. First time it crashed after I click
on "Accept" after disabling the showing of the date in icon view. After that it
worked ok.

Later it crashed for no apparent reason, when I clicked on a file then, after
restarting, it worked as intended after clicking that same file. And then
crashed again when clicking the caption field of another picture.

I'm sorry I can't be more specific, but I honestly have no idea what's causing
this behavior. It just seems to crash randomly throughout the day.

The crash can be reproduced sometimes.

-- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault

[KCrash Handler]
#4  0x7f89f4ef093e in QObject::removeEventFilter(QObject*) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f89f350b29a in Sonnet::SpellCheckDecorator::~SpellCheckDecorator()
() from /lib/x86_64-linux-gnu/libKF5SonnetUi.so.5
#6  0x7f89f350b2cd in Sonnet::SpellCheckDecorator::~SpellCheckDecorator()
() from /lib/x86_64-linux-gnu/libKF5SonnetUi.so.5
#7  0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#9  0x7f89f6ac92cd in Digikam::DTextEdit::~DTextEdit() () from
/usr/lib/digikam/libdigikamcore.so.8.0.0
#10 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#12 0x7f89f5baa8cd in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x7f89f5baa8cd in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#16 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x7f89f7a2b4fb in ?? () from /usr/lib/digikam/libdigikamgui.so.8.0.0
#19 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#20 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x7f89f5d266bd in QStackedWidget::~QStackedWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#24 0x7f89f5d49f7d in QTabWidget::~QTabWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#25 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#26 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#27 0x7f89f5baa8cd in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#28 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#29 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#30 0x7f89f7a25f2b in ?? () from /usr/lib/digikam/libdigikamgui.so.8.0.0
#31 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#32 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#33 0x7f89f6af2631 in ?? () from /usr/lib/digikam/libdigikamcore.so.8.0.0
#34 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#35 0x7f89f5baa586 in QWidget::~QWidget() () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#36 0x7f89f6b1312d in Digikam::DConfigDlgWdg::~DConfigDlgWdg() () from
/usr/lib/digikam/libdigikamcore.so.8.0.0
#37 0x7f89f4ee58ae in QObjectPrivate::deleteChildren() () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#38 0x7f89f5baa586 in QWidget::~QWidget() () from

[kmail2] [Bug 469681] On S/MIME encrypted & signed mail, KMail does not show attachment

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469681

--- Comment #2 from zocker.netw...@gmail.com ---
Link to similar bug in Thunderbird with the exact same mail:
https://bugzilla.mozilla.org/show_bug.cgi?id=1832905

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

[kmail2] [Bug 469681] On S/MIME encrypted & signed mail, KMail does not show attachment

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469681

--- Comment #1 from zocker.netw...@gmail.com ---
EDIT SUMMARY: Someone sent me a mail (most probably from Apple Mail) with an
attachment, full mail is signed & encrypted with a valid S/MIME certificate,
but KMail fails to recognize & display the attachment, which is a normal PDF.

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

[kmail2] [Bug 469681] New: On S/MIME encrypted & signed mail, KMail does not show attachment

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469681

Bug ID: 469681
   Summary: On S/MIME encrypted & signed mail, KMail does not show
attachment
Classification: Applications
   Product: kmail2
   Version: 5.22.3
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: zocker.netw...@gmail.com
  Target Milestone: ---

Created attachment 158898
  --> https://bugs.kde.org/attachment.cgi?id=158898=edit
Representative S/MIME encrypted content

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
***
Someone sent me (most probably from Apple Mail) 

STEPS TO REPRODUCE
1. Receive an mail, encrypted & signed with S/MIME by someone else, signature
is valid, the other party sent an attachment with that mail
2. Open E-Mail

OBSERVED RESULT
See that no attachment is listed, neither in plain text nor HTML mode. But the
mail is big enough to contain an attachment and Thunderbird (after changing to
HTML mode, read additional information) can recognize the attachment in the
exact same mail.

EXPECTED RESULT
See the attachment.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian GNU/Linux testing/unstable
(available in About System)
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
My KMail is configured to normally display all mails in their plain text
version. Thunderbird had a very similar bug with the exact same mail, but the
attachment became visible on Thunderbird after changing the display mode to
HTML. Using the banner on the left of the mail to change to HTML mode on KMail
did not fix it there.

A representative version of the mail after manual decryption of the S/MIME
encrypted content (only the "Content-*" headers) as attached as text file.
Comments and replaced content are marked with `[[ ]]`. The number of blank
lines in between the contents are correct.

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

[dolphin] [Bug 469680] New: Dolphin no longer saves tabs after update!

2023-05-12 Thread scatherinch
https://bugs.kde.org/show_bug.cgi?id=469680

Bug ID: 469680
   Summary: Dolphin no longer saves tabs after update!
Classification: Applications
   Product: dolphin
   Version: 23.04.1
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: x5cf...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
Dolphin updated recently. I don't use Plasma personally, but this program was
working exceptionally well on vanilla Arch until today. Whenever I open tabs in
the file manager, the tabs do not save as they should. I am not sure what has
changed in this version, but this is rather disheartening as I use my PC for
work, amongst other things and Dolphin is the only file manager I know that has
access to a terminal and other useful features. Can anyone help me get the
supposed functionality back from the version before this one?

STEPS TO REPRODUCE
1. Open tabs in dolphin
2. Restart


OBSERVED RESULT


EXPECTED RESULT: Dolphin should retain the tabs from last session as in the
previous version



SOFTWARE/OS VERSIONS
Linux: Arch Linux w/ Window Manager, no DE

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

[konsole] [Bug 467872] Crush while splitting

2023-05-12 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=467872

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/util
   ||ities/konsole/commit/730261
   ||98bc44088e790b33898424a947d
   ||ac283c0
 Resolution|--- |FIXED

--- Comment #2 from Kurt Hindenburg  ---
Git commit 73026198bc44088e790b33898424a947dac283c0 by Kurt Hindenburg, on
behalf of Luis Javier Merino Morán.
Committed on 12/05/2023 at 21:12.
Pushed by hindenburg into branch 'master'.

Disable keyboard selection mode on resize

When resizing, the selection cursor can easily end up being out of
bounds, potentially causing a crash if trying to extend the selection
later.  Since resizing already clears the normal mouse selection on
konsole, it makes sense to also disable keyboard selection mode to avoid
trouble.

M  +1-0src/terminalDisplay/TerminalDisplay.cpp

https://invent.kde.org/utilities/konsole/commit/73026198bc44088e790b33898424a947dac283c0

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

[kmail2] [Bug 461400] Kmail stays offline after wakeup from suspend to ram

2023-05-12 Thread Ray
https://bugs.kde.org/show_bug.cgi?id=461400

--- Comment #38 from Ray  ---
Trying KDE Discuss first:
https://discuss.kde.org/t/on-kde-neon-kmail-and-whole-akonadi-stays-offline-after-suspend-or-when-reestablishing-a-network-connection/1425

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

[digikam] [Bug 469643] digiKam 8.0 crashes when starting, as soon as the scanning completes

2023-05-12 Thread Marvin
https://bugs.kde.org/show_bug.cgi?id=469643

--- Comment #2 from Marvin  ---
(In reply to caulier.gilles from comment #1)
> Hi Marvin,
> 
> Please give us more details:
> 
> - The database type that you use.
> - The king of file format that you manage on your collection.
> - The program trace captured with debugview and the crash course captured
> with DrMinGW (see details here : https://www.digikam.org/contribute/)
> 
> Thanks in advance
> 
> Gilles Caulier

Hi Gilles,

I did install the -debug version and it keeps crashing. I was hoping to get a
.log file or something easily readable to crawl and try to see what breaks.
There are no .log files under C:\Users\\AppData\Local\digikam, just
\cache and \facesengine.

It's an old Picasa set of subfolders with pics taken by various Nexus and Pixel
phones, both jpg and raw, also some I got from iphone users.
It looks like it's crashing while scanning. If I kill all the digiKam processes
and start it again the "Find new items" bar seems to be able to progress by
another percent or so. I'm at 96% after many many mny restarts. The install
was done with just clicking Next so internal SQLite, I guess.

Apart from installing Sysinternals and DebugView, is there something simple I
can review?

Thanks, Marv

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

[yakuake] [Bug 462762] On Wayland, Yakuake will not cover panels set to "windows can cover" when size is 100%.

2023-05-12 Thread Henrique Sant'Anna
https://bugs.kde.org/show_bug.cgi?id=462762

Henrique Sant'Anna  changed:

   What|Removed |Added

 Depends on||426840


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=426840
[Bug 426840] Panels should automatically enter "Auto-Hide" or "Windows can
Cover" mode when full screen content causes them to be covered up
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 426840] Panels should automatically enter "Auto-Hide" or "Windows can Cover" mode when full screen content causes them to be covered up

2023-05-12 Thread Henrique Sant'Anna
https://bugs.kde.org/show_bug.cgi?id=426840

Henrique Sant'Anna  changed:

   What|Removed |Added

 Blocks||462762


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=462762
[Bug 462762] On Wayland, Yakuake will not cover panels set to "windows can
cover" when size is 100%.
-- 
You are receiving this mail because:
You are watching all bug changes.

[yakuake] [Bug 462762] On Wayland, Yakuake will not cover panels set to "windows can cover" when size is 100%.

2023-05-12 Thread Henrique Sant'Anna
https://bugs.kde.org/show_bug.cgi?id=462762

Henrique Sant'Anna  changed:

   What|Removed |Added

 Depends on||349785


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=349785
[Bug 349785] Intelligent auto-hide mode that hides the panel only when windows
are maximized or move over it
-- 
You are receiving this mail because:
You are watching all bug changes.

[plasmashell] [Bug 349785] Intelligent auto-hide mode that hides the panel only when windows are maximized or move over it

2023-05-12 Thread Henrique Sant'Anna
https://bugs.kde.org/show_bug.cgi?id=349785

Henrique Sant'Anna  changed:

   What|Removed |Added

 Blocks||462762


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=462762
[Bug 462762] On Wayland, Yakuake will not cover panels set to "windows can
cover" when size is 100%.
-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 373232] Horizontal lines with fractional HiDPI scaling

2023-05-12 Thread Luca Carlon
https://bugs.kde.org/show_bug.cgi?id=373232

--- Comment #260 from Luca Carlon  ---
Git commit 1f0cefa40815b00c2ba05453f8774ced180ca113 by Luca Carlon.
Committed on 09/05/2023 at 21:57.
Pushed by hindenburg into branch 'master'.

Invalidate a slightly larger area when scheduling a repaint

In highdpi with fractional scaling factor some lines appear in the
terminal area. This may be the result of areas that should be
refreshed with new content that are not included in the invalidated
area. This commit increases the invalidated area a bit to ensure
the missing area is included.

M  +21   -13   src/terminalDisplay/TerminalDisplay.cpp
M  +19   -0src/terminalDisplay/TerminalDisplay.h
M  +1-0src/terminalDisplay/TerminalPainter.cpp

https://invent.kde.org/utilities/konsole/commit/1f0cefa40815b00c2ba05453f8774ced180ca113

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

[kmail2] [Bug 461400] Kmail stays offline after wakeup from suspend to ram

2023-05-12 Thread Ray
https://bugs.kde.org/show_bug.cgi?id=461400

--- Comment #37 from Ray  ---
how about trying the matrix developer-channel? - I know, it's not a support
channel, but it looks like no dev is watching this thread

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

[Powerdevil] [Bug 464119] Systemd/logind sleep inhibitions inhibit both sleep and screen locking.

2023-05-12 Thread Jorge Nerín
https://bugs.kde.org/show_bug.cgi?id=464119

Jorge Nerín  changed:

   What|Removed |Added

 CC||jne...@gmail.com

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

[kdialog] [Bug 469622] Hidden folders and Hidden files have wrong icons

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=469622

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[ark] [Bug 401166] Impossible to rename files in the file conflict dialog when I extract 7zip or RAR

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=401166

Patrick Silva  changed:

   What|Removed |Added

Version|18.12.3 |23.04.1

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

[ark] [Bug 423062] If user enters wrong password while trying to extract 7zip or RAR archive, Ark should ask for password again

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=423062

Patrick Silva  changed:

   What|Removed |Added

Version|21.08.1 |23.04.1

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

[Spectacle] [Bug 445487] Feature: qrcode support in captured image

2023-05-12 Thread OrakMoya
https://bugs.kde.org/show_bug.cgi?id=445487

OrakMoya  changed:

   What|Removed |Added

 CC||orakmoyaoffic...@gmail.com

--- Comment #6 from OrakMoya  ---
Just bumping the ticket as I would like to see this implemented.

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

[Breeze] [Bug 428602] Icons of System Settings and SSL Preferences KCM are the same

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=428602

Patrick Silva  changed:

   What|Removed |Added

Version|unspecified |5.27.5
   Platform|Neon|Archlinux

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

[Breeze] [Bug 426074] Window Decoration buttons of GTK3 CSD windows do not respect Breeze window decoration button size setting

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=426074

Patrick Silva  changed:

   What|Removed |Added

   Platform|Other   |Archlinux
Version|unspecified |5.27.5

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

[Breeze] [Bug 418547] "Audio CDs" and "CDDB retrieval" kcms are represented by the same icon

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418547

Patrick Silva  changed:

   What|Removed |Added

Version|unspecified |5.27.5
   Platform|Other   |Archlinux

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

[dolphin] [Bug 437632] Dolphin launched via link does not display overlapping icon for Samba shares

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=437632

Patrick Silva  changed:

   What|Removed |Added

Version|unspecified |23.04.1
   Platform|Neon|Archlinux

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

[dolphin] [Bug 439163] There is no way to search from two or more locations at once

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=439163

Patrick Silva  changed:

   What|Removed |Added

   Platform|Neon|Archlinux
Version|unspecified |23.04.1

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

[dolphin] [Bug 398811] Settings window should never let the categories list get a vertical scrollbar

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=398811

Patrick Silva  changed:

   What|Removed |Added

Version|20.04.1 |23.04.1

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

[dolphin] [Bug 381647] possibiity to access hd/ssd partitions when right click on icon pinned to task manager

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=381647

Patrick Silva  changed:

   What|Removed |Added

   Platform|Other   |Archlinux
Version|unspecified |23.04.1

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

[dolphin] [Bug 407645] Files selection is incorrect in destination folder after you copy files to another tab using different methods

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=407645

Patrick Silva  changed:

   What|Removed |Added

Version|22.04.1 |23.04.1

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

[dolphin] [Bug 422120] Independent Icons sizes for thumbnail/no-thumbnail view is confusing and unnecessary

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=422120

Patrick Silva  changed:

   What|Removed |Added

Version|22.04.2 |23.04.1

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

[dolphin] [Bug 404306] [Wayland] Sometimes Dolphin disappears (no entry in plasma panel and task switcher) when I open file properties window despite its process is still running according to Ksysguar

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=404306

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #6 from Patrick Silva  ---
Cannot reproduce with Dolphin 23.04.1.

Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Graphics Platform: Wayland

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

[frameworks-kio] [Bug 421472] Properties dialog triggered inside Trash shows empty "Size"

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=421472

Patrick Silva  changed:

   What|Removed |Added

Version|git master  |5.105.0
   Platform|Neon|Archlinux

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

[kdenlive] [Bug 469679] New: Crash seems to be random, even when Kdenlive is not use

2023-05-12 Thread DavSol
https://bugs.kde.org/show_bug.cgi?id=469679

Bug ID: 469679
   Summary: Crash seems to be random, even when Kdenlive is not
use
Classification: Applications
   Product: kdenlive
   Version: 23.04.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: te...@ouvaton.org
  Target Milestone: ---

Created attachment 158897
  --> https://bugs.kde.org/attachment.cgi?id=158897=edit
My Linux and computer model

SUMMARY

Kdenlive crash at any moment.
Even sometimes when I use other applications (Kdenlive was open too).
But maybe more often when I play the timeline.

STEPS TO REPRODUCE
I don't know

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Linux/ Solus 4.3 Fortitude
(more information in picture join)

ADDITIONAL INFORMATIONS

I have an editing with hd videos (1920x1080) from Canon Still camera (.mov,
Codec : H264 - MPEG-4 AVC (part 10) (avc1) ), and I often change the speed of
clips.
No audio at this step.

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

[okular] [Bug 469664] Temporary freezing while editing form in pdf document

2023-05-12 Thread Sune Vuorela
https://bugs.kde.org/show_bug.cgi?id=469664

--- Comment #4 from Sune Vuorela  ---
Any chance you can compile a patched poppler ?

https://gitlab.freedesktop.org/poppler/poppler/-/merge_requests/1384

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

[okular] [Bug 469664] Temporary freezing while editing form in pdf document

2023-05-12 Thread Sune Vuorela
https://bugs.kde.org/show_bug.cgi?id=469664

Sune Vuorela  changed:

   What|Removed |Added

 CC||k...@pusling.com

--- Comment #3 from Sune Vuorela  ---
It looks like it is related to 1) the number of newlines and 2) the number of
fonts in the system. But likely a poppler issue.

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

[frameworks-kio] [Bug 393122] Folder icon is not immediately updated when a Samba share is disabled

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=393122

Patrick Silva  changed:

   What|Removed |Added

Version|5.96.0  |5.105.0

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

[dolphin] [Bug 456765] Dolphin Wastebin Sound notifications not working when emptying the wastebin via Left Panel

2023-05-12 Thread Colin J Thomson
https://bugs.kde.org/show_bug.cgi?id=456765

--- Comment #5 from Colin J Thomson  ---
(In reply to Alex from comment #4)
> Are you sure it's only the wastebin? I have no sound on Dolphin either when
> I am deleting a file or folder. System sounds (Oxygen) work as expected
> outside of Dolphin.

I think you are right, as I mentioned in comment #1 rolling back Dolphin did
fix the wastebin notifications. 
To be honest I never thought about other notifications in Dolphin and cannot
see anything in System Settings > Notifications > Plasma Workspace to set/test

FWIW KDE Gear 23.04.0-1

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

[kde-cli-tools] [Bug 429408] kde-open5 changes case of argument

2023-05-12 Thread Yuriy Vidineev
https://bugs.kde.org/show_bug.cgi?id=429408

Yuriy Vidineev  changed:

   What|Removed |Added

 CC||adeptsm...@gmail.com

--- Comment #15 from Yuriy Vidineev  ---
Same problem here with Slack (in snap). 
The solution from
https://stackoverflow.com/questions/70867064/signing-into-slack-desktop-not-working-on-4-23-0-64-bit-ubuntu
 worked for me

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

[frameworks-knewstuff] [Bug 418043] Uninstalling current third-party icon theme via GHNS window leaves system without many icons

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=418043

Patrick Silva  changed:

   What|Removed |Added

Version|5.67.0  |5.105.0

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

[plasmashell] [Bug 405496] Installation of KDE5 immovable

2023-05-12 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405496

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #15 from Nate Graham  ---
All right, cool! I wonder if it was working before too, and there was some kind
of local configuration issue.

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

[frameworks-kxmlgui] [Bug 423116] Click on a column of "Configure keyboard shortcuts" window while an action with assigned shortcut is expanded breaks the layout of the keyboard shortcuts list

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=423116

Patrick Silva  changed:

   What|Removed |Added

Version|5.94.0  |5.105.0

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

[frameworks-solid] [Bug 401145] Partition label is not immediately updated in the places panel if it was modified while Dolphin was running

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=401145

Patrick Silva  changed:

   What|Removed |Added

Version|5.86.0  |5.105.0

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

[kinfocenter] [Bug 469666] kinfo attempts to invoke kcmshell6 on Plasma 5

2023-05-12 Thread Trent M
https://bugs.kde.org/show_bug.cgi?id=469666

--- Comment #3 from Trent M  ---
Oh, nice! The fix is already in the pipe. Okay, thank you!

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

[frameworks-kio] [Bug 465454] plasmashell crashes in QTextDocument::docHandle with google chrome youtube video behind web proxy

2023-05-12 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=465454

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[gwenview] [Bug 447418] Gwenview Importer causes error messages in a loop and makes Plasma to hang/crash when used with root partition

2023-05-12 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=447418

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #2 from Patrick Silva  ---
'Download photos with Gwenview' option is no longer available for internal
partitions.

Gwenview 23.04.1
Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Kernel Version: 6.3.1-arch2-1 (64-bit)
Graphics Platform: Wayland

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

[neon] [Bug 469599] Kontact and Kmail broken after upgrade to KDE 5.27.5, app is still there but will not open "Failed to register new cgroup, Process does not exist" error

2023-05-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469599

--- Comment #31 from damian@posteo.de ---
Thanx a lot; works perfect!

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

  1   2   3   >