[plasmashell] [Bug 473714] Global Menu sometimes shows menu from non-active app

2023-09-14 Thread Sadi
https://bugs.kde.org/show_bug.cgi?id=473714 --- Comment #6 from Sadi --- I've just noticed that MacOS 13 (Ventura) oddly has the same problem, too - if this means anything. ;-) -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 473714] Global Menu sometimes shows menu from non-active app

2023-09-14 Thread Sadi
https://bugs.kde.org/show_bug.cgi?id=473714 --- Comment #7 from Sadi --- Created attachment 161620 --> https://bugs.kde.org/attachment.cgi?id=161620&action=edit MacOS Ventura with the same orphan menu problem -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 474515] Help | About still lists year 2022 as copyright info

2023-09-14 Thread Luigi Toscano
https://bugs.kde.org/show_bug.cgi?id=474515 Luigi Toscano changed: What|Removed |Added CC||luigi.tosc...@tiscali.it --- Comment #1 from Lu

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872 --- Comment #7 from Albert Vaca --- I still can't reproduce it with your steps. When the phone stops being available from the computer, the entry disappears for me. Are you on KDE Connect 23.08? If not, can you try there? Maybe it has been fixed already

[krita] [Bug 474503] display profile cannot be set on secondary displays on macOS

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=474503 Dmitry Kazakov changed: What|Removed |Added Latest Commit||https://invent.kde.org/grap

[krita] [Bug 474503] display profile cannot be set on secondary displays on macOS

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=474503 Dmitry Kazakov changed: What|Removed |Added Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap

[kaddressbook] [Bug 474517] New: Akonadi dependency message

2023-09-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474517 Bug ID: 474517 Summary: Akonadi dependency message Classification: Applications Product: kaddressbook Version: 5.19.3 Platform: Mint (Debian based) OS: Linux Status: R

[kaddressbook] [Bug 474517] Akonadi dependency message

2023-09-14 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=474517 Laurent Montel changed: What|Removed |Added CC||mon...@kde.org --- Comment #1 from Laurent Mon

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=461872 --- Comment #8 from Andrei Rybak --- I am using KDE Connect 23.08: $ apt show kdeconnect 2>/dev/null | head -2 Package: kdeconnect Version: 23.08.0-0xneon+22.04+jammy+release+build32 -- You are receiving this mail because: You are watchin

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872 --- Comment #9 from Albert Vaca --- Before adding an item to the menu, we check if any items for the same device ID exists and we remove them, so I don't see how this could happen. For reference, here's the code in 23.08 and in master (it has changed a

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=461872 --- Comment #10 from Andrei Rybak --- Here's how the kdeconnect:// URLs look like in my `~/.local/share/user-places.xbel`: ``` Pixel 6A http://freedesktop.org";> http://www.kde.org";> 1694595218/8 Pixel 6A h

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=461872 --- Comment #11 from Andrei Rybak --- > I don't know a lot of C++, so I can't really help with code analysis here. Never mind, I sold myself a little short here. I've found the problem. Method `KFilePlacesModel::closestItem` doesn't return the hidden e

[kdeconnect] [Bug 466416] KDE Connect floods kio places (user-places.xbel) with a ton of entries of the same device causing overall desktop performance degeneration.

2023-09-14 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=466416 --- Comment #11 from Andrei Rybak --- An important discovery has been made thanks to Albert Vaca in the related ticket. Quote from https://bugs.kde.org/show_bug.cgi?id=461872#c11 : > I found a problem in the related ticket > https://bugs.kde.org/show_

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=461872 --- Comment #12 from Andrei Rybak --- This code comes from the following commits: 1. 74904f0 (KFilePlacesModel: ignore hidden places when computing closestItem, 2020-10-10) https://invent.kde.org/frameworks/kio/-/commit/74904f0cac872aac2423fe41adb115c3

[plasmashell] [Bug 471969] System Tray applet is not automatically closing on focus loss

2023-09-14 Thread Peter van den Houten
https://bugs.kde.org/show_bug.cgi?id=471969 --- Comment #2 from Peter van den Houten --- The problem was solved by deleting the default bottom panel and re-creating it. To answer your questions: 1) Have not tried in a Wayland session; will change if the problem re-occurs. 2) Just a laptop scree

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=461872 --- Comment #13 from Albert Vaca --- Good catch! I think we can fix this by adding a version of this function that doesn't skip hidden entries... I'll take a look. -- You are receiving this mail because: You are watching all bug changes.

[kdeconnect] [Bug 461872] kdeconnect adds many duplicate devices in dolphin file manager

2023-09-14 Thread Andrei Rybak
https://bugs.kde.org/show_bug.cgi?id=461872 --- Comment #14 from Andrei Rybak --- Just some thinking out loud: > Before adding an item to the menu, we check if any items for the same device > ID exists and > we remove them, so I don't see how this could happen. I took a look at the git log, th

[kdevelop] [Bug 473639] Can't use terminal tab while a diff is opened

2023-09-14 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=473639 Igor Kushnir changed: What|Removed |Added Version Fixed In||5.13.231200 Resolution|---

[kwin] [Bug 474430] Tiny cursor on Firefox when using scaling on Wayland

2023-09-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=474430 Méven Car changed: What|Removed |Added CC||meve...@gmail.com --- Comment #3 from Méven Car --

[neon] [Bug 474481] Freshly installed Neon on encrypted btrfs fails to boot

2023-09-14 Thread Malte S. Stretz
https://bugs.kde.org/show_bug.cgi?id=474481 Malte S. Stretz changed: What|Removed |Added Summary|Freshly installed Neon on a |Freshly installed Neon on |

[plasmashell] [Bug 471977] Desktop sessions are not preserved when they should be

2023-09-14 Thread Peter Humphrey
https://bugs.kde.org/show_bug.cgi?id=471977 --- Comment #3 from Peter Humphrey --- (In reply to Nate Graham from comment #2) > Are you using Wayland or X11? X11. > Which specific apps are failing to restore their settings? Konsole, Dolphin, Korganizer all fail to appear. Firefox does appear, b

[Spectacle] [Bug 473879] Preview when using the rectangular region tool is offset to the right.

2023-09-14 Thread Antonio Marra
https://bugs.kde.org/show_bug.cgi?id=473879 Antonio Marra changed: What|Removed |Added CC||antma...@gmail.com --- Comment #2 from Antonio

[kmymoney] [Bug 474424] Decimal point not working.

2023-09-14 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=474424 Thomas Baumgart changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[neon] [Bug 474518] New: Installing Neon User Edition doesn't populate the home directory for the created user

2023-09-14 Thread Malte S. Stretz
https://bugs.kde.org/show_bug.cgi?id=474518 Bug ID: 474518 Summary: Installing Neon User Edition doesn't populate the home directory for the created user Classification: KDE Neon Product: neon Version: unspecified Platf

[kwin] [Bug 474430] Tiny cursor on Firefox when using scaling on Wayland

2023-09-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=474430 --- Comment #4 from Méven Car --- (In reply to Méven Car from comment #3) > I am experiencing this with qtcreator XWayland, cursor theme is off as well. > > I don't reproduce it in Firefox (ubuntu snap) in Wayland native. Correction, I do have the bug

[systemsettings] [Bug 474519] New: crashafter global theme change

2023-09-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474519 Bug ID: 474519 Summary: crashafter global theme change Classification: Applications Product: systemsettings Version: 5.26.1 Platform: unspecified OS: Linux Status: REP

[kwin] [Bug 471562] Crash in KWin::DrmGammaRamp constructor

2023-09-14 Thread Cuchac
https://bugs.kde.org/show_bug.cgi?id=471562 --- Comment #14 from Cuchac --- Hello, thank you for support! I've applied https://invent.kde.org/plasma/kwin/-/commit/f099b206b6d8cffee1b410a51e540d3750c4a0af.diff and will let you know the result. -- You are receiving this mail because: You are wat

[valgrind] [Bug 474443] run valgrind with --leak-check=full and --show-leak-kinds=all or without the 2 leak options enfluence error summary.

2023-09-14 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=474443 --- Comment #3 from Paul Floyd --- I really can't tell any more without the logs and details of what exactly which process are being run. -- You are receiving this mail because: You are watching all bug changes.

[plasmashell] [Bug 474502] Multi monitor window position clipping error

2023-09-14 Thread John W Cornell
https://bugs.kde.org/show_bug.cgi?id=474502 John W Cornell changed: What|Removed |Added CC||john.wayne.corn...@gmail.co

[drkonqi] [Bug 474402] drkonqi-pk-debug-installer crashes in libappstreamqt

2023-09-14 Thread Malte S. Stretz
https://bugs.kde.org/show_bug.cgi?id=474402 Malte S. Stretz changed: What|Removed |Added URL||https://github.com/ximion/a

[frameworks-kservice] [Bug 430157] KDE .desktop parser complains about files that have Type= "Application" but no Exec line, although this situation is normal.

2023-09-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=430157 David Faure changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit|

[systemsettings] [Bug 474519] crashafter global theme change

2023-09-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474519 --- Comment #1 from Bug Janitor Service --- Thank you for the bug report! Please note that Plasma 5.26.1 will not be supported for much longer by KDE; supported versions are 5.27, and 5.27 or newer. Please upgrade to the latest version as soon as you

[frameworks-kservice] [Bug 430157] KDE .desktop parser complains about files that have Type= "Application" but no Exec line, although this situation is normal.

2023-09-14 Thread David Faure
https://bugs.kde.org/show_bug.cgi?id=430157 David Faure changed: What|Removed |Added Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram |ew

[drkonqi] [Bug 474402] drkonqi-pk-debug-installer crashes in libappstreamqt

2023-09-14 Thread Malte S. Stretz
https://bugs.kde.org/show_bug.cgi?id=474402 Malte S. Stretz changed: What|Removed |Added CC||sit...@kde.org --- Comment #4 from Malte S. S

[frameworks-kservice] [Bug 430157] KDE .desktop parser complains about files that have Type= "Application" but no Exec line, although this situation is normal.

2023-09-14 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=430157 Stefan Brüns changed: What|Removed |Added See Also||https://gitlab.freedesktop. |

[neon] [Bug 474501] Calamares can't install the system - Missing users@users modules

2023-09-14 Thread Eren Atas
https://bugs.kde.org/show_bug.cgi?id=474501 Eren Atas changed: What|Removed |Added CC||eren_a...@hotmail.com --- Comment #1 from Eren Atas

[krita] [Bug 474506] Krita crashes when more than one document is open

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=474506 Dmitry Kazakov changed: What|Removed |Added Status|REPORTED|NEEDSINFO CC|

[krita] [Bug 468928] Adding an icon to Krita's AppImage.

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=468928 --- Comment #3 from Dmitry Kazakov --- I did a lot of research into the topic and it seems like the presence of an icon actually depends on the support from the file manager side. The AppImage runtime removed some legacy protocol near ~Krita 4.x release

[krita] [Bug 474442] Cursor gets stuck on Zoom Icon

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=474442 Dmitry Kazakov changed: What|Removed |Added Status|REPORTED|NEEDSINFO CC|

[neon] [Bug 474501] Calamares can't install the system - Missing users@users modules

2023-09-14 Thread Scarlett Moore
https://bugs.kde.org/show_bug.cgi?id=474501 Scarlett Moore changed: What|Removed |Added Ever confirmed|0 |1 Assignee|neon-b...@kde.org

[neon] [Bug 474518] Installing Neon User Edition doesn't populate the home directory for the created user

2023-09-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=474518 Patrick Silva changed: What|Removed |Added CC||bugsefor...@gmx.com Status|REPORTED

[neon] [Bug 465744] Downloads, Music, Pictures, etc. folders not created

2023-09-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=465744 Patrick Silva changed: What|Removed |Added CC||m...@apache.org --- Comment #5 from Patrick Sil

[krita] [Bug 474416] arrow keys defer to alternate window

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=474416 Dmitry Kazakov changed: What|Removed |Added CC||dimul...@gmail.com --- Comment #1 from Dmitry

[krita] [Bug 473288] Onion skins is sometimes leaving behind actual lines on my layers

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=473288 Dmitry Kazakov changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[krita] [Bug 474262] Inconsistent behavior of speed sensor in pixel brush engine

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=474262 Dmitry Kazakov changed: What|Removed |Added Resolution|--- |WAITINGFORINFO Status|REPORTED

[frameworks-kglobalaccel] [Bug 471527] Shortcuts to launch apps not working on X11

2023-09-14 Thread I don't need a name
https://bugs.kde.org/show_bug.cgi?id=471527 --- Comment #3 from I don't need a name --- (In reply to Nate Graham from comment #2) > Are you setting up these shortcuts using the "Shortcuts" page in System > Settings, or "Custom Shortcuts"? I'm using "Shortcuts". I have now tried to use the "run K

[kaffeine] [Bug 474520] New: TV stop working.

2023-09-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474520 Bug ID: 474520 Summary: TV stop working. Classification: Applications Product: kaffeine Version: unspecified Platform: Archlinux OS: Linux Status: REPORTED S

[krita] [Bug 451424] Canvas inputs not recognised after changing virtual desktops on kde plasma (5.1.0 prealpha e75d194a75)

2023-09-14 Thread Simon Ra
https://bugs.kde.org/show_bug.cgi?id=451424 Simon Ra changed: What|Removed |Added CC||wildca...@gmail.com --- Comment #4 from Simon Ra --

[kwin] [Bug 464520] Bad performance on poweroff screen on Wayland

2023-09-14 Thread Linus Kardell
https://bugs.kde.org/show_bug.cgi?id=464520 --- Comment #12 from Linus Kardell --- I also recently switched to a Radeon 6500 Xt in a desktop system, with OpenSUSE Leap 15.5, a Ryzen 1700X, two 1440p screens and one 1080p screen. There everything feels lower performance on Wayland. For example the

[dolphin] [Bug 474521] New: Dolphin crashes when overwriting file

2023-09-14 Thread Trần Nam Tuấn
https://bugs.kde.org/show_bug.cgi?id=474521 Bug ID: 474521 Summary: Dolphin crashes when overwriting file Classification: Applications Product: dolphin Version: 23.08.0 Platform: Archlinux OS: Linux Status: REPO

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-14 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451 Antonio Rojas changed: What|Removed |Added CC||tuantran1632...@gmail.com --- Comment #5 from A

[dolphin] [Bug 474521] Dolphin crashes when overwriting file

2023-09-14 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474521 Antonio Rojas changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[plasmashell] [Bug 474522] New: panel defloats when on top

2023-09-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474522 Bug ID: 474522 Summary: panel defloats when on top Classification: Plasma Product: plasmashell Version: 5.27.8 Platform: Archlinux OS: Linux Status: REPORTED

[plasmashell] [Bug 474522] panel defloats when on top

2023-09-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474522 --- Comment #1 from volodarolath...@tutanota.com --- Created attachment 161622 --> https://bugs.kde.org/attachment.cgi?id=161622&action=edit video -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474451 Bug Janitor Service changed: What|Removed |Added Priority|NOR |HI -- You are receiving this mail becaus

[krita] [Bug 474416] arrow keys defer to alternate window

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=474416 Dmitry Kazakov changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[drkonqi] [Bug 474402] drkonqi-pk-debug-installer crashes in libappstreamqt

2023-09-14 Thread Malte S. Stretz
https://bugs.kde.org/show_bug.cgi?id=474402 --- Comment #5 from Malte S. Stretz --- I think I shouldn't have filed that upstream bug since I think this is the bug in this code (quoted from my comment on the upstream bug report): > This is release code so the Q_ASSERTs are probably not doing anyt

[krita] [Bug 471294] Pan tool shortcuts not working

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=471294 Dmitry Kazakov changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|---

[krita] [Bug 474523] New: Only work on brush

2023-09-14 Thread Wibisono
https://bugs.kde.org/show_bug.cgi?id=474523 Bug ID: 474523 Summary: Only work on brush Classification: Applications Product: krita Version: 5.1.5 Platform: unspecified OS: Android 13.x Status: REPORTED

[gwenview] [Bug 336436] Switch to webkit or blink when rendering SVG files

2023-09-14 Thread nucleo
https://bugs.kde.org/show_bug.cgi?id=336436 nucleo changed: What|Removed |Added CC||nuc...@fedoraproject.org -- You are receiving this ma

[kio-extras] [Bug 466658] EXIF metadata is used when available for JPEG thumbnails, resulting to low resolution thumbnails

2023-09-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=466658 Méven Car changed: What|Removed |Added Version Fixed In||23.08.2 -- You are receiving this mail because: Yo

[krita] [Bug 474523] Only one brush preset works

2023-09-14 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=474523 Halla Rempt changed: What|Removed |Added Component|Tools |Tablets (tablet issues are |

[kwin] [Bug 474508] Almost completely black screen after waking up from screen energy saving

2023-09-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474508 --- Comment #2 from nkwkel...@gmail.com --- Looks like a different problem. The problem I am facing does not happen with suspend. It only happens with screen energy saving. In fact, I workaround the problem by intentionally suspending and waking up the c

[dolphin] [Bug 450455] Recent files and locations listed in Dolphin panel "Recent" are very old

2023-09-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=450455 Méven Car changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[Merkuro] [Bug 472793] merkuro-calendar crashes on startup

2023-09-14 Thread Peter Ries
https://bugs.kde.org/show_bug.cgi?id=472793 Peter Ries changed: What|Removed |Added CC||peterrie...@yahoo.de --- Comment #6 from Peter Rie

[Akonadi] [Bug 357819] Korganizer doesn't send calendar events to Google account

2023-09-14 Thread Peter Ries
https://bugs.kde.org/show_bug.cgi?id=357819 --- Comment #10 from Peter Ries --- unfortunately not fixed in 23.08.01 which came out today -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 474524] New: Accessibility: 2 to 3 seconds lag when navigating through folders and files with the Orca screen reader.

2023-09-14 Thread Francesco Tissera
https://bugs.kde.org/show_bug.cgi?id=474524 Bug ID: 474524 Summary: Accessibility: 2 to 3 seconds lag when navigating through folders and files with the Orca screen reader. Classification: Applications Product: dolphin Version: 2

[krita] [Bug 474525] New: [Selection tools] Tracing interupted by Krita when an Overview Docker refreshes.

2023-09-14 Thread David REVOY
https://bugs.kde.org/show_bug.cgi?id=474525 Bug ID: 474525 Summary: [Selection tools] Tracing interupted by Krita when an Overview Docker refreshes. Classification: Applications Product: krita Version: 5.2.0-beta2 Platf

[krita] [Bug 474525] [Selection tools] Tracing interupted by Krita when an Overview Docker refreshes.

2023-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=474525 Dmitry Kazakov changed: What|Removed |Added Keywords||regression, release_blocker Assignee

[dolphin] [Bug 461847] dolphin slow to move files to trash - delay of a few seconds before file is moved, regardless of file size

2023-09-14 Thread Méven Car
https://bugs.kde.org/show_bug.cgi?id=461847 --- Comment #5 from Méven Car --- Git commit b6a809b2cf6511ff850bfed453f75d3c5fd5d297 by Méven Car, on behalf of Méven Car. Committed on 14/09/2023 at 17:21. Pushed by meven into branch 'kf5'. trashimpl: optimize TrashSizeCache::calculateSize Make Tra

[kwin] [Bug 464520] Bad performance on poweroff screen on Wayland

2023-09-14 Thread Linus Kardell
https://bugs.kde.org/show_bug.cgi?id=464520 --- Comment #13 from Linus Kardell --- (In reply to Linus Kardell from comment #12) > I also recently switched to a Radeon 6500 Xt in a desktop system, with > OpenSUSE Leap 15.5, a Ryzen 1700X, two 1440p screens and one 1080p screen. > There everything

[NeoChat] [Bug 474274] Option to auto-reject subsequent DM requests from a person after rejecting them once

2023-09-14 Thread Tobias Fella
https://bugs.kde.org/show_bug.cgi?id=474274 Tobias Fella changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Akonadi] [Bug 470820] Unable to configure Google Calendar

2023-09-14 Thread Peter Ries
https://bugs.kde.org/show_bug.cgi?id=470820 Peter Ries changed: What|Removed |Added CC||peterrie...@yahoo.de --- Comment #2 from Peter Rie

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-14 Thread Peter Ries
https://bugs.kde.org/show_bug.cgi?id=473897 Peter Ries changed: What|Removed |Added CC||peterrie...@yahoo.de --- Comment #19 from Peter Ri

[kwin] [Bug 464520] Bad performance on poweroff screen on Wayland

2023-09-14 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=464520 --- Comment #14 from Zamundaaa --- You could test to find out if that's the case by simply unplugging that monitor. What latency policy are you using there? -- You are receiving this mail because: You are watching all bug changes.

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-14 Thread Niklas Mueller
https://bugs.kde.org/show_bug.cgi?id=473897 Niklas Mueller changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[kwin] [Bug 474473] Configure Special Window Settings and Application Settings doesn't work

2023-09-14 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=474473 Patrick Silva changed: What|Removed |Added CC||bugsefor...@gmx.com --- Comment #3 from Patrick

[plasmashell] [Bug 471981] Can't login to Wayland session anymore

2023-09-14 Thread Sadi
https://bugs.kde.org/show_bug.cgi?id=471981 --- Comment #2 from Sadi --- This time I experienced something new: Although SDDM still refuses to launch a Wayland session for me (but not any other newly created user), when I switched to terminal with Ctrl+Alt+F3 from SDDM login screen, and entered t

[Powerdevil] [Bug 474468] Power Management auto suspend freezes laptop, but not Application Launcher Sleep button

2023-09-14 Thread gavsiu
https://bugs.kde.org/show_bug.cgi?id=474468 --- Comment #2 from gavsiu --- (In reply to Natalie Clarius from comment #1) > Up until now energy saving settings (auto suspend after an amount of time, > lid close and power button) uses a different code path than the buttons in > the app launcher, so

[neon] [Bug 465744] Downloads, Music, Pictures, etc. folders not created

2023-09-14 Thread Malte S. Stretz
https://bugs.kde.org/show_bug.cgi?id=465744 Malte S. Stretz changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0

[Powerdevil] [Bug 474468] Power Management auto suspend freezes laptop, but not Application Launcher Sleep button

2023-09-14 Thread Natalie Clarius
https://bugs.kde.org/show_bug.cgi?id=474468 --- Comment #3 from Natalie Clarius --- Ok. And does sleep work if you set it to the power button and hold it pressed for long enough? -- You are receiving this mail because: You are watching all bug changes.

[Powerdevil] [Bug 474468] Power Management auto suspend freezes laptop, but not Application Launcher Sleep button

2023-09-14 Thread gavsiu
https://bugs.kde.org/show_bug.cgi?id=474468 --- Comment #4 from gavsiu --- (In reply to Natalie Clarius from comment #3) > Ok. And does sleep work if you set it to the power button and hold it > pressed for long enough? I figured out the power button worked cause I still had it set to Sleep and

[Akonadi] [Bug 474526] New: akonadi-search-23.08.1 build fails on proc-macro2

2023-09-14 Thread Taurnil
https://bugs.kde.org/show_bug.cgi?id=474526 Bug ID: 474526 Summary: akonadi-search-23.08.1 build fails on proc-macro2 Classification: Frameworks and Libraries Product: Akonadi Version: unspecified Platform: Other OS: Linux

[Akonadi] [Bug 474526] akonadi-search-23.08.1 build fails on proc-macro2

2023-09-14 Thread Taurnil
https://bugs.kde.org/show_bug.cgi?id=474526 --- Comment #1 from Taurnil --- Running CORROSION_VERBOSE_OUTPUT shows this; root@sidney /usr/src/akonadi-search-23.08.1/akonadi-search-oosb # make [ 1%] Generating mo... [ 1%] Built target pofiles-25a9caaf5f49a0d23dc2b66ef1051ed5 [ 2%] Generating t

[plasmashell] [Bug 471981] Can't login to Wayland session anymore

2023-09-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=471981 Nate Graham changed: What|Removed |Added Resolution|WAITINGFORINFO |--- Status|NEEDSINFO

[plasma-nm] [Bug 474527] New: Plasma nm applet does not show any networks and wifi passwords may not be saved

2023-09-14 Thread FirstAirBender
https://bugs.kde.org/show_bug.cgi?id=474527 Bug ID: 474527 Summary: Plasma nm applet does not show any networks and wifi passwords may not be saved Classification: Plasma Product: plasma-nm Version: 5.27.8 Platform: Arc

[Akonadi] [Bug 357819] Korganizer doesn't send calendar events to Google account

2023-09-14 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=357819 --- Comment #11 from Grósz Dániel --- @Jack, @Peter Ries: Note that these recent issues are likely to be Bug 473897. Idk if this Bug 357819 was related. -- You are receiving this mail because: You are watching all bug changes.

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-14 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #21 from Grósz Dániel --- Some related earlier bug reports: Bug 357819, Bug 444288. These are earlier reports, while the current iteration of the issue only started recently, so it's unclear if these (or the Bug 373348 already marked as a du

[kwin] [Bug 472368] Please allow disabling revert-to-original-size on quick tiling unsnap

2023-09-14 Thread vindicator
https://bugs.kde.org/show_bug.cgi?id=472368 vindicator changed: What|Removed |Added CC||nroycea+...@gmail.com -- You are receiving this m

[kwin] [Bug 472369] Please allow disabling resize-both-windows when quick tiling

2023-09-14 Thread vindicator
https://bugs.kde.org/show_bug.cgi?id=472369 vindicator changed: What|Removed |Added CC||nroycea+...@gmail.com -- You are receiving this m

[Reminder Daemon] [Bug 453298] kalendarac: Notifications miss option to remind later with other time duration than 5 minutes

2023-09-14 Thread datenritter
https://bugs.kde.org/show_bug.cgi?id=453298 datenritter changed: What|Removed |Added CC||track-kdebugs@datenritter.d |

[Reminder Daemon] [Bug 453298] kalendarac: Notifications miss option to remind later with other time duration than 5 minutes

2023-09-14 Thread datenritter
https://bugs.kde.org/show_bug.cgi?id=453298 datenritter changed: What|Removed |Added Platform|Debian stable |unspecified Version|5.22.3

[kate] [Bug 422444] Support for LanguageTool

2023-09-14 Thread Hannes H
https://bugs.kde.org/show_bug.cgi?id=422444 Hannes H changed: What|Removed |Added CC||bugzi...@soulrebel.in-berli |

[krita] [Bug 441216] Painting over a reference image shows rectangular artefacts around the cursor if fractional HiDPI scaling is enabled.

2023-09-14 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=441216 --- Comment #20 from Alvin Wong --- Git commit d486a0605f8d120130eaeb09753829a484d9654f by Alvin Wong. Committed on 14/09/2023 at 20:15. Pushed by alvinwong into branch 'master'. Set updateRect to widget rect on fractional hidpi screen This fixes the

[krita] [Bug 441216] Painting over a reference image shows rectangular artefacts around the cursor if fractional HiDPI scaling is enabled.

2023-09-14 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=441216 --- Comment #21 from Alvin Wong --- Git commit 3323e4e3308ce413e8439536285e42814ce628c8 by Alvin Wong. Committed on 14/09/2023 at 20:15. Pushed by alvinwong into branch 'krita/5.2'. Set updateRect to widget rect on fractional hidpi screen This fixes t

[kwin] [Bug 474473] Configure Special Window Settings and Application Settings doesn't work

2023-09-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474473 --- Comment #4 from Nate Graham --- Enrico, is that true for you as well? -- You are receiving this mail because: You are watching all bug changes.

[Discover] [Bug 472175] Fetching updates lasts hours and hours.

2023-09-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=472175 --- Comment #3 from Nate Graham --- Thanks, that's helpful. I guess it's stuck reloading the cache or some repo over and over again? Have you installed any non-default RPM repos on your system? -- You are receiving this mail because: You are watching

[kwin] [Bug 474473] Configure Special Window Settings and Application Settings doesn't work

2023-09-14 Thread Enrico
https://bugs.kde.org/show_bug.cgi?id=474473 --- Comment #5 from Enrico --- (In reply to Nate Graham from comment #4) > Enrico, is that true for you as well? I can't install Neon because of bug 474501. I'll try in a Wayland session as soon as I can install Neon -- You are receiving this mail be

[kwin] [Bug 474488] Panel flickering at the top of some fullscreen games

2023-09-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474488 --- Comment #4 from Nate Graham --- Thank you very much for following up! -- You are receiving this mail because: You are watching all bug changes.

[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"

2023-09-14 Thread Cyrille Dunant
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #22 from Cyrille Dunant --- In 23.08.1, still occurs -- in fact the dialog to configure the resource doesn't even show up any more, which it did previously. -- You are receiving this mail because: You are watching all bug changes.

  1   2   3   >