[kdeconnect] [Bug 468717] The hamburger menu next to the device name cannot be opened.

2023-04-27 Thread Gerhard
https://bugs.kde.org/show_bug.cgi?id=468717

Gerhard  changed:

   What|Removed |Added

 CC||gsten...@gmx.net

--- Comment #2 from Gerhard  ---
Can confirm:
Operating System: openSuse Tumbleweed
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Graphics Platform: X11

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

[plasmashell] [Bug 448736] Regression: Desktop notifications don't popup when the application updates them.

2023-04-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=448736

--- Comment #4 from Kai Uwe Broulik  ---
You also might want to set "low" urgency on the notification to prevent it from
cluttering the history.

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

[plasmashell] [Bug 448736] Regression: Desktop notifications don't popup when the application updates them.

2023-04-27 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=448736

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL

--- Comment #3 from Kai Uwe Broulik  ---
This is an application bug. Once the NotificationClosed signal is emitted, the
notification is "dead". The fact that Plasma doesn't enforce this and lets you
update a notification in history, is pure coincidence. The notify.c in deadbeed
does not listen to any signals but merely updates the last notification it
sends.

What it should be doing instead is listen for the signal and issue a new
notification if the one that is currently on screen was closed. This is also
what e.g. Spotify does.

"org.freedesktop.Notifications.NotificationClosed
[…]
The ID specified in the signal is invalidated before the signal is sent and may
not be used in any further communications with the server."

https://specifications.freedesktop.org/notification-spec/notification-spec-latest.html#signals

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

[valgrind] [Bug 203380] Add a client request to register debug info for code ranges

2023-04-27 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=203380

Julian Seward  changed:

   What|Removed |Added

 Attachment #158504|0   |1
is obsolete||

--- Comment #7 from Julian Seward  ---
Created attachment 158505
  --> https://bugs.kde.org/attachment.cgi?id=158505&action=edit
Majorly revised and improved patch, take 2 (with debug printing removed)

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

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

2023-04-27 Thread Denis Lisov
https://bugs.kde.org/show_bug.cgi?id=463272

--- Comment #7 from Denis Lisov  ---
The old title caused the impression that this is a purely visual inconsistency.
The other side of this bug is far more annoying: the tooltip appears over the
toolbar button. In this case a click intended to switch to that window changes
volume instead, and the user needs to move mouse out and back over the button
to finally switch windows (and separately fix the unintended volume change).

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

[kde] [Bug 411729] Accented and dead keys do not work when QT_IM_MODULE is set to anything

2023-04-27 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=411729

--- Comment #48 from Andrey  ---
Please make sure you have no ibus daemons/packages. Search this report about
ibus.
Then retest all the env/platform combinations possible.

Also, what languages do you have configured, what order?

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

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

2023-04-27 Thread Denis Lisov
https://bugs.kde.org/show_bug.cgi?id=463272

Denis Lisov  changed:

   What|Removed |Added

Summary|Gap between panel and   |Wrong vertical position of
   |tooltips of the task|task manager tooltips
   |manager |possibly causing misclicks
   ||with media controls

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

[valgrind] [Bug 203380] Add a client request to register debug info for code ranges

2023-04-27 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=203380

Julian Seward  changed:

   What|Removed |Added

  Attachment #36062|0   |1
is obsolete||
  Attachment #57659|0   |1
is obsolete||

--- Comment #6 from Julian Seward  ---
Created attachment 158504
  --> https://bugs.kde.org/attachment.cgi?id=158504&action=edit
Majorly revised and improved patch

Here's a revised and improved patch that I have used recently for profiling
webassembly applications running on SpiderMonkey.  It's still not particularly
sophisticated, but works well enough to be useful.  It retains the basic design
of earlier versions of the patch, in that it stands outside the per-object
DebugInfo mechanism used for AOT code.  Hence it is localised complexity that
does not impact the existing mechanisms.

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

[kdevelop] [Bug 469079] Kdevelop clang parser fails with GCC 13.1

2023-04-27 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=469079

Igor Kushnir  changed:

   What|Removed |Added

 CC||igor...@gmail.com

--- Comment #1 from Igor Kushnir  ---
This is probably the same issue as the one detected by recent
test_duchain_clang failures on the CI. From
https://invent.kde.org/kdevelop/kdevelop/-/pipelines/381087/test_report:
/usr/include/stdlib.h:141:8: error: unknown type name '_Float32'
/usr/include/stdlib.h:147:8: error: unknown type name '_Float64'
/usr/include/stdlib.h:153:8: error: unknown type name '_Float128'
/usr/include/stdlib.h:159:8: error: unknown type name '_Float32x'
/usr/include/stdlib.h:165:8: error: unknown type name '_Float64x'
/usr/include/stdlib.h:234:10: error: unknown type name '_Float32'
/usr/include/stdlib.h:240:10: error: unknown type name '_Float64'
/usr/include/stdlib.h:246:4: error: unknown type name '_Float128'
/usr/include/stdlib.h:252:4: error: unknown type name '_Float32x'
/usr/include/stdlib.h:258:4: error: unknown type name '_Float64x'
/usr/include/stdlib.h:317:8: error: unknown type name '_Float32'
/usr/include/stdlib.h:324:8: error: unknown type name '_Float64'
/usr/include/stdlib.h:331:8: error: unknown type name '_Float128'
/usr/include/stdlib.h:338:8: error: unknown type name '_Float32x'
/usr/include/stdlib.h:345:8: error: unknown type name '_Float64x'
FAIL!  : TestDUChain::testGccCompatibility(x86intrin) parse error detected
   Loc: [/builds/kdevelop/kdevelop/plugins/clang/tests/test_duchain.cpp(1996)]
/usr/include/wchar.h:397:8: error: unknown type name '_Float32'
/usr/include/wchar.h:402:8: error: unknown type name '_Float64'
/usr/include/wchar.h:407:8: error: unknown type name '_Float128'
/usr/include/wchar.h:412:8: error: unknown type name '_Float32x'
/usr/include/wchar.h:417:8: error: unknown type name '_Float64x'
/usr/include/wchar.h:512:8: error: unknown type name '_Float32'
/usr/include/wchar.h:518:8: error: unknown type name '_Float64'
/usr/include/wchar.h:524:8: error: unknown type name '_Float128'
/usr/include/wchar.h:530:8: error: unknown type name '_Float32x'
/usr/include/wchar.h:536:8: error: unknown type name '_Float64x'
FAIL!  : TestDUChain::testGccCompatibility(sized-dealloc) parse error detected
   Loc: [/builds/kdevelop/kdevelop/plugins/clang/tests/test_duchain.cpp(1996)]

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

[plasmashell] [Bug 415061] Default keyboard layout which includes level3(ralt_switch) combined with "Swap Left Alt with Left Ctrl" breaks Meta key in global shortcuts

2023-04-27 Thread Andrey
https://bugs.kde.org/show_bug.cgi?id=415061

Andrey  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #5 from Andrey  ---
Please check both X11 and Wayland.

Also, what behavior do you see in other DEs e.g. Gnome?

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

[kdeplasma-addons] [Bug 469056] Cover Switch effect glitch on external 4k monitor

2023-04-27 Thread Guillaume DE BURE
https://bugs.kde.org/show_bug.cgi?id=469056

--- Comment #2 from Guillaume DE BURE  ---
Thanks for coming back to me :) 

1- My wallpaper is actually not really a wallpaper. My desktop is set to have a
plain color background, and the picture is a media frame widget resized to
cover a large portion of the screen. (The reason for this is that this image
actually shows packages installed on my machine and their dependencies as a
graph. The image is recomputed every time the system checks for updates on the
repositories, so setting up this way allows to reload it every time it is
updated). If that is unclear, I can provide screenshots of systemsettings, or
even config files.

2- No, I was referring to the fact that window previews stay in the background.
The magic lamp effect is indeed intended when minimizing the window.

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

[systemsettings] [Bug 469091] New: system settings crash

2023-04-27 Thread vangelis
https://bugs.kde.org/show_bug.cgi?id=469091

Bug ID: 469091
   Summary: system settings crash
Classification: Applications
   Product: systemsettings
   Version: 5.27.4
  Platform: Neon
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: vange...@fastmail.com
  Target Milestone: ---

Application: systemsettings (5.27.4)

Qt Version: 5.15.9
Frameworks Version: 5.105.0
Operating System: Linux 5.11.0-34-generic x86_64
Windowing System: X11
Distribution: KDE neon 5.27
DrKonqi: 5.27.4 [KCrashBackend]

-- Information about the crash:
System settings opens as normal and as soon as I select any setting, it
crashes. The same happens when I try to open a setting directly from the start
menu

The crash can be reproduced every time.

-- Backtrace:
Application: System Settings (systemsettings), signal: Segmentation fault

[KCrash Handler]
#4  0x7f29758b5c14 in flatpak_installation_list_installed_refs_by_kind ()
from /lib/x86_64-linux-gnu/libflatpak.so.0
#5  0x7f2975949f29 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/kcms/systemsettings/kcm_flatpak.so
#6  0x7f297594b0a6 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/kcms/systemsettings/kcm_flatpak.so
#7  0x7f297594c15a in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/kcms/systemsettings/kcm_flatpak.so
#8  0x7f29a747f2a7 in KPluginFactory::create(char const*, QWidget*,
QObject*, QList const&, QString const&) () from
/lib/x86_64-linux-gnu/libKF5CoreAddons.so.5
#9  0x7f29a6a1c374 in KCModuleLoader::loadModule(KPluginMetaData const&,
QWidget*, QList const&) () from
/lib/x86_64-linux-gnu/libKF5KCMUtils.so.5
#10 0x7f29a6a1f6ad in ?? () from /lib/x86_64-linux-gnu/libKF5KCMUtils.so.5
#11 0x7f29a6a1fcd8 in KCModuleProxy::realModule() const () from
/lib/x86_64-linux-gnu/libKF5KCMUtils.so.5
#12 0x7f29a8a1c423 in ModuleView::updatePageIconHeader(KPageWidgetItem*) ()
from /lib/x86_64-linux-gnu/libsystemsettingsview.so.3
#13 0x7f29a8a1fa04 in ModuleView::addModule(MenuItem*, QStringList const&)
() from /lib/x86_64-linux-gnu/libsystemsettingsview.so.3
#14 0x7f29854ee9d2 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/systemsettingsview/icon_mode.so
#15 0x7f29854eed82 in ?? () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/systemsettingsview/icon_mode.so
#16 0x7f29a71a11e4 in ?? () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x7f29a8009d79 in QAbstractItemView::activated(QModelIndex const&) ()
from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x7f29a800dead in QAbstractItemView::mouseReleaseEvent(QMouseEvent*) ()
from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#19 0x7f29a8056243 in QListView::mouseReleaseEvent(QMouseEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x7f29a695cdf3 in KCategorizedView::mouseReleaseEvent(QMouseEvent*) ()
from /lib/x86_64-linux-gnu/libKF5ItemViews.so.5
#21 0x7f29a7dd497e in QWidget::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x7f29a7e82c82 in QFrame::event(QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#23 0x7f29a7168eea in
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
from /lib/x86_64-linux-gnu/libQt5Core.so.5
#24 0x7f29a7d91782 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#25 0x7f29a7d993d4 in QApplication::notify(QObject*, QEvent*) () from
/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#26 0x7f29a716918a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#27 0x7f29a7d97eb7 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#28 0x7f29a7dee1fb in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#29 0x7f29a7df1555 in ?? () from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#30 0x7f29a7d91793 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Widgets.so.5
#31 0x7f29a716918a in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /lib/x86_64-linux-gnu/libQt5Core.so.5
#32 0x7f29a767fae7 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#33 0x7f29a7653acc in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() from /lib/x86_64-linux-gnu/libQt5Gui.so.5
#34 0x7f29a15aadee in ?? () from /lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#35 0x7f29a579ad3b in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#36 0x7f29a57ef6c8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#37 0x7f29a57983e3 in g_main_context_iteration () from
/lib/x86_64

[neon] [Bug 461620] fcitx5-frontend-qt5 broken again in Kde neon

2023-04-27 Thread Jumpei Ogawa
https://bugs.kde.org/show_bug.cgi?id=461620

--- Comment #8 from Jumpei Ogawa  ---
I have checked if I can install fcitx5-frontend-qt5, but unfortunately, I
couldn't. The problem still persists.

```
$ sudo apt update -qq
All packages are up to date.
$ sudo apt install fcitx5-frontend-qt5
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Starting pkgProblemResolver with broken count: 1
Starting 2 pkgProblemResolver with broken count: 1
Investigating (0) fcitx5-frontend-qt5:amd64 < none -> 5.0.10-1build1 @un puN Ib
>
Broken fcitx5-frontend-qt5:amd64 Depends on qtbase-abi-5-15-3:amd64 < none @un
H >
  Considering libqt5core5a:amd64 4003 as a solution to
fcitx5-frontend-qt5:amd64 
  Considering libqt5core5a:amd64 4003 as a solution to
fcitx5-frontend-qt5:amd64 
Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 fcitx5-frontend-qt5 : Depends: qtbase-abi-5-15-3
E: Unable to correct problems, you have held broken packages.
```

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

[konsole] [Bug 469000] Konsole takes an eternity to launch

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469000

--- Comment #1 from accou...@kuchenmampfer.de ---
Just now, Konsole launched quickly. I don't know what I changed, but if it
keeps being fine, I will probably be happy and close this

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

[plasmashell] [Bug 469090] New: After screen is dim or switch off, primary becomes laptop internal monitor.

2023-04-27 Thread zyf0330
https://bugs.kde.org/show_bug.cgi?id=469090

Bug ID: 469090
   Summary: After screen is dim or  switch off, primary becomes
laptop internal monitor.
Classification: Plasma
   Product: plasmashell
   Version: 5.27.4
  Platform: Ubuntu
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: generic-multiscreen
  Assignee: plasma-b...@kde.org
  Reporter: zyf034...@gmail.com
CC: aleix...@kde.org, notm...@gmail.com
  Target Milestone: 1.0

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

My laptop has dual-monitors, one is laptop internal monitor, one is external
monitor connected by HDMI as primary screen.
I set dim and switch off strategy in the Advanced Power Settings. And after
lunch break in which I doesn't touch my laptop, when I use laptop, I find that
krunner appears at the internal monitor screen, and popup window of WebStorm
appears at the internal monitor screen too.
I check Display Configuration, and primariy monitor setting is still external
monitor. And I must change it to internal monitor and apply and then change
back to external monitor and apply, to make krunner and popup window appearing
at the external monitor.

STEPS TO REPRODUCE
1. not be sure how to into this situation

OBSERVED RESULT
The krunner and popup window of WebStorm appear at the laptop internal monitor
screen, which is not primary screen.

EXPECTED RESULT
The krunner and popup window of WebStorm appear at the external HDMI connected
monitor screen, which is primary screen by Display Configuration Setting.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Ubuntu with KDE
(available in About System)
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION
use X11

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

[plasmashell] [Bug 422265] 1px wide notification

2023-04-27 Thread Luca Weiss
https://bugs.kde.org/show_bug.cgi?id=422265

Luca Weiss  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #3 from Luca Weiss  ---
I don't recall seeing this for a long time so I will assume it was fixed at
some point. Also been using the Wayland session for like a year now but I think
that was later.

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

[plasmashell] [Bug 423016] Rendering the MPRIS artwork takes ages

2023-04-27 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=423016

Fabian Vogt  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #2 from Fabian Vogt  ---
Yep, this was fixed with
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/118.

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

[krusader] [Bug 468571] Some archives do not open as directories (*.zip, *.tar, *.tar.gz ...)

2023-04-27 Thread vujo
https://bugs.kde.org/show_bug.cgi?id=468571

vujo  changed:

   What|Removed |Added

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

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

[krusader] [Bug 468571] Some archives do not open as directories (*.zip, *.tar, *.tar.gz ...)

2023-04-27 Thread vujo
https://bugs.kde.org/show_bug.cgi?id=468571

--- Comment #2 from vujo  ---
Installing the kio-extras package solves the problem.

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

[plasmashell] [Bug 409190] Have kded or plasmashell handle media-related keyboard shortcuts so they don't stop working when all Audio Volume applet/widget instances are removed or when more than one i

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409190

Nate Graham  changed:

   What|Removed |Added

   Priority|HI  |NOR

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

[plasmashell] [Bug 416386] Stretched vertical line in Notifications widget with Oxygen Plasma theme

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=416386

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
Summary|Streched vertical line on   |Stretched vertical line in
   |Notifications   |Notifications widget with
   ||Oxygen Plasma theme
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
   Severity|normal  |wishlist

--- Comment #9 from Nate Graham  ---
Can reproduce with the Oxygen theme. The issue here is that we're deliberately
stretching the separator SVG in a way that looks fine the with Breeze theme,
but doesn't look fine with Oxygen, and presumably also with other themes that
have a separator style that isn't a simple line.

If we want a thick line, we should probably just use a QML Rectangle object.

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

[plasmashell] [Bug 422265] 1px wide notification

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=422265

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---
Sorry we were not able to get to this bug report yet. Can we ask you to please
check if it's still an issue with Plasma 5.27? Thanks!

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

[plasmashell] [Bug 411613] Notification timer consumes CPU resources and is distracting; option to disable it would be appreciated

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=411613

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
Summary|Notification timer consumes |Notification timer consumes
   |unnecessary CPU resources   |CPU resources and is
   |and is distracting  |distracting; option to
   ||disable it would be
   ||appreciated
 Ever confirmed|0   |1
   Severity|normal  |wishlist
 CC||n...@kde.org

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

[plasmashell] [Bug 418185] Notification widget incorrectly sees extended display as mirrored and inappropriately enters Do Not Disturb mode

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=418185

--- Comment #11 from Nate Graham  ---


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

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

[KScreen] [Bug 460247] "Do not disturb" mode is on when I log in because "screens are mirrored" but they are not

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=460247

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

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

[plasmashell] [Bug 425186] KNotifications incorrectly checks if screens are replicated

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=425186

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||n...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #2 from Nate Graham  ---


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

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

[KScreen] [Bug 460247] "Do not disturb" mode is on when I log in because "screens are mirrored" but they are not

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=460247

Nate Graham  changed:

   What|Removed |Added

 CC||piotr.mierzwin...@gmail.com

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

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

[plasmashell] [Bug 428335] Widget shows unnecessary animations when first becoming visible on a thick vertical auto-hiding panel

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=428335

Nate Graham  changed:

   What|Removed |Added

Summary|Panel autohide show garbage |Widget shows unnecessary
   |when animating  |animations when first
   ||becoming visible on a thick
   ||vertical auto-hiding panel
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
   Severity|normal  |minor

--- Comment #7 from Nate Graham  ---
The widget has gotten a number of changes that could have fixed this; any
chance you can test again in Plasma 5.27 and confirm whether it's still
happening? Thanks!

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

[plasmashell] [Bug 428700] Clearing notification list not possible in DnD mode / only after they have been shown

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=428700

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #6 from Nate Graham  ---
Any chance you can check again in Plasma 5.27 to see if this is still happening
in that version? Thanks!

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

[plasmashell] [Bug 361623] Notifications is shown in the middle of the screen

2023-04-27 Thread Raman Gupta
https://bugs.kde.org/show_bug.cgi?id=361623

--- Comment #12 from Raman Gupta  ---
Nate, in my case I found that notifications would be misplaced after my primary
monitor turned off for a moment (for example, when switching inputs). The
notifications went back to normal after switching the primary to secondary, and
then from secondary back to primary. Is this a different issue or the same one
that is now resolved?

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

[plasmashell] [Bug 424460] Notifications don't dodge Panel edit mode toolbar

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=424460

Nate Graham  changed:

   What|Removed |Added

Summary|Removal notification is |Notifications don't dodge
   |placed on top of controls   |Panel edit mode toolbar
   |for panel modifications |
   Severity|normal  |minor
 CC||n...@kde.org

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

[plasmashell] [Bug 464029] Binding loop on height in NotificationPopup that can cause content to get cut off on the bottom

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464029

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

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

[plasmashell] [Bug 429450] After update to Qt 5.15.2, sometimes notification is cut off

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429450

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #3 from Nate Graham  ---


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

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

[plasmashell] [Bug 432045] Display the number of notifications on the systray instead of the bell when applet is always visible

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432045

Nate Graham  changed:

   What|Removed |Added

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

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

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

[plasmashell] [Bug 460785] Option for an unread notifications counter on a panel

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=460785

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|ASSIGNED|RESOLVED
   Severity|normal  |wishlist
 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---


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

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

[plasmashell] [Bug 468916] Plasma Panel Visually Freezes

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=468916

--- Comment #7 from m...@gabby.li ---
Sorry, those callstacks were pretty useless. I rebuilt my system with debug
information. Here's a new set of callstacks, now with symbols:

```
Thread 19 (Thread 0x7f4959d976c0 (LWP 3952) "KIO::WorkerThre"):
#0  0x7f49a1b2433d in __ppoll (fds=fds@entry=0x7f4959d96b48,
nfds=nfds@entry=1, timeout=, timeout@entry=0x0,
sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x7f49a1ed2fd9 in ppoll (__ss=, __timeout=, __nfds=, __fds=) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/kernel/qcore_unix.cpp:129
#2  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f4959d96b48) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/kernel/qcore_unix.cpp:132
#3  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f4959d96b48) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/kernel/qcore_unix.cpp:129
#4  qt_safe_poll(pollfd*, unsigned long, timespec const*)
(fds=fds@entry=0x7f4959d96b48, nfds=nfds@entry=1, timeout_ts=)
at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/kernel/qcore_unix.cpp:155
#5  0x7f49a0ff92f6 in qt_poll_msecs (nfds=1, timeout=,
fds=0x7f4959d96b48) at
/usr/include/qt5/QtCore/5.15.9/QtCore/private/qcore_unix_p.h:381
#6  QNativeSocketEnginePrivate::nativeSelect(int, bool, bool, bool*, bool*)
const (this=this@entry=0x7f46e4003b30, timeout=,
checkRead=checkRead@entry=true, checkWrite=checkWrite@entry=false,
selectForRead=selectForRead@entry=0x7f4959d96c26,
selectForWrite=0x7f4959d96c27) at
/usr/src/debug/dev-qt/qtnetwork-5.15.9/qtbase-everywhere-src-5.15.9/src/network/socket/qnativesocketengine_unix.cpp:1436
#7  0x7f49a0ff6f02 in QNativeSocketEngine::waitForReadOrWrite(bool*, bool*,
bool, bool, int, bool*) (this=0x7f46e4004f80, readyToRead=0x7f4959d96c26,
readyToWrite=, checkRead=, checkWrite=, msecs=, timedOut=0x0) at
/usr/src/debug/dev-qt/qtnetwork-5.15.9/qtbase-everywhere-src-5.15.9/src/network/socket/qnativesocketengine.cpp:1120
#8  0x7f49a0fe81c4 in QAbstractSocket::waitForReadyRead(int)
(this=0x7f46e4001cc0, msecs=-1) at
/usr/src/debug/dev-qt/qtnetwork-5.15.9/qtbase-everywhere-src-5.15.9/src/network/socket/qabstractsocket.cpp:2293
#9  0x7f49a15c4efa in KIO::ConnectionBackend::waitForIncomingTask(int)
(this=0x7f46e40049c0, ms=-1) at
/usr/src/debug/kde-frameworks/kio-5.104.0-r3/kio-5.104.0/src/core/connectionbackend.cpp:155
#10 0x7f49a15c5d25 in KIO::Connection::waitForIncomingTask(int)
(this=, ms=ms@entry=-1) at
/usr/src/debug/kde-frameworks/kio-5.104.0-r3/kio-5.104.0/src/core/connection.cpp:201
#11 0x7f49a16107db in KIO::SlaveBase::dispatchLoop() (this=0x7f46e40041b0)
at /usr/lib/gcc/x86_64-pc-linux-gnu/12/include/g++-v12/bits/unique_ptr.h:191
#12 0x7f49a16ae2ae in KIO::WorkerThread::run() (this=0x5625a0086250) at
/usr/src/debug/kde-frameworks/kio-5.104.0-r3/kio-5.104.0/src/core/workerthread.cpp:62
#13 0x7f49a1ccbc27 in operator() (__closure=) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/thread/qthread_unix.cpp:350
#14 (anonymous
namespace)::terminate_on_exception >
(t=) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/thread/qthread_unix.cpp:287
#15 QThreadPrivate::start(void*) (arg=0x5625a0086250) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/thread/qthread_unix.cpp:310
#16 0x7f49a1aaecc3 in start_thread (arg=) at
pthread_create.c:442
#17 0x7f49a1b31cec in clone3 () at
../sysdeps/unix/sysv/linux/x86_64/clone3.S:81

Thread 18 (Thread 0x7f470effd6c0 (LWP 3951) "KIO::WorkerThre"):
#0  0x7f49a1b2433d in __ppoll (fds=fds@entry=0x7f470effcb48,
nfds=nfds@entry=1, timeout=, timeout@entry=0x0,
sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
#1  0x7f49a1ed2fd9 in ppoll (__ss=, __timeout=, __nfds=, __fds=) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/kernel/qcore_unix.cpp:129
#2  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f470effcb48) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/kernel/qcore_unix.cpp:132
#3  qt_ppoll (timeout_ts=0x0, nfds=1, fds=0x7f470effcb48) at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/kernel/qcore_unix.cpp:129
#4  qt_safe_poll(pollfd*, unsigned long, timespec const*)
(fds=fds@entry=0x7f470effcb48, nfds=nfds@entry=1, timeout_ts=)
at
/usr/src/debug/dev-qt/qtcore-5.15.9/qtbase-everywhere-src-5.15.9/src/corelib/kernel/qcore_unix.cpp:155
#5  0x7f49a0ff92f6 in qt_poll_msecs (nfds=1, timeout=,
fds=0x7f470effcb48) at
/usr/include/qt5/QtCore/5.15.9/QtCore/private/qcore_unix_p.h:381
#6  QNativeSocketEnginePrivate::nativeSelect(int, bool, bool, bool*, bool*)
const (this=this@entry=0x7f46f0003f30, timeout=,
checkRead=checkRead@entry=true, checkWrite=checkWrite@entry=false,
selectForRead=selectForRead@entry=0x7f470effcc26,
sele

[plasmashell] [Bug 429862] "No unread notification" when there are notifications in the tray

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=429862

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #11 from Nate Graham  ---
Is it still happening in Plasma 5.27, Riccardo?

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

[plasmashell] [Bug 432045] Display the number of notifications on the systray instead of the bell when applet is always visible

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=432045

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[lattedock] [Bug 438192] Notification popups centered after fresh install of latte dock.

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=438192

Nate Graham  changed:

   What|Removed |Added

Product|plasmashell |lattedock
  Component|Notifications   |application
   Target Milestone|1.0 |---
Version|5.21.4  |unspecified

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

[plasmashell] [Bug 436241] Notifications render slowly with all kinds of artifacts

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=436241

--- Comment #8 from Nate Graham  ---
Ilya, is it still happening in Plasma 5.27? Is this something you've just been
living with all this time, or did it ever get better?

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

[plasmashell] [Bug 439739] Shortcut to notification applet only works if it is visible

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=439739

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #6 from Nate Graham  ---
Still working as expected for me in Plasma 5.27. Can you still reproduce the
issue in that Plasma version?

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

[plasmashell] [Bug 440623] Notification sounds aren't re-enabled if system is restarted between entering and exiting DND mode

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=440623

Nate Graham  changed:

   What|Removed |Added

Summary|Scheduled "do not disturb"  |Notification sounds aren't
   |mode doesn't enable sounds  |re-enabled if system is
   |when coming out of "do not  |restarted between entering
   |disturb"|and exiting DND mode

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

[plasmashell] [Bug 444173] after update most per-app config lost

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444173

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REOPENED|NEEDSINFO

--- Comment #8 from Nate Graham  ---
> the feature to configure notfications of a lot of apps is entirely missing
What do you mean; what did this feature look like?

> Whenever a notification of, say, Mattermost or X2GClient pops up, there's 
> _NO_ way to configure anything anymore
Can you take a screenshot of the notification when it's in popup form? Not in
the system tray?

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

[krename] [Bug 411067] Add command line argument (and action) for folder-only rename

2023-04-27 Thread Mihai Sorin Dobrescu
https://bugs.kde.org/show_bug.cgi?id=411067

--- Comment #5 from Mihai Sorin Dobrescu  ---
CLI is the one to be called in a Dolphin/KDE menu service. Well, almost. A
parameter needs to be set in the a CLI command to start it one way or another.
Look here:
https://github.com/KDE/krename/blob/015e995690bde126bfbec304e99eee973402269e/src/servicemenus/krename_dir_rec.desktop#L8
:

Exec=krename -r %U

To open it on a dir, '%U' is enough. To be recursive, it needs '-r'.

So it's like a bridge between CLI and GUI to be launched from GUI in a specific
directory.

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

[plasmashell] [Bug 407459] new notifications: Abnormal space appears below "Open" and hamburger buttons when a download is completed

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407459

--- Comment #17 from Nate Graham  ---
No new reports since 2021; anyone still experiencing this?

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

[plasmashell] [Bug 405639] Do something sensible when clicking on the background of a notification with no default action specified

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405639

Nate Graham  changed:

   What|Removed |Added

Summary|Make it easier to close or  |Do something sensible when
   |invoke default action on|clicking on the background
   |notification popups |of a notification with no
   ||default action specified
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org
   Severity|normal  |wishlist

--- Comment #4 from Nate Graham  ---
> What's worse is that some of them stick around for a while before 
> disappearing. To dismiss them you have click on the tiny x in the popup, 
> which is not ideal.
This is a separate issue; see Bug 413203.

> some of them wont even close when you act on them - like chromium 
> notifications
This is still another separate issue; see Bug 464982.

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

[plasmashell] [Bug 464029] Binding loop on height in NotificationPopup that can cause content to get cut off on the bottom

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464029

Nate Graham  changed:

   What|Removed |Added

 CC||liubomi...@gmail.com

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

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

[plasmashell] [Bug 447425] Notifications's text is sometimes overflowing the notification

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=447425

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Nate Graham  ---


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

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

[plasmashell] [Bug 435758] Close icons in notifications are sometimes not aligned and overflow bounding box

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=435758

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---


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

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

[plasmashell] [Bug 468176] In applets, long notification title can push close button partially off of the popup

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=468176

Nate Graham  changed:

   What|Removed |Added

 CC||el...@seznam.cz

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

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

[plasmashell] [Bug 468176] In applets, long notification title can push close button partially off of the popup

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=468176

Nate Graham  changed:

   What|Removed |Added

 CC||liubomi...@gmail.com

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

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

[plasmashell] [Bug 450608] Remove button for a notification pushed mostly out of the history view for notifications with a lot of text

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450608

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 468176] In applets, long notification title can push close button partially off of the popup

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=468176

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[plasmashell] [Bug 450699] When notification's main body text is scrollable, scrollview is inset which looks weird

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450699

Nate Graham  changed:

   What|Removed |Added

Summary|Bad margins in notification |When notification's main
   |popup layout|body text is scrollable,
   ||scrollview is inset which
   ||looks weird
   Severity|normal  |minor

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

[digikam] [Bug 395241] Faces in the "People" panel load slowly, and only when you scroll through them

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395241

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

   What|Removed |Added

Version|7.5.0   |8.0.0

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

[plasmashell] [Bug 453636] Sometimes notifications doesn't open from the "Show hidden icons" popup

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=453636

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
No other reports. Is this reproducible in Plasma 5.27?

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

[plasmashell] [Bug 456238] Active job progress notifications inappropriately block screen locking

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=456238

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.27
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Nate Graham  ---
So the issue here is not that the notification itself blocks screen locking,
but rather than Chrome does it; that notification is simply a visible side
effect of the file download. 

There was a bug recently where an app requesting to block suspend would also
cause screen locking to be blocked; this has been fixed in Plasma 5.27.

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

[plasmashell] [Bug 407667] Clicking on an expired notification in the history should launch or focus the app that sent it

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407667

Nate Graham  changed:

   What|Removed |Added

   Severity|normal  |wishlist

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

[digikam] [Bug 395241] Faces in the "People" panel load slowly, and only when you scroll through them

2023-04-27 Thread MarcP
https://bugs.kde.org/show_bug.cgi?id=395241

--- Comment #16 from MarcP  ---
Yes, this is still valid for v8.0.

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

[digikam] [Bug 395241] Faces in the "People" panel load slowly, and only when you scroll through them

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395241

--- Comment #15 from caulier.gil...@gmail.com ---
Hi all,

digiKam 8.0.0 is out. This report still valid ?

Best regards

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

[plasmashell] [Bug 436243] Scrolling notification history is 0.3 FPS

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=436243

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.24|5.27
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #12 from Nate Graham  ---
Should be fully fixed in Plasma 5.27.

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

[plasmashell] [Bug 462275] Visual glitch in PlasmoidHeader after expanding a notification

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=462275

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #4 from Nate Graham  ---
Ah, this. It was fixed a few months ago.

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

[digikam] [Bug 393313] Next-function sometimes goes next image, other times it scrolls the bar

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393313

--- Comment #7 from caulier.gil...@gmail.com ---
@Sebas

digiKam 8.0.0 is out. This report still valid ?

Best regards

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

[plasmashell] [Bug 464029] Binding loop on height in NotificationPopup that can cause content to get cut off on the bottom

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464029

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |HI

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

[digikam] [Bug 393068] digikam.coredb: Core database: Album library path from config file is empty. Aborting update.

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393068

--- Comment #8 from caulier.gil...@gmail.com ---
@arne

digiKam 8.0.0 is out. This report still valid ?

Best regards

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

[plasmashell] [Bug 462461] Cannot show details of a notification

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=462461

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 464029] Binding loop on height in NotificationPopup that can cause content to get cut off on the bottom

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464029

Nate Graham  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

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

[digikam] [Bug 392978] IPTC Location Metadata implementation is incorrect

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392978

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #7 from caulier.gil...@gmail.com ---


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

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

[digikam] [Bug 302527] TEMPLATE : metadata editing not possible (copyright, city, ...)

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=302527

--- Comment #24 from caulier.gil...@gmail.com ---
*** Bug 392978 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 409434] Transfer rate is cut off on bottom of notification showing details of a file transfer

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=409434

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||n...@kde.org

--- Comment #3 from Nate Graham  ---


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

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

[plasmashell] [Bug 464029] Binding loop on height in NotificationPopup that can cause content to get cut off on the bottom

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464029

Nate Graham  changed:

   What|Removed |Added

 CC||mue...@gmail.com

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

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

[NeoChat] [Bug 469089] New: Crash after redacting a message

2023-04-27 Thread luna sophia
https://bugs.kde.org/show_bug.cgi?id=469089

Bug ID: 469089
   Summary: Crash after redacting a message
Classification: Applications
   Product: NeoChat
   Version: 23.04.0
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: l...@unixpoet.dev
CC: c...@carlschwan.eu
  Target Milestone: ---

Application: neochat (23.04.0)

Qt Version: 5.15.9
Frameworks Version: 5.105.0
Operating System: Linux 6.2.12-arch1-1 x86_64
Windowing System: Wayland
Distribution: "Arch Linux"
DrKonqi: 5.27.4 [KCrashBackend]

-- Information about the crash:
I redacted several test messages on my conduit server, and then neochat
crashed.

The reporter is unsure if this crash is reproducible.

-- Backtrace:
Application: NeoChat (neochat), signal: Segmentation fault
Content of s_kcrashErrorMessage: std::unique_ptr = {get() = }
[KCrash Handler]
#6  0x7f77e1e271b6 in Quotient::is (e=...) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/events/event.h:542
#7  Quotient::eventCast >
> (eptr=std::unique_ptr = {...}) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/events/event.h:564
#8  Quotient::EventItemBase::viewAs
(this=0x559692662b00) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/eventitem.h:52
#9  Quotient::Room::isEventNotable (this=0x55968dfbb8b0, ti=...) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/room.cpp:978
#10 0x7f77e1e4e9a3 in operator() (ti=..., acc=..., __closure=) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/eventstats.cpp:20
#11
std::accumulate >,
Quotient::EventStats, Quotient::EventStats::fromRange(const Quotient::Room*,
const Quotient::Room::rev_iter_t&, const Quotient::Room::rev_iter_t&, const
Quotient::EventStats&):: > (__binary_op=..., __init=..., __last=...,
__first=...) at /usr/include/c++/12.2.1/bits/stl_numeric.h:169
#12 Quotient::EventStats::fromRange (room=room@entry=0x55968dfbb8b0, from=...,
to=..., init=...) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/eventstats.cpp:18
#13 0x7f77e1e4eebd in Quotient::EventStats::updateOnMarkerMove
(this=0x55968d8860a0, room=0x55968dfbb8b0, oldMarker=..., newMarker=...) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/eventstats.cpp:66
#14 0x7f77e1e25dfa in Quotient::Room::Private::setLocalLastReadReceipt
(this=0x55968d885f60, newMarker=..., newReceipt=...,
deferStatsUpdate=) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/room.cpp:775
#15 0x7f77e1e3c042 in operator() (evt=..., __closure=) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/room.cpp:3311
#16 Quotient::switchOnType > (tail=..., event=...) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/events/event.h:608
#17 Quotient::switchOnType,
Quotient::Room::processEphemeralEvent(Quotient::EventPtr&&):: > (fn1=..., event=...) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/events/event.h:621
#18 Quotient::Room::processEphemeralEvent (this=0x55968dfbb8b0, event=...) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/room.cpp:3267
#19 0x7f77e1e2cde9 in Quotient::Room::updateData (this=,
data=..., fromCache=) at
/usr/src/debug/libquotient/libQuotient-0.7.2/Quotient/room.cpp:1943
#20 0x7f77e053fc80 in QObject::event (this=0x55968dfbb8b0,
e=0x559694603b20) at kernel/qobject.cpp:1347
#21 0x7f77e1032b5c in QApplicationPrivate::notify_helper (this=, receiver=0x55968dfbb8b0, e=0x559694603b20) at
kernel/qapplication.cpp:3640
#22 0x7f77e051c028 in QCoreApplication::notifyInternal2
(receiver=0x55968dfbb8b0, event=0x559694603b20) at
kernel/qcoreapplication.cpp:1064
#23 0x7f77e051c093 in QCoreApplication::sendEvent (receiver=, event=) at kernel/qcoreapplication.cpp:1462
#24 0x7f77e051cb33 in QCoreApplicationPrivate::sendPostedEvents
(receiver=0x0, event_type=0, data=0x55968d48b670) at
kernel/qcoreapplication.cpp:1821
#25 0x7f77e0562f58 in postEventSourceDispatch (s=0x55968d52d8a0) at
kernel/qeventdispatcher_glib.cpp:277
#26 0x7f77df85853b in g_main_dispatch (context=0x7f77d4000ee0) at
../glib/glib/gmain.c:3460
#27 g_main_context_dispatch (context=0x7f77d4000ee0) at
../glib/glib/gmain.c:4200
#28 0x7f77df8b5219 in g_main_context_iterate.constprop.0
(context=0x7f77d4000ee0, block=1, dispatch=1, self=) at
../glib/glib/gmain.c:4276
#29 0x7f77df8571a2 in g_main_context_iteration (context=0x7f77d4000ee0,
may_block=1) at ../glib/glib/gmain.c:4343
#30 0x7f77e0566d3c in QEventDispatcherGlib::processEvents
(this=0x55968d462c30, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#31 0x7f77e051468c in QEventLoop::exec (this=0x7ffd77796f60, flags=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#32 0x7f77e051f2f9 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#33 0x00

[plasmashell] [Bug 465409] Timed notifications sometimes stay after expiring and need more than one clicks to close

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=465409

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 413203] Some notifications don't disappear after timeout

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413203

Nate Graham  changed:

   What|Removed |Added

 CC||gabr...@lockebo.se

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

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

[plasmashell] [Bug 413203] Some notifications don't disappear after timeout

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413203

--- Comment #12 from Nate Graham  ---
Cannot reproduce with `kdialog with --passivepopup holi 3` in
Plasma 5.27.5 on Wayland.

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

[kwin] [Bug 468436] Often when away from laptop, desktop has crashed/restarted when I come back, with kwin crash note in dmsg

2023-04-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468436

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

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

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

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

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

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

[plasmashell] [Bug 468438] file:///usr/share/plasma/plasmoids/org.kde.milou/contents/ui/main.qml:47:17: Unable to assign double to QQuickAnchorLine

2023-04-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468438

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

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

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

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

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

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

[kate] [Bug 468196] dragging selected word displays all the line after selected word

2023-04-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468196

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

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

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

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

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

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

[plasmashell] [Bug 467444] Segmentation fault (11) on plasmashell when returning from screen locking

2023-04-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=467444

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

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

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

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

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

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

[systemsettings] [Bug 469084] System Settings crashes on import of OpenVPN configuration file .ovpn

2023-04-27 Thread KerakTelor58
https://bugs.kde.org/show_bug.cgi?id=469084

--- Comment #1 from KerakTelor58  ---
Created attachment 158503
  --> https://bugs.kde.org/attachment.cgi?id=158503&action=edit
New crash information added by DrKonqi

systemsettings (5.27.2) using Qt 5.15.8

crash import VPN connection on GUI

-- Backtrace (Reduced):
#4  0x7f44b55a86ae in OpenVpnUiPlugin::importConnectionSettings(QString
const&) () from
/usr/lib/x86_64-linux-gnu/qt5/plugins/plasma/network/vpn/plasmanetworkmanagement_openvpnui.so
[...]
#7  0x7f451a26eb78 in QQmlVMEMetaObject::metaCall(QObject*,
QMetaObject::Call, int, void**) () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
[...]
#10 0x7f451a1a53e0 in QV4::QObjectMethod::callInternal(QV4::Value const*,
QV4::Value const*, int) const () from /lib/x86_64-linux-gnu/libQt5Qml.so.5
[...]
#13 0x7f451a157c2e in QV4::Function::call(QV4::Value const*, QV4::Value
const*, int, QV4::ExecutionContext const*) () from
/lib/x86_64-linux-gnu/libQt5Qml.so.5
#14 0x7f451a2e144d in QQmlJavaScriptExpression::evaluate(QV4::CallData*,
bool*) () from /lib/x86_64-linux-gnu/libQt5Qml.so.5

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

[systemsettings] [Bug 469084] System Settings crashes on import of OpenVPN configuration file .ovpn

2023-04-27 Thread KerakTelor58
https://bugs.kde.org/show_bug.cgi?id=469084

KerakTelor58  changed:

   What|Removed |Added

 CC||needspam...@gmail.com

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

[plasmashell] [Bug 361623] Notifications is shown in the middle of the screen

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=361623

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #11 from Nate Graham  ---
On Fedora, this was recently traced to a packaging issue; see Bug 465690.
Ultimately wayland-devel was not included during the compilation process. Other
recent reports are probably something similar.

The original issue was corrected ages ago.

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

[plasmashell] [Bug 464750] Notifications: Share data and settings with a global singleton

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=464750

Nate Graham  changed:

   What|Removed |Added

 CC||k...@eardy.de

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

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

[plasmashell] [Bug 466647] Notification Widget not refreshing

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466647

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #5 from Nate Graham  ---


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

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

[plasmashell] [Bug 446274] When device is in MTP or PTP mode, only show actions relevant to that mode

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446274

Nate Graham  changed:

   What|Removed |Added

Summary|If an Android device is |When device is in MTP or
   |mounted in MTP mode, Disks  |PTP mode, only show actions
   |& Devices applet should not |relevant to that mode
   |offer device actions that   |
   |only work with PTP mode |
   Severity|normal  |wishlist

--- Comment #3 from Nate Graham  ---
Actions not relevant in PTP mode:
- Mount
- Open in File Manager

Actions not relevant in MTP mode:
- Download Photos with Gwenview
- Download Photos with Digikam
- View Photos with file manager

When in PTP mode, we can probably filter out Mount and Open in File Manager in
the applet code. But when in MTP mode, I suspect to filter out those actions,
we'll need to make changes to the device action files that come from the apps
themselves. They live in Gwenview, Digikam, and Kamera, respectively.

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

[plasmashell] [Bug 422717] plain color desktop wallpaper doesn't fill second monitor

2023-04-27 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=422717

skierpage  changed:

   What|Removed |Added

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

--- Comment #6 from skierpage  ---
This bug has happened a few more times, most recently today, so I'm reopening.
I'm now on Wayland and I don't know how to dump a window hierarchy like
`xwininfo`. The one thing I did in the most recent failure was plug in the
external DisplayPort monitor during boot (but long before I logged in to
Plasma).

Now I'm on Fedora 37, with
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9 on Wayland

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

[plasmashell] [Bug 422717] plain color desktop wallpaper doesn't fill second monitor

2023-04-27 Thread skierpage
https://bugs.kde.org/show_bug.cgi?id=422717

--- Comment #5 from skierpage  ---
Created attachment 158502
  --> https://bugs.kde.org/attachment.cgi?id=158502&action=edit
same problem (that wallpaper doesn't fill external monitor) with newer Plasma

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

[plasmashell] [Bug 446274] If an Android device is mounted in MTP mode, Disks & Devices applet should not offer device actions that only work with PTP mode

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446274

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED

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

[kdenlive] [Bug 469088] New: The cursor is moving in the wrong direction

2023-04-27 Thread Konstantin
https://bugs.kde.org/show_bug.cgi?id=469088

Bug ID: 469088
   Summary: The cursor is moving in the wrong direction
Classification: Applications
   Product: kdenlive
   Version: 23.04.0
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: jon9...@gmail.com
  Target Milestone: ---

Created attachment 158501
  --> https://bugs.kde.org/attachment.cgi?id=158501&action=edit
Video

If the mouse cursor is over the view window, then "Alt+Mouse Wheel" moves the
view cursor forward or backward (depending on which way I spin the mouse
wheel). The same thing Alt+Left/Right arrow on your keyboard does.

But if the mouse cursor is above the timebars window at the bottom, then
Alt+MouseCheck moves the mouse cursor ONLY FORWARD (no matter which way I roll
the mouse wheel). And it should move the viewer forward or backward through
parts of the clip.

Watch the video for details

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

[kscreenlocker] [Bug 417282] Set 24h in System Settings, got 12h in lockscreen

2023-04-27 Thread Wedge009
https://bugs.kde.org/show_bug.cgi?id=417282

--- Comment #13 from Wedge009  ---
Hmm, doesn't appear that I can edit recently posted comments.

I checked another system (also Plasma 5.25) and the lock screen seems to follow
the Formats - System Settings specifications, which (unfortunately, in my
opinion) is tied to locale. Time format for en_AU is set to 12-hour, which is
what the lock screen follows. To get 24-hour time on my main machine, I mangle
my Formats specifications.

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

[kscreenlocker] [Bug 417282] Set 24h in System Settings, got 12h in lockscreen

2023-04-27 Thread Wedge009
https://bugs.kde.org/show_bug.cgi?id=417282

--- Comment #12 from Wedge009  ---
I'm only on Plasma 5.25 but my lock screen is currently showing 24-hour time,
followed by day, dd mmm . This matches my expectations/preferences.

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

[krita] [Bug 468777] Touch rotation broken in macOS

2023-04-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=468777

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

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

[Discover] [Bug 469086] no metadata URIs for vendor-directory

2023-04-27 Thread winter0yu
https://bugs.kde.org/show_bug.cgi?id=469086

--- Comment #1 from winter...@163.com  ---
Linux version 6.2.12-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230201, GNU
ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC

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

[plasmashell] [Bug 446278] 'Mount' device action does not work (or is unnecessary) with MTP/PTP device

2023-04-27 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=446278

Bug Janitor Service  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED

--- Comment #1 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/2874

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

[kwin] [Bug 469087] New: Kwin crashes when changing Global Theme

2023-04-27 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=469087

Bug ID: 469087
   Summary: Kwin crashes when changing Global Theme
Classification: Plasma
   Product: kwin
   Version: 5.27.3
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: ja...@hotmail.com
  Target Milestone: ---

Application: kwin_x11 (5.27.3)

Qt Version: 5.15.8
Frameworks Version: 5.104.0
Operating System: Linux 6.2.9-1-liquorix-amd64 x86_64
Windowing System: X11
Distribution: Nitrux 2.7.1 build.310323.sh
DrKonqi: 5.27.3 [KCrashBackend]

-- Information about the crash:
I was changing the Global Theme settings and chose both check boxes to change
not just the appearance but also the desktop altogether to Breeze Dark, then
the crash occurred. I tried switching back to Nitrux Dark, but it crashed
again, and the wallpaper is a tiny square in the top left corner of the desktop
background.

The crash can be reproduced every time.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault

[KCrash Handler]
#4  0x7fd27114de55 in
std::default_delete::operator() (__ptr=0x55cb7080f530,
this=) at /usr/include/c++/11/bits/unique_ptr.h:79
#5  std::__uniq_ptr_impl >::reset (__p=0x0,
this=0x55cb7080abd8) at /usr/include/c++/11/bits/unique_ptr.h:182
#6  std::unique_ptr >::reset (__p=0x0,
this=0x55cb7080abd8) at /usr/include/c++/11/bits/unique_ptr.h:456
#7  KWin::Window::finishCompositing (this=0x55cb7080aab0,
releaseReason=) at ./src/window.cpp:370
#8  0x7fd27101fa95 in KWin::X11Window::finishCompositing
(releaseReason=KWin::ReleaseReason::Release, this=0x55cb7080aab0) at
./src/x11window.cpp:1491
#9  KWin::Compositor::stop (this=0x55cb707831d0) at ./src/composite.cpp:523
#10 KWin::Compositor::stop (this=0x55cb707831d0) at ./src/composite.cpp:505
#11 0x7fd271018a49 in KWin::Compositor::reinitialize (this=0x55cb707831d0)
at ./src/composite.cpp:628
#12 0x7fd26f6ad0d4 in QtPrivate::QSlotObjectBase::call (a=0x7fff168d79c0,
r=0x55cb707831d0, this=0x55cb707833b0) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#13 doActivate (sender=0x55cb7066a6d0, signal_index=61,
argv=0x7fff168d79c0) at kernel/qobject.cpp:3923
#14 0x7fd27116caf3 in KWin::Workspace::slotReconfigure
(this=0x55cb706d0820) at ./src/workspace.cpp:1017
#15 0x7fd26f6ad0d4 in QtPrivate::QSlotObjectBase::call (a=0x7fff168d7b70,
r=0x55cb706d0820, this=0x55cb707bc980) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:398
#16 doActivate (sender=0x55cb706d0960, signal_index=3,
argv=0x7fff168d7b70) at kernel/qobject.cpp:3923
#17 0x7fd26f6a6177 in QMetaObject::activate (sender=,
m=m@entry=0x7fd26f9162e0 ,
local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7fff168d7b70)
at kernel/qobject.cpp:3983
#18 0x7fd26f6b115e in QTimer::timeout (this=, _t1=...) at
.moc/moc_qtimer.cpp:205
#19 0x7fd26f6a29ff in QObject::event (this=0x55cb706d0960,
e=0x7fff168d7cf0) at kernel/qobject.cpp:1369
#20 0x7fd26ea18793 in QApplicationPrivate::notify_helper (this=, receiver=0x55cb706d0960, e=0x7fff168d7cf0) at
kernel/qapplication.cpp:3640
#21 0x7fd26f67507a in QCoreApplication::notifyInternal2
(receiver=0x55cb706d0960, event=0x7fff168d7cf0) at
kernel/qcoreapplication.cpp:1064
#22 0x7fd26f675252 in QCoreApplication::sendEvent (receiver=, event=) at kernel/qcoreapplication.cpp:1462
#23 0x7fd26f6cde0b in QTimerInfoList::activateTimers (this=0x55cb7045d300)
at kernel/qtimerinfo_unix.cpp:643
#24 0x7fd26f6ce754 in timerSourceDispatch (source=) at
kernel/qeventdispatcher_glib.cpp:183
#25 idleTimerSourceDispatch (source=) at
kernel/qeventdispatcher_glib.cpp:230
#26 0x7fd26ce7a7a9 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x7fd26ce7aa38 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x7fd26ce7aacc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x7fd26f6cead8 in QEventDispatcherGlib::processEvents
(this=0x55cb7045e570, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#30 0x7fd26f67399b in QEventLoop::exec (this=this@entry=0x7fff168d7f30,
flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:69
#31 0x7fd26f67bf34 in QCoreApplication::exec () at
../../include/QtCore/../../src/corelib/global/qflags.h:121
#32 0x7fd26fa53510 in QGuiApplication::exec () at
kernel/qguiapplication.cpp:1870
#33 0x7fd26ea18709 in QApplication::exec () at kernel/qapplication.cpp:2832
#34 0x55cb6ecd6c17 in main (argc=, argv=) at
./src/main_x11.cpp:447
[Inferior 1 (process 7653) detached]

Reported using DrKonqi

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

[plasmashell] [Bug 424485] GDbus-DBusMenu-Proxy does not work for GTK Wayland apps

2023-04-27 Thread luisbocanegra
https://bugs.kde.org/show_bug.cgi?id=424485

luisbocanegra  changed:

   What|Removed |Added

 CC||luisbocanegra...@gmail.com

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

[Discover] [Bug 469086] no metadata URIs for vendor-directory

2023-04-27 Thread winter0yu
https://bugs.kde.org/show_bug.cgi?id=469086

winter...@163.com  changed:

   What|Removed |Added

   Platform|Other   |Archlinux
 CC||winter...@163.com

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

[Discover] [Bug 469086] New: no metadata URIs for vendor-directory

2023-04-27 Thread winter0yu
https://bugs.kde.org/show_bug.cgi?id=469086

Bug ID: 469086
   Summary: no metadata URIs for vendor-directory
Classification: Applications
   Product: Discover
   Version: 5.27.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: plasma-b...@kde.org
  Reporter: winter...@163.com
CC: aleix...@kde.org
  Target Milestone: ---

Created attachment 158500
  --> https://bugs.kde.org/attachment.cgi?id=158500&action=edit
Discover about dialog for version info.

SUMMARY
Popup an error dialog for "no metadata URIs for vendor-directory" while
Discover startup.

STEPS TO REPRODUCE
1. Click Discover icon to start it.
2. Discover window show and popup this error dialog at once always without
other case.
3. 

OBSERVED RESULT
-: No any error.

EXPECTED RESULT
-: Popup this error dialog each startup time.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: See attachment picture.
(available in About System)
KDE Plasma Version:  See attachment picture.
KDE Frameworks Version: See attachment picture.
Qt Version: 

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 446278] 'Mount' device action does not work (or is unnecessary) with MTP/PTP device

2023-04-27 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446278

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
   Severity|normal  |minor
 CC||n...@kde.org
 Ever confirmed|0   |1

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

[krita] [Bug 410024] Autosave prevents saving (without any message for the user)

2023-04-27 Thread Pure
https://bugs.kde.org/show_bug.cgi?id=410024

Pure  changed:

   What|Removed |Added

 CC||darkedpa...@gmail.com

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

  1   2   3   4   5   6   >