[systemsettings] [Bug 488214] Being able to save audio profiles for different devices, that automatically changes when the device is changed

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488214

Nate Graham  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
Product|kde |systemsettings
  Component|general |kcm_pulseaudio
 CC||m...@ratijas.tk, n...@kde.org

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

[systemsettings] [Bug 488209] Online Accounts Crashes in Accounts::Provider::~Provider() while pressing add Add New Account

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488209

Nate Graham  changed:

   What|Removed |Added

 CC||ad...@leinir.dk,
   ||n...@kde.org
Summary|Online Accounts Crashes |Online Accounts Crashes in
   |while pressing add Add New  |Accounts::Provider::~Provid
   |Account |er() while pressing add Add
   ||New Account
 Resolution|--- |FIXED
   Version Fixed In||6.1
 Status|REPORTED|RESOLVED
  Component|general |kcm_kaccounts

--- Comment #1 from Nate Graham  ---
Cannot reproduce in current git master.

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

[kwin] [Bug 488208] Xpra breaks under kwin: context menus of remote applications disappear istantaneously

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488208

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 482770] While dragging pinned app icons, the target icon changes if your drag moves over something that opens a window thumbnail popup

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=482770

Nate Graham  changed:

   What|Removed |Added

 CC||slartibar...@gmail.com

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

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

[plasmashell] [Bug 488207] dragging icons (or gwenview zoom-box) on 2 displays with scale 125%/100% is not precise

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488207

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[frameworks-kwidgetsaddons] [Bug 488319] New: cb0f60c54e092a647ccf3831a0bc8ab08d79a3b8 regresses header appearance for QtWidgets KCMs

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488319

Bug ID: 488319
   Summary: cb0f60c54e092a647ccf3831a0bc8ab08d79a3b8 regresses
header appearance for QtWidgets KCMs
Classification: Frameworks and Libraries
   Product: frameworks-kwidgetsaddons
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: regression
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: cf...@kde.org
  Reporter: n...@kde.org
CC: kdelibs-b...@kde.org, kosse...@kde.org
  Target Milestone: ---

Created attachment 170355
  --> https://bugs.kde.org/attachment.cgi?id=170355=edit
Messed up header

STEPS TO REPRODUCE
1. Navigate to a QtWidgets KCM in System Settings like Device Actions (e.g by
running `systemsettings kcm_solid_actions`)

OBSERVED RESULT
Header is visually messed up, as in the attached screenshot

EXPECTED RESULT
Header looks the same as in QtQuick KCMs

ADDITIONAL INFORMATION
The regression is more significant with color schemes that have Header colors
such as Breeze Light, but it's still visibly broken with other color schemes
like Breeze Classic

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

[systemsettings] [Bug 488206] Widget config windows' custom sizes no longer remembered

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488206

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
Summary|Wallpapers setting page |Widget config windows'
   |starts too small|custom sizes no longer
   ||remembered
 CC||n...@kde.org
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
There are two issues going on here:
1. The window size remembering feature seems to be broken for widget settings
windows.
2. Even if that were fixed, all widgets share the same window size, so we can't
make only this window open at a larger size without affecting everything else
as well.

Let's use this to track issue #1. For #2, I've opened Bug 488318.

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

[plasmashell] [Bug 488318] Allow per-widget config window sizes/positions

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488318

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[systemsettings] [Bug 488206] Wallpapers setting page starts too small

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488206

Nate Graham  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 488318] New: Allow per-widget config window sizes/positions

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488318

Bug ID: 488318
   Summary: Allow per-widget config window sizes/positions
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: usability
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: n...@kde.org
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Right now widget config windows all have the same size; changing the size for
one and then opening another one causes that other one to open with the size
that the first one was closed with (or at least, it will once the regression
described in Bug 488206 is fixed).

This isn't ideal since the contents of these windows vary widely. A minimal
widget with only a few settings benefits from a small window, while something
like the wallpaper chooser benefits from a large window.

Accordingly, it would be good to make each widget able to choose its config
window's own size, and for those sizes (and on X11, positions too) to be
remembered on a per-widget basis.

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

[kwin] [Bug 488249] Renoise loose any keyboard input completely after first key press under Wayland.

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488249

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Is Renoise running under XWayland?

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

[plasmashell] [Bug 488204] Klipper messages are saved in the Notification History since Plasma 6.0

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488204

Nate Graham  changed:

   What|Removed |Added

   Keywords|reproducible|
 Status|REPORTED|CONFIRMED
 CC||k...@privat.broulik.de,
   ||n...@kde.org
   Severity|normal  |minor
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
> This regression may be related to Plasma 6 cleanup (e.g., commits a5e40fe5 
> and 8fa3fbf2).
Can you share Invent URLs to these commits? I can't figure out which repo
they're in.

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

[kwin] [Bug 488270] Displays lose setting when waking from power save.

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488270

Nate Graham  changed:

   What|Removed |Added

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

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

[kwin] [Bug 488281] touch screen edges broken on certain multi monitor setups

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488281

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 488243] Brightness resets unwanted

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488243

Nate Graham  changed:

   What|Removed |Added

 CC||jpe...@petsovits.com,
   ||n...@kde.org
 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #2 from Nate Graham  ---
So only the slider in the widget is broken, and the keyboard shortcuts work as
expected?

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

[KScreen] [Bug 488251] KScreen fails to set the resolution or refresh rate of my laptop on both Wayland and X11

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488251

Nate Graham  changed:

   What|Removed |Added

Summary|Some modified kscreen   |KScreen fails to set the
   |settings reset when |resolution or refresh rate
   |reloading the page  |of my laptop on both
   ||Wayland and X11
 Resolution|WAITINGFORINFO  |---
  Component|kcm_kscreen |common
 Status|NEEDSINFO   |REPORTED
 CC||xaver.h...@gmail.com
Product|systemsettings  |KScreen

--- Comment #7 from Nate Graham  ---
Thanks for checking. In that case I'm out of ideas. Maybe kscreen's backend is
broken pretty badly for your hardware, or maybe the hardware or its
firmware/drivers aren't behaving properly.

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

[Spectacle] [Bug 488233] [wayland] Rectangle Region Recordings Have Incorrect Resolution on Scaled Displays

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488233

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[Spectacle] [Bug 488234] [wayland] Single-Window Recordings Have Incorrect Resolution on Scaled Displays

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488234

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kscreenlocker] [Bug 488268] Keyboard layout can't be changed via its Alternative global shortcut

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488268

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kscreenlocker] [Bug 488268] Keyboard layout can't be changed via its Alternative global shortcut

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488268

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[systemsettings] [Bug 488278] Removed layouts persist in the kglobalshortcutsrc (Global Shortcuts) settings file, can be configured but can't be switched to

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488278

Nate Graham  changed:

   What|Removed |Added

 CC||evgeniyharchenko.dev@gmail.
   ||com, n...@kde.org
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[kscreenlocker] [Bug 488280] Multi combination key sequence to Switch keyboard layout to a particular layout works incorrectly

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488280

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kwin] [Bug 488205] High CPU load in application lookup for globals filter

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488205

Nate Graham  changed:

   What|Removed |Added

   Severity|minor   |normal
 CC||n...@kde.org

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

[kwin] [Bug 354741] Cancelling quick tile causes window to flicker

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=354741

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|6.1 |6.1.0

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

[kwin] [Bug 354741] Cancelling quick tile causes window to flicker

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=354741

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Version Fixed In||6.1

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

[kdeplasma-addons] [Bug 488244] XKCD comic strip goes into infinite refresh loop

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488244

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||6.1
 CC||n...@kde.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Nate Graham  ---
Fixed in Plasma 6.1.

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

[Discover] [Bug 488267] BusyIndicator on ApplicationsListPage is screwed

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488267

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
In principle I think we want it to work like this:
- When the page content is empty, center the indicator both vertically and
horizontally on the page
- When the page content has stuff and the user scrolls down to the bottom and
it needs to load mode, center the indicator horizontally right under the empty
space below the final item

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

[systemsettings] [Bug 488271] Layouts: Do we support shortcuts (key sequences) of multiple key combinations or not?

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488271

Nate Graham  changed:

   What|Removed |Added

   Keywords||usability
 CC||evgeniyharchenko.dev@gmail.
   ||com, n...@kde.org

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

[systemsettings] [Bug 488269] Layouts: Editing shortcut does not change the "needs save" state, i.e. does not refresh the Apply button

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488269

Nate Graham  changed:

   What|Removed |Added

 CC||evgeniyharchenko.dev@gmail.
   ||com, n...@kde.org
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Nate Graham  ---
Can confirm.

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

[systemsettings] [Bug 488251] Some modified kscreen settings reset when reloading the page

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488251

--- Comment #5 from Nate Graham  ---
So even kscreen-doctor does not work, thanks. Does any of this work in the
Plasma X11 session? If so, then the issue may be in KWin.

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

[plasmashell] [Bug 488235] Authentication is unnecessarily/pointlessly required to mount LUKS drive Plasma Desktop

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488235

Nate Graham  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
   Target Milestone|--- |1.0
Version|unspecified |6.0.5
Summary|Authentication is required  |Authentication is
   |to auto-mount LUKS drive|unnecessarily/pointlessly
   |Plasma Desktop  |required to mount LUKS
   ||drive Plasma Desktop
 CC||k...@davidedmundson.co.uk,
   ||n...@kde.org,
   ||sit...@kde.org
Product|kde |plasmashell
  Component|general |general

--- Comment #1 from Nate Graham  ---
Cannot reproduce on Fedora 40. Perhaps Polkit rules differ between distros
here?

Regardless, the fact that the authentication dialog is pointless because the
disk was already mounted is probably a bug in our code.

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

[plasmashell] [Bug 488232] local x-window app that still works from command line no longer launches from Kickoff or Panel

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488232

Nate Graham  changed:

   What|Removed |Added

  Component|Application Launcher|general
   |(Kickoff)   |
 CC||k...@davidedmundson.co.uk

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

[plasmashell] [Bug 488232] local x-window app that still works from command line no longer launches from Kickoff or Panel

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488232

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||n...@kde.org
 Status|REPORTED|NEEDSINFO
Summary|local x-window app that |local x-window app that
   |still works from command|still works from command
   |line no longer launches |line no longer launches
   ||from Kickoff or Panel

--- Comment #4 from Nate Graham  ---
Can you provide the program so we can test with it?

And can you also attach the .desktop file that was created for it in
~/.local/share/applications/ ?

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

[kde] [Bug 488266] kwin_wayland uses a lot of cpu, decreases when deleting Klipper's history

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488266

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Can you check again in Plasma 6.1 once it's released in about a week? Some
"high CPU usage" bugs relating to the clipboard were fixed there. thanks!

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

[plasmashell] [Bug 488246] maliit does not change layout when I change keyboard layout in the plasma environment

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488246

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
It definitely should, but I'm pretty sure this is a Maliit issue. Please report
it to them.

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

[systemsettings] [Bug 488251] Some modified kscreen settings reset when reloading the page

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488251

--- Comment #3 from Nate Graham  ---
Thanks. Can you use kscreen-doctor to change the settings? Or does that fail
too?

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

[plasma-nm] [Bug 488248] plasma-nm tray icon tooltip does not list VPN connection

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488248

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Did this work in the past? Or was it never like this?

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

[plasmashell] [Bug 483390] Task Manager window previews hide almost immediately when moving from one task to another in almost all panel orientations and movement directions

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=483390

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

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

[plasmashell] [Bug 488255] Moving cursor from one app to the adjacent app on the right makes preview popup vanish rapidly

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488255

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 488250] Plasma crashed on opening FreeBSD 14.1

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488250

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
If something crashed, we need a backtrace of it so we can figure out what's
going on. Can you please attach a backtrace of the crash using the
`coredumpctl` command-line program, as detailed in
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl?

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

[systemsettings] [Bug 488251] Some modified kscreen settings reset when reloading the page

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488251

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
When you change these settings and click apply, are they in fact applied as
expected? Or does nothing happen?

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

[plasmashell] [Bug 488252] With NVIDIA 555 driver, broken panels, broken volume notifications and other

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488252

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
If upgrading the NVIDIA driver caused this, then the issue is clearly caused by
the new version of the NVIDIA driver. I'd recommend contacting NVIDIA about it.
You paid money for their hardware, so you're entitled to support for it!

So please report this issue to the NVIDIA folks, either by sending an email to
linux-b...@nvidia.com or making a post at
https://forums.developer.nvidia.com/c/gpu-graphics/linux. It would be helpful
to the NVIDIA developers if you could run nvidia-bug-report.sh and attach the
resulting file in your report. Thanks!

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

[kwin] [Bug 488230] "drag window to top screen edge to maximize" effect can look a bit odd when letting go when Plasma's color scheme is dark

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488230

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Summary|"drag window to top screen  |"drag window to top screen
   |edge to maximize" effect|edge to maximize" effect
   |flickers when letting go|can look a bit odd when
   ||letting go when Plasma's
   ||color scheme is dark
 Status|REPORTED|CONFIRMED
 CC||n...@kde.org
   Severity|normal  |minor

--- Comment #2 from Nate Graham  ---
Not sure how this could be a regression. What you're seeing is pretty much the
intended behavior, it's just that it looks a bit odd because the overlay square
is dark.

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

[plasma-nm] [Bug 475459] Please follow BinaryUnitDialect or use decimal multiples of bits

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=475459

Nate Graham  changed:

   What|Removed |Added

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

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

[plasma-systemmonitor] [Bug 453854] Please follow BinaryUnitDialect, appropriately

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=453854

Nate Graham  changed:

   What|Removed |Added

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

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

[plasma-nm] [Bug 475459] Please follow BinaryUnitDialect or use decimal multiples of bits

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=475459

Nate Graham  changed:

   What|Removed |Added

 CC||aim_less...@hotmail.com

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

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

[kde] [Bug 488228] Request the ability to toggle the connection indicator from MiB and MB

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488228

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[plasma-nm] [Bug 475459] Please follow BinaryUnitDialect or use decimal multiples of bits

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=475459

Nate Graham  changed:

   What|Removed |Added

Summary|Please follow   |Please follow
   |BinaryUnitDialect or use|BinaryUnitDialect or use
   |decimal multiples of bits   |decimal multiples of bits
   |in network speed graph  |

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

[systemsettings] [Bug 488274] Printer kcm doesn't display printer name

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488274

Nate Graham  changed:

   What|Removed |Added

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

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

[xdg-desktop-portal-kde] [Bug 488282] xdg-desktop-portal-kde crashed since ~30seconds after login

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488282

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|REPORTED|NEEDSINFO

--- Comment #1 from Nate Graham  ---
Thank you for the bug report! Unfortunately I can't reproduce the crash myself
on current git master, and the backtrace is incomplete and missing debug
symbols for the following lines that we need to figure out exactly what's going
wrong.

Could you please install debug symbols and attach a new symbolicated backtrace
generated by using `coredumpctl gdb` in a terminal window? See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl
for details about how to do this.

Thanks again!

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

[plasmashell] [Bug 482222] When using a touchscreen, using multi-finger touch gestures causes the desktop to misbehave

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=48

Nate Graham  changed:

   What|Removed |Added

 CC||k...@willian.wang

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

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

[kwin] [Bug 488284] Touchscreen gestures triggering edit mode too easily

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488284

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[systemsettings] [Bug 488083] en_CA.UTF-8 locale shows A4 paper as "Standard format for Canadian English"

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488083

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #4 from Nate Graham  ---
So it's not so much that this is a bug in Qt, but an omission in Qt causes us
to do something ourselves and therefore introduce the bug.

Since the code is under our control, we could add an exception to this code
that says "Use Letter if the locate is Canada". It would be ugly, but feasible.
And then we can remove it once Qt grows the functionality we need.

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

[kwin] [Bug 488288] Block window manipulation shortcuts while the window is being dragged

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488288

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 CC||n...@kde.org
Summary|Maximizing a window while   |Block window manipulation
   |being moved causes it   |shortcuts while the window
   |maximize and return to  |is being dragged
   |original size immediately   |
   Priority|NOR |VLO
 Ever confirmed|0   |1
   Severity|normal  |wishlist

--- Comment #1 from Nate Graham  ---
I can reproduce this on Wayland. The effect is basically what I would expect:
it tries to maximize, but can't since you're actively moving it around.

I guess we could block window manipulation shortcuts for windows while they're
being dragged. This seems very low priority though, since nothing bad actually
happens if you do it anyway. :)

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

[kinfocenter] [Bug 488289] Window contents/text flicker when resizing when scrollbar is about to change visibility

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488289

Nate Graham  changed:

   What|Removed |Added

   Assignee|kwin-bugs-n...@kde.org  |plasma-b...@kde.org
  Component|general |general
 CC||sit...@kde.org
Product|kwin|kinfocenter

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

[kinfocenter] [Bug 480804] Energy page: layout flickers/vibrates

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=480804

Nate Graham  changed:

   What|Removed |Added

 CC||rajeeshknamb...@gmail.com

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

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

[kwin] [Bug 488289] Window contents/text flicker when resizing when scrollbar is about to change visibility

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488289

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |DUPLICATE
 CC||n...@kde.org
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Nate Graham  ---
This page is very high energy :)

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

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

[plasmashell] [Bug 351175] "Auto-Hide" mode does not work when panel is on an edge between two screens

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=351175

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|6.1 (Wayland-only)  |6.1 (Wayland only;
   ||infeasible to fix on X11)

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

[plasmashell] [Bug 488290] Dodge and autohide features don't work on multiscreen unless the panel is put on the edge of the multi screen setup

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488290

Nate Graham  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 351175] "Auto-Hide" mode does not work when panel is on an edge between two screens

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=351175

Nate Graham  changed:

   What|Removed |Added

 CC||colombo@gmail.com

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

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

[kwin] [Bug 488277] Unable to leave session when using custom window manager

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488277

Nate Graham  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Product|plasmashell |kwin
 CC||n...@kde.org
 Status|REPORTED|CONFIRMED
  Component|Session Management  |wayland-generic
   Keywords||regression
 Ever confirmed|0   |1
   Target Milestone|1.0 |---

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

[plasmashell] [Bug 488291] Panel stays on external monitor even if it's disconnected.

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488291

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 CC||n...@kde.org
   Keywords||multiscreen
 Resolution|--- |INTENTIONAL

--- Comment #1 from Nate Graham  ---
This is intended at the moment. Panels aren't expected to move on their own in
response to screen changes. We tried this in the past but it created an
unbelievable buggy and unpredictable experience regarding where panels went and
when. So there isn't going to be a change here, sorry.

If you want the *net effect* of what you're asking for, then instead of putting
a panel on the external screen, you should put the panel on your laptop's
internal screen, and then make the external screen Primary.

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

[plasmashell] [Bug 488293] Tag / label clipboard items so that it can be searched easily

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488293

Nate Graham  changed:

   What|Removed |Added

Version|unspecified |6.0.5
 CC||n...@kde.org
 Status|REPORTED|RESOLVED
 Resolution|--- |INTENTIONAL
Product|kdeplasma-addons|plasmashell
  Component|General |Clipboard
   Target Milestone|--- |1.0

--- Comment #1 from Nate Graham  ---
This is a fascinating and creative use case, but I'm afraid it's rather outside
of the bounds of what the widget was intended to be used for. You may instead
of be interested in the proposed "pinned clipboard items" feature (Bug 54212)
that you could use to pin these items. Beyond that, I think it would be a
better idea to store information of this kind in a text file where the data
could be explained, annotated, encrypted, etc. Your family members may even
appreciate the data being stored in an encrypted container (e.g. using Plasma
vaults) rather than in plaintext on the machine, available for everyone to
access. :)

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

[plasmashell] [Bug 488294] Panel Status and Notification icons are still highlighted after the cursor moves out of its boundary

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488294

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
  Component|general |System Tray
 CC||mate...@gmail.com,
   ||n...@kde.org
   Severity|normal  |minor
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Can reproduce on Wayland too. The highlight effect disappears when the cursor
moves out of the popup, but not when it moves off of the specific item.

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

[frameworks-kded] [Bug 488297] Crash in QGuiApplicationPrivate::createPlatformIntegration() during startup

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488297

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
Summary|Crash during startup|Crash in
   ||QGuiApplicationPrivate::cre
   ||atePlatformIntegration()
   ||during startup

--- Comment #1 from Nate Graham  ---
Looks a *bit* like Bug 473824, which was supposed to have been fixed in 6.0.

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

[Bluedevil] [Bug 488296] Pairing bluetooth speaker triggers constant reconnecting and bluetooth profile switching

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488296

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Were any non-KDE packages updated too? This kind of behavior change is
typically caused by a regression in the bluetooth stack beneath Plasma.

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

[kwin] [Bug 488261] Minimum window size is not applied initially

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488261

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[systemsettings] [Bug 488292] Settings in the ksmserver KCM are not initialized to their actual values when returning to it from another KCM

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488292

Nate Graham  changed:

   What|Removed |Added

Summary|The KCM for ksmserver is|Settings in the ksmserver
   |not initialised when|KCM are not initialized to
   |returning to it from|their actual values when
   |another KCM |returning to it from
   ||another KCM
   Severity|minor   |normal
 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
Can reproduce.

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

[plasmashell] [Bug 483154] plasmashell crashes in SystemTray::showStatusNotifierContextMenu opening Steam menu

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=483154

Nate Graham  changed:

   What|Removed |Added

 Status|RESOLVED|REPORTED
 Ever confirmed|1   |0
 Resolution|DUPLICATE   |---

--- Comment #13 from Nate Graham  ---
Un-marking as a duplicate of Bug 484261 since that was supposed to be fixed in
Qt 6.7, but we're still getting crash reports from people not using Qt 6.7.

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

[plasmashell] [Bug 488190] plasmashell crashed after clicking on the Steam tray icon

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488190

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


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

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

[plasmashell] [Bug 483154] plasmashell crashes in SystemTray::showStatusNotifierContextMenu opening Steam menu

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=483154

Nate Graham  changed:

   What|Removed |Added

 CC||kdeb...@fratti.ch

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

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

[plasmashell] [Bug 484261] Plasmashell crashed on right click on the Desktop on a second screen

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=484261

Nate Graham  changed:

   What|Removed |Added

 CC||kdeb...@fratti.ch

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

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

[plasmashell] [Bug 488190] plasmashell crashed after clicking on the Steam tray icon

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488190

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #4 from Nate Graham  ---
Thread 1 (Thread 0x78b231ba0a00 (LWP 1488)):
[KCrash Handler]
#5  0x78b236c8859f in
std::__atomic_base::load
(this=, __m=std::memory_order_relaxed, this=,
__m=) at /usr/include/c++/14.1.1/bits/atomic_base.h:833
#6  std::atomic::load (this=, __m=std::memory_order_relaxed, this=, __m=)
at /usr/include/c++/14.1.1/atomic:582
#7 
QAtomicOps::loadRelaxed
(_q_value=, _q_value=) at
/usr/src/debug/qt6-base/qtbase/src/corelib/thread/qatomic_cxx11.h:202
#8  QBasicAtomicPointer::loadRelaxed
(this=, this=) at
/usr/src/debug/qt6-base/qtbase/src/corelib/thread/qbasicatomic.h:170
#9  QtSharedPointer::ExternalRefCountData::getAndRef
(obj=obj@entry=0x5e5425166170) at
/usr/src/debug/qt6-base/qtbase/src/corelib/tools/qsharedpointer.cpp:1454
#10 0x78b23717f511 in QWeakPointer::QWeakPointer
(this=, ptr=0x5e5425166170) at
/usr/src/debug/qt6-base/qtbase/src/corelib/tools/qsharedpointer_impl.h:733
#11 QWeakPointer::assign (this=0x5e5429c61210,
ptr=0x5e5425166170) at
/usr/src/debug/qt6-base/qtbase/src/corelib/tools/qsharedpointer_impl.h:728
#12 0x78b2371d229f in QPointer::operator= (this=0x5e5429c61210,
p=0x5e5425166170, this=, p=) at
/usr/src/debug/qt6-base/qtbase/src/corelib/kernel/qpointer.h:71
#13 QWindowPrivate::connectToScreen (this=, screen=) at /usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindow.cpp:490
#14 QWindowPrivate::setTopLevelScreen (this=0x5e5429c610c0,
newScreen=0x5e5425166170, recreate=) at
/usr/src/debug/qt6-base/qtbase/src/gui/kernel/qwindow.cpp:515
#15 0x78b238b36a87 in QWidgetPrivate::create
(this=this@entry=0x5e5429994340) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.cpp:1318
#16 0x78b238b35816 in QWidget::create (this=0x78b21c00a8c0,
window=, initializeWindow=,
destroyOldWindow=) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.cpp:1209
#17 0x78b238b361e5 in QWidgetPrivate::createWinId (this=) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.cpp:2404
#18 0x78b238b3626b in QWidget::winId (this=0x78b21c00a8c0) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.h:101
#19 QWidget::winId (this=this@entry=0x78b21c00a8c0) at
/usr/src/debug/qt6-base/qtbase/src/widgets/kernel/qwidget.cpp:2368
#20 0x78b230022b5d in SystemTray::showStatusNotifierContextMenu
(this=, job=, statusNotifierIcon=0x5e542a1cf750)
at
/usr/src/debug/plasma-workspace/plasma-workspace-6.0.5.1/applets/systemtray/systemtray.cpp:235
#21 0x78b2300274af in SystemTray::qt_metacall (this=0x5e5425958a40,
_c=QMetaObject::InvokeMetaMethod, _id=4, _a=0x7ffee62ebd88) at
/usr/src/debug/plasma-workspace/build/applets/systemtray/org.kde.plasma.private.systemtray_autogen/EWIEGA46WW/moc_systemtray.cpp:228
#22 0x78b237ef189b in QQmlObjectOrGadget::metacall (this=0x7ffee62ec050,
type=QMetaObject::InvokeMetaMethod, index=, argv=) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/qml/qqmlobjectorgadget.cpp:14
#23 0x78b237dcdcce in QV4::CallMethod (object=,
index=, returnType=..., argCount=,
argTypes=, engine=, callArgs=,
callType=) at /usr/include/qt6/QtCore/qvarlengtharray.h:84
#24 QV4::CallPrecise (object=..., data=, engine=,
engine@entry=0x5e5425b79a00, callArgs=,
callArgs@entry=0x78b2093bf590,
callType=callType@entry=QMetaObject::InvokeMetaMethod) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:1950
#25 0x78b237dd0999 in operator() (__closure=) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:2924
#26 operator() > (__closure=,
call=) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:2901
#27 QV4::QObjectMethod::callInternal (this=0x7ffee62ec170,
thisObject=, argv=0x78b2093bf550, argc=2) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4qobjectwrapper.cpp:2924
#28 0x78b237e1a29a in QV4::Moth::VME::interpret (frame=0x7ffee62ec520,
engine=0x5e5425b79a00, code=0x5e5429baa330 "\220\315\3317\262x") at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp:798
#29 0x78b237e1e163 in QV4::Moth::VME::exec (frame=,
engine=) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4vme_moth.cpp:487
#30 0x78b237d854af in qfoDoCall (fo=, thisObject=, argv=, argc=) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4functionobject.cpp:526
#31 0x78b237dc73d0 in QV4::QObjectSlotDispatcher::impl (which=, this_=, receiver=, metaArgs=0x7ffee62ec860,
ret=) at
/usr/src/debug/qt6-declarative/qtdeclarative/src/qml/jsruntime/qv4jscall_p.h:84
#32 0x000

[plasmashell] [Bug 488078] Panel Edit mode keeps crashing

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488078

Nate Graham  changed:

   What|Removed |Added

  Component|Panel   |generic-crash
 CC||n...@kde.org
 Status|REPORTED|NEEDSINFO
 Resolution|--- |BACKTRACE

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

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

[Breeze] [Bug 488303] Internal margins of menus and comboboxes in pure GTK4 apps are truncated

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488303

Nate Graham  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 488225] After waking from a sleep of a few hours, the desktop session shows a black screen with a cursor

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488225

Nate Graham  changed:

   What|Removed |Added

   Severity|crash   |major

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

[plasmashell] [Bug 488225] After waking from a sleep of a few hours, the desktop session shows a black screen with a cursor

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488225

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---
Does the black screen happen in place of the lock screen? Or after you unlock
the screen? Or is screen locking not involved here because you disabled
screenlocking and the black background is what you see instead of Plasma and
your apps?

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

[plasmashell] [Bug 488311] New: c25acbad5950e089d4c20684fa8d2b5779bce877 makes notification popup height unbounded

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488311

Bug ID: 488311
   Summary: c25acbad5950e089d4c20684fa8d2b5779bce877 makes
notification popup height unbounded
Classification: Plasma
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: regression
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: plasma-b...@kde.org
  Reporter: n...@kde.org
CC: k...@privat.broulik.de
  Target Milestone: 1.0

STEPS TO REPRODUCE
1. In a terminal window, run `notify-send "hi" "Lorem ipsum dolor sit amet,
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum Lorem ipsum dolor sit amet, consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna
aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint
occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim
id est laborum Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum"`


OBSERVED RESULT
Notification popup is super tall and may even overflow the screen.


EXPECTED RESULT
Notification popup has a bounded height and the absurdly long content scrolls.


ADDITIONAL INFORMATION
Normally you won't see notification text this long, but it's always possible in
principle for apps to send super long text. And specifically, it happens due to
an unfortunate NeoChat bug: Bug 475228.

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

[NeoChat] [Bug 475228] Notifications contain full chat history going back minutes or hours, rather than just the latest message

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=475228

Nate Graham  changed:

   What|Removed |Added

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

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

[NeoChat] [Bug 488272] Neochat crashes

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488272

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression

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

[systemsettings] [Bug 488262] Before resize, context menus cannot be dismissed, and Kirigami overlays do not render.

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488262

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #2 from Nate Graham  ---
I can't reproduce this with `kcmshell6 kcm_componentchooser` or when running it
from System Settings either. Does the issue reproduce with any other QML
comboboxes on other System Settings pages? For example Mouse, Touchpad, Audio,
or Display & Monitor?

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

[kwin] [Bug 488306] (Plasma 6) Firefox Picture-In-Picture Not In Alt+Tab Despite Window Rule Configuration

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488306

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[plasmashell] [Bug 488308] ksmserver authentication regression

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488308

Nate Graham  changed:

   What|Removed |Added

   Keywords||regression
  Component|general |Session Management
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
Version|unspecified |5.27.9
 CC||k...@davidedmundson.co.uk,
   ||natalie_clar...@yahoo.de,
   ||n...@kde.org
   Target Milestone|--- |1.0
 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
Product|kde |plasmashell

--- Comment #1 from Nate Graham  ---
Do the apps fail to launch or exhibit functional regressions? Or is there no
apparent issue seen other than the logging?

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

[plasmashell] [Bug 488187] CVE-2024-36041 patches in 6.0.5.1 break shutdown/restart on X11

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488187

--- Comment #12 from Nate Graham  ---
Never mind from me;  the issue I was experiencing was something else, and not
the exact issue being reported here.

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

[plasmashell] [Bug 488174] Moving panel from left screen edge to bottom screen edge fails and crashes plasmashell in PlasmaQuick::ContainmentView::formFactorChanged() after you close edit mode

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488174

--- Comment #3 from Nate Graham  ---
It's also not CatWalk causing it; I removed that widget and the problem still
reproduces.

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

[plasmashell] [Bug 488174] Moving panel from left screen edge to bottom screen edge fails and crashes plasmashell in PlasmaQuick::ContainmentView::formFactorChanged() after you close edit mode

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488174

--- Comment #2 from Nate Graham  ---
Created attachment 170347
  --> https://bugs.kde.org/attachment.cgi?id=170347=edit
How I reproduce the issue

I'm attaching a screen recording that shows me reproducing the issue so you can
be sure you're testing the same way.

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

[plasmashell] [Bug 468955] Triangular mouse filtering does not work at all in RTL (Right-to-Left) mode

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=468955

--- Comment #4 from Nate Graham  ---
That exact thing is failing for me in `LANGUAGE=ar_AR plasmashell --replace`
with a horizontal panel and two Dolphin windows.

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

[plasmashell] [Bug 488307] Widget-specific icons are mostly no longer seen (e.g. in Widget Explorer and Alternatives dialog)

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488307

--- Comment #3 from Nate Graham  ---
In Widget explorer, only the Activity Pager and Folder View widgets show their
widget-specific icons. All the others don't get shown. You can open up Icon
Explorer and search for "org.kde.plasma." to see all the other icons that
should be shown there but aren't.

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

[libplasma] [Bug 487625] Kickoff shows three items + spacing in each column instead of four items

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=487625

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||6.1
   Keywords||regression
 CC||n...@kde.org
   Severity|major   |normal

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

[plasmashell] [Bug 488307] Widget-specific icons are mostly no longer seen (e.g. in Widget Explorer and Alternatives dialog)

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488307

--- Comment #1 from Nate Graham  ---
Created attachment 170345
  --> https://bugs.kde.org/attachment.cgi?id=170345=edit
Mostly missing in Widget Explorer

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

[plasmashell] [Bug 488307] New: Widget-specific icons are mostly no longer seen (e.g. in Widget Explorer and Alternatives dialog)

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488307

Bug ID: 488307
   Summary: Widget-specific icons are mostly no longer seen (e.g.
in Widget Explorer and Alternatives dialog)
Classification: Plasma
   Product: plasmashell
   Version: git-stable-Plasma/6.1
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: regression
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: n...@kde.org
CC: evgeniyharchenko@gmail.com,
k...@davidedmundson.co.uk, nicolas.fe...@gmx.de
  Target Milestone: 1.0

Created attachment 170344
  --> https://bugs.kde.org/attachment.cgi?id=170344=edit
Missing in Alternatives dialog

STEPS TO REPRODUCE
1. Right-click Kickoff > Show Alternatives OR Right-click panel > Add Widgets


OBSERVED RESULT
Almost all widgets are missing their custom icons (e.g. Kickoff does not show
the `org.kde.plasma.kickoff` icon, insyead showing the generic
`start-here-kde-plasma` icon


EXPECTED RESULT
Any widgets with custom icons show them


ADDITIONAL INFORMATION
This is a recent regression which started happening only a few days ago. I
thought https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/4393
looked suspicious but unfortunately plasma-workspace does not build with it
reverted, so I couldn't test that.

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

[NeoChat] [Bug 488305] New: efb72652ce9596c59298563bf0d86b65f6cfc7bc causes NeoChat to crash when I try to reply to a specific message

2024-06-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=488305

Bug ID: 488305
   Summary: efb72652ce9596c59298563bf0d86b65f6cfc7bc causes
NeoChat to crash when I try to reply to a specific
message
Classification: Applications
   Product: NeoChat
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Keywords: regression
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: fe...@posteo.de
  Reporter: n...@kde.org
CC: c...@carlschwan.eu, james.h.gra...@protonmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. Be me. Unsure if this is required, but the message in question is a direct
reply to something I wrote. Possibly it will not reproduce for you, but will
reproduce with a reply to one of *your* messages?
2. Locate the message with URL
https://matrix.to/#/!cbhzHdSgDDghlosjCd:kde.org/$akgrkqxEnXWSeFCxooTPPGnwEGsqF1bJJ5F9Jk0SjsA
3. Hover over it and click on the Reply button


OBSERVED RESULT
NeoChat crashes 100% of the time with this backtrace:

(gdb) bt
#0  __pthread_kill_implementation
(threadid=, signo=signo@entry=11, no_tid=no_tid@entry=0) at
pthread_kill.c:44
#1  0x7f6020eab1b3 in __pthread_kill_internal (threadid=,
signo=11)
at pthread_kill.c:78
#2  0x7f6020e5365e in __GI_raise (sig=11) at ../sysdeps/posix/raise.c:26
#3  0x7f602514d9a3 in KCrash::defaultCrashHandler (sig=11)
at /home/nate/kde/src/kcrash/src/kcrash.cpp:597
#4  0x7f6020e53710 in  () at /lib64/libc.so.6
#5  0x7f6021641a91 in QArrayDataPointer::constEnd
(this=)
at
/usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/tools/qarraydatapointer.h:127
#6  QList::constEnd (this=)
at
/usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/tools/qlist.h:619
#7  indexOf (o=..., key=...,
keyExists=keyExists@entry=0x7ffda10429cf)
at
/usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/serialization/qjsonobject.cpp:262
#8  0x7f60216425fb in QJsonObject::valueImpl
(this=0x644eda8, key=...)
at
/usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/serialization/qjsonobject.cpp:314
#9  QJsonObject::value (this=0x644eda8, key=...)
at
/usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/serialization/qjsonobject.cpp:301
#10 0x7f6023f95db9 in QJsonObject::operator[] (this=,
key=...)
at /usr/include/qt6/QtCore/qjsonobject.h:61
#11 Quotient::RoomEvent::id (this=)
at /home/nate/kde/src/libquotient/Quotient/events/roomevent.cpp:24
#12 0x00724fba in operator()
(__closure=0x6542d80, oldEventId=, newEventId=)
at /home/nate/kde/src/neochat/src/models/messagecontentmodel.cpp:134
#13 QtPrivate::FunctorCall, QtPrivate::List, void,
MessageContentModel::initializeModel():: >::call
(f=..., arg=) at
/usr/include/qt6/QtCore/qobjectdefs_impl.h:137
#14
QtPrivate::FunctorCallable, const QString&, const
QString&>::call, void> (f=...,
arg=) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:345
#15
QtPrivate::QCallableObject, QtPrivate::List,
void>::impl(int, QtPrivate::QSlotObjectBase *, QObject *, void **, bool *)
(which=, this_=0x6542d70, r=, a=, ret=) at /usr/include/qt6/QtCore/qobjectdefs_impl.h:555
#16 0x7f60215fa752 in QtPrivate::QSlotObjectBase::call
(this=0x6542d70, r=, a=0x7ffda1042bc0)
at
/usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qobjectdefs_impl.h:469
#17 doActivate (sender=0x467c630, signal_index=4, argv=0x7ffda1042bc0)
at
/usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qobject.cpp:4086
#18 0x7f60215f0b47 in QMetaObject::activate
(sender=sender@entry=0x467c630, m=m@entry=0x81cc60
,
local_signal_index=local_signal_index@entry=1, argv=argv@entry=0x7ffda1042bc0)
at
/usr/src/debug/qt6-qtbase-6.7.1-2.fc40.x86_64/src/corelib/kernel/qobject.cpp:4146
#19 0x005b7105 in ChatBarCache::relationIdChanged (this=0x467c630,
_t1=..., _t2=...)
--Type  for more, q to quit, c to continue without paging--c
at
/home/nate/kde/build/neochat/src/neochat_autogen/include/moc_chatbarcache.cpp:318
#20 ChatBarCache::setEditId (this=0x467c630, editId=...)
at /home/nate/kde/src/neochat/src/chatbarcache.cpp:83
#21 0x005b802b in ChatBarCache::qt_metacall
(this=0x467c630, _c=QMetaObject::WriteProperty, _id=4, _a=0x7ffda1042df0)
at
/home/nate/kde/build/neochat/src/neochat_autogen/include/moc_chatbarcache.cpp:302
#22 0x7f6024443075 in QV4::QObjectWrapper::setProperty
(engine=engine@entry=0x233aef0, object=object@entry=0x467c630,
property=0x664aa10, value=...)
at
/usr/src/debug/qt6-qtdeclarative-6.7.1-2.fc40.x86_64/src/qml/qml/qqmlpropertydata_p.h:256
#23 0x7f6024443fbe in QV4::QObjectWrapper::setQmlProperty
(engine=engine@entry=0x233aef0, qmlContext=..., object=0x467c630,
name=, flags=flags@entry=..., value=...)
at

[plasmashell] [Bug 483805] Reconsider using power profile icons when not using Balanced mode and plugged in but not fully charged - Also add options to enable showing ONLY battery icon and/or percenta

2024-06-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=483805

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|6.1 (supposedly?)   |
 Status|REOPENED|ASSIGNED

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

[plasma-nm] [Bug 487761] Tray icon does not show VPN status

2024-06-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=487761

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-nm/-/commit/71bf2 |ma/plasma-nm/-/commit/94838
   |9ab19a0683715da241987357ae4 |094a0879acdd6c6cb8b56403364
   |c0b3aa24|2e11676f

--- Comment #7 from Nate Graham  ---
Git commit 94838094a0879acdd6c6cb8b564033642e11676f by Nate Graham.
Committed on 08/06/2024 at 22:24.
Pushed by ngraham into branch 'Plasma/6.1'.

applet: Append -symbolic to plasmoid.icon when in a panel

This is generally what we do for other widgets. This way it gets done
once, universally.
FIXED-IN: 6.1

M  +1-1applet/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-nm/-/commit/94838094a0879acdd6c6cb8b564033642e11676f

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

[plasma-nm] [Bug 487761] Tray icon does not show VPN status

2024-06-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=487761

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-nm/-/commit/71bf2
   ||9ab19a0683715da241987357ae4
   ||c0b3aa24
   Version Fixed In||6.1

--- Comment #6 from Nate Graham  ---
Git commit 71bf29ab19a0683715da241987357ae4c0b3aa24 by Nate Graham.
Committed on 08/06/2024 at 22:21.
Pushed by ngraham into branch 'master'.

applet: Append -symbolic to plasmoid.icon when in a panel

This is generally what we do for other widgets. This way it gets done
once, universally.
FIXED-IN: 6.1

M  +1-1applet/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-nm/-/commit/71bf29ab19a0683715da241987357ae4c0b3aa24

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

[plasmashell] [Bug 486844] Trash settings: size limit initially greyed-out

2024-06-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=486844

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/netw
   ||ork/kio-extras/-/commit/342
   ||ae3694f08d7fddd71d527800da9
   ||c00387dcae
   Version Fixed In||24.08.0
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Nate Graham  ---
Git commit 342ae3694f08d7fddd71d527800da9c00387dcae by Nate Graham, on behalf
of Paul Worrall.
Committed on 08/06/2024 at 19:31.
Pushed by ngraham into branch 'master'.

Correct trash kcm dialog initialization

The dialog is first displayed with (for instance) Size checked
but the Limit to spin box disabled.

This is because the dialog box elements were not connected up
at the time the useTypeChanged method is called
FIXED-IN: 24.08.0

M  +2-1kcms/trash/kcmtrash.cpp

https://invent.kde.org/network/kio-extras/-/commit/342ae3694f08d7fddd71d527800da9c00387dcae

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

[kwin] [Bug 407917] Poor performance when open a more than N argb windows

2024-06-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407917

Nate Graham  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
   Version Fixed In||6.1
 Status|NEEDSINFO   |RESOLVED

--- Comment #19 from Nate Graham  ---
Great news!

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

[kwin] [Bug 472959] kwin_wayland crashed in "KWin::Workspace::setActiveWindow(KWin::Window*)"? after closing an app

2024-06-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=472959

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

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

[plasmashell] [Bug 463847] Plasma crashes when hovering over the options from the context menu of a popup

2024-06-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=463847

--- Comment #10 from Nate Graham  ---
Git commit 2a1ad12c5cc46109f79db682a5ecb72d9641bfd3 by Nate Graham, on behalf
of Akseli Lahtinen.
Committed on 08/06/2024 at 13:10.
Pushed by ngraham into branch 'Plasma/6.1'.

foldermodel.cpp: add context to menu connection

Menu connection was missing "this" as context, so it would be called
even if "this" was not there anymore.

The bug I've linked before is very difficult to reproduce, it seems to 
be a race condition that triggers rarely for some, more often for others.
I have only gotten it happen once, but the backtrace indicates this seems
to be the problem.


(cherry picked from commit 2772401d010bc59affa1367002f55a459d2d166d)

8e83c02d foldermodel.cpp: add context to menu connection

Co-authored-by: Akseli Lahtinen 

M  +1-1containments/desktop/plugins/folder/foldermodel.cpp

https://invent.kde.org/plasma/plasma-desktop/-/commit/2a1ad12c5cc46109f79db682a5ecb72d9641bfd3

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

[plasma-nm] [Bug 487761] Tray icon does not show VPN status

2024-06-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=487761

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Keywords||regression

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

  1   2   3   4   5   6   7   8   9   10   >