[kwin] [Bug 477625] Weird icon placement of apps that do not have window in Dekstop Overview

2023-11-28 Thread Yevhen
https://bugs.kde.org/show_bug.cgi?id=477625

Yevhen  changed:

   What|Removed |Added

 CC||xalt7x.serv...@gmail.com

--- Comment #6 from Yevhen  ---
Created attachment 163605
  --> https://bugs.kde.org/attachment.cgi?id=163605=edit
After commit 9ee3d7a2 XWayland Video Bridge is still visible in Overview

(In reply to Jakub from comment #4)
> (In reply to David Redondo from comment #2)
> > 
> > *** This bug has been marked as a duplicate of bug 477025 ***
> 
> Can still reproduce. I do not have Wayland to X11 Video Bridge in the task
> switcher, but I do have it in the Dekstop Overview. This is no a duplicate
> of https://bugs.kde.org/show_bug.cgi?id=477025

I'm not sure if it's a Pager thing, but even with
https://invent.kde.org/system/xwaylandvideobridge/-/commit/9ee3d7a21ee3069e37a205318914f48b2b597eaa
applied (which is supposed to close 477394, 477595 and  477625
I still can see XWayland Video Bridge item in the overview.

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

[plasmashell] [Bug 477669] Plasmashell sometimes crashes when panel edit mode is exited

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477669

31...@tuta.io changed:

   What|Removed |Added

Summary|Plasmashell crashes when|Plasmashell sometimes
   |panel width is set from |crashes when panel edit
   |custom to fill width and|mode is exited
   |then the desktop is clicked |

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

[Spectacle] [Bug 477614] Screenshot Tool Improper/Broken Behavior

2023-11-28 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=477614

Noah Davis  changed:

   What|Removed |Added

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

--- Comment #1 from Noah Davis  ---
Sorry, I'm having a difficult time understanding you. Are you saying that
Spectacle appears in its own screenshots? If so, we've already fixed that in
the upcoming 24.02 version.

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

[Spectacle] [Bug 476811] Spectacle not hiding main window properly when selecting rectangular region screenshot

2023-11-28 Thread Fredrick Brennan
https://bugs.kde.org/show_bug.cgi?id=476811

Fredrick Brennan  changed:

   What|Removed |Added

 CC||copypa...@kittens.ph

--- Comment #7 from Fredrick Brennan  ---
For me, Spectacle also puts the end of the animation in images, only on the
Wayland session. Will attach a screenshot. Probably related.

Spectacle
Version 23.08.3
Plasma
Version 5.27.9
Frameworks
5.112.0
Kernel
6.6.2-zen1-1-zen (64-bit)

GPU
8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz

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

[krita] [Bug 477538] Reference Images Tool Leaves Black Area After Saving

2023-11-28 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=477538

--- Comment #10 from Alvin Wong  ---
> it actually is happening on the stable build

By "stable build" are you referring to release version 5.2.1 or the stable
nightly build (the one I linked earlier)? The latter contains the suspect
change but *not* the former, so knowing the distinction is crucial to
diagnosing the issue. If it does happen on release version 5.2.1 then I afraid
I don't have a potential solution.

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

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

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705

Bug ID: 477705
   Summary: A program being executed under callgrind terminates as
soon as using fmt::format() in case of being compiled
as RelWithDebInfo.
Classification: Developer tools
   Product: valgrind
   Version: 3.22.0
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: callgrind
  Assignee: josef.weidendor...@gmx.de
  Reporter: kde3...@a.anjels.de
  Target Milestone: ---

Created attachment 163604
  --> https://bugs.kde.org/attachment.cgi?id=163604=edit
demo program to reproduce the issue

SUMMARY
A program being executed under callgrind terminates as soon as using
fmt::format() in case of being compiled as RelWithDebInfo. 

STEPS TO REPRODUCE
1) unzip the attachment callgrind_demo.zip to ~
2) cd ~/callgrind_demo; rm -rf build/;  mkdir build; cd build/; conan install
--profile=../linux_x86_release .. hello-world/0.0.1@siemens-energy/stable;
cmake ..; cmake --build . --verbose; /usr/local/bin/valgrind --tool=callgrind
--callgrind-out-file=callgrind.$RANDOM.log
~/callgrind_demo/build/bin/callgrind_demo

OBSERVED RESULT
The RelWithDebInfo version of "callgrind_demo" program terminates unexpectedly
when being executed under callgrind:

==17794== Callgrind, a call-graph generating cache profiler
==17794== Copyright (C) 2002-2017, and GNU GPL'd, by Josef Weidendorfer et al.
==17794== Using Valgrind-3.22.0 and LibVEX; rerun with -h for copyright info
==17794== Command: /root/callgrind_demo/build/bin/callgrind_demo
==17794==
==17794== For interactive control, run 'callgrind_control -h'.
terminate called after throwing an instance of 'fmt::v9::format_error'
  what():  string pointer is null
==17794==
==17794== Process terminating with default action of signal 6 (SIGABRT)
==17794==at 0x401B3E2: _dl_sysinfo_int80 (in
/usr/lib/i386-linux-gnu/ld-linux.so.2)
==17794==by 0x4C1F296: __pthread_kill_implementation (pthread_kill.c:43)
==17794==by 0x4BCE100: raise (raise.c:26)
==17794==by 0x4BB7269: abort (abort.c:79)
==17794==by 0x48C59D5: ??? (in /usr/lib/i386-linux-gnu/libstdc++.so.6.0.30)
==17794==by 0x48D3143: ??? (in /usr/lib/i386-linux-gnu/libstdc++.so.6.0.30)
==17794==by 0x48D31BC: std::terminate() (in
/usr/lib/i386-linux-gnu/libstdc++.so.6.0.30)
==17794==by 0x48D34BB: __cxa_throw (in
/usr/lib/i386-linux-gnu/libstdc++.so.6.0.30)
==17794==by 0x10A52B: fmt::v9::detail::throw_format_error(char const*)
(src/include/fmt/format-inl.h:44)
==17794==by 0x10BEEF: void
fmt::v9::detail::vformat_to(fmt::v9::detail::buffer&,
fmt::v9::basic_string_view,
fmt::v9::basic_format_args::type,
char>::value, fmt::v9::appender,
std::back_insert_iterator::type>
> >::type, fmt::v9::type_identity::type> >, fmt::v9::detail::locale_ref)
(src/include/fmt/format.h:3322)
==17794==by 0x10AA79:
fmt::v9::vformat[abi:cxx11](fmt::v9::basic_string_view,
fmt::v9::basic_format_args >) (src/include/fmt/format-inl.h:1472)
==17794==by 0x10A33B: main (core.h:3206)
==17794==
==17794== Events: Ir
==17794== Collected : 1985341
==17794==
==17794== I   refs:  1,985,341
Aborted

EXPECTED RESULT
Successful execution (as well as it is successful for the debug version)

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian GNU/Linux 12 (bookworm) in a WSL

ADDITIONAL INFORMATION
If callgrind_demo is compiled as debug version everything works fine.

The simple program to reproduce the issue can be found in the attachment as
well:

#include 
int main() {
  auto test = fmt::format("{}", "Hello world.");
  return 0;
}

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

[korganizer] [Bug 418811] Events stored in the database not displayed in KOrganizer

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=418811

--- Comment #24 from d...@newtech.fi ---
Try to change your email to another defined email account.

I have accounts dag @ newtech.fi and also an account dag.nygren @ consultor.fi.
Additionally the consultor account is currently offline due to many reasons.

An entry with the working email account is shown. An entry with the second
offline account will not be shown.

Could the reason be the "offline" state?

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

[kwin] [Bug 477539] Snapping a window to maximize on screen 1 when another application on second is maximized creates artifacts on the screen next to it

2023-11-28 Thread Iason Malkotsis
https://bugs.kde.org/show_bug.cgi?id=477539

--- Comment #2 from Iason Malkotsis  ---
Thanks for taking a look at this.

I checked my settings. No, I don't think they are overlapping.

After testing a bit more, I discovered that it mostly happens with KDE
applications like Discover.
Deactivating the Maximize Desktop effect or putting a digital clock widget on
the second monitor seems to fix the problem.
You could see if you have either of those things and try with and without them. 

Feel free to ask for more info if you need to.

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

[digikam] [Bug 477565] slow loading of the db database

2023-11-28 Thread Peter
https://bugs.kde.org/show_bug.cgi?id=477565

Peter  changed:

   What|Removed |Added

 CC||benedekppe...@gmail.com

--- Comment #24 from Peter  ---
Tested in: digiKam-8.2.0-20231128T125958-Win64.exe
Never experienced a slow startup on Windows. "Loading Tools...": It just waits
and waits and waits and after about 2 minutes it starts
Antivirus: Windows Defender

No problem with this on the same computer (although not the latest, but this is
the last version I installed):
Build date: 2023.10.27. 11:09 (target: RelWithDebInfo)
Revision: 25bc66af33df456c7345237802d37f5cc2546d19
Branch: master

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

[krita] [Bug 477697] box outline appearing around the boundaries of vector shapes

2023-11-28 Thread Deif Lou
https://bugs.kde.org/show_bug.cgi?id=477697

Deif Lou  changed:

   What|Removed |Added

 CC||gin...@gmail.com

--- Comment #1 from Deif Lou  ---
I wonder if that "copy" blend mode in the brush blend mode has anything to do
with this. Try making the shape with the normal blend mode selected, or check
the blend mode in the layer that has the shape.

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

[lokalize] [Bug 477704] Lokalize crashes the moment I open a .po-file to edit it

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477704

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[lokalize] [Bug 477704] Lokalize crashes the moment I open a .po-file to edit it

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477704

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[akregator] [Bug 477678] Crispy text in kmail, akregator and others

2023-11-28 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=477678

--- Comment #6 from Robby Engelmann  ---
Created attachment 163603
  --> https://bugs.kde.org/attachment.cgi?id=163603=edit
clear in panel

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

[akregator] [Bug 477678] Crispy text in kmail, akregator and others

2023-11-28 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=477678

--- Comment #5 from Robby Engelmann  ---
Created attachment 163602
  --> https://bugs.kde.org/attachment.cgi?id=163602=edit
crispy in panel

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

[akregator] [Bug 477678] Crispy text in kmail, akregator and others

2023-11-28 Thread Robby Engelmann
https://bugs.kde.org/show_bug.cgi?id=477678

--- Comment #4 from Robby Engelmann  ---
until now I recognized it for:
-Texts in Akregator and Kmail (always
-Texts in Plasma notes (I think if it is not active; when click into it, the
text changes from crispy to clear)
-Titles in the plasma panel (might be, that here only the lower part is not
rendered if full screen app touches the panel) - see attachments

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

[lokalize] [Bug 477704] New: Lokalize crashes the moment I open a .po-file to edit it

2023-11-28 Thread PK
https://bugs.kde.org/show_bug.cgi?id=477704

Bug ID: 477704
   Summary: Lokalize crashes the moment I open a .po-file to edit
it
Classification: Applications
   Product: lokalize
   Version: 24.01.75
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sdepi...@gmail.com
  Reporter: pieterkristen...@gmail.com
CC: aa...@kde.org, sha...@ukr.net
  Target Milestone: ---

SUMMARY
***
I'm using Neon Unstable Wayland. Lokalize starts up pretty well. But the moment
I open a .po file it crashes completely.
***


STEPS TO REPRODUCE
1. start up Lokalize
2. "open" a .po file to edit

OBSERVED RESULT

Lokalize crashes 

EXPECTED RESULT

The Lokalize editor opens

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.81.80
KDE Frameworks Version: 5.245.0
Qt Version: 6.6.0
Kernel Version: 6.2.0-26-generic (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Celeron® J4105 CPU @ 1.50GHz
Memory: 7.4 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 600

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

[dolphin] [Bug 466600] Shown volumes change at reboot

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=466600

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

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

[frameworks-solid] [Bug 476973] HDDs conected to plug-in SATA card classified by Dolphin as Removable Devices rather than Devices

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=476973

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

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

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

[digikam] [Bug 321884] crashed while sending photos to vkontakte

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=321884

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

   What|Removed |Added

   Version Fixed In||8.0.0

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

[digikam] [Bug 288679] vkontakte does not compile

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=288679

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

   What|Removed |Added

   Version Fixed In||8.0.0

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

[digikam] [Bug 305520] Missing interface elements in Vkontakte plugin

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=305520

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

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||8.0.0

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

[digikam] [Bug 118637] Flash export to simpleviewer format

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=118637

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

   What|Removed |Added

   Version Fixed In||7.9.0

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

[systemsettings] [Bug 477283] System settings marks all "*.utf8" locales as invalid/unsupported, and glibc does not expose "*.UTF-8" variants

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477283

hanyo...@protonmail.com changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi
   |t/15c7bb2f5710de5dc303dd096 |t/c9093f48d8ddc27c824fa00c0
   |3834630d666d907 |6811a03692eb010

--- Comment #5 from hanyo...@protonmail.com ---
Git commit c9093f48d8ddc27c824fa00c06811a03692eb010 by Han Young.
Committed on 29/11/2023 at 07:53.
Pushed by hanyoung into branch 'Plasma/5.27'.

kcm_regionandlang: support glibc style 'utf8' variant


(cherry picked from commit 15c7bb2f5710de5dc303dd0963834630d666d907)

M  +2-1kcms/region_language/regionandlangsettings.cpp

https://invent.kde.org/plasma/plasma-workspace/-/commit/c9093f48d8ddc27c824fa00c06811a03692eb010

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

[plasmashell] [Bug 477513] No help content for "Recent Files" pane

2023-11-28 Thread Paolo Zamponi
https://bugs.kde.org/show_bug.cgi?id=477513

Paolo Zamponi  changed:

   What|Removed |Added

 CC||feu...@gmail.com

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

[digikam] [Bug 169814] compilation error: no exp2()

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=169814

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

   What|Removed |Added

   Version Fixed In||8.2.0

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

[digikam] [Bug 147458] crash when reading EXIF from USB PtP camera or newly imported album

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=147458

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

   What|Removed |Added

   Version Fixed In||8.2.0
 CC||caulier.gil...@gmail.com

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

[digikam] [Bug 104345] camera hang up during download

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=104345

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Version Fixed In||8.2.0

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

[digikam] [Bug 139154] can't compilate from source

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=139154

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

   What|Removed |Added

   Version Fixed In||8.2.0

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

[digikam] [Bug 145482] Compile fails under Windows

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=145482

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

   What|Removed |Added

 OS|Cygwin  |Microsoft Windows
   Version Fixed In||8.2.0

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

[plasmashell] [Bug 477477] Testing QT6/Plasma 6 on endeavouros: plasmashell crashed when adjusting panel

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477477

--- Comment #8 from semlr...@gmail.com ---
Not quite 100%. But, in my setup, I would say 90% of the time.

Over at EndeavorOS more people are testing Plasma 6 as well and have
experienced this crash as well. I've asked them to report their backtraces too.
I hope they will do so once Plasma 6 has reached beta status.

FYI: I'm running an updated EndeavorOS with kde-unstable, core-testing and
extra-testing.

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

[Spectacle] [Bug 477702] Spectacle crash "Remote peer disconnected"

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477702

--- Comment #3 from viniciusdaros2...@gmail.com ---
(In reply to viniciusdaros2004 from comment #2)
> ok, this is embarrassing, i fixed it removing the mesa-va-drivers-freeworld
> 臘, based on this suggestion

https://discussion.fedoraproject.org/t/hardware-acceleration-not-longer-works-in-fedora-39-beta/92100

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

[Spectacle] [Bug 477702] Spectacle crash "Remote peer disconnected"

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477702

viniciusdaros2...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from viniciusdaros2...@gmail.com ---
ok, this is embarrassing, i fixed it removing the mesa-va-drivers-freeworld 臘,
based on this suggestion

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

[Spectacle] [Bug 477702] Spectacle crash "Remote peer disconnected"

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477702

--- Comment #1 from viniciusdaros2...@gmail.com ---
Created attachment 163601
  --> https://bugs.kde.org/attachment.cgi?id=163601=edit
journald logs

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

[dolphin] [Bug 477703] New: weird file duplication

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477703

Bug ID: 477703
   Summary: weird file duplication
Classification: Applications
   Product: dolphin
   Version: 24.01.75
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: panels: folders
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: thanhphathuyn...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 163600
  --> https://bugs.kde.org/attachment.cgi?id=163600=edit
this specific file duplicated itself to a ludicrous amount for me, taken before
it started multiplying to 700k+

SUMMARY
***
I was trying to move some mod files from /mods folder to another /mods folder
because I wanted to try running it in starsector linux version. And it was then
I used the cut option to paste it over the other /mods folder. Some files
weren't pasted over because of writing permission error. I tried to copy those
files over instead, then deleted the files in the original /mods folder. After
realizing that running the game in exe is better for me I then tried to use cut
option over again and selected all of them again to cut-paste over. Some files
were saying like "do you want to overwrite these files?", and I assumed it
would do fine so I clicked Overwrite to all. After all was done and dusted, the
/mods folder has a bunch of missing mod files, I thought weird so I downloaded
the dependancies files that my mods require to run and etracted it into /mods,
it would show that they are already there and ask if I want to overwrite, I
clicked yes and everything spiraled from there. Because even after overwriting
those "missing" files, it's still not there so I decide to move my files out to
a temp folder. And it was then that the mod file started duplicating itself to
over 700k+ but not taking any space at all.
***


STEPS TO REPRODUCE ?
1.  Cut and paste mod files somewhere out then get write permission error (then
copy those files out then delete the original)
2.  Cut paste it back to original path
3.  Say yes to all overwrite (still not sure what caused this part)

OBSERVED RESULT
A mod file will start duplicating to an impossible amount the more you check it
(for mine it was over 700k), it will be tagged hidden and doesnt take space
(later on while trying to remove it through rm -rf it lost its hidden tag)

EXPECTED RESULT
as above

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

ADDITIONAL INFORMATION

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

[Spectacle] [Bug 477702] Spectacle crash "Remote peer disconnected"

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477702

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[Spectacle] [Bug 477702] New: Spectacle crash "Remote peer disconnected"

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477702

Bug ID: 477702
   Summary: Spectacle crash "Remote peer disconnected"
Classification: Applications
   Product: Spectacle
   Version: 24.01.75
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: noaha...@gmail.com
  Reporter: viniciusdaros2...@gmail.com
CC: k...@david-redondo.de
  Target Milestone: ---

Created attachment 163599
  --> https://bugs.kde.org/attachment.cgi?id=163599=edit
backtrace for spectacle

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. try to open spectacle using the print button or using the command line and
it crashes immediately 
2. 
3. 

OBSERVED RESULT
the application don't open, intead they send two notification "The application
closed unexpectedly" and "Remote peer disconnected"

EXPECTED RESULT
the spectacle open fine

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 40
KDE Plasma Version: 5.27.80
KDE Frameworks Version: 5.245.0
Qt Version: 6.6.0
Kernel Version: 6.7.0-0.rc2.20231125git0f5cc96c367f.26.fc40.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × AMD Ryzen 7 5700U with Radeon Graphics
Memory: 6,6 GiB of RAM
Graphics Processor: AMD Radeon Graphics
Manufacturer: LENOVO
Product Name: 82MF
System Version: IdeaPad 3 15ALC6

ADDITIONAL INFORMATION
Crashed process viewer:
   PID: 24281 (spectacle)
   UID: 1000 (vdaros)
   GID: 1000 (vdaros)
Signal: 11 (SEGV)
 Timestamp: Wed 2023-11-29 02:11:00 -03 (11min ago)
  Command Line: /usr/bin/spectacle --dbus
Executable: /usr/bin/spectacle
 Control Group:
/user.slice/user-1000.slice/user@1000.service/app.slice/app-org.kde.spectacle.service
  Unit: user@1000.service
 User Unit: app-org.kde.spectacle.service
 Slice: user-1000.slice
 Owner UID: 1000 (vdaros)
   Boot ID: 71c52c1036d5478f8b40272384ccc30d
Machine ID: a493ceff69574abd99bd6b514bb5d674
  Hostname: fedora-notebook
   Storage:
/var/lib/systemd/coredump/core.spectacle.1000.71c52c1036d5478f8b40272384ccc30d.24281.170123466000.zst
(present)
  Size on Disk: 61.8M
   Package: spectacle/24.01.75-1.fc40
  build-id: eb29a2e44019671f9b0486279dcb0d4e68e0d270
   Message: Process 24281 (spectacle) of user 1000 dumped core.

Module radeonsi_drv_video.so from rpm
mesa-freeworld-23.3.0~rc2-1.fc40.x86_64
Module libKF6Style.so.6 from rpm
kf6-frameworkintegration-5.245.0-1.fc40.x86_64
Module breeze6.so from rpm plasma-breeze-5.27.80-1.fc40.x86_64
Module libspa-journal.so from rpm pipewire-1.0.0-1.fc40.x86_64
Module libspa-support.so from rpm pipewire-1.0.0-1.fc40.x86_64
Module libpciaccess.so.0 from rpm
libpciaccess-0.16-9.fc39.x86_64
Module libtinfo.so.6 from rpm
ncurses-6.4-8.20231001.fc40.x86_64
Module libedit.so.0 from rpm
libedit-3.1-48.20230828cvs.fc40.x86_64
Module libdrm_intel.so.1 from rpm libdrm-2.4.117-1.fc40.x86_64
Module libdrm_nouveau.so.2 from rpm
libdrm-2.4.117-1.fc40.x86_64
Module libdrm_amdgpu.so.1 from rpm libdrm-2.4.117-1.fc40.x86_64
Module libelf.so.1 from rpm elfutils-0.190-2.fc40.x86_64
Module libdrm_radeon.so.1 from rpm libdrm-2.4.117-1.fc40.x86_64
Module libsensors.so.4 from rpm lm_sensors-3.6.0-14.fc39.x86_64
Module radeonsi_dri.so from rpm mesa-23.3.0~rc2-6.fc40.x86_64
Module libxshmfence.so.1 from rpm
libxshmfence-1.3.2-1.fc40.x86_64
Module libxcb-sync.so.1 from rpm libxcb-1.16-2.fc40.x86_64
Module libxcb-present.so.0 from rpm libxcb-1.16-2.fc40.x86_64
Module libxcb-dri2.so.0 from rpm libxcb-1.16-2.fc40.x86_64
Module libglapi.so.0 from rpm mesa-23.3.0~rc2-6.fc40.x86_64
Module libEGL_mesa.so.0 from rpm mesa-23.3.0~rc2-6.fc40.x86_64
Module libwayland-egl.so.1 from rpm
wayland-1.22.0-2.fc39.x86_64
Module libQt6WaylandEglClientHwIntegration.so.6 from rpm
qt6-qtwayland-6.6.0-1.fc40.x86_64
Module libqt-plugin-wayland-egl.so from rpm
qt6-qtwayland-6.6.0-1.fc40.x86_64
Module libKF6Bookmarks.so.6 from rpm
kf6-kbookmarks-5.245.0-1.fc40.x86_64
Module libKF6BookmarksWidgets.so.6 from rpm
kf6-kbookmarks-5.245.0-1.fc40.x86_64
Module libQt6Core5Compat.so.6 from rpm
qt6-qt5compat-6.6.0-1.fc40.x86_64
Module libXcursor.so.1 from rpm libXcursor-1.2.1-5.fc40.x86_64
Module libKF6StatusNotifierItem.so.6 from rpm

[systemsettings] [Bug 477680] Selecting a primary monitor in a multiple monitor setup enables the wrong monitor

2023-11-28 Thread cookiesandcream
https://bugs.kde.org/show_bug.cgi?id=477680

--- Comment #4 from cookiesandcream  ---
I will also add that I was confused about this behavior because I have never
encountered this on plasma 5, and this is a fresh /home on plasma 6 which is
why i thought it was a bug. Thanks for the help :)

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

[systemsettings] [Bug 477680] Selecting a primary monitor in a multiple monitor setup enables the wrong monitor

2023-11-28 Thread cookiesandcream
https://bugs.kde.org/show_bug.cgi?id=477680

--- Comment #3 from cookiesandcream  ---
(In reply to Nate Graham from comment #2)
> When you say "Observe the other monitor becoming the primary one" is this
> observation based on seeing which monitor as your panel on it? If so, that's
> not quite how it works. Changing the primary monitor simply moves your
> primary Plasma desktop/containment there. However if that
> desktop/containment does not have a panel on it, then when a monitor becomes
> primary, that monitor won't have a panel on it.
> 
> Can you move your panel to the desired monitor, and then change which one is
> primary, and see if the issue is fixed?

You are right that I was trying to judge which monitor was primary based on the
panel location. I tried moving the panel as you mentioned, and now the panel
moves to the left monitor when it is selected as primary as expected. There is
still confusing behavior where if I click one of the arrows after 'set
position' on the second monitor, the panel moves to the corresponding position
on the other monitor. I was able to move it with "manage desktops and panels"
though. Is that something I should file a bug about?

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

[kde] [Bug 477701] [fcitx5 & Wayland input method] In Application Launcher and on Desktop, Input method only triggers when focused on text fields

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477701

unblended_icing...@simplelogin.com changed:

   What|Removed |Added

 CC||unblended_icing552@simplelo
   ||gin.com

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

[kde] [Bug 477701] New: [fcitx5 & Wayland input method] In Application Launcher and on Desktop, Input method only triggers when focused on text fields

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477701

Bug ID: 477701
   Summary: [fcitx5 & Wayland input method] In Application
Launcher and on Desktop, Input method only triggers
when focused on text fields
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: unblended_icing...@simplelogin.com
  Target Milestone: ---

SUMMARY
Application Launcher and Desktop (krunner) have a feature such that you can
directly start typing to search, without having to focus on the search text
field first.

However, input method engine only triggers when the current focus is on a text
field, this has the side effect that when you directly type to search, the
first key press never goes to input method but instead typed as is.

On a system with CJK display language where the application names usually start
with a CJK character, this slows down the searching experience as you have to
explicitly focus the text field before start typing in order to utilize input
method engine.

STEPS TO REPRODUCE
1. Install fcitx5 engine and add any input method (Optionally enable `Share
Input State` in fcitx5 settings)
2. Activate input method
3. Application Launcher:
   - Press `Meta` key, and start typing directly
   Desktop:
   - Show desktop (Meta + D), then start typing directly

OBSERVED RESULT
The first key press produces an alphabetic character, the following key presses
are proceeded by input method engine.

EXPECTED RESULT
The first key press should already trigger input method engine.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
KDE Plasma Version: 5.24.7
KDE Frameworks Version: 5.29.0
Qt Version: 5.15.3
X11 session

Note: This occurs with Wayland session on Plasma 5.27 as well but I currently
don't have access to my openSUSE Tumbleweed system (broken hard disk) to
reproduce it. The issue is reproducible on my current Kubuntu system.

ADDITIONAL INFORMATION
fcitx5 Qt IM module (with X11 session on KDE Plasma 5.24.7)
and Wayland input method (with Wayland session on KDE Plasma 5.27, by setting
the Virtual Keyboard) both have this issue.

I feel like this is more of a KDE issue than a fcitx5 issue, so the bug report
goes here.

An alternate solution to this bug is to support searching CJK names by typing
the corresponding key codes directly, such that `浏览器` could be found by string
`llq` or `liulanqi` in krunner.

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

[konsole] [Bug 477700] New: Terminal shrinks when creating new/switching tabs

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477700

Bug ID: 477700
   Summary: Terminal shrinks when creating new/switching tabs
Classification: Applications
   Product: konsole
   Version: 23.08.3
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: alanve...@gmail.com
  Target Milestone: ---

Whenever I open a new tab or when I switch between tabs, the whole terminal
window slightly shrinks vertically. This happened after my last system upgrade
yesterday.

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

[neon] [Bug 477590] Many "Filesystem not responding" notifications on boot

2023-11-28 Thread Joel Oliver
https://bugs.kde.org/show_bug.cgi?id=477590

Joel Oliver  changed:

   What|Removed |Added

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

--- Comment #3 from Joel Oliver  ---
Todays update to KDE Frameworks to 5.112.0 has solved the issue. Quick fix,
Thank you devs!

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

[plasmashell] [Bug 476313] On X11, plasmashell crash in dual-monitor setup after turning monitors back on

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=476313

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|BACKTRACE   |WORKSFORME

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

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

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

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

[kdenlive] [Bug 462160] proxy clip doesn't take auto rotate setting from original clip

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=462160

--- Comment #7 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 476190] incorrect window minimize animation

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=476190

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 462018] Rendering a video in H.265 with 10-bit color using libx265 always results in a video with 8-bit color, no matter what settings are used

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=462018

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

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

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

[ktorrent] [Bug 411172] KTorrent 5.1 and hig reports incorrect agent string to trackers

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=411172

--- Comment #6 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

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

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

[kmymoney] [Bug 449491] menu item "Show Recociled Balances" is gone

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=449491

--- Comment #7 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

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

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

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

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

[dolphin] [Bug 477699] New: Yet Another Dolphin Crash

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477699

Bug ID: 477699
   Summary: Yet Another Dolphin Crash
Classification: Applications
   Product: dolphin
   Version: 23.08.3
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: starcastle...@hotmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Application: dolphin (23.08.3)

Qt Version: 5.15.11
Frameworks Version: 5.112.0
Operating System: Linux 6.1.62-1-MANJARO x86_64
Windowing System: X11
Distribution: Manjaro Linux
DrKonqi: 5.27.9 [KCrashBackend]

-- Information about the crash:
I feel like whatever keeps crashing dolphin is also what causes startplasma-x11
to hang and segfault too. I thought it was something in ~/.local/share, but
nothing in the debugging output so far even so much as hints to what it is...

The crash can be reproduced sometimes.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault

[KCrash Handler]
#4  0x7fec6b8cad2a in  () at /usr/lib/libKF5KIOCore.so.5
#5  0x7fec6b8ce0f6 in  () at /usr/lib/libKF5KIOCore.so.5
#6  0x7fec6b9084f1 in KIO::SlaveBase::send(int, QByteArray const&) () at
/usr/lib/libKF5KIOCore.so.5
#7  0x7fec6b9032bc in KIO::SlaveBase::mimeType(QString const&) () at
/usr/lib/libKF5KIOCore.so.5
#8  0x7fec69cd1097 in  () at /usr/lib/libQt5Core.so.5
#9  0x7fec545f5421 in  () at /usr/lib/qt/plugins/kf5/kio/admin.so
#10 0x7fec545f5543 in  () at /usr/lib/qt/plugins/kf5/kio/admin.so
#11 0x7fec6affe76e in  () at /usr/lib/libQt5DBus.so.5
#12 0x7fec69cc3bd4 in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#13 0x7fec6a9788ff in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#14 0x7fec69c9c168 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#15 0x7fec69ca10cb in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib/libQt5Core.so.5
#16 0x7fec69ce7138 in  () at /usr/lib/libQt5Core.so.5
#17 0x7fec67d0df69 in  () at /usr/lib/libglib-2.0.so.0
#18 0x7fec67d6c327 in  () at /usr/lib/libglib-2.0.so.0
#19 0x7fec67d0c162 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#20 0x7fec69ceaf7c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#21 0x7fec69c9ae74 in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#22 0x7fec545f1057 in  () at /usr/lib/qt/plugins/kf5/kio/admin.so
#23 0x7fec6b90b9a4 in  () at /usr/lib/libKF5KIOCore.so.5
#24 0x7fec6b908096 in KIO::SlaveBase::dispatch(int, QByteArray const&) ()
at /usr/lib/libKF5KIOCore.so.5
#25 0x7fec6b9001fe in KIO::SlaveBase::dispatchLoop() () at
/usr/lib/libKF5KIOCore.so.5
#26 0x7fec6b980d89 in  () at /usr/lib/libKF5KIOCore.so.5
#27 0x7fec69af371a in  () at /usr/lib/libQt5Core.so.5
#28 0x7fec694aa9eb in  () at /usr/lib/libc.so.6
#29 0x7fec6952e7cc in  () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7fec413fb6c0 (LWP 483379) "KDirectoryConte"):
#1  0x7ffd699a49a0 in clock_gettime ()
#2  0x7fec694f36dd in clock_gettime () at /usr/lib/libc.so.6
#3  0x7fec67d0f085 in  () at /usr/lib/libglib-2.0.so.0
#4  0x7fec67d6c190 in  () at /usr/lib/libglib-2.0.so.0
#5  0x7fec67d0c162 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#6  0x7fec69ceaf9f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#7  0x7fec69c9ae74 in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#8  0x7fec69af74f6 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#9  0x7fec69af371a in  () at /usr/lib/libQt5Core.so.5
#10 0x7fec694aa9eb in  () at /usr/lib/libc.so.6
#11 0x7fec6952e7cc in  () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7fec5ca576c0 (LWP 483341) "dolphin"):
#1  0x7fec671016f9 in  () at /usr/lib/libusbmuxd-2.0.so.6
#2  0x7fec671023cc in  () at /usr/lib/libusbmuxd-2.0.so.6
#3  0x7fec694aa9eb in  () at /usr/lib/libc.so.6
#4  0x7fec6952e7cc in  () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7fec5e1ff6c0 (LWP 483286) "QDBusConnection"):
#1  0x7fec67d6c276 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fec67d0c162 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fec69ceaf9f in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fec69c9ae74 in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fec69af74f6 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fec6aff5a9a in  () at /usr/lib/libQt5DBus.so.5
#7  0x7fec69af371a in  () at /usr/lib/libQt5Core.so.5
#8  0x7fec694aa9eb in  () at /usr/lib/libc.so.6
#9  0x7fec6952e7cc in  () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7fec64249100 (LWP 483269) "dolphin"):
#1  

[systemsettings] [Bug 477698] New: Bluetooth Configure page has no apply button

2023-11-28 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=477698

Bug ID: 477698
   Summary: Bluetooth Configure page has no apply button
Classification: Applications
   Product: systemsettings
   Version: 5.27.9
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: kcm_bluetooth
  Assignee: plasma-b...@kde.org
  Reporter: antti.s...@gmail.com
CC: now...@gmail.com
  Target Milestone: ---

SUMMARY
Demonstrative video: https://www.youtube.com/watch?v=oUvqM4qPeHc
In almost every KCM out there, the settings need to be applied separately after
changing the values. The bluetooth kcm is an exception that it accepts the
changes automatically as soon as they're made. For consistency's sake, add an
apply button

SOFTWARE/OS VERSIONS
Linux: Arch Linux
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.112.0
Qt Version: 5.15.11

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

[systemsettings] [Bug 477238] Display resolution and scaling settings not persistent

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477238

--- Comment #4 from fanzhuyi...@gmail.com ---
Would someone be able to point me to the relevant code so I could try fixing
this?

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

[kscreenlocker] [Bug 477641] Displays wake up right after locking the screens and going to sleep

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477641

--- Comment #6 from fanzhuyi...@gmail.com ---
(In reply to Neal Gompa from comment #5)
> It's not supposed to, no. And it doesn't anymore after updating to a new
> kernel, so it might have been a kernel bug. That said, I *want* a way to
> lock and sleep the screen in one go.

Then I guess this should be turned into a feature request, since KDE doesn't
seem to support this right now. @Nate, could you confirm?

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

[konsole] [Bug 410607] In 'Confirm Close' dialog, pressing 'Close current Tab' causes crash

2023-11-28 Thread Micah Shennum
https://bugs.kde.org/show_bug.cgi?id=410607

Micah Shennum  changed:

   What|Removed |Added

 CC||jimt...@gmail.com

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

[krita] [Bug 477697] New: box outline appearing around the boundaries of vector shapes

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477697

Bug ID: 477697
   Summary: box outline appearing around the boundaries of vector
shapes
Classification: Applications
   Product: krita
   Version: 5.2.1
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Tools/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: gabrielle.l...@gmail.com
  Target Milestone: ---

Created attachment 163597
  --> https://bugs.kde.org/attachment.cgi?id=163597=edit
the vector shape on the left should not have a dark box around it

SUMMARY

box outline appearing around the boundaries of vector shapes
***
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. Create vector shape
2. 
3. 

OBSERVED RESULT
dark box around vector shape

EXPECTED RESULT
no dark box around vector shape

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

ADDITIONAL INFORMATION

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

[krita] [Bug 327480] Artificial sharp edges when using Color: Mix, Darken, Hue, Saturation, value in Wash Mode

2023-11-28 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=327480

Antti Savolainen  changed:

   What|Removed |Added

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

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

[krfb] [Bug 455238] Add support rdp server

2023-11-28 Thread George L. Emigh
https://bugs.kde.org/show_bug.cgi?id=455238

George L. Emigh  changed:

   What|Removed |Added

 CC||ab...@georgelemigh.com

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

[kscreenlocker] [Bug 477641] Displays wake up right after locking the screens and going to sleep

2023-11-28 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=477641

--- Comment #5 from Neal Gompa  ---
It's not supposed to, no. And it doesn't anymore after updating to a new
kernel, so it might have been a kernel bug. That said, I *want* a way to lock
and sleep the screen in one go.

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

[KAccounts] [Bug 477696] New: kaccounts-integrations does not compile for qt6

2023-11-28 Thread Steve Cossette
https://bugs.kde.org/show_bug.cgi?id=477696

Bug ID: 477696
   Summary: kaccounts-integrations does not compile for qt6
Classification: Frameworks and Libraries
   Product: KAccounts
   Version: git-latest
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: farch...@gmail.com
CC: ad...@leinir.dk, natalie_clar...@yahoo.de
  Target Milestone: ---

It seems kaccounts-integrations does not currently compile for qt6/kf6. Is
there an ETA for when this will be done? This will be stopping us from porting
akonadi over to plasma 6.

Thank you!

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

[kedit] [Bug 4328] Undo/Redo should be disabled when there is nothing to Undo or Redo

2023-11-28 Thread Fran
https://bugs.kde.org/show_bug.cgi?id=4328

Fran  changed:

   What|Removed |Added

 CC||laframciscar...@gmail.com

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

[kwin] [Bug 477625] Weird icon placement of apps that do not have window in Dekstop Overview

2023-11-28 Thread John Vincent
https://bugs.kde.org/show_bug.cgi?id=477625

John Vincent  changed:

   What|Removed |Added

 CC||corcegajo...@gmail.com

--- Comment #5 from John Vincent  ---
Created attachment 163596
  --> https://bugs.kde.org/attachment.cgi?id=163596=edit
Wayland to X11 Video Bridge showing on Overview - Plasma 5

Also reproducible on Plasma 5.

SOFTWARE/OS VERSIONS
Operating System: Ultramarine Linux 39
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.5.12-300.fc39.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 4 × 11th Gen Intel® Core™ i3-1115G4 @ 3.00GHz
Memory: 7.5 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics
Manufacturer: LENOVO
Product Name: 81X7
System Version: IdeaPad 3 14ITL05

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

[plasmashell] [Bug 477616] Horizontal Scrolling on Digital Clock breaks navigation tabs

2023-11-28 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=477616

Fushan Wen  changed:

   What|Removed |Added

   Keywords||regression

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

[kdenlive] [Bug 477617] The "Guides and Markers Categories" set in the "Colors And Guides" configuration tab are not passed to new projects

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477617

--- Comment #2 from epad...@duck.com ---
I would like to take the opportunity to ask: how about (re)using the same
categories for the Project Bin's tags?

We could have custom tags for new projects, saving us the burden of customizing
the tags each and every time a new project is created, plus with the same
configuration settings: "Guides, Markers, and Tags Categories" (only the name
would need to be changed, as far as the user is concerned).

Syncing guides, markers and tags for old projects would be awesome as well but
more challenging, of course. I'd be happy with just the change for new
projects, though.

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

[dolphin] [Bug 477695] Feedback on actions, especially deletion

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477695

--- Comment #1 from manuelcha...@gmail.com ---
By delete I mean sent to the trash.

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

[KPipeWire] [Bug 476187] OpenH264 codec support

2023-11-28 Thread Hector Martin
https://bugs.kde.org/show_bug.cgi?id=476187

--- Comment #4 from Hector Martin  ---
Considering it also only lists CBP for *decoding* and yet it can obviously
decode higher profiles (otherwise it would be useless for the web), I think
that feature list is clearly not exhaustive.

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

[dolphin] [Bug 477695] New: Feedback on actions, especially deletion

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477695

Bug ID: 477695
   Summary: Feedback on actions, especially deletion
Classification: Applications
   Product: dolphin
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: manuelcha...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Sometimes I intend to delete 1 single file. But I'm never 100% sure if I just
deleted 1 file or if I accidentally had 2 or 3 selections active without me
knowing. If Dolphin had feedback for this like "1 File Deleted" in some sort of
popup, I would have more peace of mind. This can be extended to other actions
of course. I think this would be a good idea that goes hand in hand with how
careful Dolphin tries to be.

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

[plasmashell] [Bug 477669] Plasmashell crashes when panel width is set from custom to fill width and then the desktop is clicked

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477669

--- Comment #3 from 31...@tuta.io ---
Okay, sadly you can't edit here. The root partition is of course completely
unrelated, that was a separate warning that popped up. 

The problem is actually that gdb takes too much ram to run on my system, so
when I recreate the crash and then click on "see developer information" and
then on "install debug symbols", after a while drkonqi gets killed by
systemd-oomd or my computer completely freezes and I have to restart. I've
tried increasing the swap twice with no successs, at this point idk what to do.
I can't exactly download more ram.

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

[KPipeWire] [Bug 476187] OpenH264 codec support

2023-11-28 Thread Eileen Yoon
https://bugs.kde.org/show_bug.cgi?id=476187

--- Comment #3 from Eileen Yoon  ---
(In reply to Neal Gompa from comment #2)
> OpenH264 supports constrained baseline, main, and high profiles
https://github.com/cisco/openh264#encoder-features
> Encoder Features
> Constrained Baseline Profile up to Level 5.2 (Max frame size is 36864 
> macro-blocks)

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

[frameworks-kcoreaddons] [Bug 444691] Word wrap prefers wrapping at CamelCase text over whitespace

2023-11-28 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=444691

ratijas  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kcoreaddons/-/commit
   ||/d012be6e990bc8728ed0cfca2a
   ||77f6fcc0b8357b
 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #8 from ratijas  ---
Git commit d012be6e990bc8728ed0cfca2a77f6fcc0b8357b by ivan tkachenko.
Committed on 28/11/2023 at 23:51.
Pushed by ratijas into branch 'master'.

KStringHandler: Don't insert ZWSP between camelCase sub-words if string has
whitespaces

Fixes application names like "GNU TeXmacs" which could have
inappropriately wrap in the middle of a stylized word.

Amends 98f5abc533c95e815742de4fe532b2920c5f6982

M  +9-0autotests/kstringhandlertest.cpp
M  +17   -2src/lib/text/kstringhandler.cpp

https://invent.kde.org/frameworks/kcoreaddons/-/commit/d012be6e990bc8728ed0cfca2a77f6fcc0b8357b

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

[kmymoney] [Bug 468936] Home Page and Reports display completely black - Cannot Read

2023-11-28 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=468936

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #17 from Jack  ---
You are better off offering on one of the mailing lists or other forums listed
at https://kmymoney.org/support.html.  Posting on an old, closed bug will get
very little visibility.  When you repost there, please state what type of help
you can offer.  Bugfixing is always needed.

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

[frameworks-solid] [Bug 476973] HDDs conected to plug-in SATA card classified by Dolphin as Removable Devices rather than Devices

2023-11-28 Thread Scott
https://bugs.kde.org/show_bug.cgi?id=476973

--- Comment #8 from Scott  ---
Created attachment 163595
  --> https://bugs.kde.org/attachment.cgi?id=163595=edit
solid-hardware5 sdj1 sdi1

Mevan, you have it arse about, it's me that owes you thanks. You have the
knowledge to fix this problem which I alerted you to so therefore any
information you need from me is a duty on me to provide it to you. Please feel
free to ask away for anything you need and thank you for your time.

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

[partitionmanager] [Bug 475201] Encrypted EXT4 USB HDD partitions created by KDE Partition Manager are read-only.

2023-11-28 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=475201

Andrius Štikonas  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/syst
   ||em/kpmcore/-/commit/5b3de00
   ||b164f21c39dda05b7769b2a3bc0
   ||ffe259
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Andrius Štikonas  ---
Git commit 5b3de00b164f21c39dda05b7769b2a3bc0ffe259 by Andrius Štikonas.
Committed on 26/11/2023 at 19:37.
Pushed by stikonas into branch 'master'.

Add support for setting permissions on LUKS encrypted file systems.

M  +5-0src/fs/luks.cpp
M  +4-0src/fs/luks.h
M  +7-1src/jobs/changepermissionsjob.cpp

https://invent.kde.org/system/kpmcore/-/commit/5b3de00b164f21c39dda05b7769b2a3bc0ffe259

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

[Breeze] [Bug 465950] Window outline does not use contrast color when a titlebar color is set

2023-11-28 Thread Natalie Clarius
https://bugs.kde.org/show_bug.cgi?id=465950

Natalie Clarius  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/breeze/-/commit/ca38e705 |ma/breeze/-/commit/093593fd
   |8568a7f4a9167cb0af57f6e13e8 |a69f639c2d96cc9174fdfc077b3
   |80273   |0ac27

--- Comment #9 from Natalie Clarius  ---
Git commit 093593fda69f639c2d96cc9174fdfc077b30ac27 by Natalie Clarius.
Committed on 28/11/2023 at 22:55.
Pushed by nclarius into branch 'master'.

kdecoration: take outline color from frame color, not titlebar color

It makes more sense to set contrast with the side borders (eg dark gray around
a light color scheme) rather than with the already colorful titlebar (eg light
green around a deep green titlebar and otherwise light colored window).

M  +1-2kdecoration/breezedecoration.cpp

https://invent.kde.org/plasma/breeze/-/commit/093593fda69f639c2d96cc9174fdfc077b30ac27

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

[plasmashell] [Bug 474509] Plasma crashes when receiving desktop notifications

2023-11-28 Thread Joel
https://bugs.kde.org/show_bug.cgi?id=474509

Joel  changed:

   What|Removed |Added

 CC||joel...@gmail.com

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

[plasmashell] [Bug 474509] Plasma crashes when receiving desktop notifications

2023-11-28 Thread Joel
https://bugs.kde.org/show_bug.cgi?id=474509

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

plasmashell (5.27.9) using Qt 5.15.11

Crashed while receiving multiple desktop notifications within a second of each
other

-- Backtrace (Reduced):
#4  0x7f9946207eeb in dri2_wl_swap_buffers_with_damage (disp=, draw=0x7f98f412b100, rects=0x0, n_rects=0) at
../src/egl/drivers/dri2/platform_wayland.c:1662
#5  0x7f99461f8cb4 in dri2_swap_buffers (disp=0x564ae94979b0,
surf=0x7f98f412b100) at ../src/egl/drivers/dri2/egl_dri2.c:1881
#6  0x7f99461f0aad in eglSwapBuffers (dpy=,
surface=0x7f98f412b100) at ../src/egl/main/eglapi.c:1433
#7  0x7f9949f720d9 in
QtWaylandClient::QWaylandGLContext::swapBuffers(QPlatformSurface*)
(this=0x564af098fd70, surface=) at
../../../../hardwareintegration/client/wayland-egl/qwaylandglcontext.cpp:502
#8  0x7f994f038ca3 in QSGRenderThread::syncAndRender(QImage*)
(this=this@entry=0x564aec3ac610, grabImage=grabImage@entry=0x0) at
/usr/src/debug/qtdeclarative-everywhere-src-5.15.11+kde30/src/quick/scenegraph/qsgthreadedrenderloop.cpp:869

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

[kscreenlocker] [Bug 477641] Displays wake up right after locking the screens and going to sleep

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477641

--- Comment #4 from fanzhuyi...@gmail.com ---
(In reply to Neal Gompa from comment #3)
> The only setting I changed was turning off auto-suspend for session. Screen
> energy saving is still on and set for 10 minutes and button events handling
> is still set to prompt when power button is pressed.

If that is the case, I don't think your screen should turn off immediately when
you lock the screen, right?

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

[Discover] [Bug 477694] Crashing with discover make the whole distribution unable to launch

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477694

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[plasmashell] [Bug 477619] Authentication dialog is (partly) not localized

2023-11-28 Thread Paolo Zamponi
https://bugs.kde.org/show_bug.cgi?id=477619

--- Comment #3 from Paolo Zamponi  ---
Created attachment 163593
  --> https://bugs.kde.org/attachment.cgi?id=163593=edit
The affected dialog

Sure Luigi

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

[kscreenlocker] [Bug 477641] Displays wake up right after locking the screens and going to sleep

2023-11-28 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=477641

--- Comment #3 from Neal Gompa  ---
(In reply to Nate Graham from comment #2)
> > When locking the screen, I expect the display to go to sleep immediately 
> > and stay asleep unless I press a key to wake them up
> Did it do this in the past? because that's not what it does by default, and
> you need to change some powerdevil settings to make this happen. Did you do
> so, and it worked in the past, but it stopped working recently?

The only setting I changed was turning off auto-suspend for session. Screen
energy saving is still on and set for 10 minutes and button events handling is
still set to prompt when power button is pressed.

I think it worked correctly back on Fedora 37 or Fedora 38, but I'm not sure. I
did, however, notice today that it behaved differently from one of my laptops
running Fedora Workstation (GNOME) and I vaguely recall it wasn't different
before.

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

[plasmashell] [Bug 456213] Consider using "Minimize All" as the default behavior/widget, rather than "Show Desktop"

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456213

mira...@mirandastreeter.com changed:

   What|Removed |Added

 CC||mira...@mirandastreeter.com

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

[kphotoalbum] [Bug 477531] KPhotoAlbum git master crashes when a new Category is added, deleted and then added again in Settings

2023-11-28 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=477531

Johannes Zarl-Zierl  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/kphotoalbum/-/commit/4
   ||60b2c505abaa51efac0f77811ec
   ||61f627ee6e31
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Johannes Zarl-Zierl  ---
Git commit 460b2c505abaa51efac0f77811ec61f627ee6e31 by Johannes Zarl-Zierl.
Committed on 28/11/2023 at 23:17.
Pushed by johanneszarl into branch 'master'.

Fix crash when deleting a category and doing a second category action.

After deleting a category via the Settings::CategoryPage, the deleted
category would remain in the list of categories to delete.
If one then opened the category page again and chose "OK" or "Apply",
KPhotoAlbum would try to remove the already removed category again,
triggering an assertion.

M  +3-0DB/CategoryCollection.cpp
M  +3-6Settings/CategoryPage.cpp

https://invent.kde.org/graphics/kphotoalbum/-/commit/460b2c505abaa51efac0f77811ec61f627ee6e31

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

[kphotoalbum] [Bug 477532] KPhotoAlbum crashes when refreshing a Category view when the Category is deleted

2023-11-28 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=477532

Johannes Zarl-Zierl  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
  Latest Commit||https://invent.kde.org/grap
   ||hics/kphotoalbum/-/commit/0
   ||61acef783b3980d938aa6f4ba04
   ||a81f89ac20ce
 Resolution|--- |FIXED

--- Comment #1 from Johannes Zarl-Zierl  ---
Git commit 061acef783b3980d938aa6f4ba04a81f89ac20ce by Johannes Zarl-Zierl.
Committed on 28/11/2023 at 23:11.
Pushed by johanneszarl into branch 'master'.

Fix crash when deleting a category while its category page is shown.

When the category page was shown while its category page is shown, one
could crash kphotoalbum by refreshing the view.

New behavior: Return to the home page when a deleted category page is
refreshed.

Note: even nicer would be to automatically go to the home page without a
manual refresh in this case.

M  +5-3Browser/BrowserWidget.cpp

https://invent.kde.org/graphics/kphotoalbum/-/commit/061acef783b3980d938aa6f4ba04a81f89ac20ce

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

[Discover] [Bug 477694] New: Crashing with discover make the whole distribution unable to launch

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477694

Bug ID: 477694
   Summary: Crashing with discover make the whole distribution
unable to launch
Classification: Applications
   Product: Discover
   Version: 5.27.5
  Platform: Neon
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: plasma-b...@kde.org
  Reporter: tingletang...@protonmail.com
CC: aleix...@kde.org
  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
1. Use discover until a fresh installed application crashes (for me it occured
with openshot video then kdenlive)
2. Force reboot computer as nothing respond
3. Get stuck at launching messages


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 5.27.5

ADDITIONAL INFORMATION
It could be interesting than sometimes discover crashed with a notification on
the bottom right of the desktop. 
I also noticed before the crash I see the app icon appeared in the task menu
and dispappeared strait away. Then I still can move my mouse and select things
but nothing respond anymore.

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

[plasmashell] [Bug 477669] Plasmashell crashes when panel width is set from custom to fill width and then the desktop is clicked

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477669

--- Comment #2 from 31...@tuta.io ---
(In reply to Nate Graham from comment #1)
> Cannot reproduce. I think you might be missing a step between 2 and 3, since
> you can't change the panel back to "Fill Width" mode without re-entering
> edit mode, but the way that you did that wasn't specified. Can you clarify?
> Thanks!

I right click the panel and enter edit mode. I just now managed to recreate the
crash by just entering and exiting the edit mode a couple of times, without
changing the width or any option. 

Also I just noticed I don't have debug symbols on my system, so the txt I
attached is probably worthless? Sorry for that, I'm trying to fix that but I
don't have enough space on my root partition. (What does that mean for the
automatic report btw?)

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

[plasmashell] [Bug 477619] Authentication dialog is (partly) not localized

2023-11-28 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=477619

Luigi Toscano  changed:

   What|Removed |Added

   Assignee|aa...@kde.org   |plasma-b...@kde.org
  Component|general |general
   Target Milestone|--- |1.0
Version|unspecified |master
Product|i18n|plasmashell

--- Comment #2 from Luigi Toscano  ---
It was tested with different languages and the translations of Plasma bits for
Italian are almost complete (missing plasma-welcome and kcm_firewall, which are
not part of this).

Paolo, can you please attach a screenshot of the affected dialog?

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

[KPipeWire] [Bug 476187] OpenH264 codec support

2023-11-28 Thread Neal Gompa
https://bugs.kde.org/show_bug.cgi?id=476187

--- Comment #2 from Neal Gompa  ---
OpenH264 supports constrained baseline, main, and high profiles. I know this
because I implemented it for OBS Studio:
https://github.com/obsproject/obs-studio/pull/8529

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

[kmymoney] [Bug 468936] Home Page and Reports display completely black - Cannot Read

2023-11-28 Thread Danilo
https://bugs.kde.org/show_bug.cgi?id=468936

--- Comment #16 from Danilo  ---
Hi!
I am new to this community. I tried to use KMyMoney and I could continue since
I started to need reports. 
Can I help in any way?
I am running the version found in "kmymoney-5.1-1840-macos-clang-x86_64.dmg" in
a MacBook Pro M1 chip.
Best regards,
Danilo

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

[krfb] [Bug 470996] krfb-virtualmonitor 23.x crashes

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=470996

ian+bugs.kde@strataconnect.net changed:

   What|Removed |Added

Version|23.04.2 |23.08.3
 CC||ian+bugs.kde.org@strataconn
   ||ect.net
   Platform|Arch Linux  |Manjaro

--- Comment #6 from ian+bugs.kde@strataconnect.net ---
Confirmed this is still happening

KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.112.0
Qt Version: 5.15.11
Kernel Version: 6.6.2-1-MANJARO (64-bit)
Graphics Platform: Wayland
package: krfb 23.08.3-1

kpipewire_dmabuf_logging: eglChooseConfig returned this many configs: 1
kpipewire_logging: invalid image "EGL_BAD_PARAMETER"
kpipewire_dmabuf_logging: Failed to record frame: Error creating EGLImageKHR - 
"EGL_SUCCESS"
kpipewire_logging: invalid image "EGL_BAD_PARAMETER"
kpipewire_dmabuf_logging: Failed to record frame: Error creating EGLImageKHR - 
"EGL_SUCCESS"
kpipewire_logging: invalid image "EGL_BAD_PARAMETER"
kpipewire_dmabuf_logging: Failed to record frame: Error creating EGLImageKHR - 
"EGL_SUCCESS"
kpipewire_logging: invalid image "EGL_BAD_PARAMETER"
kpipewire_dmabuf_logging: Failed to record frame: Error creating EGLImageKHR - 
"EGL_SUCCESS"
kpipewire_logging: invalid image "EGL_BAD_PARAMETER"
kpipewire_dmabuf_logging: Failed to record frame: Error creating EGLImageKHR - 
"EGL_SUCCESS"
kpipewire_logging: invalid image "EGL_BAD_PARAMETER"
kpipewire_dmabuf_logging: Failed to record frame: Error creating EGLImageKHR - 
"EGL_SUCCESS"
kpipewire_logging: invalid image "EGL_BAD_PARAMETER"
kpipewire_dmabuf_logging: Failed to record frame: Error creating EGLImageKHR - 
"EGL_SUCCESS"
kpipewire_logging: invalid image "EGL_BAD_PARAMETER"
kpipewire_dmabuf_logging: Failed to record frame: Error creating EGLImageKHR - 
"EGL_SUCCESS"
zsh: segmentation fault (core dumped)  krfb-virtualmonitor --name ipad
--resolution 1024x768 --port 5900 --password

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

[KXStitch] [Bug 477693] New: Will not save or print files where selected

2023-11-28 Thread Barton
https://bugs.kde.org/show_bug.cgi?id=477693

Bug ID: 477693
   Summary: Will not save or print files where selected
Classification: Applications
   Product: KXStitch
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: steve.allew...@gmail.com
  Reporter: bartonjone...@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
1. save a file to a selected location
2. 
3. 

OBSERVED RESULT
file is sent to the system/run/user/1000/docs/"newly created subdirectory"

EXPECTED RESULT

File to be sent to directory I selected.

It happens when I print to file as well


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

ADDITIONAL INFORMATION

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

[digikam] [Bug 477632] Preview disappears after Image Editor

2023-11-28 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=477632

--- Comment #6 from Maik Qualmann  ---
Git commit fcb0199dbe895940ff3f219ac3e7484736939769 by Maik Qualmann.
Committed on 28/11/2023 at 22:35.
Pushed by mqualmann into branch 'master'.

add special case, do not write to PGF with Exiv2,
this would destroy the file.

M  +7-0core/libs/metadataengine/engine/metaengine_p.cpp

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

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

[plasmashell] [Bug 477692] KDe crash

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477692

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|REPORTED|RESOLVED

--- Comment #1 from Bug Janitor Service  ---

Thank you for the bug report!

However Plasma 5.24.7 is no longer eligible for support or maintenance from
KDE; supported versions are 5.27, and 5.27 or newer. Please upgrade to a
supported version as soon as your distribution makes it available to you.
Plasma is a fast-moving project, and bugs in one version are often fixed in the
next one.

If you need support for Plasma 5.24.7, please contact your distribution, who
bears the responsibility of providing support for older releases that are no
longer supported by KDE.

If you can reproduce the issue after upgrading to a supported version, feel
free to re-open this bug report.

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

[dolphin] [Bug 477607] Folder tree view breaks if multiple nested subfolders are closed and opened

2023-11-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=477607

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #5 from Nate Graham  ---
Hmm, I'm not able to see as issue with those steps.

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

[plasmashell] [Bug 477692] KDe crash

2023-11-28 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=477692

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|normal  |crash

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

[kwin] [Bug 477643] Plasma 5.27.80 got stuck on the splash screen in VMs with kwin_wayland errors

2023-11-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=477643

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org,
   ||vlad.zahorod...@kde.org,
   ||xaver.h...@gmail.com

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

[plasmashell] [Bug 477477] Testing QT6/Plasma 6 on endeavouros: plasmashell crashed when adjusting panel

2023-11-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=477477

--- Comment #7 from Nate Graham  ---
Thanks. Is this 100% reproducible for you? I ask because I can't reproduce it
and I suspect it's already been fixed as a part of some of the other
Panel-related work that went in recently.

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

[plasmashell] [Bug 477692] New: KDe crash

2023-11-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477692

Bug ID: 477692
   Summary: KDe crash
Classification: Plasma
   Product: plasmashell
   Version: 5.24.7
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Startup process
  Assignee: plasma-b...@kde.org
  Reporter: wengu...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Application: plasmashell (5.24.7)

Qt Version: 5.15.3
Frameworks Version: 5.92.0
Operating System: Linux 6.2.0-37-generic x86_64
Windowing System: X11
Distribution: Ubuntu 22.04.3 LTS
DrKonqi: 5.24.5 [KCrashBackend]

-- Information about the crash:
- What I was doing when the application crashed:
Laptop was powered off, on booting KDE crashed; I entered console via Alt-F2,
logged in and rebooted, KDE crashed again.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Bus error

[KCrash Handler]
#4  dl_new_hash (s=0x7f9cc227ca89 ) at ./elf/dl-lookup.c:581
#5  _dl_lookup_symbol_x (undef_name=0x7f9cc227ca89 , undef_map=undef_map@entry=0x7f9ce0917fe0,
ref=ref@entry=0x7f9cfaffb6a8, symbol_scope=symbol_scope@entry=0x7f9ce0918350,
version=0x7f9ce091a1e8, type_class=4, flags=9, skip_map=0x0) at
./elf/dl-lookup.c:841
#6  0x7f9d25fac4e8 in elf_machine_rela (skip_ifunc=0,
reloc_addr_arg=0x7f9cc232fe90, version=0x7f9ce091a1e8, sym=0x7f9cc2264ab8,
reloc=0x7f9cc2292460, scope=0x7f9ce0918350, map=0x7f9ce0917fe0) at
../sysdeps/generic/ldsodefs.h:80
#7  elf_dynamic_do_Rela (skip_ifunc=0, lazy=,
nrelative=, relsize=, reladdr=,
scope=, map=0x7f9ce0917fe0) at ./elf/do-rel.h:142
#8  _dl_relocate_object (l=0x7f9ce0917fe0, scope=,
reloc_mode=reloc_mode@entry=1, consider_profiling=,
consider_profiling@entry=0) at ./elf/dl-reloc.c:288
#9  0x7f9d25fa9bae in dl_open_worker_begin (a=a@entry=0x7f9cfaffba50) at
./elf/dl-open.c:702
#10 0x7f9d23174c88 in __GI__dl_catch_exception
(exception=exception@entry=0x7f9cfaffb8b0, operate=operate@entry=0x7f9d25fa9900
, args=args@entry=0x7f9cfaffba50) at
./elf/dl-error-skeleton.c:208
#11 0x7f9d25fa8f9a in dl_open_worker (a=a@entry=0x7f9cfaffba50) at
./elf/dl-open.c:782
#12 0x7f9d23174c88 in __GI__dl_catch_exception
(exception=exception@entry=0x7f9cfaffba30, operate=operate@entry=0x7f9d25fa8f60
, args=args@entry=0x7f9cfaffba50) at
./elf/dl-error-skeleton.c:208
#13 0x7f9d25fa934e in _dl_open (file=, mode=-2147479551,
caller_dlopen=0x7f9d23ab59cf, nsid=-2, argc=1, argv=,
env=0x55f2fd52b700) at ./elf/dl-open.c:883
#14 0x7f9d2309063c in dlopen_doit (a=a@entry=0x7f9cfaffbcc0) at
./dlfcn/dlopen.c:56
#15 0x7f9d23174c88 in __GI__dl_catch_exception
(exception=exception@entry=0x7f9cfaffbc20, operate=,
args=) at ./elf/dl-error-skeleton.c:208
#16 0x7f9d23174d53 in __GI__dl_catch_error (objname=0x7f9cfaffbc78,
errstring=0x7f9cfaffbc80, mallocedp=0x7f9cfaffbc77, operate=,
args=) at ./elf/dl-error-skeleton.c:227
#17 0x7f9d2309012e in _dlerror_run (operate=operate@entry=0x7f9d230905e0
, args=args@entry=0x7f9cfaffbcc0) at ./dlfcn/dlerror.c:138
#18 0x7f9d230906c8 in dlopen_implementation (dl_caller=,
mode=, file=) at ./dlfcn/dlopen.c:71
#19 ___dlopen (file=, mode=) at
./dlfcn/dlopen.c:81
#20 0x7f9d23ab59cf in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#21 0x7f9d23aaf14d in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x7f9d23aaf747 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x7f9d23aa08b6 in QPluginLoader::load() () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x7f9d250dfcee in QQmlImportDatabase::importDynamicPlugin(QString
const&, QString const&, QString const&, int, QList*) () at
/lib/x86_64-linux-gnu/libQt5Qml.so.5
#25 0x7f9d250e08bc in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#26 0x7f9d250e141e in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#27 0x7f9d250bb6f9 in
QQmlTypeLoader::Blob::addImport(std::shared_ptr,
QList*) () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#28 0x7f9d250bc067 in
QQmlTypeLoader::Blob::addImport(QV4::CompiledData::Import const*,
QList*) () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#29 0x7f9d250647f8 in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#30 0x7f9d250694c3 in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#31 0x7f9d250b615c in QQmlTypeLoader::setData(QQmlDataBlob*,
QQmlDataBlob::SourceCodeData const&) () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#32 0x7f9d250b68e6 in QQmlTypeLoader::setData(QQmlDataBlob*, QString
const&) () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#33 0x7f9d250b7784 in QQmlTypeLoader::loadThread(QQmlDataBlob*) () at
/lib/x86_64-linux-gnu/libQt5Qml.so.5
#34 0x7f9d250713b1 in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#35 0x7f9d25130c37 in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#36 0x7f9d251314ba in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#37 0x7f9d2476c713 in 

[krita] [Bug 477647] Fill Tool Doesn't Grow When on All Layers Mode

2023-11-28 Thread Deif Lou
https://bugs.kde.org/show_bug.cgi?id=477647

Deif Lou  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |INTENTIONAL

--- Comment #7 from Deif Lou  ---
It took me a while to decipher the situation, but I think I got it.
The reason is that you have the  "Stop growing at the darkest and/or more
opaque pixels" option on. When dealing with colored lines this option assumes
that the the lines are darker than the inside area (hence the "stop at darkest
pixels" part). So in the case of using the merged layers as reference, you have
gray inside and white line, so the growing stops when reaching the line, since
the pixels start to be lighter. In the case of lighter lines you have to use
the other method with transparent, otherwise it does not grow. This is
expected.

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

[plasmashell] [Bug 475214] Floating panel doesn't defloat with maximized window when external screen is connected

2023-11-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=475214

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #5 from Nate Graham  ---
I can't reproduce it anymore, so let's call it fixed for now.

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

[plasmashell] [Bug 475700] Non-center-aligned panel overlaps windows

2023-11-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=475700

Nate Graham  changed:

   What|Removed |Added

 CC||er...@armbruster-online.de

--- Comment #7 from Nate Graham  ---
*** Bug 477597 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 477597] Left aligned panel with fill-width causes windows to snap to wrong size

2023-11-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=477597

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---


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

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

[plasmashell] [Bug 475700] Non-center-aligned panel overlaps windows

2023-11-28 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=475700

Nate Graham  changed:

   What|Removed |Added

Summary|Vertical non-center-aligned |Non-center-aligned panel
   |panel overlaps windows  |overlaps windows

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

  1   2   3   4   >