[kdevelop] [Bug 470428] Kdevelop crashes during background parsing with clang

2023-05-29 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=470428

Igor Kushnir  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|NEEDSINFO
 CC||igor...@gmail.com

--- Comment #2 from Igor Kushnir  ---
Cannot reproduce on Manjaro GNU/Linux. My GCC version is: gcc (GCC) 12.2.1
20230201

In my stl_algobase.h I see this code:
```
  template
_GLIBCXX20_CONSTEXPR
inline typename
__gnu_cxx::__enable_if<__is_scalar<_Tp>::__value, void>::__type
__fill_a1(_ForwardIterator __first, _ForwardIterator __last,
  const _Tp& __value)
{
  const _Tp __tmp = __value;
  for (; __first != __last; ++__first)
*__first = __tmp;
}

  // Specialization: for char types we can use memset.
  template
_GLIBCXX20_CONSTEXPR
inline typename
__gnu_cxx::__enable_if<__is_byte<_Tp>::__value, void>::__type
__fill_a1(_Tp* __first, _Tp* __last, const _Tp& __c)
{
  const _Tp __tmp = __c;
#if __cpp_lib_is_constant_evaluated
  if (std::is_constant_evaluated())
{
  for (; __first != __last; ++__first)
*__first = __tmp;
  return;
}
#endif
  if (const size_t __len = __last - __first)
__builtin_memset(__first, static_cast(__tmp), __len);
}
```

The line at kdevplatform/serialization/itemrepository.h:734:
std::fill_n(m_nextBucketHash, NextBucketHashSize, 0);
Declaration:
unsigned short* m_nextBucketHash
Since `unsigned short` is not a byte type (the size is 2 bytes), the loop
overload of __fill_a1 should be called. But your backtrace ends with
`__memset_avx2_unaligned_erms`, which suggests that the memset overload is
called on your system or the compiler optimizes the loop into a memset
instruction. What is your GCC version and the function at stl_algobase.h:930 on
your system? Which optimization flags have you built KDevelop with? Is
memset-ing a memory-mapped region supported by GCC? If so, maybe there is some
memset+memmap bug in your libstdc++ version?

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[okular] [Bug 470438] New: Open new files in tab does not work in flatpak verison of Okular 23.04.1

2023-05-29 Thread Azure Number
https://bugs.kde.org/show_bug.cgi?id=470438

Bug ID: 470438
   Summary: Open new files in tab does not work in flatpak verison
of Okular 23.04.1
Classification: Applications
   Product: okular
   Version: 23.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: azurenum...@protonmail.com
  Target Milestone: ---

SUMMARY
Open new files in tab option in Settings > Configure Okular > General > Program
features does not work when opening pdf files using double click from mouse in
Dolphin file manager , instead multiple Okular windows opens up. But if I
select multiple pdf files at once and launch them at once , the feature works
and it does not work when multiple files launched one after the another .

This happens in flatpak version of Okular 23.04.1.

STEPS TO REPRODUCE
1. Launch pdf files from Dolphin file manager one at time .

OBSERVED RESULT
Multiple windows of Okular is launched for each pdf files.


EXPECTED RESULT
Pdf files should launch in new tabs in single okular window.

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 11
KDE Plasma Version: 5.20.5
KDE Frameworks Version: 5.78.0
Qt Version: 5.15.2
Kernel Version: 5.10.0-23-amd64
OS Type: 64-bit
Processors: 4 × Intel® Core™ i3-7020U CPU @ 2.30GHz
Memory: 3.7 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 620

ADDITIONAL INFORMATION
Flatpak package version : 1.10.8-0+deb11u1

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[Discover] [Bug 469550] [Regression o] Discover Cannot Be Removed From Favorite

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

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

[systemsettings] [Bug 469660] Lightly

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

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

[plasmashell] [Bug 469440] The Media Control Applet crashes Plasma

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

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

[systemsettings] [Bug 469741] System Settings > Regional Settings > Languages: "Install Missing Packages" doesn't work

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

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

[plasmashell] [Bug 469672] Blank screen after login. Wayland only.

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

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

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

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

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

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

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

[Discover] [Bug 469600] Discover loads home fine, but installed tab, and apps that are not from flatpak, will just show "*Loading...*"

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

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

[plasmashell] [Bug 469504] Closing notifications regarding a widget being removed can sometimes crash plasma

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

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

[kde] [Bug 469349] Custom Shortcuts gobble "keyboard input" letter

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

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

[systemsettings] [Bug 469488] [Fixed] Users app does not create a full user on KUBUNTU -

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

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

[plasmashell] [Bug 468948] I am using Teams client for Linux and after a while, plasmashell crashes after a notification window appears.

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

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

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

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

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

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

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

[plasmashell] [Bug 466020] With multimonitor set-up (hidpi laptop + 2 displays with different sizes and resolutions via usb-c dock) one screen always has an invisible containment with a black backgrou

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

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

[systemsettings] [Bug 469385] Device.qml does not make use of available space on screen

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

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

[plasmashell] [Bug 459298] Plasma panel hides in mirrored display settings

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

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

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

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

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

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

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[Discover] [Bug 470437] New: Installing flatpak file opens Discover but "Loading" animation continuously loops; flackpak does not install.

2023-05-29 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=470437

Bug ID: 470437
   Summary: Installing flatpak file opens Discover but "Loading"
animation continuously loops; flackpak does not
install.
Classification: Applications
   Product: Discover
   Version: 5.27.2
  Platform: Debian testing
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Flatpak Backend
  Assignee: plasma-b...@kde.org
  Reporter: qris...@gmail.com
CC: aleix...@kde.org, jgrul...@redhat.com,
trav...@redhat.com
  Target Milestone: ---

Created attachment 159338
  --> https://bugs.kde.org/attachment.cgi?id=159338=edit
discover screen shot

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. Download com.jetbrains.PyCharm-Community.flatpakref
2. Double click to install
Note: this also happens when searching inside Discover for PyCharm Community
and clicking install button.

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Debian 12 Bookworm testing branch
(available in About System)
KDE Plasma Version: 5.27.2
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.

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[Spectacle] [Bug 470322] Spectacle closes when hitting the ESC key

2023-05-29 Thread Noah Davis
https://bugs.kde.org/show_bug.cgi?id=470322

--- Comment #5 from Noah Davis  ---
(In reply to jonzn4SUSE from comment #4)
> When I hit Rectangular Region and then change my mind, the ESC key is the
> only option to get out of that mode.  After hitting ESC, the app is closed. 
> In the previous version it would just take me out of the Rectangular Region
> mode and back to the app without having to reopen it.

To be clear, do you only expect it to return when starting spectacle from the
viewer window or new screenshot dialog or do you expect it to return to the
viewer window/new screenshot dialog even when starting in rectangle capture
mode? I was planning to eventually make Spectacle return to the viewer
window/new screenshot dialog after pressing escape in rectangle capture mode if
spectacle was started with the viewer window/new screenshot dialog.

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

[kdenlive] [Bug 470229] KDENLIVE crashing because of permissions issue

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

connorpick...@gmail.com changed:

   What|Removed |Added

 CC||connorpick...@gmail.com

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

[krita] [Bug 470436] New: Recent Documents list element highlighting is confusing

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

Bug ID: 470436
   Summary: Recent Documents list element highlighting is
confusing
Classification: Applications
   Product: krita
   Version: 5.1.5
  Platform: Appimage
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: tomtomtomreportin...@gmail.com
  Target Milestone: ---

SUMMARY
A minor but somewhat annoying bug is that, after selecting and closing a
particular document from the Recent Documents list on the welcome screen, Krita
highlights the index just below where that particular document was on the list.
This is confusing in the case of looking through recent documents one-by-one
through Krita.

STEPS TO REPRODUCE
1. Have two recently opened documents.
2. Open the first listed document.
3. Close document.

OBSERVED RESULT
The second document is highlighted for some reason.

EXPECTED RESULT
The first item should be highlighted as that was the most recently selected
document.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Debian sid
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.103.0
Qt Version: 5.12.12

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

[plasma-pa] [Bug 470308] Volume change step not applying

2023-05-29 Thread Reru
https://bugs.kde.org/show_bug.cgi?id=470308

Reru  changed:

   What|Removed |Added

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

--- Comment #2 from Reru  ---
Closing this bug report, it is my Dell soundbar and not the system... IDK why
it is that way but oh well. 
I changed the status to what seems to be the best, but if it isn't correct,
please change it.

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[gwenview] [Bug 470435] New: gwenview crash when viewing image opened over webdav mount

2023-05-29 Thread Kurt Wilson
https://bugs.kde.org/show_bug.cgi?id=470435

Bug ID: 470435
   Summary: gwenview crash when viewing image opened over webdav
mount
Classification: Applications
   Product: gwenview
   Version: 23.04.1
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: kurt4wil...@gmail.com
  Target Milestone: ---

Application: gwenview (23.04.1)

Qt Version: 5.15.9
Frameworks Version: 5.106.0
Operating System: Linux 6.3.4-arch1-1 x86_64
Windowing System: X11
Distribution: "Arch Linux"
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
I was able to reproduce this twice, but not a third time. I opened the image
from dolphin, double-clicked, and gwenview crashed before hitting fullscreen

The crash can be reproduced every time.

-- Backtrace:
Application: Gwenview (gwenview), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr = {get() = }
[KCrash Handler]
#6  QWeakPointer::internalData (this=) at
/usr/include/qt/QtCore/qsharedpointer_impl.h:696
#7  QPointer::data (this=) at
/usr/include/qt/QtCore/qpointer.h:77
#8  QPointer::operator-> (this=) at
/usr/include/qt/QtCore/qpointer.h:79
#9  Gwenview::DocumentView::dragThumbnailLoaded (this=,
item=..., pix=...) at
/usr/src/debug/gwenview/gwenview-23.04.1/lib/documentview/documentview.cpp:1153
#10 0x7fba8d8cffe7 in QtPrivate::QSlotObjectBase::call (a=,
r=, this=, this=, r=, a=) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#11 doActivate (sender=0x7fba780048e0, signal_index=25,
argv=0x7ffe061eee60) at kernel/qobject.cpp:3923
#12 0x7fba8fb48263 in Gwenview::ThumbnailProvider::thumbnailLoaded
(this=, _t1=..., _t2=..., _t3=..., _t4=) at
/usr/src/debug/gwenview/build/lib/gwenviewlib_autogen/6D5CK4GEXA/moc_thumbnailprovider.cpp:208
#13 0x7fba8fbbc2d1 in Gwenview::ThumbnailProvider::emitThumbnailLoaded
(this=this@entry=0x7fba780048e0, img=..., size=...) at
/usr/src/debug/gwenview/gwenview-23.04.1/lib/thumbnailprovider/thumbnailprovider.cpp:564
#14 0x7fba8fbbcc57 in Gwenview::ThumbnailProvider::thumbnailReady
(this=0x7fba780048e0, _img=..., _size=...) at
/usr/src/debug/gwenview/gwenview-23.04.1/lib/thumbnailprovider/thumbnailprovider.cpp:384
#15 0x7fba8d8c2834 in QObject::event (this=0x7fba780048e0,
e=0x7fb9c4001310) at kernel/qobject.cpp:1347
#16 0x7fba8e57893f in QApplicationPrivate::notify_helper (this=, receiver=0x7fba780048e0, e=0x7fb9c4001310) at
kernel/qapplication.cpp:3640
#17 0x7fba8d89ab18 in QCoreApplication::notifyInternal2
(receiver=0x7fba780048e0, event=0x7fb9c4001310) at
kernel/qcoreapplication.cpp:1064
#18 0x7fba8d89fa7b in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x55dc53bae720) at
kernel/qcoreapplication.cpp:1821
#19 0x7fba8d8e6088 in postEventSourceDispatch (s=0x55dc53c85210) at
kernel/qeventdispatcher_glib.cpp:277
#20 0x7fba8b710981 in g_main_dispatch (context=0x7fba8ee0) at
../glib/glib/gmain.c:3460
#21 g_main_context_dispatch (context=0x7fba8ee0) at
../glib/glib/gmain.c:4200
#22 0x7fba8b76db39 in g_main_context_iterate.isra.0
(context=context@entry=0x7fba8ee0, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at ../glib/glib/gmain.c:4276
#23 0x7fba8b70e032 in g_main_context_iteration (context=0x7fba8ee0,
may_block=1) at ../glib/glib/gmain.c:4343
#24 0x7fba8d8e9f0c in QEventDispatcherGlib::processEvents
(this=0x55dc53c89d20, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#25 0x7fba8d899824 in QEventLoop::exec (this=this@entry=0x7ffe061ef390,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#26 0x7fba8d89acc3 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#27 0x7fba8dd3b7c2 in QGuiApplication::exec () at
kernel/qguiapplication.cpp:1870
#28 0x7fba8e576cda in QApplication::exec () at kernel/qapplication.cpp:2832
#29 0x55dc53596a49 in main (argc=, argv=) at
/usr/src/debug/gwenview/gwenview-23.04.1/app/main.cpp:213
[Inferior 1 (process 284183) detached]

The reporter indicates this bug may be a duplicate of or related to bug 425165.

Reported using DrKonqi

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[dolphin] [Bug 467169] Question: Cant integrate $USER Directories in user-places.xbel

2023-05-29 Thread King Kang Kong
https://bugs.kde.org/show_bug.cgi?id=467169

King Kang Kong  changed:

   What|Removed |Added

 CC||r2b2x3+kde...@gmail.com

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

[kwin] [Bug 470411] When turning on/restarting/suspending one of the screens acquires low resolution.

2023-05-29 Thread Ivan
https://bugs.kde.org/show_bug.cgi?id=470411

--- Comment #3 from Ivan  ---
Created attachment 159337
  --> https://bugs.kde.org/attachment.cgi?id=159337=edit
printscreen-after-crash

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

[kwin] [Bug 470411] When turning on/restarting/suspending one of the screens acquires low resolution.

2023-05-29 Thread Ivan
https://bugs.kde.org/show_bug.cgi?id=470411

--- Comment #2 from Ivan  ---
Created attachment 159336
  --> https://bugs.kde.org/attachment.cgi?id=159336=edit
K-23.04-dmesg-after-crash

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

[kwin] [Bug 470411] When turning on/restarting/suspending one of the screens acquires low resolution.

2023-05-29 Thread Ivan
https://bugs.kde.org/show_bug.cgi?id=470411

--- Comment #1 from Ivan  ---
Created attachment 159335
  --> https://bugs.kde.org/attachment.cgi?id=159335=edit
K-23.04-Xorg.0.log-after-crash

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

[kmymoney] [Bug 470384] CSV save of data from transaction by category report omits category name on total line for that category

2023-05-29 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=470384

Jack  changed:

   What|Removed |Added

   Severity|major   |normal
Summary|CSV export omits category   |CSV save of data from
   |field name  |transaction by category
   ||report omits category name
   ||on total line for that
   ||category
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Jack  ---
It took me a while to figure out what you are talking about.  Unfortunately,
there is a terminology issue, in that we do not call this a csv export
(File/Export/CSV,) which is only done one account at a time.  However, given
that the screen labels do say export the data for a report I can see the
terminology problem.  We'll have to find a way to avoid this confusion in the
future.  We would call this saving the data from a transaction report.  From
the screenshot I see it is the Tax Transactions by Category last Physical Year.
 It probably applies to all transaction by category reports, tax related or
not.

Just as a side note, it's a bit late to be reporting this as a regression from
version 4.x, which hasn't been supported in many years.  However, it is
certainly a reasonable request.  I've altered the priority from major to
normal, as it is really a convenience issue which would make the saved data
more easily readable, but does not result in incorrect data.  I'll leave it at
that, instead of a wishlist.  Until I look into the code, I don't know how easy
this actually is to implement.  Unless it is an easy fix, it will likely be
deferred to 5.2 (which is the label we are using for when the master
development branch is released for production use, which is not yet scheduled. 
5.1 is only getting fixes to bugs that affect the data or cause crashes.

For summary, in csv export of data from Transaction by Category Reports (only
confirmed in Tax Report so far, but likely all) the summary line showing the
total amount for a category does not repeat the name of the category, making it
harder to interpret.  In master branch, the total is put in the right most
column, which helps a small bit, but the category name is still omitted.  If
"hide transactions" is set in the report configuration, the category names ARE
shown, but that is then the only line for that category.

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

[Discover] [Bug 470372] rpm-ostree updates stopped working

2023-05-29 Thread rprego
https://bugs.kde.org/show_bug.cgi?id=470372

rprego  changed:

   What|Removed |Added

 CC||raprego+kdeb...@gmail.com

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

[XWaylandVideoBridge] [Bug 470431] Shared window gets shared as a small corner in a white window (Discord)

2023-05-29 Thread Andres
https://bugs.kde.org/show_bug.cgi?id=470431

Andres  changed:

   What|Removed |Added

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

--- Comment #1 from Andres  ---
I figured out why this wasn't working 

it's because of the bismuth tilling script I have it tilling the xwaylandvideo
bridge into a corner if I disable it it works. Now i need to find the window
class of xwaylandvideobridge and I can add it to the do not tile list

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

[kwin] [Bug 107302] Per-screen virtual desktops

2023-05-29 Thread Gerion
https://bugs.kde.org/show_bug.cgi?id=107302

Gerion  changed:

   What|Removed |Added

 CC||gik-kb...@flump.de

--- Comment #59 from Gerion  ---
@MrShinigami had you take a look at the already provided URL to invent.kde.org
in the bug description? AFAIK, these are the current plans.

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

[systemsettings] [Bug 470053] Permissions that were changed before the 5.27.5 update are not reflected properly in the new UI

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

--- Comment #5 from jniexport_...@slmail.me ---
(In reply to ratijas from comment #4)
> OK, so the error message from flatpak CLI is a bit misleading (it "thinks"
> that you are trying to set permissions with command arguments like
> `--nofilesystem` when in fact you are just requesting printing them out),
> but what matter is that flatpak rightfully fails to parse this:
> 
> filesystems=!xdg-music:ro;!xdg-pictures:ro
> 
> because mixing negation `!` and any of the :suffix modes is not
> well-defined. This is most likely a leftover from our previous buggy version.
> 
> In this broken case it doesn't matter how FlatSeal interprets it. It's just
> plainly invalid. There's only so much we could do about it now. I suggest
> dropping that overrides file and start from scratch.
> 
> (not sure how to classify this bug report, but I guess it's RESOLVED/FIXED
> since we *did fix* generator of override files, so things like this should
> never happen again)

Thank you for looking into this. Yes, shortly after I submitted the bug report,
I realized that I can "work around" this bug by simply resetting the modified
permissions using the 'Default' button in Flatpak KCM or the 'Reset' button in
Flatseal. The result would be as if the bug I reported did not occur.

Again, thanks for looking into this and for your contributions to making an
intuitive GUI for managing Flatpak permissions natively on KDE!

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

[konsole] [Bug 462615] Use KActionCollection::setDefaultShortcut(s) instead

2023-05-29 Thread John Little
https://bugs.kde.org/show_bug.cgi?id=462615

John Little  changed:

   What|Removed |Added

 CC||john.b.lit...@gmail.com

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

[Spectacle] [Bug 469022] Selected area bleaches text

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

--- Comment #46 from jonzn4SUSE  ---
Driver was mention in this bug.  https://bugs.kde.org/show_bug.cgi?id=469153

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

[systemsettings] [Bug 470053] Permissions that were changed before the 5.27.5 update are not reflected properly in the new UI

2023-05-29 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=470053

ratijas  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #4 from ratijas  ---
OK, so the error message from flatpak CLI is a bit misleading (it "thinks" that
you are trying to set permissions with command arguments like `--nofilesystem`
when in fact you are just requesting printing them out), but what matter is
that flatpak rightfully fails to parse this:

filesystems=!xdg-music:ro;!xdg-pictures:ro

because mixing negation `!` and any of the :suffix modes is not well-defined.
This is most likely a leftover from our previous buggy version.

In this broken case it doesn't matter how FlatSeal interprets it. It's just
plainly invalid. There's only so much we could do about it now. I suggest
dropping that overrides file and start from scratch.

(not sure how to classify this bug report, but I guess it's RESOLVED/FIXED
since we *did fix* generator of override files, so things like this should
never happen again)

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

[ghostwriter] [Bug 470119] Add an option not to open exported HTML files

2023-05-29 Thread Andy
https://bugs.kde.org/show_bug.cgi?id=470119

Andy  changed:

   What|Removed |Added

 CC||zerofollowthro...@gmail.com
   Assignee|megan.con...@kdemail.net|zerofollowthro...@gmail.com
 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

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

[Spectacle] [Bug 470322] Spectacle closes when hitting the ESC key

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

--- Comment #4 from jonzn4SUSE  ---
When I hit Rectangular Region and then change my mind, the ESC key is the only
option to get out of that mode.  After hitting ESC, the app is closed.  In the
previous version it would just take me out of the Rectangular Region mode and
back to the app without having to reopen it.

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[KScreen] [Bug 470434] KDE Panel Switches Monitor After Screen Wakes

2023-05-29 Thread email
https://bugs.kde.org/show_bug.cgi?id=470434

em...@thelinuxcast.org  changed:

   What|Removed |Added

Summary|KDE Panel Switches Monitor  |KDE Panel Switches Monitor
   |After Screen WAks   |After Screen Wakes

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

[KScreen] [Bug 470434] New: KDE Panel Switches Monitor After Screen WAks

2023-05-29 Thread email
https://bugs.kde.org/show_bug.cgi?id=470434

Bug ID: 470434
   Summary: KDE Panel Switches Monitor After Screen WAks
Classification: Plasma
   Product: KScreen
   Version: 5.27.2
  Platform: Debian unstable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: kscreen-bugs-n...@kde.org
  Reporter: em...@thelinuxcast.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. Let monitors go to sleep (Dual monitor setup)
2. Wake Monitors
3. Panel has switched monitors

OBSERVED RESULT
Panel switching from primary monitor to secondary monitor

EXPECTED RESULT
Panels stay where they were originally placed

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Debian Bookworm RC4  - KDE Plasma 5.27.2
(available in About System)
KDE Plasma Version:  5.27.2
KDE Frameworks Version:  5.103
Qt Version: 5.15.8

ADDITIONAL INFORMATION

Unsure if this is related to kscreen or not. Disabling kscreen does not seem to
fix the problem, but I didn't know where else to put it. Apologies if it's in
the wrong place. May have been better to put his in kwin, but again unsure. 

Oddly the Display manager does not change the primary designation of the
monitors,  that stays the way it should be. In order to fix the problem, I have
to switch the primary designation to the wrong monitor and the back to the
correct monitor to get the panel to revert to its proper place.

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

[Breeze] [Bug 375951] locally integrated menus

2023-05-29 Thread SR_team
https://bugs.kde.org/show_bug.cgi?id=375951

SR_team  changed:

   What|Removed |Added

 CC||m...@sr.team

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

[ghostwriter] [Bug 470425] .backup files kept with the saved files

2023-05-29 Thread Andy
https://bugs.kde.org/show_bug.cgi?id=470425

--- Comment #1 from Andy  ---
I already fixed this and put in a Merge Request.

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

[kpat] [Bug 470426] Staus bar does not show up, even if I choose a different theme.

2023-05-29 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=470426

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
Do you have Settings -> show status bar marked?

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[dolphin] [Bug 468338] Cannot delete from trash clicking "Delete" button: Changing the attributes of files is not supported with protocol trash, part 2

2023-05-29 Thread Kenneth Hanson
https://bugs.kde.org/show_bug.cgi?id=468338

Kenneth Hanson  changed:

   What|Removed |Added

 CC||khanson...@gmail.com

--- Comment #2 from Kenneth Hanson  ---
Reproduced on Kubuntu 22.10 with Kubuntu Backports PPA.

Operating System: Kubuntu 22.10
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.6
Kernel Version: 5.19.0-42-generic (64-bit)
Graphics Platform: X11

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

[kphotoalbum] [Bug 470433] New: Append instead of overwrite description text when annotating multiple images

2023-05-29 Thread Johannes Zarl-Zierl
https://bugs.kde.org/show_bug.cgi?id=470433

Bug ID: 470433
   Summary: Append instead of overwrite description text when
annotating multiple images
Classification: Applications
   Product: kphotoalbum
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: Annotation Dialog
  Assignee: kpab...@willden.org
  Reporter: johan...@zarl-zierl.at
  Target Milestone: ---

Created attachment 159334
  --> https://bugs.kde.org/attachment.cgi?id=159334=edit
proposed UI

SUMMARY

It would be really nice to be able to add text to the "Description" in
multiple images without changing existing text. This need arises when you
suddenly realize a connection between images.


STEPS TO REPRODUCE
1. Annotate multiple images, some of which have a description text
2. Edit description text
3. Save

OBSERVED RESULT
The description for all images is overwritten.

EXPECTED RESULT
An option to have the text appended to the description text instead.




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.

[plasmashell] [Bug 464178] Plasma crashes after removing widget

2023-05-29 Thread Carlos Molina
https://bugs.kde.org/show_bug.cgi?id=464178

--- Comment #4 from Carlos Molina  ---
Created attachment 159333
  --> https://bugs.kde.org/attachment.cgi?id=159333=edit
New crash information added by DrKonqi

plasmashell (5.26.4) using Qt 5.15.7

Me too. Bserly starting desktop interface

-- Backtrace (Reduced):
#4  0x7fe49f05726f in QtQml::qmlExecuteDeferred(QObject*) () from
/lib/x86_64-linux-gnu/libQt5Qml.so.5
#5  0x7fe49f45d24e in QQuickTransition::prepare(QList&,
QList&, QQuickTransitionManager*, QObject*) () from
/lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7fe49f452935 in
QQuickTransitionManager::transition(QList const&,
QQuickTransition*, QObject*) () from /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7fe49db2ca1f in QObject::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fe49e806763 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5

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

[plasmashell] [Bug 464178] Plasma crashes after removing widget

2023-05-29 Thread Carlos Molina
https://bugs.kde.org/show_bug.cgi?id=464178

Carlos Molina  changed:

   What|Removed |Added

 CC||cmolin...@hotmail.com

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kfontview] [Bug 439470] KFontView is unable to open or install a font on Wayland

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

--- Comment #18 from sunsp...@gmail.com ---
(In reply to Patrick Silva from comment #17)
> *** Bug 470422 has been marked as a duplicate of this bug. ***

What's interesting about this one being closed, is that I actually am on x.org,
not wayland.. so, the bug affecting truetype fonts from fonts.google.com is
applicable to both x.org and wayland. Curiously, truetype fonts from
non-fonts.google.com sources work just fine in the viewer and font management.
There must be some sort of flag or header formatting that google is doing to
the file that the component doesn't know how to parse. Windows does not have
the issue.

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

[frameworks-kirigami] [Bug 407600] No icons in Kirigami apps when not using Plasma

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

poudinkpopin...@gmail.com changed:

   What|Removed |Added

 CC||poudinkpopin...@gmail.com

--- Comment #4 from poudinkpopin...@gmail.com ---
Seems to be fixed. I can't reproduce on my Steam Deck in gaming mode or on my
laptop with twm using both Koko and System Monitor.

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

[kde] [Bug 470432] New: When entering password after a screen lock the enter key is used as part of the password

2023-05-29 Thread Matt Keith
https://bugs.kde.org/show_bug.cgi?id=470432

Bug ID: 470432
   Summary: When entering password after a screen lock the enter
key is used as part of the password
Classification: I don't know
   Product: kde
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: ro...@appus.org
  Target Milestone: ---

SUMMARY
***
After a screen lock I press the enter key to wake up my monitors. I then type
in my password and am rejected as invalid password. It looks like the enter key
is being taken as part of the password input
***


STEPS TO REPRODUCE
1. Start your desktop
2. Log into sddm
3. wait for screen saver to lock the computer
4. press enter to wake monitor
5. enter password to log in

OBSERVED RESULT
Your password is rejected as invalid

EXPECTED RESULT
The enter key should either "enter" the empty password or be disregarded as
input on the first character input
Your password should be accepted if it matches and you unlock the screensaver


SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 38
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.2.15-300.fc38.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 20 × 12th Gen Intel® Core™ i7-1280P
Memory: 62.5 GiB of RAM
Graphics Processor: AMD Radeon RX 5700
Manufacturer: Framework
Product Name: Laptop (12th Gen Intel Core)
System Version: A8

ADDITIONAL INFORMATION

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

[XWaylandVideoBridge] [Bug 470431] New: Shared window gets shared as a small corner in a white window (Discord)

2023-05-29 Thread Andres
https://bugs.kde.org/show_bug.cgi?id=470431

Bug ID: 470431
   Summary: Shared window gets shared as a small corner in a white
window (Discord)
Classification: Applications
   Product: XWaylandVideoBridge
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: kdeb...@ino.to
CC: aleix...@kde.org, k...@davidedmundson.co.uk
  Target Milestone: ---

Created attachment 159332
  --> https://bugs.kde.org/attachment.cgi?id=159332=edit
Discord sharing selected window with xwayland video bridge in a conner of a
white screen

SUMMARY
Records in a small corner of a white screen


STEPS TO REPRODUCE
1.  Start xwayland video bridge
2. start a discord call
3. share a application window
4. select xwayland video bridge
5. Pick a window to share
6. window gets shared inside a bigger white window

OBSERVED RESULT
The selected window gets shared as a small corner in a white window (Discord)

EXPECTED RESULT
The window is shared maximized with no visual glitches or white background.


SOFTWARE/OS VERSIONS
```
inxi -b
System:
  Host: Garuda-Linux Kernel: 6.3.4-273-tkg-bmq arch: x86_64 bits: 64
Desktop: KDE Plasma v: 5.27.5 Distro: Garuda Linux
Machine:
  Type: Desktop Mobo: ASRock model: X470 Taichi serial: 
UEFI: American Megatrends v: P5.10 date: 10/20/2022
CPU:
  Info: 6-core AMD Ryzen 5 5600X [MT MCP] speed (MHz): avg: 4372
min/max: 2200/4650
Graphics:
  Device-1: AMD Navi 22 [Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT]
driver: amdgpu v: kernel
  Display: wayland server: X.org v: 1.21.1.8 with: Xwayland v: 23.1.1
compositor: kwin_wayland driver: N/A resolution: 1: 2048x864 2: 1536x864
3: 1536x864
  API: OpenGL v: 4.6 Mesa 23.1.1 renderer: AMD Radeon RX 6700 XT (navi22
LLVM 15.0.7 DRM 3.52 6.3.4-273-tkg-bmq)
Network:
  Device-1: Intel Dual Band Wireless-AC 3168NGW [Stone Peak] driver: iwlwifi
  Device-2: Intel I211 Gigabit Network driver: igb
Drives:
  Local Storage: total: 2.96 TiB used: 4.08 TiB (138.2%)
Info:
  Processes: 547 Uptime: 30m Memory: available: 31.26 GiB
  used: 17.73 GiB (56.7%) Shell: fish inxi: 3.3.27
```

ADDITIONAL INFORMATION
I posted on the GitLab as I thought this was not a kde project and thus was not
being tracked here but noticed bugs.

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

[www.kde.org] [Bug 470430] New: The shadows in the Neon svg logo are all wrong... (with the fix)

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

Bug ID: 470430
   Summary: The shadows in the Neon svg logo are all wrong...
(with the fix)
Classification: Websites
   Product: www.kde.org
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kde-...@kde.org
  Reporter: paninomaninod...@gmail.com
  Target Milestone: ---

Created attachment 159331
  --> https://bugs.kde.org/attachment.cgi?id=159331=edit
the revised logo wit the shadows corrected

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

I remember seeing this years ago. I searched for the Neon logo on the official
Neon website again today and nothing changed. Just like it was years ago this
svg logo have a bunch of issues and I just wish it could be corrected.

STEPS TO REPRODUCE
1. Go to neon.kde.org 
2. open the neon-logo.svg
3. 

OBSERVED RESULT
The shadows inside and around the little circles are projecting wrong

EXPECTED RESULT
For the shadows the be projected correctly

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

ADDITIONAL INFORMATION
Talked about this on Reddit and someone by the name ZeusOfTheCrow fixed it
I think it can still be improved, specifically where the two most outermost
shadows emanate from the circles, but at least it's not misaligned and blended
wrong anymore.

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

[plasmashell] [Bug 470429] Screen shows as "disconnected" after switching monitor. Missing desktop background and panel.

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

--- Comment #1 from leonardopsan...@gmail.com ---
Workaround mention in comment 8 of bug #427278 works for me:

https://bugs.kde.org/show_bug.cgi?id=427278#c8

My script is:

```
systemctl --user stop plasma-plasmashell
cp -af $HOME/custom/backup/panels/$SRC/* $HOME/.config/
sleep 5
systemctl --user start plasma-plasmashell
```

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

[plasmashell] [Bug 427278] Panel & desktop config of secondary monitor lost after ScreenConnectors renumbering

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

--- Comment #28 from leonardopsan...@gmail.com ---
(In reply to Nate Graham from comment #27)
> > I'm getting the exact same problem: KDE will randomly loose the displays 
> > and panels configuration.
> Unfortunately it turns out that there are many potential root causes when
> this happens, and the root cause of the specific issue you're seeing may not
> be the same as the one for this bug report Can you submit a new bug report
> for your issue? If it does end up being the same thing, we can mark it as a
> duplicate of this bug report and then re-open it. But if it's something
> else, then it will be good to have a separate bug report for it.
> 
> Thanks!

Bug #470429 submitted

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

[Spectacle] [Bug 468899] [Spectacle 23.04] Video Recording - Add configuration options and shortcuts to Spectacle settings page.

2023-05-29 Thread William Herron
https://bugs.kde.org/show_bug.cgi?id=468899

William Herron  changed:

   What|Removed |Added

 CC||wherro...@gmail.com

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

[plasmashell] [Bug 470429] New: Screen shows as "disconnected" after switching monitor. Missing desktop background and panel.

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

Bug ID: 470429
   Summary: Screen shows as "disconnected" after switching
monitor. Missing desktop background and panel.
Classification: Plasma
   Product: plasmashell
   Version: 5.27.4
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: generic-multiscreen
  Assignee: plasma-b...@kde.org
  Reporter: leonardopsan...@gmail.com
CC: aleix...@kde.org, notm...@gmail.com
  Target Milestone: 1.0

Created attachment 159330
  --> https://bugs.kde.org/attachment.cgi?id=159330=edit
Panels and Desktop Management screenshot

SUMMARY

Panel gone from one of my multi-monitor setup.

My setup is not very exotic: 

- Laptop attached screen
- External HP Z27 (through a USB 3 Thunderbolt cable)
- External HP Z27 (through an HDMI cable)

The panel is missing from the HDMI monitor.

Both HP Z27 are also connected to a desktop system running Windows 11.
Sometimes, when I switch between inputs in one monitor, (say, KDE -> Win) and
then back, KDE kill glitch and (usually) the HDMI HP Z27 will just loose the
desktop: no panel, no background image.

If I go to the " Panels and Desktop Management", I see three screen, with the
one corresponding to the HDMI monitor showing as "Disconnected" (see attached
image). That's is incorrect, it's working fine, I can drag any window to or
from it.

System Information:

Operating System: Kubuntu 23.04
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8
Kernel Version: 6.2.0-20-generic (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i5-8265U CPU @ 1.60GHz
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620
Manufacturer: LENOVO
Product Name: 20QD001UUS
System Version: ThinkPad X1 Carbon 7th

plasmashell: 5.27.4
kernel: Linux 6.2.0-20-generic #20-Ubuntu SMP PREEMPT_DYNAMIC Thu Apr  6
07:48:48 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Maybe bug #427278 ins't fixed?

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kdevelop] [Bug 470428] New: Kdevelop crashes during background parsing with clang

2023-05-29 Thread Andrei Slavoiu
https://bugs.kde.org/show_bug.cgi?id=470428

Bug ID: 470428
   Summary: Kdevelop crashes during background parsing with clang
Classification: Applications
   Product: kdevelop
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: ansl...@yahoo.com
  Target Milestone: ---

Application: kdevelop (5.11.230401 (23.04.1))

Qt Version: 5.15.9
Frameworks Version: 5.106.0
Operating System: Linux 6.3.3-gentoo x86_64
Windowing System: X11
Distribution: "Gentoo Linux"
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
Started crashing after I changed the active compiler for the project from GCC
to Clang.

The crash can be reproduced every time.

-- Backtrace (Reduced):
#6  __memset_avx2_unaligned_erms () at
../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:328
#7  0x7f28322a7daf in std::__fill_a1(unsigned short*,
unsigned short*, int const&) (__value=, __last=,
__first=) at
/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_algobase.h:930
#8  std::__fill_a(unsigned short*, unsigned short*, int
const&) (__value=, __last=, __first=) at
/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_algobase.h:977
#9  std::__fill_n_a(unsigned short*, int, int
const&, std::random_access_iterator_tag) (__value=, __n=3277,
__first=) at
/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_algobase.h:1128
#10 std::fill_n::{unnamed type#3},
int>(KDevelop::Bucket::{unnamed type#3},
KDevelop::Bucket::{unnamed type#3}, int const&)
(__value=,
__n=KDevelop::Bucket::NextBucketHashSize,
__first=) at
/usr/lib/gcc/x86_64-pc-linux-gnu/13/include/g++-v13/bits/stl_algobase.h:1157


Reported using DrKonqi

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

[kwin] [Bug 470427] New: "kwin_wayland" overloading CPU getting unusable desktop

2023-05-29 Thread Rafael Linux User
https://bugs.kde.org/show_bug.cgi?id=470427

Bug ID: 470427
   Summary: "kwin_wayland" overloading CPU getting unusable
desktop
Classification: Plasma
   Product: kwin
   Version: 5.27.5
  Platform: openSUSE
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: rafael.linux.u...@gmail.com
  Target Milestone: ---

Created attachment 159328
  --> https://bugs.kde.org/attachment.cgi?id=159328=edit
perf.data view

SUMMARY
Enabling Wayland session in Plasma I got an unusable desktop. 1 CPU  core is
used at 100%). All is so slow that moving mouse takes 3 to 4 seconds each time,
jumping from one place to next, like if FPS dropped all over desktop. 

"kwin_wayland" is the process eating CPU. These are the sub-threads involved (I
got from perf.data):
- kms_swrast_dri.so (repeated x 5 times) at 99.3% CPU
- libc.so.6 (repeated x 2 times) at  99.3% CPU

STEPS TO REPRODUCE
1. Select Wayland before authenticate user
2. Authenticate user
3. Desktop works like 1/10 of normal speed

OBSERVED RESULT
If I switch to Ctrl+Alt+F1 and come back to desktop, I only have mouse pointer
over a black desktop. No way to click nothing, cause there is nothing to click
in, only a black background and my mouse pointer.

EXPECTED RESULT
To work like with X Org Session

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20230527
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.2-1-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-6600K CPU @ 3.50GHz
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2

ADDITIONAL INFORMATION
Nvidia original repository drivers installed. No issues at all in X Window
session.

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

[kwin] [Bug 470383] Displays connected through USB-C Dock give Black Display

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

--- Comment #1 from sfal...@cloverleaf-linux.org ---
Setting KWIN_DRM_PREFER_COLOR_DEPTH=24 in `/etc/profile` fixes this issue.

Per suggestion from the user that helped me in the Plasma matrix channel, I
have filed a bug: https://gitlab.freedesktop.org/drm/amd/-/issues/2598

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

[kwin] [Bug 469426] Cannot move windows past left or top of desktop

2023-05-29 Thread mike wyatt
https://bugs.kde.org/show_bug.cgi?id=469426

--- Comment #10 from mike wyatt  ---
I just installed Arch ARM in a new VM, using UTM (technically QEMU), same
result as in Parallels. Cannot move windows past the left or top of the screen.
This was before doing any changes to my DE.

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kwin] [Bug 432053] Nvidia Wayland - High CPU Usage

2023-05-29 Thread Rafael Linux User
https://bugs.kde.org/show_bug.cgi?id=432053

Rafael Linux User  changed:

   What|Removed |Added

 CC||rafael.linux.u...@gmail.com

--- Comment #4 from Rafael Linux User  ---
Similar issue, but making Plasma unusable (100% CPU  1 core usage). In my case,
all is so slow that moving mouse takes 3 to 4 seconds each time. "kwin_wayland"
is the process eating CPU. These are the sub-threads involved (from perf.data):
- kms_swrast_dri.so (repeated x 5 times) at 99.3% CPU
- libc.so.6 (repeated x 2 times) at  99.3% CPU

Operating System: openSUSE Tumbleweed 20230527
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.2-1-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i5-6600K CPU @ 3.50GHz
Memory: 31.3 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2

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

[libkgapi] [Bug 404592] contact photo, several problems

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

Colin J Thomson  changed:

   What|Removed |Added

 CC||colin.thom...@g6avk.co.uk

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

[libkgapi] [Bug 468986] google contacts in kaddressbook, missing address, website, notes, etc.

2023-05-29 Thread beedell.rokejulianlockhart
https://bugs.kde.org/show_bug.cgi?id=468986

beedell.rokejulianlockhart  changed:

   What|Removed |Added

 CC||rokejulianlockhart@outlook.
   ||com

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

[kpat] [Bug 470426] New: Staus bar does not show up, even if I choose a different theme.

2023-05-29 Thread SDEbey74074
https://bugs.kde.org/show_bug.cgi?id=470426

Bug ID: 470426
   Summary: Staus bar does not show up, even if I choose a
different theme.
Classification: Applications
   Product: kpat
   Version: 23.04.1
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: co...@kde.org
  Reporter: eaglecomputers...@gmail.com
CC: kde-games-b...@kde.org
  Target Milestone: ---

Created attachment 159327
  --> https://bugs.kde.org/attachment.cgi?id=159327=edit
Screenshot showing no status bar.

SUMMARY
***
Update of kpat, now no status bar display.
***


STEPS TO REPRODUCE
1. Run the app and pick any game


OBSERVED RESULT
No staus bar display of the game being winnable

EXPECTED RESULT
To see the status showing if the game is winnable

SOFTWARE/OS VERSIONS
Fedora 38

ADDITIONAL INFORMATION

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

[ghostwriter] [Bug 470425] New: .backup files kept with the saved files

2023-05-29 Thread Andy
https://bugs.kde.org/show_bug.cgi?id=470425

Bug ID: 470425
   Summary: .backup files kept with the saved files
Classification: Applications
   Product: ghostwriter
   Version: 23.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: megan.con...@kdemail.net
  Reporter: zerofollowthro...@gmail.com
  Target Milestone: ---

SUMMARY
The backup (.backup) files are kept in the directory where the real documents
are saved. This is obnoxious, and I'd like a way to specify where the backup
files are kept.

STEPS TO REPRODUCE
1. Make a new file
2. Save it.

OBSERVED RESULT
filename.backup appears in your Documents directory or whever.

EXPECTED RESULT
I want the .backup files to go where I tell them to.


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

ADDITIONAL INFORMATION
This is really a feature request.

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

[Breeze] [Bug 414777] Top-right-most pixel does not trigger right-most button in a GTK3 CSD headerbar app

2023-05-29 Thread Emilio Cobos Álvarez
https://bugs.kde.org/show_bug.cgi?id=414777

--- Comment #23 from Emilio Cobos Álvarez (:emilio)  ---
(In reply to Emilio Cobos Álvarez (:emilio) from comment #22)
> (In reply to Fushan Wen from comment #21)
> Negative margins aren't considered
> [here](https://searchfox.org/mozilla-central/rev/
> f4d3fe187cf7dffa4c13b354bbde9bc47b5ccd3f/widget/gtk/gtk3drawing.cpp#285-297),
> so probably it's a matter of tweaking that code appropriately.

I was wrong and margins are accounted for elsewhere (see `buttonMargin` in that
file), so it needs some more debugging, but I'd be happy to help either way.

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

[digikam] [Bug 470391] Cannot uninstall or update Nightly build

2023-05-29 Thread Judah Richardson
https://bugs.kde.org/show_bug.cgi?id=470391

--- Comment #8 from Judah Richardson  ---
(In reply to caulier.gilles from comment #1)
> Run the Windows tasks manager and kill all digikam.exe and exiftool.exe
> which still in background.
> 
> Gilles Caulier

I actually couldn't find digikam.exe anywhere in Task Manager. I had to use
Process Explorer
(https://learn.microsoft.com/en-us/sysinternals/downloads/process-explorer) to
find it. Anyway, once I found it and killed it (it took 3 consecutive kill
commands) I was able to uninstall and install as normal.

I'd highly suggest digiKam *not* keep running in the background by default
after exiting. Is there some way to change this behavior, or is it a bug?

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|crash   |wishlist

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

[lattedock] [Bug 470114] Feature Request: Ways to better notify / manage / recover from crashed plasmoids or widgets

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

Bug Janitor Service  changed:

   What|Removed |Added

   Severity|wishlist|crash

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

[kate] [Bug 470370] [Arch] Kate and Kwrite no longer start after update

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

davimarchesipr...@gmail.com changed:

   What|Removed |Added

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

--- Comment #14 from davimarchesipr...@gmail.com ---
It was syntax-highlighting (switching to non git package fixed it), weird that
kate didn't show the error message in console like it usually does for missing
symbols

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

[kate] [Bug 470370] [Arch] Kate and Kwrite no longer start after update

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

--- Comment #13 from davimarchesipr...@gmail.com ---
Also, i saw some syntax highlighting related stuff in backtrace. Kde's crash
handler has this error when clicking "developer information":

file:///usr/lib/qt/qml/org/kde/kirigami.2/PageRow.qml:914: Error: Error while
loading page: qrc:/ui/DeveloperPage.qml:8 module "org.kde.syntaxhighlighting"
is not installed

so it seems that something related to syntax highlighting is broken for me

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

[kate] [Bug 470370] [Arch] Kate and Kwrite no longer start after update

2023-05-29 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=470370

--- Comment #12 from Christoph Cullmann  ---
syntax-highlighting-git could be the reason, but there is more relevant stuff
like threadweaver-git, sonnet-git, ...

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

[kate] [Bug 470370] [Arch] Kate and Kwrite no longer start after update

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

--- Comment #11 from davimarchesipr...@gmail.com ---
(In reply to Christoph Cullmann from comment #10)
> Hi, if you have installed -git stuff, that could happen if not all stuff is
> consistent, I did break my setup like that once, too, before switching to
> NixOS.

Here are all the git packages in my system, don't think any of them are KDE
related:

attica-git
awesome-git
breeze-icons-git
cutefish-cursor-themes-git
cvt12-git
edid-decode-git
extra-cmake-modules-git
fastfetch-git
goverlay-git
lib32-spirv-tools-tkg-git
libpamac-git
libzopfli-git
lightly-git
lutris-git
menuconfig-git
mow-git
oh-my-zsh-git
pamac-aur-git
pfetch-git
picom-git
plasma5-wallpapers-wallpaper-engine-git
protontricks-git
reshade-shaders-git
ryujinx-git
sdat2img-git
solid-git
sonnet-git
soundux-git
spicetify-themes-git
sunshine-git
syntax-highlighting-git
threadweaver-git
upower-git
vrrtest-git
wine-gui-git
xorgproto-git
youtube-dl-gui-git
zsh-theme-powerlevel10k-git

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

[kate] [Bug 470370] [Arch] Kate and Kwrite no longer start after update

2023-05-29 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=470370

--- Comment #10 from Christoph Cullmann  ---
Hi, if you have installed -git stuff, that could happen if not all stuff is
consistent, I did break my setup like that once, too, before switching to
NixOS.

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

[kate] [Bug 470370] [Arch] Kate and Kwrite no longer start after update

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

--- Comment #9 from davimarchesipr...@gmail.com ---
(In reply to Christoph Cullmann from comment #8)
> (In reply to davimarchesiprimo from comment #7)
> > (In reply to Christoph Cullmann from comment #6)
> > > Hmmm, did take a look at the backtrace, still no idea how that can happen.
> > 
> > What's it trying to do?
> 
> I tried the kf5 branch build and I read the code, I see no way that pointer
> could be bad.

It's possible I might have mismatched git versions with the normal packages but
I find that hard as I checked for all packages with -git and reinstalled the
stable versions instead, as far as I know there are no git packages that relate
to kde installed

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

[Breeze] [Bug 414777] Top-right-most pixel does not trigger right-most button in a GTK3 CSD headerbar app

2023-05-29 Thread Emilio Cobos Álvarez
https://bugs.kde.org/show_bug.cgi?id=414777

Emilio Cobos Álvarez (:emilio)  changed:

   What|Removed |Added

 CC||emi...@crisal.io

--- Comment #22 from Emilio Cobos Álvarez (:emilio)  ---
(In reply to Fushan Wen from comment #21)
> When Firefox draws its window controls, margins and paddings are
> also considered, so we can't use button padding hack to expand the
> control areas of window controls.

FWIW if Firefox was the only app affected I'd be happy to help making it work.

Negative margins aren't considered
[here](https://searchfox.org/mozilla-central/rev/f4d3fe187cf7dffa4c13b354bbde9bc47b5ccd3f/widget/gtk/gtk3drawing.cpp#285-297),
so probably it's a matter of tweaking that code appropriately.

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

[digikam] [Bug 470391] Cannot uninstall or update Nightly build

2023-05-29 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=470391

--- Comment #7 from Maik Qualmann  ---
I filled out a sysadmin ticket, Ben gave me the rights. I started a new
build...

Maik

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

[kate] [Bug 470115] cSV Tab delimiter highlighting

2023-05-29 Thread H.H.
https://bugs.kde.org/show_bug.cgi?id=470115

--- Comment #2 from H.H.  ---
Oh, thanks, I never heard that it was called "TSV". Perhaps it would be
convenient to rename it like the others in "CSV (TAB)"?

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

[kate] [Bug 470370] [Arch] Kate and Kwrite no longer start after update

2023-05-29 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=470370

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org

--- Comment #8 from Christoph Cullmann  ---
(In reply to davimarchesiprimo from comment #7)
> (In reply to Christoph Cullmann from comment #6)
> > Hmmm, did take a look at the backtrace, still no idea how that can happen.
> 
> What's it trying to do?

I tried the kf5 branch build and I read the code, I see no way that pointer
could be bad.

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

[frameworks-kirigami] [Bug 470421] Avatar image doesn't load with QT_QUICK_BACKEND=software

2023-05-29 Thread Joshua Goins
https://bugs.kde.org/show_bug.cgi?id=470421

Joshua Goins  changed:

   What|Removed |Added

 CC||j...@redstrate.com

--- Comment #3 from Joshua Goins  ---
This happens because of our usage of Qt Graphical Effects, which isn't
supported in the software backend as far as I know. Do you have a reason to use
the software renderer?

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

[kate] [Bug 470370] [Arch] Kate and Kwrite no longer start after update

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

--- Comment #7 from davimarchesipr...@gmail.com ---
(In reply to Christoph Cullmann from comment #6)
> Hmmm, did take a look at the backtrace, still no idea how that can happen.

What's it trying to do?

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

  1   2   3   >