[Breeze] [Bug 437062] Glitch on hover over context menu of a window decoration on Wayland when using non-opaque menu with blur effect

2023-05-23 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=437062

Vlad Zahorodnii  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/f3e4495e4471
   ||204768eaf98d5128e92869e3b43
   ||5
 Status|CONFIRMED   |RESOLVED

--- Comment #20 from Vlad Zahorodnii  ---
Git commit f3e4495e4471204768eaf98d5128e92869e3b435 by Vlad Zahorodnii, on
behalf of Mouse Zhang.
Committed on 23/05/2023 at 06:23.
Pushed by vladz into branch 'master'.

plugins/qpa: initialize buffer in backingstore

M  +13   -0src/plugins/qpa/backingstore.cpp
M  +1-0src/plugins/qpa/backingstore.h

https://invent.kde.org/plasma/kwin/commit/f3e4495e4471204768eaf98d5128e92869e3b435

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

[gwenview] [Bug 462088] Don't show Gwenview in its own "Open With" menu

2023-05-23 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=462088

Frank Steinmetzger  changed:

   What|Removed |Added

 CC||dev-...@felsenfleischer.de

--- Comment #9 from Frank Steinmetzger  ---
(In reply to phd from comment #5)
> Actually I use that quite often to duplicate the current window.
> How do I do it now?

Just as a quick idea (I write it here, b/c I couldn’t find a request for it
yet): Ctrl+N could be a solution. Just like in a browser or Dolphin, it would
open a new window which shows or pre-selects the file that is active in the
current window.

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

[digikam] [Bug 470117] Digikam query is slow on MariaDB while assigning detected Person

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

--- Comment #6 from caulier.gil...@gmail.com ---
The automatic nightly build are mostly broken since a while on the KDE infra,
due to the current migration to gitlab infra.

We (i personally)  build mine on my computers at home. I will start a new build
the evening (Paris time). Files will be available at this url:

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

Gilles Caulier

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

[digikam] [Bug 470117] Digikam query is slow on MariaDB while assigning detected Person

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

--- Comment #7 from tim...@timmib.de ---
Thanks a lot. I will try the build in the evening. 

In the meantime i can spend some time optimizing the mariaDB config :o)

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

[kdeconnect] [Bug 470153] New: Remote input (iOS to Android) no longer working

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

Bug ID: 470153
   Summary: Remote input (iOS to Android) no longer working
Classification: Applications
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: iOS
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: ios-application
  Assignee: lucas.w...@tuta.io
  Reporter: sendspamher...@hotmail.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. On iOS device connect to Android host
2. Select remote input
3. Remote input screen appears
4. Try to input cursor via touchscreen

OBSERVED RESULT
No input received on host

EXPECTED RESULT
Input matches touch screen

SOFTWARE/OS VERSIONS
Host: Android 9 (4.9.113)
Remote: iOS 16.4.1
KDE Connect Host Version: 1.24.5
KDE Connect Remote Version: 0.3.0


ADDITIONAL INFORMATION
Used to work until most recent Android update.

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

[digikam] [Bug 470117] Digikam query is slow on MariaDB while assigning detected Person

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

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #3 from Maik Qualmann  ---
The first query (where you have add a LIMIT of 10) is used to list the face
tags. There is currently no optimization option here. You have activated the
recursive listing of tags, which costs additional time since the TagsTree is
also included.
We could just disable the view refresh when multiple face tags are confirmed to
speed it up. But that would have other side effects.

The second query, I think, will be significantly accelerated, it is used to
remove the thumbnail if the face tags are no longer available.

And yes, SQLite on a local SSD is significantly faster than MySQL. Only an
internal MySQL on SSD connected via a socket is then faster than SQLite.

Maik

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

[Arianna] [Bug 469970] Ability to manually delete an aggregate book or remove duplicates

2023-05-23 Thread darhma
https://bugs.kde.org/show_bug.cgi?id=469970

darhma  changed:

   What|Removed |Added

 CC||dar...@disroot.org

--- Comment #1 from darhma  ---
I too find myself with several "duplicate" ebooks. I think it would be useful
to have a way to see which directory each ebook comes from to easily check if
it's a real duplicate and possibly be able to delete it

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

[dolphin] [Bug 367800] Bring back cross-session history

2023-05-23 Thread Alex A.D.
https://bugs.kde.org/show_bug.cgi?id=367800

Alex A.D.  changed:

   What|Removed |Added

 CC||al.neo...@gmail.com

--- Comment #3 from Alex A.D.  ---
Thumbing up! Would be best if they make it into settings so it can be
configurable.

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

[okular] [Bug 397463] Session management (named sessions, save/load sessions, auto-session-restore, etc) like in Kate

2023-05-23 Thread Alex A.D.
https://bugs.kde.org/show_bug.cgi?id=397463

--- Comment #34 from Alex A.D.  ---
I've created a similar bug for Dolphin, checkout BUG 470154

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

[dolphin] [Bug 470154] New: Session management (named sessions, save/load sessions, auto-session-restore, etc) like in Kate

2023-05-23 Thread Alex A.D.
https://bugs.kde.org/show_bug.cgi?id=470154

Bug ID: 470154
   Summary: Session management (named sessions, save/load
sessions, auto-session-restore, etc) like in Kate
Classification: Applications
   Product: dolphin
   Version: 23.04.0
  Platform: Kubuntu
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: al.neo...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

It's a pain when you have an dolphin session of many folders you want to
continue working after a reboot. It would be great to have the same session
functionality of Kate in Dolphin...

I know there is the possibility of saving the KDE session for next login
manually, but would be nice to have a dedicated panel for that if possible. It
would also best if it integrates with X11 session server (i.e. ksmserver)
nicely.

Besides, one may not want to use the KDE session save/restore because issues
elsewhere, or because one prefers to start clean session (in general beyond
dolphin).

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

[plasma-pass] [Bug 470152] New: Incorrect latest version tag

2023-05-23 Thread Michal Hlavac
https://bugs.kde.org/show_bug.cgi?id=470152

Bug ID: 470152
   Summary: Incorrect latest version tag
Classification: Plasma
   Product: plasma-pass
   Version: 1.2.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: dvra...@kde.org
  Reporter: m...@hlavki.eu
  Target Milestone: ---

SUMMARY
***
Latest version tag in git scm is v0.2.1 instead of v1.2.1
https://invent.kde.org/plasma/plasma-pass/-/tags
***

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

[digikam] [Bug 470117] Digikam query is slow on MariaDB while assigning detected Person

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

--- Comment #5 from tim...@timmib.de ---
Thanks a lot for the fast and accurate reaction and feedback.

>>You have activated the recursive listing of tags.
Where can i deactivate this?

Is there a (nightly) build which i can use to try out your changes?

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

[Breeze] [Bug 437062] Glitch on hover over context menu of a window decoration on Wayland when using non-opaque menu with blur effect

2023-05-23 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=437062

Vlad Zahorodnii  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/f3e4495e4471 |ma/kwin/commit/ba5230659bf6
   |204768eaf98d5128e92869e3b43 |1a4e927d67901cb51291e646c01
   |5   |8

--- Comment #21 from Vlad Zahorodnii  ---
Git commit ba5230659bf61a4e927d67901cb51291e646c018 by Vlad Zahorodnii, on
behalf of Mouse Zhang.
Committed on 23/05/2023 at 07:03.
Pushed by vladz into branch 'Plasma/5.27'.

plugins/qpa: initialize buffer in backingstore


(cherry picked from commit f3e4495e4471204768eaf98d5128e92869e3b435)

M  +13   -0src/plugins/qpa/backingstore.cpp
M  +1-0src/plugins/qpa/backingstore.h

https://invent.kde.org/plasma/kwin/commit/ba5230659bf61a4e927d67901cb51291e646c018

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

[Arianna] [Bug 468557] dark mode not readable

2023-05-23 Thread darhma
https://bugs.kde.org/show_bug.cgi?id=468557

darhma  changed:

   What|Removed |Added

 CC||dar...@disroot.org

--- Comment #2 from darhma  ---
I can confirm that I have the same problem with several books (it doesn't occur
with others)

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

[dolphin] [Bug 470136] Cannot search within home folder in Dolphin

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

--- Comment #2 from alerikaisatt...@protonmail.com ---
Indexing home folder is enabled

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

[dolphin] [Bug 463924] STL Thumbnail view.

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

Joshua Goins  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||j...@redstrate.com

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

[dolphin] [Bug 455085] Allow drag and drop from Ark into a folder in the address bar

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

Joshua Goins  changed:

   What|Removed |Added

 CC||j...@redstrate.com
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED

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

[kdeconnect] [Bug 470165] Runs in background on Pixel watch with no notification, increases battery use

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

sgosn...@riseup.net changed:

   What|Removed |Added

 CC||sgosn...@riseup.net

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

[NeoChat] [Bug 470167] New: When resizing the chat text entry box text "Send a message" can be partially hidden

2023-05-23 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=470167

Bug ID: 470167
   Summary: When resizing the chat text entry box text "Send a
message" can be partially hidden
Classification: Applications
   Product: NeoChat
   Version: 23.04.1
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: justin.zo...@gmail.com
CC: c...@carlschwan.eu
  Target Milestone: ---

Created attachment 159202
  --> https://bugs.kde.org/attachment.cgi?id=159202=edit
Screenshot

Resize the window slowly from the right edge while watching the text entry
field. See screenshot for result.

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

[Discover] [Bug 470157] New: System firmware update not applied after asking to update

2023-05-23 Thread Paul Menzel
https://bugs.kde.org/show_bug.cgi?id=470157

Bug ID: 470157
   Summary: System firmware update not applied after asking to
update
Classification: Applications
   Product: Discover
   Version: 5.27.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: fwupd Backend
  Assignee: plasma-b...@kde.org
  Reporter: pmen...@molgen.mpg.de
CC: aleix...@kde.org, sharma.abhijeet2...@gmail.com
  Target Milestone: ---

Using Debian sid/unstable with *plasma-discover-backend-fwupd* 5.27.2-1, on
Dell laptop, Discover showed the user, a system firmware update was available.
Selecting it and clicking on *Update*(?) nothing happened. (I would have
expected a dialog to ask the user to restart the system.)

Using the command line `fwupdmgr update` downloaded the UEFI Capsule update,
and hooked it up into memory, and asked the user to restart the system. Doing
that, the system firmware recognized the UEFI Capsule update in memory, and
applied 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-23 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 458987] Minimum window height is too tall for 780px tall screens

2023-05-23 Thread John Veness
https://bugs.kde.org/show_bug.cgi?id=458987

--- Comment #36 from John Veness  ---
(In reply to Nate Graham from comment #34)
> For further improvements on this--such as using a scrollview, even though I
> don't think it would be an improvement--let's track them in additional bug
> reports. The idea behind this one was to solve the problem for the default
> settings, not all conceivably possible combinations of settings. Thanks
> everyone!

Personally I think it would have been better to keep this bug open, but as
requested, I have opened Bug 470159 for further discussion.

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

[gwenview] [Bug 470159] New: Gwenview minimum window height is too large when editing tools are shown (accessibility, cut off, 768)

2023-05-23 Thread John Veness
https://bugs.kde.org/show_bug.cgi?id=470159

Bug ID: 470159
   Summary: Gwenview minimum window height is too large when
editing tools are shown (accessibility, cut off, 768)
Classification: Applications
   Product: gwenview
   Version: 23.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: john@pelago.org.uk
  Target Milestone: ---

SUMMARY

When the Show Editing Tools sidebar is on, Gwenview has a minimum window height
of around 768 pixels, which can cause problems for:

- Users with smallish resolution screens
- Users with accessibility needs who are using increased font sizes
- Users with non-default themes or settings, such as having a menu bar always
shown, or having themes with large borders or padding around items
- Users who for whatever reason, want to be able to resize Gwenview, even if
Editing Tools are shown

STEPS TO REPRODUCE
1. Open an image in Gwenview
2. Make sure Show Editing Tools is enabled
3. Try to resize window vertically 

OBSERVED RESULT
Window cannot be made smaller than around 768 pixels vertically.

EXPECTED RESULT
Window can be made smaller than around 768 pixels vertically.

ADDITIONAL INFORMATION
See Bug 458987 for additional discussion. This bug was created to discuss the
general UX problem, and to think of possible solutions, e.g. a scrollable
Editing Tools sidebar, or other solutions.

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

[valgrind] [Bug 470121] Can't run callgrind_control with valgrind 3.21.0 because of perl errors

2023-05-23 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=470121

Paul Floyd  changed:

   What|Removed |Added

 CC||pjfl...@wanadoo.fr

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

[Akonadi] [Bug 448106] Google Groupware crashes

2023-05-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=448106

Nicolas Fella  changed:

   What|Removed |Added

 CC||vishwas.set...@gmail.com

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

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

[Akonadi] [Bug 470162] Kontact after configuring Google Groupware source

2023-05-23 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=470162

Nicolas Fella  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 459082] Wayland - Notification on primary monitor in wrong place

2023-05-23 Thread Walddys Emmanuel Dorrejo Céspedes
https://bugs.kde.org/show_bug.cgi?id=459082

--- Comment #3 from Walddys Emmanuel Dorrejo Céspedes  
---
Same issue:

Operating System: openSUSE Tumbleweed 20230521
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: 20 × 12th Gen Intel® Core™ i7-12700
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 770
Manufacturer: HP
Product Name: HP Elite SFF 600 G9 Desktop PC

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

[dolphin] [Bug 462609] IDEA: Make in COnfigure dolphine Previews possible to install from there, to list all possible installabale Previews Thumbnails

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

Joshua Goins  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||j...@redstrate.com

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

[kdiff3] [Bug 469269] kdiff3 1.10.1 aborts on "Assertion `!m_modificationTime.isNull()'" when a file or directory with mtime <= 999,999ns from epoch is encountered

2023-05-23 Thread michael
https://bugs.kde.org/show_bug.cgi?id=469269

michael  changed:

   What|Removed |Added

   Version Fixed In||1.10.5

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

[dolphin] [Bug 429572] Dolphin does not show image dimensions as additional view properties

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

Joshua Goins  changed:

   What|Removed |Added

 CC||j...@redstrate.com
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Joshua Goins  ---
Is this still relevant? I can't reproduce on 23.04.1 and it's a little vague
with no information or screenshots...

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

[plasmashell] [Bug 463272] Wrong vertical position of task manager tooltips possibly causing misclicks with media controls

2023-05-23 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=463272

Bharadwaj Raju  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kwin/commit/539b6bb6ac3a |ma/kwin/commit/4d4769b8c5b3
   |58049b96106de55004806c63982 |ddd5b3bfae6dc7fb4cf7057127a
   |1   |6

--- Comment #14 from Bharadwaj Raju  ---
Git commit 4d4769b8c5b3ddd5b3bfae6dc7fb4cf7057127a6 by Bharadwaj Raju.
Committed on 23/05/2023 at 13:43.
Pushed by bharadwaj-raju into branch 'Plasma/5.27'.

XdgPopupWindow: Allow position to be set by Plasma

This lets Plasma itself control the position of popup windows such as
Plasma tooltips. transientPlacement() now returns the position set by Plasma
if available.


(cherry picked from commit 539b6bb6ac3a58049b96106de55004806c639821)

M  +4-1src/xdgshellwindow.cpp

https://invent.kde.org/plasma/kwin/commit/4d4769b8c5b3ddd5b3bfae6dc7fb4cf7057127a6

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

[unknown] [Bug 470163] New: Google Chrome crashes after few seconds from launch.

2023-05-23 Thread Ossa Ghalyoun
https://bugs.kde.org/show_bug.cgi?id=470163

Bug ID: 470163
   Summary: Google Chrome crashes  after few seconds from launch.
Classification: Miscellaneous
   Product: unknown
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: sghaly...@hotmail.com
  Target Milestone: ---

SUMMARY
***
After upgrade of plasma my latest chrome browser on Fedora 37 crashes a second
or two after I launch, and when I upgraded to Fedora 38 another KDE upgrade was
installed like few days ago, but Google Chrome still crashes.

Two things to notice.
I open about simultaneous 56 tabs in Chrome.
It still works under Gnome so it is not a system issue.

Chrome release is 113.0.5672.126.
***


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[dolphin] [Bug 281517] Standard way for Service menu installation

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

Joshua Goins  changed:

   What|Removed |Added

 CC||j...@redstrate.com
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Joshua Goins  ---
Fixed, it's been 12 years and there's now a standard way to do service menus
along with a tutorial: https://develop.kde.org/docs/apps/dolphin/service-menus/

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

[kpat] [Bug 470166] New: Solver does not work with golf

2023-05-23 Thread Brian Kaye
https://bugs.kde.org/show_bug.cgi?id=470166

Bug ID: 470166
   Summary: Solver does not work with golf
Classification: Applications
   Product: kpat
   Version: 23.04.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: solver
  Assignee: co...@kde.org
  Reporter: b...@unb.ca
CC: kde-games-b...@kde.org
  Target Milestone: ---

SUMMARY
Solver does not work when running golf.

STEPS TO REPRODUCE
1. Run golf game with solver enabled.
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.

[kwin] [Bug 467574] kwin_screencast: Dropping a screencast frame because the compositor is slow

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

iodream...@gmail.com changed:

   What|Removed |Added

 CC||iodream...@gmail.com

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

[plasmashell] [Bug 459082] Wayland - Notification on primary monitor in wrong place

2023-05-23 Thread Walddys Emmanuel Dorrejo Céspedes
https://bugs.kde.org/show_bug.cgi?id=459082

Walddys Emmanuel Dorrejo Céspedes  changed:

   What|Removed |Added

 CC||dev.dorr...@gmail.com

--- Comment #2 from Walddys Emmanuel Dorrejo Céspedes  
---
Created attachment 159198
  --> https://bugs.kde.org/attachment.cgi?id=159198=edit
Two Screen wrong notification place, and status

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

[plasmashell] [Bug 463272] Wrong vertical position of task manager tooltips possibly causing misclicks with media controls

2023-05-23 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=463272

Bharadwaj Raju  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kwin/commit/539b6bb6ac3a
   ||58049b96106de55004806c63982
   ||1
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #13 from Bharadwaj Raju  ---
Git commit 539b6bb6ac3a58049b96106de55004806c639821 by Bharadwaj Raju.
Committed on 23/05/2023 at 13:41.
Pushed by bharadwaj-raju into branch 'master'.

XdgPopupWindow: Allow position to be set by Plasma

This lets Plasma itself control the position of popup windows such as
Plasma tooltips. transientPlacement() now returns the position set by Plasma
if available.

M  +4-1src/xdgshellwindow.cpp

https://invent.kde.org/plasma/kwin/commit/539b6bb6ac3a58049b96106de55004806c639821

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

[plasma-pass] [Bug 470152] Incorrect latest version tag

2023-05-23 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=470152

Tobias Fella  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[dolphin] [Bug 445374] Can't find dolphin by "file manager" keyword

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

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||j...@redstrate.com

--- Comment #1 from Joshua Goins  ---
This doesn't seem to be an issue anymore (on 23.04.1). We have added a few more
keywords (https://invent.kde.org/system/dolphin/-/merge_requests/297,
https://invent.kde.org/system/dolphin/-/merge_requests/300) and "File manager"
has been part of the desktop description for a while. Please re-open if you
can't search for it, most likely it's a bug in Krunner or the kicker instead.

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

[kdeconnect] [Bug 470165] New: Runs in background on Pixel watch with no notification, increases battery use

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

Bug ID: 470165
   Summary: Runs in background on Pixel watch with no
notification, increases battery use
Classification: Applications
   Product: kdeconnect
   Version: unspecified
  Platform: Android
OS: Android 13.x
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: sgosn...@riseup.net
CC: andrew.g.r.hol...@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
***
Google Pixel 7 Pro phone running Android 13 plus Pixel watch running WearOS
3.5.  Watch battery life suddenly decreased by a large amount.  Unable to find
any cause for a few days, but accidentally got to a page on the watch which
showed audio playing from Firefox, although no audio was heard.  Unable to stop
it.  Restarted watch and phone with no change.  Eventually suspected
kdeconnect, killed that on the phone and the background process stopped. 
Nothing on the phone showed the connection.  Unpaired the phone from kdeconnect
and watch battery life returned to normal.  Kdeconnect somehow connected to the
watch sending a website which was no longer in use on Firefox, and continued
until stopped on the phone.

STEPS TO REPRODUCE
1.  I'm not sure it's reproducible.
2. 
3. 

OBSERVED RESULT
Kdeconnect sent a connection to phone in background without user knowingly
connecting.   Unable to stop the stream on watch

EXPECTED RESULT
At worst, ability to stop the stream from the watch.  Tapping on the play/pause
icon had no effect.  Connection should be obvious to user, not hidden.

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 12
KDE Plasma Version: 5.27.2
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 6.1.0-9-amd64 (64-bit)
Graphics Platform: X11
ADDITIONAL INFORMATION
Asked to file a bug by supposed KDE developer on reddit.

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

[Breeze] [Bug 446468] Selected folder icon becomes white in selected list items

2023-05-23 Thread Claudius
https://bugs.kde.org/show_bug.cgi?id=446468

--- Comment #29 from Claudius  ---
I had the Folder icon (default Breeze) turn completely black when I selected
the blue accent color from the palette in system settings. It looks a bit
broken then.

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

[dolphin] [Bug 429572] Dolphin does not show image dimensions as additional view properties

2023-05-23 Thread Aragorn
https://bugs.kde.org/show_bug.cgi?id=429572

--- Comment #2 from Aragorn  ---
Created attachment 159203
  --> https://bugs.kde.org/attachment.cgi?id=159203=edit
Dolphin

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

[dolphin] [Bug 378701] Dolphin views: Option to remove preview frames per-directory

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

Joshua Goins  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||j...@redstrate.com

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

[plasmashell] [Bug 463272] Wrong vertical position of task manager tooltips possibly causing misclicks with media controls

2023-05-23 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=463272

Bharadwaj Raju  changed:

   What|Removed |Added

   Version Fixed In||5.27.6

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

[plasmashell] [Bug 469810] When using non-password auth method, always show the UI in the lock screen without having to move the mouse first

2023-05-23 Thread Ray Leon
https://bugs.kde.org/show_bug.cgi?id=469810

--- Comment #2 from Ray Leon  ---
It seems like unlimited timeouts / timeouts greater than 99 seconds are
currently broken in pam_fprintd
(https://gitlab.freedesktop.org/libfprint/fprintd/-/issues/147), so this might
not be fixable at the moment.

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

[unknown] [Bug 470163] Google Chrome crashes after few seconds from launch.

2023-05-23 Thread Ossa Ghalyoun
https://bugs.kde.org/show_bug.cgi?id=470163

--- Comment #2 from Ossa Ghalyoun  ---
Ok but it works on Gnome, same system, just so you know.

From: Tobias Fella 
Sent: Tuesday, May 23, 2023 9:02 AM
To: sghaly...@hotmail.com 
Subject: [unknown] [Bug 470163] Google Chrome crashes after few seconds from
launch.

https://bugs.kde.org/show_bug.cgi?id=470163

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Tobias Fella  ---
Chrome crashing is a chrome bug, even if it only happens on Plasma. Please
report it to the chrome developers.

--
You are receiving this mail because:
You reported the bug.

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

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

--- Comment #22 from gudvinr+...@gmail.com ---
Created attachment 159201
  --> https://bugs.kde.org/attachment.cgi?id=159201=edit
no activity selector

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

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

--- Comment #21 from gudvinr+...@gmail.com ---
Created attachment 159200
  --> https://bugs.kde.org/attachment.cgi?id=159200=edit
single firefox window across all activities

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

[Breeze] [Bug 446468] Selected folder icon becomes white in selected list items

2023-05-23 Thread Claudius
https://bugs.kde.org/show_bug.cgi?id=446468

Claudius  changed:

   What|Removed |Added

 CC||claudius+kde@hausnetz.lette
   ||nbach.com

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

[Akonadi] [Bug 470162] New: Kontact after configuring Google Groupware source

2023-05-23 Thread Vishwas Setlur
https://bugs.kde.org/show_bug.cgi?id=470162

Bug ID: 470162
   Summary: Kontact after configuring Google Groupware source
Classification: Frameworks and Libraries
   Product: Akonadi
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: Google Resource
  Assignee: kdepim-b...@kde.org
  Reporter: vishwas.set...@gmail.com
CC: c...@carlschwan.eu, dvra...@kde.org
  Target Milestone: ---

Application: akonadi_google_resource (5.23.1 (23.04.1))

Qt Version: 5.15.9
Frameworks Version: 5.106.0
Operating System: Linux 6.2.15-300.fc38.x86_64 x86_64
Windowing System: X11
Distribution: "Fedora release 38 (Thirty Eight)"
DrKonqi: 5.27.5 [KCrashBackend]

-- Information about the crash:
The crash is happening at every attempt to launch the application

The crash can be reproduced every time.

-- Backtrace:
Application: Google Groupware (vishwas.set...@gmail.com)
(akonadi_google_resource), signal: Aborted

[KCrash Handler]
#4  0x7f329deb0844 in __pthread_kill_implementation () from
/lib64/libc.so.6
#5  0x7f329de5fabe in raise () from /lib64/libc.so.6
#6  0x7f329de4887f in abort () from /lib64/libc.so.6
#7  0x7f329e4b1888 in QMessageLogger::fatal(char const*, ...) const () from
/lib64/libQt5Core.so.5
#8  0x7f329e4b0a50 in qt_assert_x(char const*, char const*, char const*,
int) () from /lib64/libQt5Core.so.5
#9  0x7f32a02a1353 in Akonadi::ResourceBase::retrieveItem(Akonadi::Item
const&, QSet const&) () from /lib64/libKPim5AkonadiAgentBase.so.5
#10 0x7f32a02bc696 in
Akonadi::ResourceBasePrivate::slotPrepareItemRetrievalResult(KJob*) () from
/lib64/libKPim5AkonadiAgentBase.so.5
#11 0x7f329e6e8651 in void doActivate(QObject*, int, void**) () from
/lib64/libQt5Core.so.5
#12 0x7f329fc99fb6 in KJob::result(KJob*, KJob::QPrivateSignal) () from
/lib64/libKF5CoreAddons.so.5
#13 0x7f329fc9fb9b in KJob::finishJob(bool) () from
/lib64/libKF5CoreAddons.so.5
#14 0x7f329e6df73b in QObject::event(QEvent*) () from
/lib64/libQt5Core.so.5
#15 0x7f329f3aeb75 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib64/libQt5Widgets.so.5
#16 0x7f329e6b3d48 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib64/libQt5Core.so.5
#17 0x7f329e6b71f5 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /lib64/libQt5Core.so.5
#18 0x7f329e706e2f in postEventSourceDispatch(_GSource*, int (*)(void*),
void*) () from /lib64/libQt5Core.so.5
#19 0x7f329c71339c in g_main_context_dispatch () from
/lib64/libglib-2.0.so.0
#20 0x7f329c771438 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#21 0x7f329c710a23 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#22 0x7f329e706919 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#23 0x7f329e6b270b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#24 0x7f329e6ba99b in QCoreApplication::exec() () from
/lib64/libQt5Core.so.5
#25 0x5583872f11ee in main ()
[Inferior 1 (process 133061) detached]

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

Reported using DrKonqi

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

[dolphin] [Bug 446007] dolphin frequently freezes for minutes at a time. This started after I upgraded to FC34. since 5.14.11-200 fc34.x86_64

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

Joshua Goins  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||j...@redstrate.com
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Joshua Goins  ---
Is this still an issue on 23.04.1? Make sure that you are avoiding network
shares mounted through fstab (the mounted through Dolphin directly are fine),
as those tend to make Dolphin to freeze up.

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

[unknown] [Bug 470163] Google Chrome crashes after few seconds from launch.

2023-05-23 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=470163

Tobias Fella  changed:

   What|Removed |Added

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

--- Comment #1 from Tobias Fella  ---
Chrome crashing is a chrome bug, even if it only happens on Plasma. Please
report it to the chrome developers.

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

[kwin] [Bug 467959] kwin_wayland crashes in KWin::ScreenCastStream::enqueue() when screen recording with OBS 29.1 beta

2023-05-23 Thread postix
https://bugs.kde.org/show_bug.cgi?id=467959

postix  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=469949
 CC||pos...@posteo.eu

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

[kwin] [Bug 469949] kwin_wayland crashes randomly at pw_stream_queue_buffer()

2023-05-23 Thread postix
https://bugs.kde.org/show_bug.cgi?id=469949

postix  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 470164] New: Drag and drop between apps by using task bar

2023-05-23 Thread David Pérez
https://bugs.kde.org/show_bug.cgi?id=470164

Bug ID: 470164
   Summary: Drag and drop between apps by using task bar
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: david.perez.ingeni...@gmail.com
  Target Milestone: 1.0

SUMMARY

STEPS TO REPRODUCE
1. Open browser like i.e. Firefox
2.  Open krusader
3. Krusader window obscures Firefox
3.  Select any file in krusader and try to drag to the firefox icon in the task
bar

OBSERVED RESULT

The icons in the task bar are dragged to a new position

EXPECTED RESULT

The firefox window comes to the top, so that I have a chance to drop the file
to a hidden window.
It used to work so before latest update.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Neon 22.04
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

ADDITIONAL INFORMATION

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

[dolphin] [Bug 423467] dolphin is difficult grasp to many open tab.

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

Joshua Goins  changed:

   What|Removed |Added

 CC||j...@redstrate.com
   Severity|normal  |wishlist
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Joshua Goins  ---
> you may think that. hey, i tired to push <>.

You want the tabs to be able to wrap around and start adding new rows instead
of pushing them horizontally right? I'm not sure if QTabBar even supports this
behavior, so it would be pretty difficult to add on top of probably being shot
down by visual design team...

> dolphin have many side width. but if you use sidebar infobar, or places. this 
> can dock panel for other panel.

This kind of already exists as as the "Places" panel, are you asking for
something similar but for tabs? I'm not sure if it would be used enough to
warrant a new side panel

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

[kwin] [Bug 422682] "Show in Activities" item is missing in window menu

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

--- Comment #23 from gudvinr+...@gmail.com ---
Here it is, I got this recently

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.1.29-1-lts (64-bit)
Graphics Platform: X11
Graphics Processor: AMD Radeon RX Vega M GL Graphics

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

[dolphin] [Bug 429572] Dolphin does not show image dimensions as additional view properties

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

--- Comment #3 from Joshua Goins  ---
Thanks! Do you have Baloo (file indexing) enabled for that folder? I think this
is where Dolphin fetches the information from

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

[dolphin] [Bug 429572] Dolphin does not show image dimensions as additional view properties

2023-05-23 Thread Aragorn
https://bugs.kde.org/show_bug.cgi?id=429572

--- Comment #4 from Aragorn  ---
(In reply to Joshua Goins from comment #3)
> Thanks! Do you have Baloo (file indexing) enabled for that folder? I think
> this is where Dolphin fetches the information from

Yes, Baloo is indexing the directory, albeit that it is not indexing file
content.  I have it indexing filenames only.

If the additional information requires Baloo indexing the file content as well,
then I guess the issue can be closed. 路‍♂

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

[digikam] [Bug 470117] Digikam query is slow on MariaDB while assigning detected Person

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

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #4 from caulier.gil...@gmail.com ---
Online doc about the database criteria:

https://docs.digikam.org/fr/setup_application/database_settings.html#database-type-criteria

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

[Spectacle] [Bug 469022] Selected area bleaches text

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

--- Comment #31 from jonzn4SUSE  ---
 Graphics:
  Device-1: Intel HD Graphics P630 driver: i915 v: kernel
  Device-2: NVIDIA GP104GLM [Quadro P4000 Mobile] driver: N/A
  Device-3: Lite-On HP HD Camera driver: uvcvideo type: USB
  Display: x11 server: X.Org v: 21.1.8 with: Xwayland v: 23.1.1 driver: X:
loaded: modesetting unloaded: fbdev,vesa dri: iris gpu: i915
resolution: 1920x1080~60Hz
  API: OpenGL v: 4.6 Mesa 23.0.3 renderer: Mesa Intel HD Graphics P630 (KBL

Operating System: openSUSE Tumbleweed 20230522
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: X11
Processors: 8 × Intel® Xeon® CPU E3-1535M v6 @ 3.10GHz
Memory: 62.2 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics P630
Manufacturer: HP
Product Name: HP ZBook 17 G4

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

[digikam] [Bug 470117] Digikam query is slow on MariaDB while assigning detected Person

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

--- Comment #8 from tim...@timmib.de ---
Btw. it is actually much faster when you select another person while updating.
(digikam 8.0.0)

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

[plasmashell] [Bug 448660] Kickoff/Kicker favorites no longer distro-customizable through system-wide config

2023-05-23 Thread Oliver Freyermuth
https://bugs.kde.org/show_bug.cgi?id=448660

Oliver Freyermuth  changed:

   What|Removed |Added

 CC||o.freyerm...@googlemail.com

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

[plasma-pass] [Bug 470086] Incorrect "Back" header after nested password was selected

2023-05-23 Thread WiseLord
https://bugs.kde.org/show_bug.cgi?id=470086

--- Comment #1 from WiseLord  ---
Created attachment 159194
  --> https://bugs.kde.org/attachment.cgi?id=159194=edit
Patch with fix for the issue

Looked at source code and found a solution that looks working for me.

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

[plasmashell] [Bug 470043] Make previews never time out on their own, like other tooltips

2023-05-23 Thread John Veness
https://bugs.kde.org/show_bug.cgi?id=470043

--- Comment #3 from John Veness  ---
I did wonder if it was intentional to make them disappear. Maybe that decision
can be reviewed by UX people.

My use case is that I sometimes like to monitor what's happening in another
window (e.g. a compile, or a chat) without needing to bring up the full size
window, or resize windows or split my desktop. The five second timeout is too
short for that. I'm sure there are other ways to achieve my use case, but
hovering over the task manager entry is quick, easy, and intuitive.

For what it's worth, the window preview "tooltips" don't timeout in MS Windows.
Not that we should always copy everything Microsoft does, but there is the
argument of "matching user expectations". Also, I assume Microsoft spend
millions on user testing research so (although again that doesn't mean they get
everything right) it's nice to piggy-back on that!

As mentioned, other tooltip-like things don't timeout, including some equally
large/intrusive ones such as the Virtual Desktop Pager, so it's not consistent.
I don't think it's particularly onerous to make the user move the mouse to a
non-tooltippy area if they find the preview intrusive.

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

[neon] [Bug 469979] kdesrc-build fails building kitinerary due to provided Poppler missing expected build configuration

2023-05-23 Thread Mihai Sorin Dobrescu
https://bugs.kde.org/show_bug.cgi?id=469979

--- Comment #6 from Mihai Sorin Dobrescu  ---
Sorry to be so unclear, I mean a bug report.

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

[plasmashell] [Bug 463272] Wrong vertical position of task manager tooltips possibly causing misclicks with media controls

2023-05-23 Thread Bharadwaj Raju
https://bugs.kde.org/show_bug.cgi?id=463272

Bharadwaj Raju  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #12 from Bharadwaj Raju  ---
MR with fix: https://invent.kde.org/plasma/kwin/-/merge_requests/4127

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

[krita] [Bug 468566] Cannot enter characters with `ALT GR` modifier key while renaming layers (keys combination is captured by shortcuts)

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

grum...@grum.fr changed:

   What|Removed |Added

 CC||grum...@grum.fr

--- Comment #7 from grum...@grum.fr ---
Hi 

Can't test it for now, but could the problem of bug
https://bugs.kde.org/show_bug.cgi?id=469691 is related with this one?

Grum999

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

[dolphin] [Bug 470161] New: Modifier keys during drag and drop operations don't work at all on Wayland

2023-05-23 Thread Nicolas F.
https://bugs.kde.org/show_bug.cgi?id=470161

Bug ID: 470161
   Summary: Modifier keys during drag and drop operations don't
work at all on Wayland
Classification: Applications
   Product: dolphin
   Version: 23.04.1
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: kdeb...@fratti.ch
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

No matter whether the modifier key is pressed before or during a drag and drop
operation, dragging one file from one dolphin window to another dolphin window
does not respect the modifier key at all.


STEPS TO REPRODUCE
0. Use Wayland
1. Hold Ctrl
2. Drag file from one Dolphin window
3. drop it on another Dolphin window

OBSERVED RESULT

Dolphin pops up the unhelpful "here's the actions you could've used with a
modifier key!" context menu

EXPECTED RESULT

Dolphin copies the files

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 5.27.5
(available in About System)
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

ADDITIONAL INFORMATION
I'm using Wayland. No, this is not a duplicate of the bug where you have to
hold the modifier key before starting the drag.

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

[Spectacle] [Bug 469022] Selected area bleaches text

2023-05-23 Thread pier andre
https://bugs.kde.org/show_bug.cgi?id=469022

--- Comment #34 from pier andre  ---
Created attachment 159196
  --> https://bugs.kde.org/attachment.cgi?id=159196=edit
spectacle nipoti seems to work

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

[digikam] [Bug 131959] digiKam does not recognize "new" images.

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

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

   What|Removed |Added

Summary|Digikm does not recognize   |digiKam does not recognize
   |"new" images|"new" images.

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

[Spectacle] [Bug 469022] Selected area bleaches text

2023-05-23 Thread pier andre
https://bugs.kde.org/show_bug.cgi?id=469022

--- Comment #35 from pier andre  ---
Created attachment 159197
  --> https://bugs.kde.org/attachment.cgi?id=159197=edit
spectacle nipoti faded

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

[kwin] [Bug 467574] kwin_screencast: Dropping a screencast frame because the compositor is slow

2023-05-23 Thread Gurenko Alex
https://bugs.kde.org/show_bug.cgi?id=467574

Gurenko Alex  changed:

   What|Removed |Added

 CC||agure...@protonmail.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-23 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.

[plasmashell] [Bug 469276] Desktop icons reset at random time when fullscreen app is open (icons line up to left)

2023-05-23 Thread Muhammed Taha
https://bugs.kde.org/show_bug.cgi?id=469276

--- Comment #4 from Muhammed Taha  ---
I got the kde 5.27.5 update a while ago, but the same problem persists.

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

[Spectacle] [Bug 469022] Selected area bleaches text

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

--- Comment #33 from pablo  ---
(In reply to jonzn4SUSE from comment #31)
>  Graphics:
>   Device-1: Intel HD Graphics P630 driver: i915 v: kernel
>   Device-2: NVIDIA GP104GLM [Quadro P4000 Mobile] driver: N/A

Have you tried forcing spectacle to run on the Nvidia card?  Please see comment
#16

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

[plasmashell] [Bug 470155] New: Task manager keeps screencast running even if the tooltip is hidden

2023-05-23 Thread hexchain
https://bugs.kde.org/show_bug.cgi?id=470155

Bug ID: 470155
   Summary: Task manager keeps screencast running even if the
tooltip is hidden
Classification: Plasma
   Product: plasmashell
   Version: 5.27.5
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Task Manager and Icons-Only Task Manager
  Assignee: plasma-b...@kde.org
  Reporter: k...@hexchain.org
  Target Milestone: 1.0

SUMMARY
After bringing a window forward by clicking on a task manager item and leaving
the mouse pointer there, plasmashell does not show a window thumbnail tooltip,
but the underlying screencast session keeps running.

STEPS TO REPRODUCE
1. Open some windows. Ideally, also open qpwgraph to visualize PipeWire
connections
2. Move the mouse pointer to the task manager, click on an item to open another
window, and leave the pointer there

OBSERVED RESULT
The thumbnail window may briefly appear, but in qpwgraph, the screencast
connection exists until the mouse pointer moves away.

EXPECTED RESULT
The screencast connection may need to be closed as soon as the window thumbnail
disappears.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.3.3-arch1-1 (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
In my system, this running screencast connection triggers a lot of logs in the
journal like these:

kwin_wayland[1312]: kwin_screencast: Dropping a screencast frame because the
compositor is slow

Makes me think that it affects system performance to some extent, but neither
kwin_wayland nor pipewire uses any noticeable CPU or GPU time (but why does it
think the compositor is too slow?).

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

[Spectacle] [Bug 469153] Spectacle turns laptop screen and external monitor white after clicking Rectangle Region

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

--- Comment #10 from jonzn4SUSE  ---
Yes, I agree.  3 of my laptops are dual GPU.  The ZBook 17 G2 (oldy, but goody)
is not having the issue, but my G4 and G6 are.

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

[neon] [Bug 470139] packages have unmet dependencies:

2023-05-23 Thread Carlos De Maine
https://bugs.kde.org/show_bug.cgi?id=470139

Carlos De Maine  changed:

   What|Removed |Added

 CC||carlosdema...@gmail.com

--- Comment #2 from Carlos De Maine  ---
please install the latest neon-settings-2 and then upgrade you system

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

[gcompris] [Bug 470137] math crossword

2023-05-23 Thread Jazeix Johnny
https://bugs.kde.org/show_bug.cgi?id=470137

--- Comment #1 from Jazeix Johnny  ---
Hi,

thank you for the idea!
Do you have a more specific idea on it? For example there is the KenKen
(https://en.wikipedia.org/wiki/KenKen) idea but it's more for older chidren (we
are reaching the 10-11 years old I think there). We can do like for sudoku with
levels smaller grids/with less operators for younger children.

I've just found a lot of ideas in
https://www.chiark.greenend.org.uk/~sgtatham/puzzles/ for more puzzles for info
(some we already have in GCompris, some that may not be adapted but some that
could be a good addition!)

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

[neon] [Bug 470139] packages have unmet dependencies:

2023-05-23 Thread Piotr Mierzwinski
https://bugs.kde.org/show_bug.cgi?id=470139

--- Comment #3 from Piotr Mierzwinski  ---
(In reply to Carlos De Maine from comment #2)
> please install the latest neon-settings-2 and then upgrade you system

I used apt and seems passed.

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

[Spectacle] [Bug 469022] Selected area bleaches text

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

--- Comment #32 from jonzn4SUSE  ---
Graphics:
  Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] driver: i915 v: kernel
  Device-2: Chicony HP HD Camera driver: uvcvideo type: USB
  Display: x11 server: X.Org v: 21.1.8 with: Xwayland v: 23.1.1 driver: X:
loaded: modesetting dri: iris gpu: i915 resolution: 1: 2560x1440~60Hz
2: 1920x1080~60Hz
  API: OpenGL v: 4.6 Mesa 23.0.3 renderer: Mesa Intel UHD Graphics 630 (CFL
GT2)


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

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

[dolphin] [Bug 470160] New: Very little disalignment bug when hiding 'Home' or 'Desktop' from the lateral location bar.

2023-05-23 Thread Fabian Esposito
https://bugs.kde.org/show_bug.cgi?id=470160

Bug ID: 470160
   Summary: Very little disalignment bug when hiding 'Home' or
'Desktop' from the lateral location bar.
Classification: Applications
   Product: dolphin
   Version: 23.04.1
  Platform: unspecified
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: bars: location
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: fabian.espos...@outlook.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 159195
  --> https://bugs.kde.org/attachment.cgi?id=159195=edit
Before and after hiding 'Home'

# SUMMARY

Very little disalignment bug when hiding 'Home' or 'Desktop' from the lateral
location bar, the label 'Location' loses the original position as shown in the
attachment.

STEPS TO REPRODUCE
1. Hide either the 'Home' or 'Desktop' entry from the lateral location bar

## SOFTWARE/OS VERSIONS

KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9

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

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

2023-05-23 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=469656

Antonio Rojas  changed:

   What|Removed |Added

 CC||serkon...@pm.me

--- Comment #35 from Antonio Rojas  ---
*** Bug 470158 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 470158] Dolphin load last session at startup has no effect

2023-05-23 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=470158

Antonio Rojas  changed:

   What|Removed |Added

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

--- Comment #1 from Antonio Rojas  ---


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

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

[dolphin] [Bug 416025] Sorting by name takes the dot of file extension into account when sorting files

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

mudo_ja...@yahoo.co.uk changed:

   What|Removed |Added

 CC||mudo_ja...@yahoo.co.uk

--- Comment #3 from mudo_ja...@yahoo.co.uk ---
I agree, this way of sorting is unique and can be slightly annoying.

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

  1   2   3   4   >