[kdenlive] [Bug 480829] Can't drag video from project bin to timeline track, after adding subtitle

2024-02-05 Thread Jean-Baptiste Mardelle
https://bugs.kde.org/show_bug.cgi?id=480829

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/mult
   ||imedia/kdenlive/-/commit/9b
   ||172c9ba14a5fce575132d94a91c
   ||ee577134380
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Jean-Baptiste Mardelle  ---
Git commit 9b172c9ba14a5fce575132d94a91cee577134380 by Jean-Baptiste Mardelle.
Committed on 06/02/2024 at 07:58.
Pushed by mardelle into branch 'release/24.02'.

Fix Qt6 dragging clips with subtitle track visible

M  +16   -12   src/timeline2/view/qml/timeline.qml

https://invent.kde.org/multimedia/kdenlive/-/commit/9b172c9ba14a5fce575132d94a91cee577134380

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

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705

--- Comment #10 from kde3...@a.anjels.de ---
Maybe the following information helps reproducing the issue:

I checked several toolchain / architecture combinations, and it turned out that
only number 4 shows the reported issue:
(1) g++ 64bit: OK
(2) g++ 32bit: OK
(3) clang++ 64bit: OK
(4) clang++ 32bit: FAILURE

Regarding the conan dependency:
I created another CMake project that builds the callgrind_demo app showing the
issue. It does not have any conan dependency, but builds fmt from source as
part of the project.
The contained 'repro.sh' script can be used to trigger the build and callgrind
execution of all 4 combinations. (the log from my machine is attached as
repro.log)

STEPS TO REPRODUCE
1) unzip the attachment bug_477705.zip to ~
2) ~/bug_477705/repro.sh

Regarding the requested gdb output I have attached 2 log files.

Regarding the used libstdc++ version:
~/bug_477705/build# ldd ~/bug_477705/build/callgrind_demo/callgrind_demo
linux-gate.so.1 (0xf7f4a000)
libstdc++.so.6 => /lib/i386-linux-gnu/libstdc++.so.6 (0xf7cf3000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf7bee000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf7bc7000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf799f000)
/lib/ld-linux.so.2 (0xf7f4c000)

My system:
- Debian GNU/Linux 12 (bookworm) (in WSL 2)
- g++ (Debian 12.2.0-14) 12.2.0
- Debian clang version 14.0.6 (Target: x86_64-pc-linux-gnu)

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

[frameworks-kconfig] [Bug 480758] The desktop icons took about 20 seconds to appear when starting Plasma 5.93.0

2024-02-05 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=480758

--- Comment #4 from Matt Fagnani  ---
To clarify, the lines like kded6[1771]: QProcess: Destroyed while process
("/usr/libexec/kf6/kconf_update") is still running. didn't appear in the
journal after I ran /usr/libexec/kf6/kconf_update in Konsole for that user, but
other messages from kconf_update and kded6 appeared about 3-5 s after starting
Plasma when the problem didn't happen.

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

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705

--- Comment #9 from kde3...@a.anjels.de ---
Created attachment 165599
  --> https://bugs.kde.org/attachment.cgi?id=165599=edit
console output showing the issue

output of repro.sh on my machine

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

[colord-kde] [Bug 480938] Display devices do not appear in the list (Plasma 6 Wayland session)

2024-02-05 Thread Yevhen
https://bugs.kde.org/show_bug.cgi?id=480938

--- Comment #3 from Yevhen  ---
Created attachment 165598
  --> https://bugs.kde.org/attachment.cgi?id=165598=edit
Plasma 6 X11 with colord-kde v23.08.4 (KDE Neon Testing VM)

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

[colord-kde] [Bug 480938] Display devices do not appear in the list (Plasma 6 Wayland session)

2024-02-05 Thread Yevhen
https://bugs.kde.org/show_bug.cgi?id=480938

--- Comment #2 from Yevhen  ---
Created attachment 165597
  --> https://bugs.kde.org/attachment.cgi?id=165597=edit
Plasma 6 Wayland with colord-kde v23.08.4

Plasma 6 Wayland with colord-kde v23.08.4 (KDE Neon Testing VM)

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

[colord-kde] [Bug 480938] Display devices do not appear in the list (Plasma 6 Wayland session)

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480938

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[colord-kde] [Bug 480938] Display devices do not appear in the list (Plasma 6 Wayland session)

2024-02-05 Thread Yevhen
https://bugs.kde.org/show_bug.cgi?id=480938

--- Comment #1 from Yevhen  ---
Created attachment 165596
  --> https://bugs.kde.org/attachment.cgi?id=165596=edit
Plasma 5 Wayland with colord-kde v23.08.4

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

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705

--- Comment #8 from kde3...@a.anjels.de ---
Created attachment 165595
  --> https://bugs.kde.org/attachment.cgi?id=165595=edit
gdb output

gdb output as requested

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

[colord-kde] [Bug 480938] New: Display devices do not appear in the list (Plasma 6 Wayland session)

2024-02-05 Thread Yevhen
https://bugs.kde.org/show_bug.cgi?id=480938

Bug ID: 480938
   Summary: Display devices do not appear in the list (Plasma 6
Wayland session)
Classification: Plasma
   Product: colord-kde
   Version: 24.01.95
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: regression, reproducible, wayland
  Severity: normal
  Priority: NOR
 Component: Systems Settings Module (KCM)
  Assignee: dantt...@gmail.com
  Reporter: xalt7x.serv...@gmail.com
  Target Milestone: ---

Created attachment 165594
  --> https://bugs.kde.org/attachment.cgi?id=165594=edit
Plasma 6 Wayland with colord-kde v24.01.95

SUMMARY
kcm_colord KDE Plasma 6 Wayland doesn't show any display device.
On KDE Plasma 5 Wayland and KDE Plasma 6 X11 display device is listed

STEPS TO REPRODUCE
1. Open "System Settings" > "Connected Devices" > "Color Management"
or launch "kcmshell6 kcm_colord"
2. On the Devices tab search for Display device on the list

OBSERVED RESULT
No Display devices

EXPECTED RESULT
Even on VM there should be display device

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora Kinoite 40 (Rawhide)
KDE Plasma Version:  5.93.0
KDE Frameworks Version:  5.249.0
Qt Version: 6.6.1

ADDITIONAL INFORMATION
1. Both KDE Neon User (Plasma 5) and Testing (Plasma 6) editions provide
colord-kde v23.08.4, and there I see the same issue. So I don't think that it's
a regression with QT6 port (version 24.01.90+), distro packaging issue etc.
2. ICC profile assignment with "System Settings" > "Input & Output" > "Display
& Monitor" > "Display Configuration" works properly on KDE Plasma 6 Wayland.
3. On KDE Plasma 6 Wayland, printer appear in the list.

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

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705

--- Comment #7 from kde3...@a.anjels.de ---
Created attachment 165593
  --> https://bugs.kde.org/attachment.cgi?id=165593=edit
vgdb output

vgdb output as requested

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

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705

kde3...@a.anjels.de changed:

   What|Removed |Added

 Attachment #163604|0   |1
is obsolete||

--- Comment #6 from kde3...@a.anjels.de ---
Created attachment 165592
  --> https://bugs.kde.org/attachment.cgi?id=165592=edit
CMake project showing the issue on clang++ 32 bit

CMake project showing the issue on clang++ 32 bit without conan dependency

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

[frameworks-kconfig] [Bug 480758] The desktop icons took about 20 seconds to appear when starting Plasma 5.93.0

2024-02-05 Thread Matt Fagnani
https://bugs.kde.org/show_bug.cgi?id=480758

Matt Fagnani  changed:

   What|Removed |Added

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

--- Comment #3 from Matt Fagnani  ---
(In reply to Nate Graham from comment #2)
> Does the exact same issue reproduce on the next boot?

Yes, this problem happened the same way on the next boot until I ran
/usr/libexec/kf6/kconf_update in Konsole. Then the desktop icons appeared after
2-5 s of starting Plasma. I had to run /usr/libexec/kf6/kconf_update in Konsole
separately for each of two users on the system to work around the problem. The
problem started again today right after a dnf offline upgrade which included
kwin-5.93.0-2.fc40 and plasma-integration-5.93.0-3.fc40. I ran
/usr/libexec/kf6/kconf_update in Konsole again for both users and the problem
stopped. /usr/libexec/kf6/kconf_update took about 30-40 s to run in Konsole the
first time I ran it, and its output had a line like QProcess: Destroyed while
process ("/usr/bin/python3") is still running when that happened. The python
program being run might've delayed /usr/libexec/kf6/kconf_update which delayed
kded6 which slowed the desktop icons from appearing.
/usr/libexec/kf6/kconf_update took about 1 s to run in Konsole the second and
third time I ran it in Konsole after today's update as my user, and it didn't
have the python containing line I mentioned. The output of kconf_update kded6
in the journal was about 20 s after starting Plasma when the problem happened
and about 3-5 s after when it didn't. Thanks.

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

[plasmashell] [Bug 480835] plasmashell segfaults when monitor is turned off

2024-02-05 Thread TheFeelTrain
https://bugs.kde.org/show_bug.cgi?id=480835

--- Comment #2 from TheFeelTrain  ---
I ran DEBUGINFOD_URLS="https://debuginfod.archlinux.org; coredumpctl gdb 451197
and then typed "bt" when it hits the prompt, this is all it gives me: 


#0  __pthread_kill_implementation (threadid=,
signo=signo@entry=11, no_tid=no_tid@entry=0) at pthread_kill.c:44
#1  0x7620a3eab393 in __pthread_kill_internal (signo=11,
threadid=) at pthread_kill.c:78
#2  0x7620a3e5a6c8 in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26
#3  0x7620a63f644f in KCrash::defaultCrashHandler (sig=11) at
/usr/src/debug/kcrash/kcrash-5.249.0/src/kcrash.cpp:586
#4  0x7620a3e5a770 in  () at /usr/lib/libc.so.6
#5  0x7620760543cf in
KActivities::Stats::ResultModelPrivate::Cache::replace(QList
const&, int)::{lambda()#1}::operator()() const (__closure=0x761da0251208)
at
/usr/src/debug/plasma-activities-stats/plasma-activities-stats-5.93.0/src/resultmodel.cpp:482
#6  std::__invoke_impl
const&, int)::{lambda()#1}>(std::__invoke_other,
KActivities::Stats::ResultModelPrivate::Cache::replace(QList
const&, int)::{lambda()#1}&&) (__f=...) at
/usr/include/c++/13.2.1/bits/invoke.h:61
#7 
std::__invoke
const&,
int)::{lambda()#1}>(KActivities::Stats::ResultModelPrivate::Cache::replace(QList
const&, int)::{lambda()#1}&&) (__fn=...) at
/usr/include/c++/13.2.1/bits/invoke.h:96
#8 
std::thread::_Invoker
const&, int)::{lambda()#1}> >::_M_invoke<0ul>(std::_Index_tuple<0ul>)
(this=0x761da0251208) at /usr/include/c++/13.2.1/bits/std_thread.h:292
#9 
std::thread::_Invoker
const&, int)::{lambda()#1}> >::operator()() (this=0x761da0251208)
at /usr/include/c++/13.2.1/bits/std_thread.h:299
#10
std::thread::_State_impl
const&, int)::{lambda()#1}> > >::_M_run() (this=0x761da0251200)
at /usr/include/c++/13.2.1/bits/std_thread.h:244
#11 0x7620a34e1943 in std::execute_native_thread_routine
(__p=0x761da0251200) at
/usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/thread.cc:104
#12 0x7620a3ea955a in start_thread (arg=) at
pthread_create.c:447
#13 0x7620a3f26a3c in clone3 () at
../sysdeps/unix/sysv/linux/x86_64/clone3.S:78


I feel like there should be more but I am not sure how to get it. Pressing
enter simply prints the same thing again. Maybe this is enough but let me know
if there is something else I can do.

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

[konsole] [Bug 480937] New: Randomly keyboard input stops working

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480937

Bug ID: 480937
   Summary: Randomly keyboard input stops working
Classification: Applications
   Product: konsole
   Version: 22.12.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: keyboard
  Assignee: konsole-de...@kde.org
  Reporter: drizzt...@gmail.com
  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
***


STEPS TO REPRODUCE

Not sure what steps, just it seems at random after Konsole has been open for a
bit, generally when SSHed to a remote system, one or more of the tabs just
stops responding to input. Possibly the entire window, as in Ctl-Tab to go
through the tabs just stops working. More typically it's just a single tab. 

In this case, even after opening a new tab, which is a shell on the local
machine, nothing. Which I had to open using the mouse and the menu.

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 
Running latest Debian 12.4 packages, on Wayland, kernel 6.1.0-17-amd64 with
Radeon 7900XT

KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION

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

[digikam] [Bug 480934] Add crashes when entering name on photo view screen

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480934

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Version Fixed In||8.3.0
   Severity|major   |normal
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

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

You can download the current 8.3.0 pre-release installer for Windows available
here :

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

Best

Gilles Caulier

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

[kdiff3] [Bug 480936] New: Looking Web page of Release notes for 1.10.7 and older ones.

2024-02-05 Thread Meta
https://bugs.kde.org/show_bug.cgi?id=480936

Bug ID: 480936
   Summary: Looking Web page of Release notes for 1.10.7 and older
ones.
Classification: Applications
   Product: kdiff3
   Version: 1.10.7
  Platform: Other
OS: Other
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: reeves...@gmail.com
  Reporter: m...@adaptiva.com
  Target Milestone: ---

Looking for URL that contains Release notes for 1.10.7 and older ones. There is
changelog available on Git -
https://github.com/KDE/kdiff3/blob/master/ChangeLog but this is updated 10
months back and it is for MajorVersion.MinorVersion i.e. (1.10)

Can we get for each specific release?

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

[plasma-systemmonitor] [Bug 480837] Double-clicking on a category causes it to never be loaded

2024-02-05 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=480837

Christoph Cullmann  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/fram
   ||eworks/kirigami/-/commit/78
   ||b7089f0a6ffa1a455a4365d6c88
   ||601645a5f4e

--- Comment #2 from Christoph Cullmann  ---
Git commit 78b7089f0a6ffa1a455a4365d6c88601645a5f4e by Christoph Cullmann, on
behalf of Arjen Hiemstra.
Committed on 06/02/2024 at 06:53.
Pushed by cullmann into branch 'master'.

PagePoolAction: Do nothing if we're already showing the current page

If the page takes somewhat longer to load, recreating it can cause
issues and has no real effect, so do not change the page if we're
already showing it.

M  +4-0src/controls/PagePoolAction.qml

https://invent.kde.org/frameworks/kirigami/-/commit/78b7089f0a6ffa1a455a4365d6c88601645a5f4e

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

[plasmashell] [Bug 480935] New: Buggy behavior with Plasma panel and mpv full screen

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480935

Bug ID: 480935
   Summary: Buggy behavior with Plasma panel and mpv full screen
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Panel
  Assignee: plasma-b...@kde.org
  Reporter: a...@stronzi.org
CC: niccolo.venera...@gmail.com
  Target Milestone: 1.0

Created attachment 165591
  --> https://bugs.kde.org/attachment.cgi?id=165591=edit
This is what the panel should look like all the time and how it looks with mpv
playing in full screen

SUMMARY
As the title says, when I use mpv in fullscreen it makes the panel behave
weirdly. I have already reported to them and it wasn't useful.

STEPS TO REPRODUCE
1. Play any video with mpv (with or without config, it makes no difference)
2. Make video full screen
3. Wait a couple seconds

OBSERVED RESULT

Font of the panel of Plasma gets bigger while mpv is playing fullscreen, and
returns the right size after mpv is closed (see the central clock in the
screenshots, which show the panel with mpv open, in fullscreen and closed).
Also, as you can see in the screenshot, the color picker widget somehow change
it's opacity.
Often, not always (randomly?), the panel become Translucent after closing mpv,
even if it is set to be always Opaque.

EXPECTED RESULT

The panel of Plasma is not affected in any way by the video.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: EndeavourOS
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.114.0
Qt Version: 5.15.12

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

[digikam] [Bug 480934] New: Add crashes when entering name on photo view screen

2024-02-05 Thread Joseph S
https://bugs.kde.org/show_bug.cgi?id=480934

Bug ID: 480934
   Summary: Add crashes when entering name on photo view screen
Classification: Applications
   Product: digikam
   Version: 8.2.0
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Faces-Detection
  Assignee: digikam-bugs-n...@kde.org
  Reporter: jos...@siegmann.org
  Target Milestone: ---

SUMMARY
***
When I try and enter a name when viewing a photo, it always crashes, no
character is ever typed, and shortly after clicking into the name box with my
mouse, and then typing any charater, the app will crash with no message.
***


STEPS TO REPRODUCE
1. View any photo
2. Hover over any face that was detected, but no name was assigned
3. Click in the name box
4. Type any character
5. CRASH!

OBSERVED RESULT
What I typed above

EXPECTED RESULT
Name should be typed just like under the people tab

SOFTWARE/OS VERSIONS
Windows:  11

ADDITIONAL INFORMATION

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

[neon] [Bug 480809] xdg-utils ships broken /usr/bin/xdg-icon-resource - some packages fail to install/upgrade/remove

2024-02-05 Thread Bruno P.
https://bugs.kde.org/show_bug.cgi?id=480809

Bruno P.  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||bruno+...@patri.fr

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

[plasmashell] [Bug 480933] When switching users from krunner, "New Desktop Session" warning window is hidden behind krunner

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480933

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[digikam] [Bug 480134] Freeze (loop ?) when right click on an image

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480134

--- Comment #82 from caulier.gil...@gmail.com ---
This evening, i will rebuild whole Qt using -no-sse option to see if this
improve the situation.

If not, i will switch to xubuntu 20.04 instead 18.04. Typically a very old
Linux to improve the binary compatibility with low level dependencies from host
running the appimage is highly recommended, but i suspect a too large
difference with the modern Linux host now.

Note : i know that Krita used ubuntu 16.x to build the AppImage, but lā€™m not
sure if it's always the case...

Gilles

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

[kwin] [Bug 480910] Incorrect window behaviour when unmaximising on wayland

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480910

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

--- Comment #4 from fanzhuyi...@gmail.com ---
I thought that the client is responsible for this under wayland?

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

[kwin] [Bug 480910] Incorrect window behaviour when unmaximising on wayland

2024-02-05 Thread ThatMooooCow
https://bugs.kde.org/show_bug.cgi?id=480910

--- Comment #3 from ThatMCow  ---
Yes, this bug was here with me since May of last year (I reinstalled arch then
and version was 5.27 and I thnk bug was there since the beginning)

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

[plasmashell] [Bug 480933] New: When switching users from krunner, "New Desktop Session" warning window is hidden behind krunner

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=480933

Bug ID: 480933
   Summary: When switching users from krunner, "New Desktop
Session" warning window is hidden behind krunner
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Session Management
  Assignee: plasma-b...@kde.org
  Reporter: dougsha...@protonmail.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. invoke krunner
2. type switch user
3. click on proper krunner pluggin "Desktop Sessions: Switch user"

OBSERVED RESULT
krunner dims, showing it is inactive, but nothing else happens.  Then when you
get inpatient and click anywhere else on the screen, krunner disappear and you
realize that there was a nag window behind it waiting for your input.

EXPECTED RESULT
Nag window should pop up and krunner should disappear.

Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.1
Kernel Version: 6.5.0-15-generic (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Pro WX 3200 Series

ADDITIONAL INFORMATION
Looks like this was a problem way back in 2010 (KDE 4?)

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

[kwin] [Bug 480910] Incorrect window behaviour when unmaximising on wayland

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=480910

--- Comment #2 from Doug  ---
Sorry, forgot to add that I tried a fresh user account because it looks like
that what you have there.  Do you have issues with this bug as you go further
with the set up of your account?

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

[kwin] [Bug 480910] Incorrect window behaviour when unmaximising on wayland

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=480910

Doug  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||dougsha...@protonmail.com
 Ever confirmed|0   |1

--- Comment #1 from Doug  ---
I can reproduce this, but only on a fresh user account.  On my main account it
works as it should.  Not sure why.

Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.1
Kernel Version: 6.5.0-15-generic (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Pro WX 3200 Series

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

[systemsettings] [Bug 480892] Night light location symbol on the map in "Sunset and Sunrise at manual location" is below the cursor

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480892

--- Comment #3 from athaswildwhisper55232.untainted...@aleeas.com ---
Additional info:

As I click any point in the map at Night Color/Sunset and Sunrise at manual
location, this pops up in systemsettings log:

qt.qml.context: qrc:/kcm/kcm_nightcolor/LocationsFixedView.qml:173:25 Parameter
"eventPoint" is not declared. Injection of parameters into signal handlers is
deprecated. Use JavaScript functions with formal parameters instead.

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

[plasmashell] [Bug 480913] Erro no KDE Plasma por conta de widget

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=480913

Doug  changed:

   What|Removed |Added

Version|unspecified |5.27.9
 CC||dougsha...@protonmail.com,
   ||k...@davidedmundson.co.uk
  Component|general |general
   Target Milestone|--- |1.0
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
Product|kde |plasmashell

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

[kdeplasma-addons] [Bug 480906] Some Widgets ,Within A Grouped Plasmoid, In Vertical Panels Do Not Display Correctly

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=480906

Doug  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||dougsha...@protonmail.com

--- Comment #2 from Doug  ---
Can reproduce.

Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.1
Kernel Version: 6.5.0-15-generic (64-bit)
Graphics Platform: Wayland
Graphics Processor: AMD Radeon Pro WX 3200 Series

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

[konsole] [Bug 480884] Konsole terminates when a program launched by it runs out of memory (oom-kill)

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480884

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||fanzhuyi...@gmail.com
 Resolution|--- |NOT A BUG

--- Comment #1 from fanzhuyi...@gmail.com ---
Unfortunately KDE software is not responsible for deciding which process to
kill during out of memory events. Usually it is either the kernel OOM killer,
and the systemd OOM killer, and we have no control over how these behave. If
you find the current OOM killer unsatisfactory, you could try customizing those
or using alternate OOM killers like https://github.com/rfjakob/earlyoom.

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

[Akonadi] [Bug 403903] does not respect org.kde.pim.ews.client: a:ErrorServerBusy: The server cannot service this request right now. Try again later.

2024-02-05 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=403903

--- Comment #21 from Aaron Williams  ---
I am still hitting this. Has there been any work on fixing this? I cannot use
Akonadi with Office365 with this bug and currently only EWS can be used because
Akonadi does not support oauth2 outside of Gmail.

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

[plasmashell] [Bug 478259] Tasks become tiny in tablet mode when certain apps are opened in tablet mode and screen is rotated

2024-02-05 Thread Nathan F.
https://bugs.kde.org/show_bug.cgi?id=478259

--- Comment #11 from Nathan F.  ---
Created attachment 165590
  --> https://bugs.kde.org/attachment.cgi?id=165590=edit
Undesirable outcome when task icons don't fit normally

When the task icons do not fit in the available space, additional blank space
is added to the right of the task widget, and all the tasks on the task widget
are compressed. The correct behavior would be to switch the other icons back to
desktop spacing, and if that's not enough, all icons should be condensed
equally.

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

[Spectacle] [Bug 479058] Spectacle becomes unresponsive and has to be terminated when screen recording entire screen

2024-02-05 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=479058

--- Comment #4 from Prajna Sariputra  ---
Can confirm that recording always works the first time now (even full screen),
and that the second time always causes Spectacle to freeze, regardless of the
type.

In my case I'm on Arch Linux, but with git master Plasma and Spectacle.
Spectacle is at commit 74f1bbba31ac58123591343d5ab32e7b6e1ae888, KPipeWire is
at commit 530cbc35edcaab0e0ca01b2dabc0adb881d7eda0 and KWin is at commit
909d83419cda17d5bd5f6d9acc4c507e6fe6b27c.

KDE Plasma Version: 6.0.80
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.1
Kernel Version: 6.7.2-arch1-2 (64-bit)
Graphics Platform: Wayland
Processors: 16 Ɨ AMD Ryzen 7 6800H with Radeon Graphics
Memory: 30.6 GiB of RAM
Graphics Processor: AMD Radeon Graphics

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

[systemsettings] [Bug 480892] Night light location symbol on the map in "Sunset and Sunrise at manual location" is below the cursor

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=480892

Doug  changed:

   What|Removed |Added

 CC||dougsha...@protonmail.com

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

[plasmashell] [Bug 478259] Tasks become tiny in tablet mode when certain apps are opened in tablet mode and screen is rotated

2024-02-05 Thread Nathan F.
https://bugs.kde.org/show_bug.cgi?id=478259

Nathan F.  changed:

   What|Removed |Added

 CC||nafend...@gmail.com

--- Comment #10 from Nathan F.  ---
Created attachment 165589
  --> https://bugs.kde.org/attachment.cgi?id=165589=edit
Correct behavior when few apps are open

When all the task icons fit in normally, it works correctly. This is an
improvement over Plasma 5, which I recall didn't even do this correctly.

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

[kdeconnect] [Bug 480908] Settings window is empty - kf6

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=480908

Doug  changed:

   What|Removed |Added

 CC||dougsha...@protonmail.com

--- Comment #3 from Doug  ---
Cannot reproduce.

Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.1
Kernel Version: 6.5.0-15-generic (64-bit)
Graphics Platform: Wayland

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

[neon] [Bug 480809] xdg-utils ships broken /usr/bin/xdg-icon-resource - some packages fail to install/upgrade/remove

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480809

redgreen...@mail.com changed:

   What|Removed |Added

 CC||redgreen...@mail.com

--- Comment #2 from redgreen...@mail.com ---
Thanks for reporting this bug it gave me the solution when it error-ed out on
my install with the same problem as reported. The removing of the offending
backtick on line 946 as posted by Mario allows for configuring of the google
chrome which it stopped in my case. Thank you for taking the time to post your
solution to the problem Mario.

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

[plasma-mobile] [Bug 480931] New: Power menu only shows an option to log out on postmarketOS Plasma Mobile nightly

2024-02-05 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=480931

Bug ID: 480931
   Summary: Power menu only shows an option to log out on
postmarketOS Plasma Mobile nightly
Classification: Plasma
   Product: plasma-mobile
   Version: unspecified
  Platform: postmarketOS
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-mobile-bugs-n...@kde.org
  Reporter: putr...@gmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

SUMMARY
After installing the latest pmOS Plasma Mobile edge image into a microSD card,
setting up the nightly repo and then upgrading, the power menu (both when
accessed via quick settings and by holding the power button) now only shows an
option to log out or cancel, so powering off or rebooting appears to longer be
possible via the GUI.

I assume this is due to
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3823, which
changed the logout greeter to only show the action initially selected by the
user instead of always showing all the options and just preselecting one of
them.


STEPS TO REPRODUCE
1. Set up postmarketOS edge (I did this on a PinePhone)
2. Upgrade to Plasma Mobile nightly packages as per
https://wiki.postmarketos.org/wiki/Nightly
3. Try to reboot or shut down the device

OBSERVED RESULT
The shut down and reboot options are missing in the power menu.

EXPECTED RESULT
The shut down and reboot options should still be available in the power menu.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.0.80
KDE Frameworks Version: 5.249.0
Qt Version: 6.6.1

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

[plasmashell] [Bug 448833] Overlapping entries when filtering and deleting and filtering again several times

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=448833

monsoon...@gmail.com changed:

   What|Removed |Added

 CC||monsoon...@gmail.com

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

[Spectacle] [Bug 479058] Spectacle becomes unresponsive and has to be terminated when screen recording entire screen

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=479058

--- Comment #2 from Doug  ---
The problem seems to have evolved.  Now if I record the full screen or a
window, it works fine the first time consistently.  If I try to record a second
time (full screen or window) Spectacle freezes.

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

[kstars] [Bug 480919] KStars 369 can't open in macOS Big Sure

2024-02-05 Thread Jasem Mutlaq
https://bugs.kde.org/show_bug.cgi?id=480919

Jasem Mutlaq  changed:

   What|Removed |Added

   Assignee|mutla...@ikarustech.com |rlanca...@gmail.com

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

[plasma-mobile] [Bug 480931] Power menu only shows an option to log out on postmarketOS Plasma Mobile nightly

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480931

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[Spectacle] [Bug 479058] Spectacle becomes unresponsive and has to be terminated when screen recording entire screen

2024-02-05 Thread Doug
https://bugs.kde.org/show_bug.cgi?id=479058

--- Comment #3 from Doug  ---
Current version on everything:

Operating System: KDE neon Testing Edition
KDE Plasma Version: 6.0.0
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.1
Kernel Version: 6.5.0-15-generic (64-bit)
Graphics Platform: Wayland
Processors: 12 Ɨ IntelĀ® Coreā„¢ i7-9750H CPU @ 2.60GHz
Memory: 15.4 GiB of RAM
Graphics Processor: AMD Radeon Pro WX 3200 Series
Manufacturer: Dell Inc.
Product Name: Precision 7540

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

[plasmashell] [Bug 480765] Keyboard layout tray item and settings not working

2024-02-05 Thread Milos R
https://bugs.kde.org/show_bug.cgi?id=480765

Milos R  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Milos R  ---
(In reply to Nate Graham from comment #1)
> Please submit one bug report per issue. Let's use this one about the "not
> showing up in the tray" issue, and can I ask you to subimt a new bug report
> for the graphical glick issue? And make sure to attach a screenshot that
> shows the issue.
> 
> For the "not showing up in the tray" isue, does it show up if you restart
> Plasma with `plasmashell --replace` in a terminal window?

I am no longer able to replicate this issue. It was an fresh install inside a
VirtualBox machine and after several restarts and some more testing the icon in
the tray and the layout settings dialog started working fine, and now I am
testing it with KDE 5.93 version and it is also working.

So I think this could be closed.

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

[plasma-mobile] [Bug 480931] Power menu only shows an option to log out on postmarketOS Plasma Mobile nightly

2024-02-05 Thread Devin Lin
https://bugs.kde.org/show_bug.cgi?id=480931

Devin Lin  changed:

   What|Removed |Added

 CC||espi...@gmail.com

--- Comment #1 from Devin Lin  ---
Thanks for the report, tracking on gitlab now:
https://invent.kde.org/plasma/plasma-mobile/-/issues/304

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

[konsole] [Bug 480930] New: Sporadic "Ambiguous shortcut detected" for copy

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480930

Bug ID: 480930
   Summary: Sporadic "Ambiguous shortcut detected" for copy
Classification: Applications
   Product: konsole
   Version: 23.08.4
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: keyboard
  Assignee: konsole-de...@kde.org
  Reporter: asherb...@gmail.com
  Target Milestone: ---

SUMMARY
When splitting a pane, the `Copy` shortcut will duplicate itself, making
"ctrl+shift+c" an ambiguous shortcut. I can open up my keybinds and I see two
copy commands present. One of the Copy commands is the Default "ctrl+shift+c",
the other is a custom "ctrl+shift+c". I regularly change the custom one back to
its default option "None". But as soon as I split a pane, the issue comes back.

https://imgur.com/a/hIB8sbF

STEPS TO REPRODUCE
1. Split a pane in konsole

OBSERVED RESULT
Copy shortcut is duplicated and ambiguous

EXPECTED RESULT
My shortcuts should not be edited by splitting a pane

SOFTWARE/OS VERSIONS
Linux Kernel: 6.5.0-14-generic (64-bit)
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.113.0
Qt Version: 5.15.11

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

[kate] [Bug 480932] New: File Browser Doesn't Open Folder When Git Isn't Installed

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480932

Bug ID: 480932
   Summary: File Browser Doesn't Open Folder When Git Isn't
Installed
Classification: Applications
   Product: kate
   Version: 23.08.4
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: search
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: iwant99st...@gmail.com
  Target Milestone: ---

SUMMARY

STEPS TO REPRODUCE
1. Don't Install Git 
2. Click Open Folder Button
3. Have a .git subfolder in the parent folder. (ex: parentfolder/.git/)
3. Open the folder

OBSERVED RESULT
Folder browser is blank (specifically the "projects" button)

EXPECTED RESULT
To see files and navigate like a free man.

SOFTWARE/OS VERSIONS
Windows

ADDITIONAL INFORMATION
Thanks for all the hard work! Nvim is a bit meh for me. VS Code too bloated. :)

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

[kwin] [Bug 480154] Screen resolutions bumps down 1024x768 after wake from sleep of both screen power save and also from system power save.

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480154

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

[kde] [Bug 478892] Plasma-shell/Application/Advanced Options/Run in terminal/Terminal options

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=478892

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

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

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

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

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

[kdenlive] [Bug 426600] Hangul is not written in the title clip.

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=426600

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #14 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 479474] Screen going black, when switching windows

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479474

--- Comment #13 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 468971] (KDE / NVidia / Wayland) Monitor freezes when another monitor is turned on

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468971

--- Comment #17 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 476538] With Nvidia Quadro 1000M GPU on Wayland, external monitor shows corrupted image

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=476538

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

[plasma-pa] [Bug 351818] Shortcuts are not working to control the volume

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=351818

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

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

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480888

xduan...@outlook.com changed:

   What|Removed |Added

 CC||xduan...@outlook.com

--- Comment #3 from xduan...@outlook.com ---
Hi Alex,

I have seen your video, under my system:

Operating System: Kubuntu 23.10
KDE Plasma Version: 5.27.8
KDE Frameworks Version: 5.110.0
Qt Version: 5.15.10
Kernel Version: 6.5.0-15-generic (64-bit)
Graphics Platform: Wayland
Processors: 4 Ɨ IntelĀ® Coreā„¢ i5-4310U CPU @ 2.00GHz
Memory: 15.5Ā Gio of RAM
Graphics Processor: Mesa IntelĀ® HD Graphics 4400
Manufacturer: Hewlett-Packard
Product Name: HP EliteBook 850 G1
System Version: A3009DD10303

I don't have the issue, Spectacle runs as expected. Same under X11.

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

[Plasma Bigscreen] [Bug 480929] New: Plasma Bigscreen fails to start

2024-02-05 Thread Steve Cossette
https://bugs.kde.org/show_bug.cgi?id=480929

Bug ID: 480929
   Summary: Plasma Bigscreen fails to start
Classification: Plasma
   Product: Plasma Bigscreen
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Homescreen
  Assignee: notm...@gmail.com
  Reporter: farch...@gmail.com
  Target Milestone: ---

On Fedora 40 rawhide (Plasma 6 RC2), plasma-bigscreen fails to start. Checking
the logs I see the following repeated dozens of times:

Feb 05 21:34:54 fedora systemd-coredump[53727]: [ļ”•] Process 53614 (plasmashell)
of user 1000 dumped core.

Module
org.kde.mycroft.bigscreen.homescreen.so from rpm
plasma-bigscreen-5.27.80~20240204.214319.046d404-1.fc40.x86_64
Module plasma_layouttemplate.so
from rpm plasma-workspace-5.93.0-1.fc40.x86_64
Module plasma_applet.so from
rpm libplasma-5.93.0-1.fc40.x86_64
Module
KF6WindowSystemKWaylandPlugin.so from rpm
kf6-kwindowsystem-5.249.0-1.fc40.x86_64
Module plasma_shell.so from rpm
libplasma-5.93.0-1.fc40.x86_64
Module plasma_lookandfeel.so
from rpm plasma-workspace-5.93.0-1.fc40.x86_64
Module libKF6Style.so.6 from
rpm kf6-frameworkintegration-5.249.0-1.fc40.x86_64
Module libKirigamiPlatform.so.6
from rpm kf6-kirigami-5.249.0-1.fc40.x86_64
Module breeze6.so from rpm
plasma-breeze-5.93.0-1.fc40.x86_64
Module libpciaccess.so.0 from
rpm libpciaccess-0.16-12.fc40.x86_64
Module libtinfo.so.6 from rpm
ncurses-6.4-12.20240127.fc40.x86_64
Module libedit.so.0 from rpm
libedit-3.1-50.20230828cvs.fc40.x86_64
Module libdrm_intel.so.1 from
rpm libdrm-2.4.120-3.fc40.x86_64
Module libdrm_nouveau.so.2 from
rpm libdrm-2.4.120-3.fc40.x86_64
Module libdrm_amdgpu.so.1 from
rpm libdrm-2.4.120-3.fc40.x86_64
Module libelf.so.1 from rpm
elfutils-0.190-6.fc40.x86_64
Module libdrm_radeon.so.1 from
rpm libdrm-2.4.120-3.fc40.x86_64
Module libsensors.so.4 from rpm
lm_sensors-3.6.0-16.fc40.x86_64
Module radeonsi_dri.so from rpm
mesa-24.0.0-1.fc40.x86_64
Module libxshmfence.so.1 from
rpm libxshmfence-1.3.2-3.fc40.x86_64
Module libxcb-sync.so.1 from
rpm libxcb-1.16-4.fc40.x86_64
Module libxcb-present.so.0 from
rpm libxcb-1.16-4.fc40.x86_64
Module libxcb-dri3.so.0 from
rpm libxcb-1.16-4.fc40.x86_64
Module libwayland-server.so.0
from rpm wayland-1.22.0-3.fc40.x86_64
Module libdrm.so.2 from rpm
libdrm-2.4.120-3.fc40.x86_64
Module libxcb-xfixes.so.0 from
rpm libxcb-1.16-4.fc40.x86_64
Module libxcb-dri2.so.0 from
rpm libxcb-1.16-4.fc40.x86_64
Module libX11-xcb.so.1 from rpm
libX11-1.8.7-3.fc40.x86_64
Module libexpat.so.1 from rpm
expat-2.5.0-5.fc40.x86_64
Module libglapi.so.0 from rpm
mesa-24.0.0-1.fc40.x86_64
Module libgbm.so.1 from rpm
mesa-24.0.0-1.fc40.x86_64
Module libEGL_mesa.so.0 from
rpm mesa-24.0.0-1.fc40.x86_64
Module libwayland-egl.so.1 from
rpm wayland-1.22.0-3.fc40.x86_64
Module
libQt6WaylandEglClientHwIntegration.so.6 from rpm
qt6-qtwayland-6.6.1-3.fc40.x86_64
Module
libqt-plugin-wayland-egl.so from rpm qt6-qtwayland-6.6.1-3.fc40.x86_64
Module libXrender.so.1 from rpm
libXrender-0.9.11-6.fc40.x86_64
Module libKF6Bookmarks.so.6
from rpm 

[gwenview] [Bug 480928] New: Always print in A4

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480928

Bug ID: 480928
   Summary: Always print in A4
Classification: Applications
   Product: gwenview
   Version: 23.08.4
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: damien.v.teyss...@outlook.com
  Target Milestone: ---

SUMMARY
Keeps printing in A4 despite selecting Letter size manual or by default

STEPS TO REPRODUCE
1. Print
2. Properties
3. Page size: Letter
4. OK
5. Print

OBSERVED RESULT
Print in A4

EXPECTED RESULT
Print letter size

Operating System: Manjaro Linux 
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.113.0
Qt Version: 5.15.12
Kernel Version: 6.7.0-0-MANJARO (64-bit)
Graphics Platform: X11

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

[kwin] [Bug 480927] Programs running under KWin + Wayland segfault when switching monitors

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480927

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[kwin] [Bug 480927] Programs running under KWin + Wayland segfault when switching monitors

2024-02-05 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=480927

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[kwin] [Bug 480798] KDE / KWin slowly eats (leaks?) my graphics memory (GART) until it begins stuttering

2024-02-05 Thread Adam Fontenot
https://bugs.kde.org/show_bug.cgi?id=480798

--- Comment #4 from Adam Fontenot  ---
One additional thing I've noticed, which may indicate that suspend is a red
herring here:

If you fill up both the entire VRAM (1 GB) and some amount of GART (e.g. 1 GB)
- I did this by running several games at once - and then suspend the system
while the games are still running, when the system is resumed the VRAM value
will be <= 100 MB and GART will have increased by the difference.

The exact significance of this isn't clear to me, but it may indicate that the
KDE leak is happening in VRAM. I think I need to be tracking both the VRAM and
GART usage - probably a sustained increase in the sum of the two reflects a
leak.

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

[kdenlive] [Bug 478745] Crash, and clip incorrectly replaced. I uploaded a simple demo to reproduce

2024-02-05 Thread red_Arti
https://bugs.kde.org/show_bug.cgi?id=478745

red_Arti  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

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

[kdenlive] [Bug 480383] Undo operation not returning video to correct position, after adjusting subtitle, if subtitle snaps to video

2024-02-05 Thread red_Arti
https://bugs.kde.org/show_bug.cgi?id=480383

red_Arti  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #8 from red_Arti  ---
Yes. Fixed. 
Thank developers

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

[kwin] [Bug 480927] New: Programs running under KWin + Wayland segfault when switching monitors

2024-02-05 Thread Adam Fontenot
https://bugs.kde.org/show_bug.cgi?id=480927

Bug ID: 480927
   Summary: Programs running under KWin + Wayland segfault when
switching monitors
Classification: Plasma
   Product: kwin
   Version: 5.93.0
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: adam.m.fontenot+...@gmail.com
  Target Milestone: ---

Created attachment 165588
  --> https://bugs.kde.org/attachment.cgi?id=165588=edit
crash traceback (for Konsole)

SUMMARY

I found a case where all my applications crashed when I plugged in an external
screen.

 * The crashes occurred in several applications (e.g. Konsole) that were
running at the time of the crash, not KWin itself. However, having a look at
the backtrace I believe that the issue is probably not in any particular
application (or set of applications), so I'm reporting it here.
 * The crash doesn't occur with every monitor switch. This has happened to me
once so far, with the specific reproduction steps given below.
 * I suspect the issue probably lies upstream in Qt. I need (at the very least)
someone to help triage the issue, in order to verify that this is the case,
help determine whether it's already been reported (or fixed?), and so on.

STEPS TO REPRODUCE
1. Set KDE to display exclusively on the external screen.
2. Reboot the computer and log in to KDE directly on the external screen.
3. Put the computer to sleep.
4. Unplug the external screen and wake the computer back up again. Log in.
5. Plug in the external screen.

OBSERVED RESULT
All running applications (all of them were built on Qt6, incidentally) crash
with a segfault. The call stack contains

#11 QPlatformScreen::screen (this=this@entry=0x72bdd4006da0) at
/usr/src/debug/qt6-base/qtbase-everywhere-src-6.7.0-beta2/src/gui/kernel/qplatformscreen.cpp:116
#12 0x72bde856396e in QtWaylandClient::QWaylandWindow::handleScreensChanged
(this=0x61642913e7d0) at
/usr/src/debug/qt6-wayland/qtwayland-everywhere-src-6.7.0-beta2/src/client/qwaylandwindow.cpp:1414

Full stack trace attached.

EXPECTED RESULT
No crash, all applications automatically switch to external screen since it was
enabled (exclusively) last time it was plugged in.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.93.0
KDE Frameworks Version: 5.249.0
Qt Version: 6.7.0
Kernel Version: 6.7.3-arch1-2 (64-bit)
Graphics Platform: Wayland

This is an up to date Arch Linux system with the kde-unstable repositories
enabled, with timestamp Tue Feb  6 01:45:31 UTC 2024.

ADDITIONAL INFORMATION

Unfortunately, I haven't been able to reproduce this so far. I'm hoping the
kcrash data provides enough information to work out a more precise cause.

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

[kstars] [Bug 480926] New: Get Hot New Stuff - file not found

2024-02-05 Thread Trevor
https://bugs.kde.org/show_bug.cgi?id=480926

Bug ID: 480926
   Summary: Get Hot New Stuff - file not found
Classification: Applications
   Product: kstars
   Version: unspecified
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mutla...@ikarustech.com
  Reporter: tbry...@mts.net
  Target Milestone: ---

Version 3.6.9
Trying to download the Star Catalogues and images from Get Hot New Stuff. 
Keeps saying "Could not install "_": file not found.

Affected
Tycho-2 Star Catalogue
USNO NOMAD Catalogue
Inline thumbnail images
NGC Images
IC Images
Common Images

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

[kwin] [Bug 480798] KDE / KWin slowly eats (leaks?) my graphics memory (GART) until it begins stuttering

2024-02-05 Thread Adam Fontenot
https://bugs.kde.org/show_bug.cgi?id=480798

--- Comment #3 from Adam Fontenot  ---
I'm switching back to Wayland since I think I can confirm it's specific to
that. It tends to slowly grow over time, so it's hard to pinpoint. The biggest
thing I've noticed so far is that putting the computer to sleep and waking it
up again (and unlocking the lock screen) tends to create a temporary jump, and
some of this seems to be "sticky".

Unfortunately this is pretty variable. Sometimes no more than 10 MB or so
sticks around, sometimes (like right now as I write this comment, as a test),
it goes from 350 MB used to 1100 MB used, and even after waiting for it to
subside for a few minutes, it's stuck at 800 MB. So that's a 450 MB jump in
memory usage by the graphics system in less than a minute.

For clarity and emphasis, this didn't happen under the KDE X11 session in my
testing. After 2+ days of use, with a browser running, only 461 MB of GART
memory was consumed by graphics.

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

[kdeconnect] [Bug 480908] Settings window is empty - kf6

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480908

minh.tran.hp.0...@gmail.com changed:

   What|Removed |Added

 Attachment #165571|0   |1
is obsolete||

--- Comment #2 from minh.tran.hp.0...@gmail.com ---
Created attachment 165587
  --> https://bugs.kde.org/attachment.cgi?id=165587=edit
log using script for command 'zypper se -i *kirigami* ; zypper if --requires
kdeconnect-kde'

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

[frameworks-kio] [Bug 480773] Allow to disable only determining mimetypes from extensions on remote FS's

2024-02-05 Thread Sergey Katunin
https://bugs.kde.org/show_bug.cgi?id=480773

--- Comment #2 from Sergey Katunin  ---
(In reply to Magnus Boman from comment #0)
> With kio 5.249.0 I can no longer open plain text documents on my NFS share

I think you mean it's not that you can't open them at all by specifying a text
editor manually, but that it doesn't open a file automatically through the
default editor for text files.

In general, the current behavior corresponds to the behavior of kio-fuse
(protocols in dolphin like nfs://, webdav://) because it defines the type by
extension via the Qt method `QMimeDatabase::mimeTypeForUrl` by remote url.

> An option to disable this behavior would be greatly appreciated.
This is of course one of the solutions, but I would like to suggest a different
one. 

When you open the file, `KIO::OpenUrlJob` is executed by Dolphin, which in turn
can call `KIO::MimeTypeFinderJob` to determine the mimetype (and this
determination is more complicated than just by extension and, accordingly,
defines a text file).

The problem is that Dolphin calls the `KIO::OpenUrlJob` with an explicit
indication of the mimetype that it defined earlier by extension -
https://invent.kde.org/system/dolphin/-/commit/3b4676b3871cad5cd0e4695b211581f8db8accd0
(and mimetype most likely  was determined here
https://invent.kde.org/system/dolphin/-/blob/7f3967cf38f8ab707681981dd0bc6b220c3dbf83/src/kitemviews/kfileitemmodel.cpp#L1864,
but it doesn't matter).

This leads to the fact that `KIO::OpenUrlJob` does not call the
`KIO::MimeTypeFinderJob`, and tries to open a file with the type
"application/octet-stream".

So, I suggest one of the following solutions:
1. If mimetype "application/octet-stream" and fileItem.isSlow() (so, it is this
case with remote file with no extension) then call `KIO::OpenUrlJob` in Dolphin
when opening a file without specifying the mimetype. If we do that, than
`KIO::OpenUrlJob` will call `KIO::MimeTypeFinderJob` and determine mimetype,
and I think it is okay to determine mimetype by content here, because we are
opening file anyway and downloading a file for this here is not the same as
downloading files in the background to determine the type when just opening a
folder (like it was before PR with determining mimetypes from extensions for
remote FS).

2. Determine the situation with mimetype "application/octet-stream" and
fileItem.isSlow() inside `KIO::OpenUrlJob`, even if the
"application/octet-stream" mimetype was specified explicitly when creating the
job in Dolphin.

I think first solution is a more suitable place, but the second solution may be
able to solve a similar problem when this job is called not by Dolphin, but by
some other program with the same purpose.

After that, if we would open plain text file via click enter or mouse button,
Dolphin will open file in default text editor.

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

[systemsettings] [Bug 480871] Weird component overlapping when making the window too narrow

2024-02-05 Thread Axel
https://bugs.kde.org/show_bug.cgi?id=480871

--- Comment #8 from Axel  ---
(In reply to Tammes Burghard from comment #7)
> And when made too narrow, Discovers UI becomes unresponsive, see
> https://kuchenmampfer.de/kde_bug_480871.webm

Have you done any modifications or added any specific plugins/themes? Could be
QT version related since it doesnt happen on previous versions.

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

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

2024-02-05 Thread Gurenko Alex
https://bugs.kde.org/show_bug.cgi?id=480888

--- Comment #2 from Gurenko Alex  ---
(In reply to Nate Graham from comment #1)
> Cannot reproduce with those steps. Any chance you could attach a phone video
> of yourself reproducing the bug?

Here is a video:
https://e.pcloud.link/publink/show?code=XZPwoeZbm8XvysprWfDOHPhFuTJnbKAzjp7

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

[plasmashell] [Bug 479940] Don't work in x11 session

2024-02-05 Thread DiabloCRP
https://bugs.kde.org/show_bug.cgi?id=479940

DiabloCRP  changed:

   What|Removed |Added

Version|5.92.0  |5.93.0

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

[kwin] [Bug 473887] Can't log in to a Wayland session in VirtualBox on Windows

2024-02-05 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=473887

Fushan Wen  changed:

   What|Removed |Added

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

--- Comment #6 from Fushan Wen  ---
I am on Qt6.8(dev)

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

[plasmashell] [Bug 479940] Don't work in x11 session

2024-02-05 Thread DiabloCRP
https://bugs.kde.org/show_bug.cgi?id=479940

--- Comment #2 from DiabloCRP  ---
Created attachment 165586
  --> https://bugs.kde.org/attachment.cgi?id=165586=edit
No changes, still not work.

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

[xdg-desktop-portal-kde] [Bug 480066] Screen sharing dialog not showing up.

2024-02-05 Thread mooodyhunter
https://bugs.kde.org/show_bug.cgi?id=480066

--- Comment #2 from mooodyhun...@outlook.com  ---
After I select a "global theme" in system settings (nothing was selected there
beforehand), the portal starts to work without issue.

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

[kdiff3] [Bug 446723] Add support to Apple M1 processors

2024-02-05 Thread michael
https://bugs.kde.org/show_bug.cgi?id=446723

michael  changed:

   What|Removed |Added

   Version Fixed In||1.11
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #3 from michael  ---
AMR64 support is now part of KDEs new Gitlab based CI. M!/ARM64 navtive MacOS
builds will now be released along with x86_64 builds. 1.11 is next release that
and will include this build.

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

[plasmashell] [Bug 473153] Crash inHistoryStringItem::write() after running "plasmashell --replace" with Krunner

2024-02-05 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=473153

Patrick Silva  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #7 from Patrick Silva  ---
Tested on Arch Linux running Plasma 6 RC2 and neon unstable; cannot reproduce.

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

[kwin] [Bug 480924] Kwin_wayland spams the systemlog with 4 messages / sec

2024-02-05 Thread Reinier
https://bugs.kde.org/show_bug.cgi?id=480924

Reinier  changed:

   What|Removed |Added

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

--- Comment #2 from Reinier  ---
No, I don't. Bog standard Fedora 40 KDE deployed in a WM.

But here is a thing. I didn't see this with kwin_wayland 5.92.0. After
upgrading to kwin-wayland-5.93.0-1.fc40.x86_64, the errors suddenly started
rolling about 4 hours into the session. Can't see what triggered it in the
systemlog. Today the errors started right after logging into the session.
However, I just upgraded to kwin-wayland-5.93.0-2.fc40.x86_64, and I haven't
seen the errors yet after a reboot. I will leave the session running and report
back.

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

[kwin] [Bug 480171] With 225% scale on a 4k screen, right-side-tiled windows and full-screen video/image content are not fully adjacent to right screen edge

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480171

mira...@mirandastreeter.com changed:

   What|Removed |Added

 CC||mira...@mirandastreeter.com

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

[kwin] [Bug 480848] Windows are resizable in their width and height by double-(or triple-)clicking their borders

2024-02-05 Thread Geri
https://bugs.kde.org/show_bug.cgi?id=480848

--- Comment #1 from Geri  ---
> 
> EXPECTED RESULT
> ...
> (with the option to achieve this with a triple-click, in case a. is 
> selected).
> 

After re-reading ā€“ and re-thinking ā€“ my writing this could be extended to:

 (with the option to achieve this with a triple-click or
Ctrl+|Alt+|Shift+Double-click, in case a. is selected).

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

[frameworks-kcmutils] [Bug 474336] Horizontal scrollbar appears briefly on bottom when I open a KCM

2024-02-05 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=474336

--- Comment #4 from Patrick Silva  ---
Created attachment 165585
  --> https://bugs.kde.org/attachment.cgi?id=165585=edit
reproducing with KDE Connect KCM

Can reproduce with KDE Connect KCM on neon unstable.

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

[plasmashell] [Bug 478875] SDDM and kscreenlocker does not accept enter key in X11

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478875

--- Comment #41 from duha.b...@gmail.com ---
(In reply to Nate Graham from comment #40)
> Unfortunately it's a distro decision and not a KDE decision. I know that
> Fedora KDE uses the Wayland SDDM by default now. If Neon doesn't, it would
> be reasonable to submit a bug report requesting that.

I have been asking the Neon devs to consider this and they opened an issue:
https://invent.kde.org/teams/neon/-/issues/154

The issue is that wayland SDDM is still experimental and there could
potentially be issues with nvidia.
Another workaround would be to not use the virtualkeyboard by default.

Personally I hope this can be fixed before Plasma 6 launches, but if it does
not there are a few workarounds (wayland ssdm, no virtual keyboard by default
on sddm etc..)

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

[kwin] [Bug 480799] Artifacts/flickering when toggling night light when using two monitors

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480799

koce...@tutanota.com changed:

   What|Removed |Added

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

--- Comment #5 from koce...@tutanota.com ---
(In reply to Zamundaaa from comment #4)
> Are you using an ICC profile or HDR? If not, does
> KWIN_DRM_FORCE_COLOR_MANAGEMENT=1 fix this?

No ICC profiles or HDR. Setting the environment variable seems to make it a lot
less reproducible, and I think I can only sometimes see artifacting in the
"Night Light on/off" pop up when it appears, but the variable also makes the
colors of the taskbar and the applets more intense if "Background Contrast" is
enabled in Window Management > Desktop Effects. Haven't noticed if any other
areas appear different.

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

[kwin] [Bug 480924] Kwin_wayland spams the systemlog with 4 messages / sec

2024-02-05 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=480924

Zamundaaa  changed:

   What|Removed |Added

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

--- Comment #1 from Zamundaaa  ---
https://invent.kde.org/plasma/kwin/-/commit/a649be64db7c66eee5ed26e26ea3f5aeb45552d8
fixed this, but only for when you have HDR enabled or
KWIN_DRM_FORCE_COLOR_MANAGEMENT set, which I assume you don't?

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

[kwin] [Bug 480792] some applications ignore the cursor size and theme on wayland

2024-02-05 Thread Ravi
https://bugs.kde.org/show_bug.cgi?id=480792

--- Comment #13 from Ravi  ---
I built plasma from git today, but unfortunately this did not fix it. If I
apply an even greater scaling (like 150%), the text will appear even bigger,
but the mouse cursor stays the same

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

[kwin] [Bug 480895] KWin has a DRM timeout issue with GPU resets when using the hardware cursor

2024-02-05 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=480895

Zamundaaa  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/-/commit/14749e91e9 |ma/kwin/-/commit/bb7d2152ba
   |62935fe9ad6b3358ec720c3645e |453aba7ae48958e661672e54bb2
   |8ea |275

--- Comment #8 from Zamundaaa  ---
Git commit bb7d2152ba453aba7ae48958e661672e54bb2275 by Xaver Hugl.
Committed on 05/02/2024 at 23:00.
Pushed by zamundaaa into branch 'Plasma/6.0'.

backends/drm: try to handle page flips timing out

While this should really never happen in the first place, if the kernel still
accepts
atomic commits, this is better than the screen(s) freezing and never
recovering.


(cherry picked from commit 14749e91e962935fe9ad6b3358ec720c3645e8ea)

M  +27   -5src/backends/drm/drm_commit_thread.cpp
M  +1-1src/backends/drm/drm_commit_thread.h
M  +1-1src/backends/drm/drm_pipeline.cpp

https://invent.kde.org/plasma/kwin/-/commit/bb7d2152ba453aba7ae48958e661672e54bb2275

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

[plasmashell] [Bug 475046] Sometimes Plasma crashes when I hover over grouped tasks

2024-02-05 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=475046

Patrick Silva  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Patrick Silva  ---
Tested on Arch Linux running Plasma 6 RC2 and neon unstable; cannot reproduce.

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

[plasmashell] [Bug 480517] Icons only task manager and applet overlapping

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480517

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

--- Comment #4 from fanzhuyi...@gmail.com ---
I think this might be the same issue as
https://bugs.kde.org/show_bug.cgi?id=477317

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

[plasmashell] [Bug 478875] SDDM and kscreenlocker does not accept enter key in X11

2024-02-05 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=478875

--- Comment #40 from Nate Graham  ---
Unfortunately it's a distro decision and not a KDE decision. I know that Fedora
KDE uses the Wayland SDDM by default now. If Neon doesn't, it would be
reasonable to submit a bug report requesting that.

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

[frameworks-kio] [Bug 480773] Allow to disable only determining mimetypes from extensions on remote FS's

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=480773

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||fanzhuyi...@gmail.com
   Severity|normal  |wishlist
 Status|REPORTED|CONFIRMED

--- Comment #1 from fanzhuyi...@gmail.com ---
Ideally we may want to determine the mime types async, so that the main thread
is not blocked.

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

[Discover] [Bug 473151] Discover crashes in FlatpakBackend::addAppFromFlatpakBundle() when I try to open a flatpak bundle

2024-02-05 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=473151

--- Comment #11 from Patrick Silva  ---
Can reproduce on neon unstable, cannot on Arch Linux running Plasma 6 RC2.

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

[kwin] [Bug 480799] Artifacts/flickering when toggling night light when using two monitors

2024-02-05 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=480799

Zamundaaa  changed:

   What|Removed |Added

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

--- Comment #4 from Zamundaaa  ---
Are you using an ICC profile or HDR? If not, does
KWIN_DRM_FORCE_COLOR_MANAGEMENT=1 fix this?

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

[kwin] [Bug 480895] KWin has a DRM timeout issue with GPU resets when using the hardware cursor

2024-02-05 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=480895

Zamundaaa  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/-/commit/14749e91e9
   ||62935fe9ad6b3358ec720c3645e
   ||8ea
 Resolution|--- |FIXED

--- Comment #7 from Zamundaaa  ---
Git commit 14749e91e962935fe9ad6b3358ec720c3645e8ea by Xaver Hugl.
Committed on 05/02/2024 at 22:51.
Pushed by zamundaaa into branch 'master'.

backends/drm: try to handle page flips timing out

While this should really never happen in the first place, if the kernel still
accepts
atomic commits, this is better than the screen(s) freezing and never
recovering.

M  +27   -5src/backends/drm/drm_commit_thread.cpp
M  +1-1src/backends/drm/drm_commit_thread.h
M  +1-1src/backends/drm/drm_pipeline.cpp

https://invent.kde.org/plasma/kwin/-/commit/14749e91e962935fe9ad6b3358ec720c3645e8ea

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

[plasmashell] [Bug 478875] SDDM and kscreenlocker does not accept enter key in X11

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=478875

--- Comment #39 from funkybom...@gmail.com ---
(In reply to Oded Arbel from comment #38)
> (In reply to funkybomber from comment #37)
> > Just for the record I can also reproduce this bug in both X11 and Wayland
> > when running the latest KDE Neon unstable under QEMU.
> 
> Can you please make sure that the Wayland issue is not as actually an X11
> issue, as described in comment #34?

I followed your instructions and indeed you are correct. My etc/sddm.conf was
missing the Wayland parameters. 
This bug is only affecting the X11 session. Under the Wayland session the SDDM
screen login works fine.

This begs the question why we wouldn't launch the Wayland SDDM screen by
default? Less bug reports and less wasting everyone's time.

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

[Discover] [Bug 474543] Omit "What's new" section if release notes are not available

2024-02-05 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=474543

--- Comment #6 from Patrick Silva  ---
Can reproduce on neon unstable,.

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

[plasmashell] [Bug 477825] White bar when floating/unfloating

2024-02-05 Thread Tammes Burghard
https://bugs.kde.org/show_bug.cgi?id=477825

--- Comment #4 from Tammes Burghard  ---
Created attachment 165584
  --> https://bugs.kde.org/attachment.cgi?id=165584=edit
New recording of the bug

Its just a very short flash when I take off my fingers from my touchpad. So
look closely at the panel when it defloats/floats, I purposefully inserted a
little pause before that so there is less confusion.

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

[plasmashell] [Bug 477825] White bar when floating/unfloating

2024-02-05 Thread Tammes Burghard
https://bugs.kde.org/show_bug.cgi?id=477825

Tammes Burghard  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|DUPLICATE   |---

--- Comment #3 from Tammes Burghard  ---
(In reply to Nate Graham from comment #2)
> I cannot reproduce this issue with today's git master when I follow your
> steps. Can you still reproduce it?
> 
> *** This bug has been marked as a duplicate of bug 480548 ***

Yes I can still reproduce this. But only with my steps to recreate, not with
the steps of bug 480548. So I think it was not actually a duplicate maybe?

I admit that my previous video recording was bad, so I will make a new one.

-- 
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-02-05 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=452219

--- Comment #60 from Zamundaaa  ---
Git commit f94e4d16dda294fd11b7d68503daccc33ab3ff9b by Xaver Hugl.
Committed on 05/02/2024 at 22:19.
Pushed by zamundaaa into branch 'Plasma/6.0'.

backends/drm: use explicit sync where possible

Instead of calling glFinish, which blocks until it's done and has high CPU
usage on NVidia, use EGL_ANDROID_native_fence_fd to get an explicit sync
fd, which the commit thread automatically waits on before committing the
buffer to KMS.


(cherry picked from commit 1c8bd1be626d2c2453f53e8c67d5f15489c75835)

M  +10   -7src/backends/drm/drm_buffer.cpp
M  +1-1src/backends/drm/drm_buffer.h
M  +1-1src/backends/drm/drm_egl_layer.cpp
M  +17   -17   src/backends/drm/drm_egl_layer_surface.cpp
M  +3-2src/backends/drm/drm_egl_layer_surface.h
M  +2-2src/backends/drm/drm_gpu.cpp
M  +1-1src/backends/drm/drm_gpu.h
M  +3-3src/backends/drm/drm_qpainter_layer.cpp

https://invent.kde.org/plasma/kwin/-/commit/f94e4d16dda294fd11b7d68503daccc33ab3ff9b

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

[systemsettings] [Bug 480871] Weird component overlapping when making the window too narrow

2024-02-05 Thread Tammes Burghard
https://bugs.kde.org/show_bug.cgi?id=480871

--- Comment #7 from Tammes Burghard  ---
And when made too narrow, Discovers UI becomes unresponsive, see
https://kuchenmampfer.de/kde_bug_480871.webm

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

[systemsettings] [Bug 480871] Weird component overlapping when making the window too narrow

2024-02-05 Thread Tammes Burghard
https://bugs.kde.org/show_bug.cgi?id=480871

--- Comment #6 from Tammes Burghard  ---
Created attachment 165583
  --> https://bugs.kde.org/attachment.cgi?id=165583=edit
Discovers UI also can be made too narrow

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

  1   2   3   4   5   >