[amarok] [Bug 420964] Current Track applet layout a mess

2024-03-24 Thread Tuomas Nurmi
https://bugs.kde.org/show_bug.cgi?id=420964

Tuomas Nurmi  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

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

[amarok] [Bug 420964] Current Track applet layout a mess

2024-03-24 Thread Tuomas Nurmi
https://bugs.kde.org/show_bug.cgi?id=420964

Tuomas Nurmi  changed:

   What|Removed |Added

 CC||tuo...@norsumanageri.org

--- Comment #5 from Tuomas Nurmi  ---
Created attachment 167700
  --> https://bugs.kde.org/attachment.cgi?id=167700&action=edit
State of Current Track in 2.9.71+ when narrow

Better nowadays. Maybe not fully perfect when the width goes very small, but it
remains quite ok, with font sizes scaling and longer texts getting ellipsed.

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

[amarok] [Bug 283457] Amarok Current Track should allow to select text for copying it

2024-03-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=283457

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

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

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

[kde] [Bug 484388] New: threshold temperature warning is wrong

2024-03-24 Thread kk
https://bugs.kde.org/show_bug.cgi?id=484388

Bug ID: 484388
   Summary: threshold temperature warning is wrong
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: k...@orly.at
  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
***
Miniprogram : Thermal Monitor 0.1.4

STEPS TO REPRODUCE
1. Open Settings
2. GoTo: Appearance
3.  Enable danger color




OBSERVED RESULT

Even the temperature of Sensor is below the warning  threshold - the font-color
is red (e.q. warning)

EXPECTED RESULT
If the temperature is below the warning threshold, the font color should be
same is descriptor color. (for example: black)

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Arch 6.8.1-arch-1(64bit)
(available in About System)
KDE Plasma Version: 6.0.2
KDE Frameworks Version:  6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
Platform Wayland

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

[dolphin] [Bug 484387] New: Dolphin apparently has no means anymore to set the LimitFoldersPanelToHome property graphically

2024-03-24 Thread Tobias Leupold
https://bugs.kde.org/show_bug.cgi?id=484387

Bug ID: 484387
   Summary: Dolphin apparently has no means anymore to set the
LimitFoldersPanelToHome property graphically
Classification: Applications
   Product: dolphin
   Version: 24.02.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: panels: folders
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: t...@stonemx.de
CC: kfm-de...@kde.org
  Target Milestone: ---

Hello Dolphin devs!

The "Folders" panel has a property called "LimitFoldersPanelToHome". When set
to "false", one always sees a whole directory tree, starting from /. If set to
"true" or this property is unset, one only sees a tree starting from ~, if the
currently viewed folder is inside or below ~.

However, with recent versions of Dolphin (I can't tell when exactly this
happened, I noticed this because I added a new user for the fist time since
about 2018 and tried to set meaningful defaults), there is no graphical way
anymore to set this property. The behavior is to always start at ~ if inside ~,
and to only show a whole directory tree if a folder outside of ~ is viewed.

However, this property is still taken into account: If

[FoldersPanel]
LimitFoldersPanelToHome=false

is added manually to ~/.config/dolphinrc, one gets the respective behavior
back.

Would be nice if one could configure this again graphically. I think this
wasn't removed deliberately. Thanks a lot for fixing this!

Cheers, Tobias

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

[digikam] [Bug 484350] Failed to load image

2024-03-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=484350

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED
   Version Fixed In||8.4.0

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

[konsole] [Bug 484386] New: Solarised theme inconsistent black/gray

2024-03-24 Thread Arthur Bols
https://bugs.kde.org/show_bug.cgi?id=484386

Bug ID: 484386
   Summary: Solarised theme inconsistent black/gray
Classification: Applications
   Product: konsole
   Version: 23.08.5
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: font
  Assignee: konsole-de...@kde.org
  Reporter: art...@bols.dev
  Target Milestone: ---

SUMMARY
Solarised theme doesn't show "gray/bright black" `\x1b[90m` color. This color
is shown on all other themes, where "black" `\x1b[30m` is used as background
color.

This issue is a duplicate of #366143 but I believe it should be solved. It is
really difficult for CLI developers to be compatible with all themes and
terminals, and inconsistency doesn't help. For example, in the python termcolor
library, "black/grey" is invisible on most dark themes, but "dark_grey" is
shown, except when using the Solarised theme. So this means to be compatible
with all Konsole themes, it is not possible to use a greyish color.

This also causes a different problem where my cursor is sometimes not visible.
Overall it's not a good experience.


STEPS TO REPRODUCE
1. Switch to breeze theme
2. echo -ne '\x1b[30mBLACK\x1b[0m' 
3. echo -ne '\x1b[90mGREY\x1b[0m'
4. Switch to Solarised theme

OBSERVED RESULT
- They "BLACK" text is invisible and GREY is visible when using the breeze
theme
- They "BLACK" text is slightly visible and GREY is invisible when using the
solarised theme

EXPECTED RESULT
- They "BLACK" text is invisible and GREY is visible when using the solarised
theme

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Fedora Linux 39
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12

ADDITIONAL INFORMATION

I would be happy to open a pull request with the needed changes, if this issue
is accepted.

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

[plasma-systemmonitor] [Bug 484384] No system info displayed on Raspberry Pi OS

2024-03-24 Thread Robin Bankhead
https://bugs.kde.org/show_bug.cgi?id=484384

Robin Bankhead  changed:

   What|Removed |Added

Summary|No system info displayed on |No system info displayed on
   |wayland/raspberry pi OS |Raspberry Pi OS

--- Comment #1 from Robin Bankhead  ---
To confirm, the issue is not Wayland-specific and occurs also in plasma-x11
session.

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

[kwin] [Bug 484385] kwin_wayland segfault

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484385

lulukl...@gmail.com changed:

   What|Removed |Added

 CC||lulukl...@gmail.com

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

[kwin] [Bug 484385] New: kwin_wayland segfault

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484385

Bug ID: 484385
   Summary: kwin_wayland segfault
Classification: Plasma
   Product: kwin
   Version: 6.0.2
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: lulukl...@gmail.com
  Target Milestone: ---

SUMMARY
I have gotten 3 kwin segfault (so far) while playing games. They're quite
random. Sometimes it's after hours, sometimes near instantly.

The latest journalctl logs:
> kwin_wayland[1363]: segfault at 7fff89576f88 ip 7a5f2bd681c7 sp 
> 7fff89576f90 error 6 in libkwin.so.6.0.2[7a5f2bd45000+455000] likely on 
> CPU 9 (core 1, socket 0)
> Code: 48 81 ec 28 03 00 00 64 48 8b 04 25 28 00 00 00 48 89 84 24 18 03 00 00 
> 31 c0 4c 8d a4 24 c0 00 00 00 4c 8d b4 24 80 00 00 00  15 db 5e 5d 00 48 
> 8b 6b 08 4c 89 e7 4c 8b 68 10 4c 89 ee ff 15
Coredumps are available, although I have not interacted with one *at all*.

STEPS TO REPRODUCE
1. Play a game
Note: The segfaults are not consistent at all. As of writing this, there is no
way to consistently crash Kwin.

OBSERVED RESULT
Kwin segfaults

EXPECTED RESULT
Kwin doesn't segfault

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.1-zen1-1-zen (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
-

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

[kdenlive] [Bug 480814] is no VR360 and 3D effects

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=480814

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

   Version Fixed In||24.02.1
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Jean-Baptiste Mardelle  ---
Thanks for your report. The install problem was fixed and the effects will be
back in the upcoming 24.02.1 Windows version

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

[digikam] [Bug 467968] advanced slideshow using opengl re-displays some jpegs, sometimes crashes

2024-03-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=467968

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In|8.0.0   |8.4.0

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

[kdenlive] [Bug 484274] Favorite effects don't show up on Timeline Toolbar until restart

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=484274

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

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

--- Comment #1 from Jean-Baptiste Mardelle  ---
Thanks for your report. This is fixed in this commit:
https://invent.kde.org/multimedia/kdenlive/-/commit/941104faf417a36f39755226cd469d55929cc78f
And will be in the soon to be released 24.02.1 version for Windows

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

[plasmashell] [Bug 482816] On Wayland, real-fake-session-restored application not restored onto their virtual desktops

2024-03-24 Thread Philipp Verpoort
https://bugs.kde.org/show_bug.cgi?id=482816

--- Comment #4 from Philipp Verpoort  ---
After some further testing, I can confirm that in Wayland the size of Firefox
windows is restored correctly, but neither their position nor the specific
screen (in a multi-screen system) nor the virtual desktop is restored. All
windows just pop up in the centre of the primary screen on the current virtual
desktop.

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

[kdenlive] [Bug 472753] sequence numbering creates duplicates

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=472753

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/kdenlive/-/commit/18
   ||5cce37a522d1e2abceab47fe02d
   ||2b115c94715
 Resolution|--- |FIXED

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit 185cce37a522d1e2abceab47fe02d2b115c94715 by Jean-Baptiste Mardelle.
Committed on 24/03/2024 at 14:02.
Pushed by mardelle into branch 'release/24.02'.

Fix: don't propose existing name for new sequence

M  +7-1src/bin/bin.cpp
M  +11   -0src/doc/kdenlivedoc.cpp
M  +2-0src/doc/kdenlivedoc.h

https://invent.kde.org/multimedia/kdenlive/-/commit/185cce37a522d1e2abceab47fe02d2b115c94715

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

[kdenlive] [Bug 483777] Enabling Proxies Corrupts Timeline

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=483777

--- Comment #5 from Jean-Baptiste Mardelle  ---
Git commit ac078f004298f42807e2a8beed476486ab96067a by Jean-Baptiste Mardelle.
Committed on 24/03/2024 at 13:51.
Pushed by mardelle into branch 'release/24.02'.

Ensure we never reset the locale while an MLT XML Consumer is running (it
caused data corruption)

M  +2-0src/bin/bin.cpp
M  +1-1src/bin/binplaylist.cpp
M  +1-0src/bin/generators/generators.cpp
M  +6-1src/bin/projectclip.cpp
M  +0-1src/bin/projectfolder.cpp
M  +7-2src/bin/projectitemmodel.cpp
M  +1-0src/core.h
M  +1-0src/dialogs/timeremap.cpp
M  +2-0src/dialogs/wizard.cpp
M  +1-0src/doc/kdenlivedoc.cpp
M  +1-0src/mltcontroller/clipcontroller.cpp
M  +2-1src/project/projectmanager.cpp
M  +1-0src/timeline2/model/timelinefunctions.cpp
M  +1-0src/timeline2/model/timelinemodel.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/ac078f004298f42807e2a8beed476486ab96067a

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

[kdenlive] [Bug 483836] Crash when manually reloading clip

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=483836

--- Comment #8 from Jean-Baptiste Mardelle  ---
Git commit 1bef4dad70ce4fe7689e8faa9931537b1ff6ac99 by Jean-Baptiste Mardelle.
Committed on 24/03/2024 at 14:01.
Pushed by mardelle into branch 'release/24.02'.

Fix crash in sequence clip thumbnails

M  +2-2src/bin/bin.cpp
M  +5-9src/bin/projectclip.cpp
M  +1-1src/bin/projectclip.h
M  +2-2src/jobs/cliploadtask.cpp
M  +4-4src/mltcontroller/clipcontroller.cpp
M  +1-1src/mltcontroller/clipcontroller.h

https://invent.kde.org/multimedia/kdenlive/-/commit/1bef4dad70ce4fe7689e8faa9931537b1ff6ac99

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

[plasma-systemmonitor] [Bug 484384] New: No system info displayed on wayland/raspberry pi OS

2024-03-24 Thread Robin Bankhead
https://bugs.kde.org/show_bug.cgi?id=484384

Bug ID: 484384
   Summary: No system info displayed on wayland/raspberry pi OS
Classification: Applications
   Product: plasma-systemmonitor
   Version: 5.27.5
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ksysguard-b...@kde.org
  Reporter: kde.b...@headbank.co.uk
CC: ahiems...@heimr.nl, plasma-b...@kde.org
  Target Milestone: ---

SUMMARY
The applets displaying Memory, Disk, CPU, Networks, Network Rates and System
have no content on Raspberry Pi OS Bookworm Lite, on a Raspberry Pi 5.


STEPS TO REPRODUCE
1.  Install Raspberry Pi OS Bookworm Lite 
2. apt install plasma-systemmonitor
3. Launch plasma-wayland session
4. Open System Monitor

OBSERVED RESULT
Applets in application window are blank.

EXPECTED RESULT
Applets in application window display system metrics.


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 6.1.0-rpi7-rpi-2712 (64-bit)
(available in About System)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
Currently unable to determine if this works under x11 session as I'm unable to
get one running. Will update if I can.

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

[Breeze] [Bug 484383] New: Breeze GTK strange black lines between some elements

2024-03-24 Thread Alexey
https://bugs.kde.org/show_bug.cgi?id=484383

Bug ID: 484383
   Summary: Breeze GTK strange black lines between some elements
Classification: Plasma
   Product: Breeze
   Version: 6.0.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: gtk theme
  Assignee: plasma-b...@kde.org
  Reporter: alexi...@gmail.com
CC: agrine...@gmail.com, uhh...@gmail.com
  Target Milestone: ---

Created attachment 167699
  --> https://bugs.kde.org/attachment.cgi?id=167699&action=edit
bug demonstration

STEPS TO REPRODUCE
1. Set Breeze as theme for GTK applications;
2. Open Lutris.

OBSERVED RESULT
Black lines on left panel.

EXPECTED RESULT
No black lines on left panel (like with "default" GTK theme).

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

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

[plasmashell] [Bug 483635] Panel is on top of fullscreen window

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483635

Nicolas Fella  changed:

   What|Removed |Added

Product|kded-appmenu|plasmashell
 CC||niccolo.venera...@gmail.com
   ||, nicolas.fe...@gmx.de
  Component|Titlebar menu button/popup  |Panel
   Target Milestone|--- |1.0

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

[plasmashell] [Bug 484285] Menu starts to move and quaking when I want to resize it vertically

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484285

Nicolas Fella  changed:

   What|Removed |Added

 CC||mikel5...@gmail.com,
   ||nicolas.fe...@gmx.de,
   ||noaha...@gmail.com
   Target Milestone|--- |1.0
  Component|Titlebar menu button/popup  |Application Launcher
   ||(Kickoff)
Product|kded-appmenu|plasmashell

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

[kwin] [Bug 475322] A GPU reset (amdgpu) causes Xwayland to hang kwin if an app interacts with X11

2024-03-24 Thread fililip
https://bugs.kde.org/show_bug.cgi?id=475322

fililip  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Ever confirmed|1   |0
 Resolution|FIXED   |---

--- Comment #11 from fililip  ---
Oops, unfortunately not, I ran into this issue again after I wrote a fragment
shader that times out the GPU:

float t = mix(0.0, 1.0, sdf);
for (float i = 0.0; i < 7.0; i += 0.01) {
t += distance(gl_FragCoord.xy, aspect);
}

I had VSCode (Xwayland) open and while the reset succeeded, KWin was completely
stuck and I had to kill it.

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

[plasma-browser-integration] [Bug 484381] feature request: Activity Settings - Default Browser

2024-03-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=484381

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[kwin] [Bug 484380] kwin_wayland core dumped after update to KDE 6 (trap divide error i965_dri.so)

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484380

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #4 from Nicolas Fella  ---
Please follow
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl
to get a backtrace with debug symbols for the crash

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

[plasma-browser-integration] [Bug 484381] feature request: Activity Settings - Default Browser

2024-03-24 Thread Alan Ezust
https://bugs.kde.org/show_bug.cgi?id=484381

Alan Ezust  changed:

   What|Removed |Added

Summary|feature request: Different  |feature request: Activity
   |default browser for each|Settings - Default Browser
   |activity|

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

[kde] [Bug 484382] New: Audio volume increase/decrease feedback sound is low quality/bad

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484382

Bug ID: 484382
   Summary: Audio volume increase/decrease feedback sound is low
quality/bad
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: s.reszk...@gmail.com
  Target Milestone: ---

Created attachment 167698
  --> https://bugs.kde.org/attachment.cgi?id=167698&action=edit
Audio glitching on increase/decrease volume

SUMMARY
When you increase/decrease audio, the feedback sound is glitchy/low quality and
really bad.

STEPS TO REPRODUCE
1. Increase/decrease volume level

OBSERVED RESULT
Suffer with the low quality sound effect

EXPECTED RESULT
The feedback sound should be clear and glitchless, making you not suffer.

Operating System: Fedora Linux 40
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Kernel Version: 6.8.0-63.fc40.1.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-8565U CPU @ 1.80GHz
Memory: 11.6 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620
Manufacturer: LENOVO
Product Name: 81S9
System Version: Lenovo IdeaPad S145-15IWL

ADDITIONAL INFORMATION
Audio server: PulseAudio (on PipeWire 1.0.4)

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

[digikam] [Bug 467968] advanced slideshow using opengl re-displays some jpegs, sometimes crashes

2024-03-24 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=467968

Michael  changed:

   What|Removed |Added

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

--- Comment #20 from Michael  ---
My problem now is resolved:

digikam 8.2.0
KDE Plasma 6
Wayland
tumbleweed linux 6.8.1

Now sequence of jpegs is fine if using Open GL presentation with e.g. mixing.
Ken Burns transition also working.

Thanks, Michael

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

[qca] [Bug 482819] kwalletd6 sometimes crashed in QCA::PrivateKey::deriveKey when starting Proton VPN GUI

2024-03-24 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=482819

--- Comment #6 from Matt Fagnani  ---
I used kwalletmanager to export my wallet in encrypted form, then I deleted my
wallet. I created a new wallet when I started Proton VPN GUI and logged in.
kwalletd6 crashed each time when logging in to the Proton VPN server with the
same trace. An error message was shown by the Proton VPN GUI which wasn't shown
before, and the Proton VPN GUI didn't crash. So the problem didn't seem to be
something old about my wallet specifically. 

I ran the GNOME Keyring GUI program seahorse (Passwords and Keys) in Plasma
6.0.2, and kwalletd6 crashed with what looked like the same type of trace. The
problem appeared to be when deriving a private key during a Diffie-Hellman key
exchange.

Core was generated by `/usr/bin/kwalletd6 --pam-login 13 14'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x7f53b93811dc in QCA::PrivateKey::deriveKey
(this=this@entry=0x7ffecdfbcc90, theirs=...)
at /usr/src/debug/qca-2.3.8-1.fc40.x86_64/src/qca_publickey.cpp:1030
1030return static_cast(context())->key()->deriveKey(*(theirContext->key()));
[Current thread is 1 (Thread 0x7f53b96a79c0 (LWP 1591))]
(gdb) bt
#0  0x7f53b93811dc in QCA::PrivateKey::deriveKey
(this=this@entry=0x7ffecdfbcc90, theirs=...)
at /usr/src/debug/qca-2.3.8-1.fc40.x86_64/src/qca_publickey.cpp:1030
#1  0x55629a2db992 in
KWalletFreedesktopService::createSessionAlgorithmDhAes (this=0x7f53a000a320,
clientKey=...)
at
/usr/src/debug/kf6-kwallet-6.0.0-1.fc40.x86_64/src/runtime/kwalletd/kwalletfreedesktopservice.cpp:424
#2  KWalletFreedesktopService::OpenSession
(this=0x7f53a000a320, algorithm=, input=,
result=...)
at
/usr/src/debug/kf6-kwallet-6.0.0-1.fc40.x86_64/src/runtime/kwalletd/kwalletfreedesktopservice.cpp:266
#3  0x55629a300f43 in KWalletFreedesktopServiceAdaptor::OpenSession
(this=0x55629c5681b0, algorithm=, input=,
result=)
at
/usr/src/debug/kf6-kwallet-6.0.0-1.fc40.x86_64/redhat-linux-build/src/runtime/kwalletd/kwalletfreedesktopserviceadaptor.cpp:63
#4  KWalletFreedesktopServiceAdaptor::qt_static_metacall
(_o=0x55629c5681b0, _c=, _id=,
_a=0x7ffecdfbcfc8)
at
/usr/src/debug/kf6-kwallet-6.0.0-1.fc40.x86_64/redhat-linux-build/src/runtime/kwalletd/moc_kwalletfreedesktopserviceadaptor.cpp:410
#5  0x55629a301254 in KWalletFreedesktopServiceAdaptor::qt_metacall
(this=0x55629c5681b0, _c=QMetaObject::InvokeMetaMethod, _id=6,
_a=0x7ffecdfbcfc8)
at
/usr/src/debug/kf6-kwallet-6.0.0-1.fc40.x86_64/redhat-linux-build/src/runtime/kwalletd/moc_kwalletfreedesktopserviceadaptor.cpp:489
#6  0x7f53b897bb11 in QDBusConnectionPrivate::deliverCall
(this=this@entry=0x7f53a0001690, object=object@entry=0x55629c5681b0,
msg=..., metaTypes=..., slotIdx=11)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/dbus/qdbusintegrator.cpp:977
#7  0x7f53b897f675 in QDBusConnectionPrivate::activateCall
(this=this@entry=0x7f53a0001690, object=0x55629c5681b0,
flags=flags@entry=273, msg=...)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/dbus/qdbusintegrator.cpp:879
#8  0x7f53b89802c6 in QDBusConnectionPrivate::activateCall
(this=0x7f53a0001690, object=, flags=273, msg=...)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/dbus/qdbusintegrator.cpp:825
--Type  for more, q to quit, c to continue without paging--c
#9  QDBusConnectionPrivate::activateObject (this=0x7f53a0001690, node=...,
msg=..., pathStartPos=)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/dbus/qdbusintegrator.cpp:1460
#10 0x7f53b898295a in QDBusActivateObjectEvent::placeMetaCall
(this=0x7f53a00043c0)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/dbus/qdbusintegrator.cpp:1580
#11 0x7f53b77e25a5 in QObject::event (this=0x7f53a000a320,
e=0x7f53a00043c0)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/corelib/kernel/qobject.cpp:1437
#12 0x7f53b8b87f68 in QApplicationPrivate::notify_helper
(this=, receiver=0x7f53a000a320, e=0x7f53a00043c0)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/widgets/kernel/qapplication.cpp:3296
#13 0x7f53b778f218 in QCoreApplication::notifyInternal2
(receiver=0x7f53a000a320, event=0x7f53a00043c0)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1121
#14 0x7f53b778f42d in QCoreApplication::sendEvent (receiver=, event=)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1539
#15 0x7f53b7793147 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x55629c210390)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1901
#16 0x7f53b779340d in QCoreApplication::sendPostedEvents
(receiver=, event_type=)
at
/usr/src/debug/qt6-qtbase-6.6.2-6.fc40.x86_64/src/corelib/kernel/qcoreapplication.cpp:1760
#17 0x7f53b7a6751f in postEventSourceDispatch (s=0x55629c212450)
at
/usr/src/debug/q

[kwin] [Bug 483611] Frequent 1+ seconds compositor freeze on NVIDIA Wayland

2024-03-24 Thread Paragoumba
https://bugs.kde.org/show_bug.cgi?id=483611

Paragoumba  changed:

   What|Removed |Added

 CC||paragou...@proton.me

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

[plasma-browser-integration] [Bug 484381] New: feature request: Different default browser for each activity

2024-03-24 Thread Alan Ezust
https://bugs.kde.org/show_bug.cgi?id=484381

Bug ID: 484381
   Summary: feature request: Different default browser for each
activity
Classification: Plasma
   Product: plasma-browser-integration
   Version: unspecified
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: alan.ez...@gmail.com
  Target Milestone: ---

I have one browser for fun, and a different one for work. I use them in
different activities.
It would be nice if the default browser to use for links could depend on which
activity I am in.

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

[plasmashell] [Bug 446654] Feature Request: mirror a panel on all monitors

2024-03-24 Thread Henning
https://bugs.kde.org/show_bug.cgi?id=446654

--- Comment #36 from Henning  ---
yes a big problem is that every external display needs to get the panel created
new, which is especially bad when presenting, or using a TV etc.

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

[konsole] [Bug 408775] Do not close/destroy tab when closing view

2024-03-24 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=408775

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |NOT A BUG
 Status|NEEDSINFO   |RESOLVED

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

[kwin] [Bug 452219] Low fps and high CPU usage on external monitor connected to NVIDIA when default GPU is Intel

2024-03-24 Thread Candan Baykan
https://bugs.kde.org/show_bug.cgi?id=452219

Candan Baykan  changed:

   What|Removed |Added

 CC||baykancanda...@gmail.com

--- Comment #69 from Candan Baykan  ---
System Configuration:
ASUS TUF A15 FA506II Notebook
CPU: AMD Ryzen 7 4800H (Has iGPU and laptop screen is connected to this)
dGPU: NVIDIA GTX1650 Ti (Using proprietary 550.67 driver, has type-c output
port)
144 Hz External Monitor (connected via display port to type-c cable)
Distro: openSUSE Tumbleweed 20240321
DE: KDE Plasma 6.0.2 Wayland
Kernel: 6.8.1-1-default
kwin is running on iGPU

Observations: (all the tests are done on 144 hz external monitor)
- Firefox on Wayland gets 144 fps on testufo.com but it drops to 72 fps when i
shake the mouse. Also while testufo is running, when i open application
launcher fps drops to 72 fps.
- Brave on xwayland gets ~65 fps on testufo.com and shaking mouse has no
effect.
- Brave on Wayland (--ozone-platform-hint=auto) gets ~76 fps on testufo.com but
it drops to 72 fps when i shake the mouse.
- glxgears gets 144 fps and it drops to ~141 fps when shaking the mouse.
- When i activate "Show FPS" desktop effect, current fps is ~195 maximum fps is
showing 143 and when i shake the mouse, current fps drops to ~160 fps

The Plasma 6 and NVIDIA 550 updates are improved performance a lot, now I can
daily driver wayland on both home and work laptop (at work i have 75 hz
external monitor and it was getting ~37 fps which was not usable). Thanks to
all developers for their efforts.

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

[valgrind] [Bug 281975] Memcheck crashes on the Cortex A9 Armv7 processor executing unsupported VMD instructions

2024-03-24 Thread Markus Gothe
https://bugs.kde.org/show_bug.cgi?id=281975

--- Comment #5 from Markus Gothe  ---
(In reply to Paul Floyd from comment #4)
> Wouldn't it be better to do this check at compile time?

Interesting idea... I guess it could be done, but since there already exist
dynamic detection of both VFP and NEON capabilities we can just piggyback on
them and make the code less intrusive.

I have seen some asymmetrical systems with multiple cores, where only one core
has the NEON extension.
I'll give it some testing.

BR,
Markus

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

[Discover] [Bug 483880] Discover does not recognize plasma addons

2024-03-24 Thread Julien Delquié
https://bugs.kde.org/show_bug.cgi?id=483880

Julien Delquié  changed:

   What|Removed |Added

 CC||julien@gmail.com

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

[Discover] [Bug 484332] Discover crash when click on Installed

2024-03-24 Thread Julien Delquié
https://bugs.kde.org/show_bug.cgi?id=484332

Julien Delquié  changed:

   What|Removed |Added

 CC||julien@gmail.com

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

[plasmashell] [Bug 479084] Standalone "Peek at Desktop", "Minimize all", and "Keyboard Layout" widgets inappropriately transfer focus to their parent Panel when activated

2024-03-24 Thread Julien Delquié
https://bugs.kde.org/show_bug.cgi?id=479084

Julien Delquié  changed:

   What|Removed |Added

 CC||julien@gmail.com

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

[kdevelop] [Bug 438774] QML parsing error on required keyword

2024-03-24 Thread Luis B
https://bugs.kde.org/show_bug.cgi?id=438774

Luis B  changed:

   What|Removed |Added

 CC||luis.bue...@server23.cc

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

[konsole] [Bug 457924] After executing `reset`, the usual warning when pressing Ctr+S is not seen

2024-03-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=457924

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[kwin] [Bug 484380] kwin_wayland core dumped after update to KDE 6 (trap divide error i965_dri.so)

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484380

Nicolas Fella  changed:

   What|Removed |Added

 CC||nicolas.fe...@gmx.de
   Severity|critical|normal

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

[okular] [Bug 382860] Okular does not execute any basic PDF form action

2024-03-24 Thread Pratham Gandhi
https://bugs.kde.org/show_bug.cgi?id=382860

Pratham Gandhi  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 CC||ppg.1...@gmail.com
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Pratham Gandhi  ---
All 3 actions work fine now in the latest Okular version.

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

[kdenlive] [Bug 484009] Rotoscoping (Mask) impossible to create

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=484009

--- Comment #6 from Jean-Baptiste Mardelle  ---
Git commit 8ce440f539db7a19f3ec9a45641a48bfe7ab59ba by Jean-Baptiste Mardelle.
Committed on 24/03/2024 at 12:05.
Pushed by mardelle into branch 'release/24.02'.

Fix: Rotoscoping - allow closing shape with Return key, don't discard initial
shape when drawing it and seeking in timeline

M  +1-1src/assets/keyframes/model/rotoscoping/rotohelper.cpp
M  +39   -22   src/monitor/view/kdenlivemonitorrotoscene.qml

https://invent.kde.org/multimedia/kdenlive/-/commit/8ce440f539db7a19f3ec9a45641a48bfe7ab59ba

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

[kdenlive] [Bug 471850] "P" tag for proxy clips not translated in Timeline.

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=471850

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/mult
   ||imedia/kdenlive/-/commit/5a
   ||b2de05066f31cdf7934a713679d
   ||ccbb2b176af
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit 5ab2de05066f31cdf7934a713679dccbb2b176af by Jean-Baptiste Mardelle.
Committed on 24/03/2024 at 11:57.
Pushed by mardelle into branch 'release/24.02'.

Fix: cannot translate the "P" for Proxy in timeline

M  +1-1src/bin/projectclip.cpp
M  +1-1src/timeline2/view/qml/Clip.qml

https://invent.kde.org/multimedia/kdenlive/-/commit/5ab2de05066f31cdf7934a713679dccbb2b176af

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

[okular] [Bug 401067] Fillable form fields in Okular may show up as "undefined"

2024-03-24 Thread Pratham Gandhi
https://bugs.kde.org/show_bug.cgi?id=401067

Pratham Gandhi  changed:

   What|Removed |Added

 CC||ppg.1...@gmail.com

--- Comment #2 from Pratham Gandhi  ---
The document is unfortunately not available now. Could you please attach it
here if you still have it?

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

[kscreenlocker] [Bug 484356] Make screen locker not register "space" button pressing

2024-03-24 Thread roworu
https://bugs.kde.org/show_bug.cgi?id=484356

--- Comment #2 from roworu  ---
Gnome desktop also behaves this way. But it only ignores first press of the
space button.
So, I would propose act the same:
1) First press of space button considered as signal to turn on display.
2) All others - password input.
May be we should not focus on exact button (if it space, Ctrl, Shift) and just
make first touch of keyboard with turned off display to turn it on?
It sound more logical, than just start password input: Monitor is blank - is it
just turned off by timeout? Or is it locked? We need to press button to turn it
on - turns out it was locked, so we need to delete the symbol registered as
password input, and start typing password. 
That  sound as a little, logical UX improvement.

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

[kwin] [Bug 484380] kwin_wayland core dumped after update to KDE 6 (trap divide error i965_dri.so)

2024-03-24 Thread Matzkowsky
https://bugs.kde.org/show_bug.cgi?id=484380

Matzkowsky  changed:

   What|Removed |Added

Summary|kwin_wayland core dumped|kwin_wayland core dumped
   |after update to KDE 6   |after update to KDE 6 (trap
   ||divide error i965_dri.so)

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

[kwin] [Bug 484380] kwin_wayland core dumped after update to KDE 6

2024-03-24 Thread Matzkowsky
https://bugs.kde.org/show_bug.cgi?id=484380

--- Comment #3 from Matzkowsky  ---
Also reported here from another guy:
https://www.reddit.com/r/kde/comments/1bbbdb3/wayland_doesnt_work_after_updating_to_plasma_6/

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

[kwin] [Bug 484380] kwin_wayland core dumped after update to KDE 6

2024-03-24 Thread Matzkowsky
https://bugs.kde.org/show_bug.cgi?id=484380

--- Comment #2 from Matzkowsky  ---
Created attachment 167697
  --> https://bugs.kde.org/attachment.cgi?id=167697&action=edit
DrKonqi crash dump no 2-9

Consecutive crash dumps from a single login attempt to a wayland session.

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

[kwin] [Bug 484380] kwin_wayland core dumped after update to KDE 6

2024-03-24 Thread Matzkowsky
https://bugs.kde.org/show_bug.cgi?id=484380

--- Comment #1 from Matzkowsky  ---
Created attachment 167696
  --> https://bugs.kde.org/attachment.cgi?id=167696&action=edit
DrKonqi crash dump no 1.

First crash dump created while starting a wayland session with Plasma 6.  There
are 9 more crash dumps from that session login attempt.

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

[kwin] [Bug 484380] New: kwin_wayland core dumped after update to KDE 6

2024-03-24 Thread Matzkowsky
https://bugs.kde.org/show_bug.cgi?id=484380

Bug ID: 484380
   Summary: kwin_wayland core dumped after update to KDE 6
Classification: Plasma
   Product: kwin
   Version: 6.0.2
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: matzkow...@arcor.de
  Target Milestone: ---

Created attachment 167695
  --> https://bugs.kde.org/attachment.cgi?id=167695&action=edit
journal log containing the core dump

SUMMARY
***
After update to Plasma 6, kwin_wayland core dumps when starting the session. In
contrast a X11 session on runs without issues.
***


STEPS TO REPRODUCE
1. Use ArchLinux with SDDM login manager
2. Select wayland session and login

OBSERVED RESULT
- kwin_wayland core dump
- 1st error in log: kernel: traps: kwin_wayland[1656] trap divide error
ip:7e033f9c9321 sp:7ffef9cc3e30 error:0 in i965_dri.so[7e033f17c000+8c7000]

EXPECTED RESULT
- starting graphical wayland session

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: ArchLinux, Plasma 6
(available in About System)
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION

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

[kwin] [Bug 484379] All previews must be in the same style

2024-03-24 Thread DmaliOG
https://bugs.kde.org/show_bug.cgi?id=484379

DmaliOG  changed:

   What|Removed |Added

   Platform|Other   |Arch Linux

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

[kwin] [Bug 484379] New: All previews must be in the same style

2024-03-24 Thread DmaliOG
https://bugs.kde.org/show_bug.cgi?id=484379

Bug ID: 484379
   Summary: All previews must be in the same style
Classification: Plasma
   Product: kwin
   Version: 6.0.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-window-management
  Assignee: kwin-bugs-n...@kde.org
  Reporter: dm...@vk.com
  Target Milestone: ---

STEPS TO REPRODUCE
  1. Open desktop effects
  2. Go to the Switch windows section
  3. In the visualization section there is a preview button for switching
windows that looks like the picture, click it

  OBSERVED RESULT
  All previews are different, some are in the upper corner of the screen (I
think this is a bug), others have a background, others are displayed normally.

  EXPECTED RESULT
  All previews must be in the same style.

  SOFTWARE/OS VERSIONS
  Linux/KDE Plasma: EndeavorOS Linux x86_64
  KDE Plasma Version: 6.0.2
  KDE Frameworks Version: 6.0.0
  Qt Version: 6.6.2

  ADDITIONAL INFORMATION
  Wayland
  https://www.veed.io/view/7aa072f5-a411-44a1-bfc4-546ffe80033c?panel=share

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

[Discover] [Bug 484378] New: Visual glitch in updates footer

2024-03-24 Thread Emir SARI
https://bugs.kde.org/show_bug.cgi?id=484378

Bug ID: 484378
   Summary: Visual glitch in updates footer
Classification: Applications
   Product: Discover
   Version: 6.0.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: plasma-b...@kde.org
  Reporter: emir_s...@icloud.com
CC: aleix...@kde.org
  Target Milestone: ---

Created attachment 167694
  --> https://bugs.kde.org/attachment.cgi?id=167694&action=edit
screenshot

See screenshot. Looks like the update size label got on top of the buttons.

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

[krunner] [Bug 484290] Searching text within documents

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484290

Nicolas Fella  changed:

   What|Removed |Added

Product|kde |krunner
Version|unspecified |6.0.2
 CC||alexander.loh...@gmx.de,
   ||natalie_clar...@yahoo.de,
   ||nicolas.fe...@gmx.de
Summary|[Request] Expanding |Searching text within
   |functionality of Krunner -  |documents
   |Searching text within   |
   |documents   |
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
  Component|general |general

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

[plasma-nm] [Bug 484314] networkmanager-fortisslvpn + otp

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484314

Nicolas Fella  changed:

   What|Removed |Added

Version|unspecified |6.0.2
  Component|general |general
Product|kde |plasma-nm
 CC||nicolas.fe...@gmx.de
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org

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

[systemsettings] [Bug 484367] Mapping Shift+Key with the non-alphabet keys not functioning as expected

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484367

Nicolas Fella  changed:

   What|Removed |Added

  Component|general |kcm_tablet
Product|wacomtablet |systemsettings
   Assignee|jazzv...@gmail.com  |plasma-b...@kde.org
 CC||aleix...@kde.org,
   ||nicolas.fe...@gmx.de
Version|unspecified |6.0.2

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

[kdenlive] [Bug 484081] Problems using muliple monitors

2024-03-24 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=484081

--- Comment #4 from Jean-Baptiste Mardelle  ---
Restoring the fullscreen monitor on opening will be in the 24.05 version to be
released in May.

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

[dolphin] [Bug 439664] Dolphin crashes with Insync 3.4.2.40293

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=439664

Nicolas Fella  changed:

   What|Removed |Added

 CC||roy.hanni...@gmail.com

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

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

[dolphin] [Bug 484354] Dolphin crashes on mouse right click on folder

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484354

Nicolas Fella  changed:

   What|Removed |Added

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

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


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

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

[dolphin] [Bug 439664] Dolphin crashes with Insync 3.4.2.40293

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=439664

Nicolas Fella  changed:

   What|Removed |Added

 CC||kyna.osp...@outlook.com

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

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

[dolphin] [Bug 480650] Dolphin Crash on right click of file in process of being synced (insync)

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=480650

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #3 from Nicolas Fella  ---


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

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

[plasmashell] [Bug 473020] Qt-based software crashes in QtWaylandClient::QWaylandWindow::handleScreensChanged() when external screen powers up or down

2024-03-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=473020

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|HI  |VHI

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

[dolphin] [Bug 479695] In icons view mode, file name moves left during rename

2024-03-24 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=479695

Antti Savolainen  changed:

   What|Removed |Added

 CC||antti.s...@gmail.com

--- Comment #9 from Antti Savolainen  ---
Just chiming in that I have this too.

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

[Spectacle] [Bug 480888] Area capture selector goes under the floating panel

2024-03-24 Thread Carsten
https://bugs.kde.org/show_bug.cgi?id=480888

Carsten  changed:

   What|Removed |Added

 CC||k...@5cw.de

--- Comment #21 from Carsten  ---
I#ve the same issue. It happens when I scale my screen size down to 75%.

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

[NeoChat] [Bug 484377] At Login neochat fails to connect because kwallet starts later

2024-03-24 Thread Angelo Naselli
https://bugs.kde.org/show_bug.cgi?id=484377

Angelo Naselli  changed:

   What|Removed |Added

   Severity|normal  |major

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

[NeoChat] [Bug 484377] New: At Login neochat fails to connect because kwallet starts later

2024-03-24 Thread Angelo Naselli
https://bugs.kde.org/show_bug.cgi?id=484377

Bug ID: 484377
   Summary: At Login neochat fails to connect because kwallet
starts later
Classification: Applications
   Product: NeoChat
   Version: 23.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: anase...@linux.it
CC: c...@carlschwan.eu
  Target Milestone: ---

When i login to my home with kde the kwallet password is asked, but that
happens later than NeoChat starts, so NeoChat remains in the attempting to
connect screen forever.
Unfortunately there is no way to go on from that but exiting NeoChat and
entering again.

Maybe an option to disconnect/connect again could help as a workaround.

STEPS TO REPRODUCE
1. Enable kwallet
2. Save neochat accounts
3. reboot
4. login

SOFTWARE/OS VERSIONS
 Mageia Linux 9
 Kde plasma version: 5.237.10
 KDE Frameworks Version:5.114.0 
 Qt Version: 5.15.17

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

[plasmashell] [Bug 473020] Qt-based software crashes in QtWaylandClient::QWaylandWindow::handleScreensChanged() when external screen powers up or down

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=473020

Nicolas Fella  changed:

   What|Removed |Added

 CC||matthias.wi...@gmx.net

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

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

[lattedock] [Bug 481784] latte-dock crashes when kde is locked

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=481784

Nicolas Fella  changed:

   What|Removed |Added

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

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


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

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

[kwin] [Bug 482575] Grid unable to be set in Screen Edges settings

2024-03-24 Thread KDEUser2000
https://bugs.kde.org/show_bug.cgi?id=482575

KDEUser2000  changed:

   What|Removed |Added

 CC||niuro...@gmail.com

--- Comment #14 from KDEUser2000  ---
Confirming on Gentoo desktop grid is not available as a screen edge action.
Keyboard shortcut works just as before.

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

[plasmashell] [Bug 473020] Qt-based software crashes in QtWaylandClient::QWaylandWindow::handleScreensChanged() when external screen powers up or down

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=473020

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

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

[dolphin] [Bug 483677] Dolphin crashes when turning external display on and off

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483677

Nicolas Fella  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 473020] Qt-based software crashes in QtWaylandClient::QWaylandWindow::handleScreensChanged() when external screen powers up or down

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=473020

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

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

[dolphin] [Bug 484324] Dolphin crashes when turning on external monitor

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484324

Nicolas Fella  changed:

   What|Removed |Added

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

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


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

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

[konsole] [Bug 484326] Konsole crashes every time the external display is turned on

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484326

Nicolas Fella  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 473020] Qt-based software crashes in QtWaylandClient::QWaylandWindow::handleScreensChanged() when external screen powers up or down

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=473020

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

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

[plasmashell] [Bug 473020] Qt-based software crashes in QtWaylandClient::QWaylandWindow::handleScreensChanged() when external screen powers up or down

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=473020

Nicolas Fella  changed:

   What|Removed |Added

 CC||abderrahman.naj...@gmail.co
   ||m

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

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

[konsole] [Bug 483676] KWin and various KDE & Qt applications crash when connecting/disconnecting or turning on/off external monitor connected using DP Alt mode on USB-C/Thunderbolt

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=483676

Nicolas Fella  changed:

   What|Removed |Added

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

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


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

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

[kded-appmenu] [Bug 484285] Menu starts to move and quaking when I want to resize it vertically

2024-03-24 Thread Artem
https://bugs.kde.org/show_bug.cgi?id=484285

--- Comment #2 from Artem  ---
Created attachment 167693
  --> https://bugs.kde.org/attachment.cgi?id=167693&action=edit
Demonstration

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

[kontact] [Bug 484364] Crash launching kontact

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484364

Nicolas Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Nicolas Fella  ---
#0  0x75385f0ab32c n/a (libc.so.6 + 0x8d32c)
#1  0x75385f05a6c8 raise (libc.so.6 + 0x3c6c8)
#2  0x75385fc1243f _ZN6KCrash19defaultCrashHandlerEi (libKF6Crash.so.6 +
0x643f)
#3  0x75385f05a770 n/a (libc.so.6 + 0x3c770)
#4  0x753853ee8ab4 XDisplayString (libX11.so.6 + 0x2bab4)
#5  0x753837ff7a1d __vaDriverInit_1_13 (nvidia_drv_video.so + 0xda1d)
#6  0x75384aac709d vaInitialize (libva.so.2 + 0x809d)
#7  0x7538564e8f01 n/a (libQt6WebEngineCore.so.6 + 0x24e8f01)
#8  0x7538564f06f3 n/a (libQt6WebEngineCore.so.6 + 0x24f06f3)
#9  0x7538564f56bc n/a (libQt6WebEngineCore.so.6 + 0x24f56bc)
#10 0x753859b42ea8 n/a (libQt6WebEngineCore.so.6 + 0x5b42ea8)
#11 0x753857cf7885 n/a (libQt6WebEngineCore.so.6 + 0x3cf7885)
#12 0x753857d08b2a n/a (libQt6WebEngineCore.so.6 + 0x3d08b2a)
#13 0x75385f0a955a n/a (libc.so.6 + 0x8b55a)
#14 0x75385f126a3c n/a (libc.so.6 + 0x108a3c)

The crash is happening in the graphics driver, triggered by
QtWebengine/Chromium code.

This is caused by the libva-vdpau-driver package. See
https://bugs.kde.org/show_bug.cgi?id=481977

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

[digikam] [Bug 484341] Translate auto tags in non-english languages

2024-03-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=484341

Maik Qualmann  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/-/commit/b3494
   ||9dfc220956293e8bc67ef7b
   ||28a4a605
 Resolution|DUPLICATE   |FIXED
   Version Fixed In||8.4.0

--- Comment #3 from Maik Qualmann  ---
Git commit b34949dfc220956293e8bc67ef7b28a4a605 by Maik Qualmann.
Committed on 24/03/2024 at 11:12.
Pushed by mqualmann into branch 'master'.

translate auto tags in the Maintenance Tool with the online translator
Related: bug 484311
FIXED-IN: 8.4.0

M  +2-2NEWS
M  +0-2core/dplugins/bqm/metadata/assigntags/assigntags.cpp
M  +4-1core/utilities/maintenance/autotagsassignment.cpp
M  +1-0core/utilities/maintenance/autotagsassignment.h
M  +41   -3core/utilities/maintenance/autotagsassignmenttask.cpp
M  +1-0core/utilities/maintenance/autotagsassignmenttask.h
M  +3-0core/utilities/maintenance/maintenancedlg.cpp
M  +3-1core/utilities/maintenance/maintenancedlg_p.cpp
M  +3-0core/utilities/maintenance/maintenancedlg_p.h
M  +7-0core/utilities/maintenance/maintenancedlg_settings.cpp
M  +2-1core/utilities/maintenance/maintenancemngr.cpp
M  +2-0core/utilities/maintenance/maintenancesettings.h
M  +2-1core/utilities/maintenance/maintenancethread.cpp
M  +1-1core/utilities/maintenance/maintenancethread.h

https://invent.kde.org/graphics/digikam/-/commit/b34949dfc220956293e8bc67ef7b28a4a605

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

[digikam] [Bug 484311] Allow to generate non English keywords with Auto-Tags engine.

2024-03-24 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=484311

Maik Qualmann  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/digikam/-/commit/b3494
   ||9dfc220956293e8bc67ef7b
   ||28a4a605
   Version Fixed In||8.4.0

--- Comment #4 from Maik Qualmann  ---
Git commit b34949dfc220956293e8bc67ef7b28a4a605 by Maik Qualmann.
Committed on 24/03/2024 at 11:12.
Pushed by mqualmann into branch 'master'.

translate auto tags in the Maintenance Tool with the online translator
Related: bug 484341
FIXED-IN: 8.4.0

M  +2-2NEWS
M  +0-2core/dplugins/bqm/metadata/assigntags/assigntags.cpp
M  +4-1core/utilities/maintenance/autotagsassignment.cpp
M  +1-0core/utilities/maintenance/autotagsassignment.h
M  +41   -3core/utilities/maintenance/autotagsassignmenttask.cpp
M  +1-0core/utilities/maintenance/autotagsassignmenttask.h
M  +3-0core/utilities/maintenance/maintenancedlg.cpp
M  +3-1core/utilities/maintenance/maintenancedlg_p.cpp
M  +3-0core/utilities/maintenance/maintenancedlg_p.h
M  +7-0core/utilities/maintenance/maintenancedlg_settings.cpp
M  +2-1core/utilities/maintenance/maintenancemngr.cpp
M  +2-0core/utilities/maintenance/maintenancesettings.h
M  +2-1core/utilities/maintenance/maintenancethread.cpp
M  +1-1core/utilities/maintenance/maintenancethread.h

https://invent.kde.org/graphics/digikam/-/commit/b34949dfc220956293e8bc67ef7b28a4a605

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

[dolphin] [Bug 477425] Crash in UpdateItemStatesThread::run

2024-03-24 Thread Méven
https://bugs.kde.org/show_bug.cgi?id=477425

Méven  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://invent.kde.org/syst
   ||em/dolphin/-/commit/d270700
   ||c0ef42b6f1e1bef09bbf0bab59b
   ||3e78d1
 Resolution|--- |FIXED

--- Comment #17 from Méven  ---
Git commit d270700c0ef42b6f1e1bef09bbf0bab59b3e78d1 by Méven Car.
Committed on 24/03/2024 at 10:55.
Pushed by meven into branch 'master'.

versioncontrol: Prevent a use-after-free in UpdateItemStatesThread

UpdateItemStatesThread kept a pointer reference to m_plugin whose
lifetime was tied to VersionControlObserver parents.
On application shutdown it could happen the thread is still running when
the Observer is destroyed.

Make the plugin pointer a weak reference, allowing to stop the thread
when the plugin is gone.

M  +8-4src/views/versioncontrol/updateitemstatesthread.cpp
M  +2-1src/views/versioncontrol/updateitemstatesthread.h

https://invent.kde.org/system/dolphin/-/commit/d270700c0ef42b6f1e1bef09bbf0bab59b3e78d1

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

[kwin] [Bug 482100] Maximize/minimize windows animations are very choppy because of the panel settings and Nvidia

2024-03-24 Thread boospy
https://bugs.kde.org/show_bug.cgi?id=482100

boospy  changed:

   What|Removed |Added

 CC||li...@osit.cc

--- Comment #4 from boospy  ---
Yeah same here... workaround for me: Floatingpanel disabled.

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

[kwin] [Bug 480864] Titlebar context menu of non-maximized Aurorae-decorated windows is misplaced on Wayland

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=480864

Nicolas Fella  changed:

   What|Removed |Added

 CC||djn...@gmail.com

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

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

[kwin] [Bug 484375] Right click (aurorae) menu appears on the wrong screen

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484375

Nicolas Fella  changed:

   What|Removed |Added

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

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


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

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

[plasma-pa] [Bug 484372] Automatically switch playback device between external device and laptop on connect/disconnect

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484372

Nicolas Fella  changed:

   What|Removed |Added

Version|unspecified |6.0.2
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
Product|kde |plasma-pa
  Component|general |general
 CC||isma...@gmail.com,
   ||m...@ratijas.tk,
   ||nicolas.fe...@gmx.de

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

[dolphin] [Bug 449493] The view in compact mode moves to the opposite side of horizontal scroll bar direction in RTL mode

2024-03-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=449493

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #2 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/system/dolphin/-/merge_requests/742

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

[dolphin] [Bug 484012] Compact View mode has a wrong layout in RTL mode

2024-03-24 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=484012

Bug Janitor Service  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/system/dolphin/-/merge_requests/742

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

[kio-extras] [Bug 484183] No thumbnails for images with more than 32 bits per pixel

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484183

Nicolas Fella  changed:

   What|Removed |Added

 CC||djn...@gmail.com

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

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

[kio-extras] [Bug 484374] Fails to generate preview (and thumbnail) for some .png files

2024-03-24 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=484374

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DUPLICATE
 CC||nicolas.fe...@gmx.de
 Status|NEEDSINFO   |RESOLVED

--- Comment #4 from Nicolas Fella  ---
Thanks.

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

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

[subtitlecomposer] [Bug 484376] Add option for waveform generation to be on demand

2024-03-24 Thread Kostas Katsaros
https://bugs.kde.org/show_bug.cgi?id=484376

Kostas Katsaros  changed:

   What|Removed |Added

 CC||kos...@nomail.gr

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

[subtitlecomposer] [Bug 484376] New: Add option for waveform generation to be on demand

2024-03-24 Thread Kostas Katsaros
https://bugs.kde.org/show_bug.cgi?id=484376

Bug ID: 484376
   Summary: Add option for waveform generation to be on demand
Classification: Applications
   Product: subtitlecomposer
   Version: 0.7.1
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: max...@smoothware.net
  Reporter: kos...@nomail.gr
  Target Milestone: ---

I (and I believe many others) have my videos kept in a storage server. In this
way, I can keep more videos than my laptop's storage allows. When I'm not at
home, I have access to them using an sshfs setup. This works pretty well, as
long as the connection to my home is both efficient and stable.
On many occasions, I use Subtitle Composer to make small changes to .srt files
in order to watch a video, and I don't need to use waveform feature. In other,
rare cases, the changes needed are demanding, so the waveform is very useful.
When connecting through internet, just opening a subtitle file introduces great
delays and huge network traffic (often paid to mobile network providers),
because SC is automatically fetching the audio data in order to generate the
waveform. This unnecessary behavior may also be present when opening local
files on old/slow devices (due to CPU/RAM overload, in those cases). Remember:
to show some parts of the video only those parts (and maybe an overhead) are
fetched, while the waveform generation needs the whole audio data.
Until now, the workaround for me was to disable auto-loading of the video
altogether, which is painful as it forces you to search and open the video file
when needed, thus inserts a whole additional procedure. In addition, the delays
caused by waveform generation come back if you really need to load the video,
even when the waveform is useless at that time.
I believe that there should be an option in application's configuration, inside
the "Waveform" tab, named something like "Automatically generate waveform when
opening a subtitle", with the default value set to "On". When this is disabled
by the user, on loading the video the waveform widget should be empty with
nothing displayed except for a big button named "Generate waveform".

P.S.: I cannot decide whether this is a bug (as it creates great delays) or an
enhancement (as it reduces productivity).

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

[kde] [Bug 484372] Automatically switch playback device between external device and laptop on connect/disconnect

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484372

--- Comment #5 from filip.kend...@gmail.com ---
Created attachment 167692
  --> https://bugs.kde.org/attachment.cgi?id=167692&action=edit
04-toggle-inactive-devices

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

[kde] [Bug 484372] Automatically switch playback device between external device and laptop on connect/disconnect

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484372

--- Comment #4 from filip.kend...@gmail.com ---
Created attachment 167691
  --> https://bugs.kde.org/attachment.cgi?id=167691&action=edit
03-disconnect-external-display-playback-device-disappeared

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

[kio-extras] [Bug 484374] Fails to generate preview (and thumbnail) for some .png files

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484374

--- Comment #3 from djn...@gmail.com ---
https://mega.nz/file/M7oHGSJS#_eo3iUcTviQwSzJtGJuPcvRvt42cL26JQp3EI6AHnRU

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

[kde] [Bug 484372] Automatically switch playback device between external device and laptop on connect/disconnect

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484372

--- Comment #3 from filip.kend...@gmail.com ---
Created attachment 167690
  --> https://bugs.kde.org/attachment.cgi?id=167690&action=edit
02-change-output-to-hdmi

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

[kde] [Bug 484372] Automatically switch playback device between external device and laptop on connect/disconnect

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484372

--- Comment #2 from filip.kend...@gmail.com ---
Created attachment 167689
  --> https://bugs.kde.org/attachment.cgi?id=167689&action=edit
01-laptop-playback-device

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

[kwin] [Bug 484375] Right click (aurorae) menu appears on the wrong screen

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484375

djn...@gmail.com changed:

   What|Removed |Added

 CC||djn...@gmail.com

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

[kio-extras] [Bug 484374] Fails to generate preview (and thumbnail) for some .png files

2024-03-24 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=484374

djn...@gmail.com changed:

   What|Removed |Added

 CC||djn...@gmail.com

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

[kwin] [Bug 477124] cursor is able to escape a fullscreen, window, borderless in apex legends under plasma 5.92.0/rc1 wayland

2024-03-24 Thread Andreas Schneider
https://bugs.kde.org/show_bug.cgi?id=477124

Andreas Schneider  changed:

   What|Removed |Added

 CC||ak...@gmx.de

--- Comment #15 from Andreas Schneider  ---
I can currently reliably reproduce it with Hell Let Loose using Proton 9 on
Plasma 6.0.2 on ArchLinux. Once ingame, the mouse hits a barrier and then
starts jumping around, making it impossible to aim at anything. Works fine on
X11. It also doesn't matter if I play it windows or fullscreen. (It can be
reproduced in the training ground; one doesn't have to join a multiplayer
game.)

Elder Scrolls Online behaves a bit different: when I start the game, the mouse
jumps every few seconds, turning my camera almost 180° around. Switching the
game to window mode (alt+enter) and back fixes it, though.

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

<    1   2   3   4   5   6   >