[Falkon] [Bug 445419] Please make tabs touch the top border (quality of life fix)

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445419

genghisk...@gmx.ca changed:

   What|Removed |Added

 CC||genghisk...@gmx.ca

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

[gwenview] [Bug 441162] Png file with gamma show washed out colours

2022-02-14 Thread Ancoron
https://bugs.kde.org/show_bug.cgi?id=441162

Ancoron  changed:

   What|Removed |Added

Summary|Png file with alpha removed |Png file with gamma show
   |through imagemagick show|washed out colours
   |washed out colours  |

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

[digikam] [Bug 450261] Digikam searches for sidecar files even though reading them is disabled

2022-02-14 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=450261

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
I'll debug it tonight, but I'm pretty sure digiKam won't look for sidecars
during startup scan if the option is disabled. A quick look at the code
confirms this.
If you select a single image in the GUI and have the Properties tab open, it
will look for a sidecar. This is intentional because the property is intended
to show whether the image has a sidecar, regardless of the setting to read or
write sidecars.

Maik

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

[krita] [Bug 450290] I cannot zoom the canvas with mouse wheel. I tried different settings but without any luck.

2022-02-14 Thread Halla Rempt
https://bugs.kde.org/show_bug.cgi?id=450290

Halla Rempt  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||ha...@valdyas.org
 Status|REPORTED|RESOLVED

--- Comment #1 from Halla Rempt  ---
Works here, on a fresh account, out of the box, on a M1 mac mini. Since you
don't specify which "different settings" you have tried, we cannot help you
going on, and since this is clearly not a bug report but a request for user
support, we'll close the report.

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

[gwenview] [Bug 441162] Png file with alpha removed through imagemagick show washed out colours

2022-02-14 Thread Ancoron
https://bugs.kde.org/show_bug.cgi?id=441162

--- Comment #8 from Ancoron  ---
The actual issue here is that gwenview (or Qt) interprets the gamma value
incorrectly. ImageMagick (and other tools) set a default gamma of 2.2 for PNG's
and/or other file formats that support this metadata.

For the attached files, here's some metadata:

test.png:

Bit Depth   : 8
Color Type  : RGB with Alpha
Compression : Deflate/Inflate
Filter  : Adaptive
Interlace   : Noninterlaced
Pixels Per Unit X   : 11811
Pixels Per Unit Y   : 11811
Pixel Units : meters
Image Size  : 1800x2700


hires.png:

Bit Depth   : 8
Color Type  : RGB
Compression : Deflate/Inflate
Filter  : Adaptive
Interlace   : Noninterlaced
Gamma   : 2.2   <<< creating trouble for gwenview
White Point X   : 0.3127
White Point Y   : 0.329
Red X   : 0.64
Red Y   : 0.33
Green X : 0.3
Green Y : 0.6
Blue X  : 0.15
Blue Y  : 0.06
Background Color: 255 255 255
Pixels Per Unit X   : 11811
Pixels Per Unit Y   : 11811
Pixel Units : meters
Modify Date : 2021:08:19 10:24:04
Warning : [minor] Text chunk(s) found after PNG IDAT
(may be ignored by some readers)
Datecreate  : 2021-08-19T10:23:53+00:00
Datemodify  : 2021-08-19T08:57:54+00:00
Image Size  : 1800x2700


You can "fix" the PNG's for gwenview usually with: `convert  -set gamma
2.2 `

...which actually sets the PNG gamma value to 0.4545, since it's the inverse
(and which is what gwenview should be doing).

However, that breaks the image for almost any other viewer/browser/editor that
interpret the gamma value, since they then are doing the color correction in
the inverse way with the inversed value.

Some background on why it is the way it is:
https://www.cambridgeincolour.com/tutorials/gamma-correction.htm

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

[krita] [Bug 450290] New: I cannot zoom the canvas with mouse wheel. I tried different settings but without any luck.

2022-02-14 Thread Jakub
https://bugs.kde.org/show_bug.cgi?id=450290

Bug ID: 450290
   Summary: I cannot zoom the canvas with mouse wheel. I tried
different settings but without any luck.
   Product: krita
   Version: 5.0.2
  Platform: macOS (DMG)
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: * Unknown
  Assignee: krita-bugs-n...@kde.org
  Reporter: soltes.ja...@gmail.com
  Target Milestone: ---

Krita

 Version: 5.0.2
 Languages: 
 Hidpi: true

Qt

  Version (compiled): 5.12.12
  Version (loaded): 5.12.12

OS Information

  Build ABI: arm64-little_endian-lp64
  Build CPU: arm64
  CPU: arm64
  Kernel Type: darwin
  Kernel Version: 21.3.0
  Pretty Productname: macOS 12.2
  Product Type: osx
  Product Version: 12.2

OpenGL Info

  Vendor:  "Apple" 
  Renderer:  "Apple M1 Pro" 
  Version:  "4.1 Metal - 76.3" 
  Shading language:  "4.10" 
  Requested format:  QSurfaceFormat(version 3.2, options
QFlags(), depthBufferSize 24, redBufferSize 8,
greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8, stencilBufferSize 8,
samples -1, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 0,
colorSpace QSurfaceFormat::DefaultColorSpace, profile 
QSurfaceFormat::CoreProfile) 
  Current format:  QSurfaceFormat(version 4.1, options
QFlags(), depthBufferSize 32, redBufferSize 8,
greenBufferSize 8, blueBufferSize 8, alphaBufferSize 8, stencilBufferSize 8,
samples 0, swapBehavior QSurfaceFormat::DoubleBuffer, swapInterval 0,
colorSpace QSurfaceFormat::DefaultColorSpace, profile 
QSurfaceFormat::CoreProfile) 
 Version: 4.1
 Supports deprecated functions false 
 is OpenGL ES: false 
  supportsBufferMapping: true 
  supportsBufferInvalidation: false 
  Extensions: 
 "GL_ARB_gpu_shader_fp64" 
 "GL_EXT_texture_filter_anisotropic" 
 "GL_ARB_vertex_type_2_10_10_10_rev" 
 "GL_EXT_texture_sRGB_decode" 
 "GL_ARB_sample_shading" 
 "GL_ARB_shader_bit_encoding" 
 "GL_ARB_blend_func_extended" 
 "GL_ARB_sampler_objects" 
 "GL_ARB_texture_cube_map_array" 
 "GL_EXT_texture_compression_s3tc" 
 "GL_ARB_timer_query" 
 "GL_ARB_ES2_compatibility" 
 "GL_ARB_explicit_attrib_location" 
 "GL_ARB_instanced_arrays" 
 "GL_ARB_internalformat_query" 
 "GL_APPLE_texture_range" 
 "GL_ARB_separate_shader_objects" 
 "GL_ARB_transform_feedback2" 
 "GL_ARB_transform_feedback3" 
 "GL_APPLE_row_bytes" 
 "GL_APPLE_flush_render" 
 "GL_ARB_texture_gather" 
 "GL_EXT_debug_marker" 
 "GL_ARB_occlusion_query2" 
 "GL_ARB_texture_rgb10_a2ui" 
 "GL_ARB_tessellation_shader" 
 "GL_ARB_gpu_shader5" 
 "GL_ARB_texture_query_lod" 
 "GL_ARB_vertex_attrib_64bit" 
 "GL_EXT_debug_label" 
 "GL_ARB_texture_swizzle" 
 "GL_ARB_shader_subroutine" 
 "GL_ARB_texture_buffer_object_rgb32" 
 "GL_ARB_viewport_array" 
 "GL_ARB_texture_storage" 
 "GL_ARB_draw_indirect" 
 "GL_ARB_shading_language_include" 
 "GL_NV_texture_barrier" 
 "GL_ARB_draw_buffers_blend" 
 "GL_APPLE_client_storage" 
 "GL_EXT_framebuffer_multisample_blit_scaled" 
 "GL_APPLE_container_object_shareable" 
 "GL_APPLE_rgb_422" 

QPA OpenGL Detection Info 
  supportsDesktopGL: true 
  supportsOpenGLES: false 
  isQtPreferOpenGLES: true 

useBufferInvalidation (config option): false


Hardware Information

  GPU Acceleration: desktop
  Memory: 32768 Mb
  Number of Cores: 10
  Swap Location: /private/var/folders/yx/n5g8q03s2jj_nzks54yc63drgn/T

Current Settings

  Current Swap Location:
/private/var/folders/yx/n5g8q03s2jj_nzks54yc63drgn/T
  Current Swap Location writable: true
  Undo Enabled: true
  Undo Stack Limit: 200
  Use OpenGL: true
  Use OpenGL Texture Buffer: true
  Disable Vector Optimizations: false
  Disable AVX Optimizations: false
  Canvas State: OPENGL_SUCCESS
  Autosave Interval: 420
  Use Backup Files: true
  Number of Backups Kept: 1
  Backup File Suffix: ~
  Backup Location: Same Folder as the File
  Backup Location writable: false
  Use Win8 Pointer Input: false
  Use RightMiddleTabletButton Workaround: false
  Levels of Detail Enabled: false
  Use Zip64: false


Display Information
Number of screens: 1
Screen: 0
Name: 
Depth: 24
Scale: 2
Resolution in pixels: 1512x982
Manufacturer: 
Model: 
Refresh Rate: 120


-
 10 Jan 2022 15:19:07 +0100. Executing
/Applications/krita.app/Contents/MacOS/krita

Krita Version: 5.0.0, Qt version compiled: 5.12.12, loaded: 5.12.12. Process
ID: 2208
-- -- -- -- -- -- -- --
10 Jan 2022 15:19:07 +0100: Style: fusion. Available styles: macintosh,
Windows, Fusion
10 Jan 2022 15:19:08 +0100: Database is up to date. Version: 0.0.15, created by
Krita 5.0.0, at Wed Dec 29 16:30:07 2021
10 Jan 2022 15:19:14 +0100: Created image 

[konsole] [Bug 450289] Cannot open new window via qdbus

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450289

--- Comment #2 from tcanabr...@kde.org ---
We have two ways of running Konsole, one is a single process, and another
is multi process. If you have multi process enabled on the settings, it
will fork. If you have in the settings that this is a single process, not
even registering with dbus will make it fork.

I fail to see the need to have a dbus call for this.


Le mar. 15 févr. 2022 à 07:55, Wout Mertens  a
écrit :

> https://bugs.kde.org/show_bug.cgi?id=450289
>
> Bug ID: 450289
>Summary: Cannot open new window via qdbus
>Product: konsole
>Version: 21.12.2
>   Platform: Other
> OS: Linux
> Status: REPORTED
>   Severity: normal
>   Priority: NOR
>  Component: general
>   Assignee: konsole-de...@kde.org
>   Reporter: wout.mert...@gmail.com
>   Target Milestone: ---
>
> There seems to be no way to open a new window using DBus. I would expect
> /Window to have a method `new`.
>
> When I'm in Konsole, I can open a new window instantly. From the command
> line,
> I can run `konsole` but it is A LOT slower and it doesn't fork.
>
> So this is a feature request to have a `new()` method to open a new window
> from
> the same process.
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.

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

[konsole] [Bug 450289] Cannot open new window via qdbus

2022-02-14 Thread Wout Mertens
https://bugs.kde.org/show_bug.cgi?id=450289

Wout Mertens  changed:

   What|Removed |Added

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

--- Comment #1 from Wout Mertens  ---
sorry for the noise, I found I need to run

qdbus org.kde.konsole-### /konsole/MainWindow_1
org.kde.KMainWindow.activateAction new-window

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

[dolphin] [Bug 449166] Dragging items in Dolphin makes them look shaky

2022-02-14 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=449166

Prajna Sariputra  changed:

   What|Removed |Added

 CC||putr...@gmail.com

--- Comment #12 from Prajna Sariputra  ---
I can also reproduce this issue with Dolphin 21.12.2.

Operating System: Arch Linux
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.9-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 530

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

[konsole] [Bug 450289] New: Cannot open new window via qdbus

2022-02-14 Thread Wout Mertens
https://bugs.kde.org/show_bug.cgi?id=450289

Bug ID: 450289
   Summary: Cannot open new window via qdbus
   Product: konsole
   Version: 21.12.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: wout.mert...@gmail.com
  Target Milestone: ---

There seems to be no way to open a new window using DBus. I would expect
/Window to have a method `new`.

When I'm in Konsole, I can open a new window instantly. From the command line,
I can run `konsole` but it is A LOT slower and it doesn't fork.

So this is a feature request to have a `new()` method to open a new window from
the same process.

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

[kscreenlocker] [Bug 450081] When screen is locked, I must move the mouse before typing the password

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450081

--- Comment #3 from maciej.p.pawlow...@gmail.com ---
Yeah, the bug I'm encountering is about needing to *move* the mouse to activate
keyboard inputs, not *click* to gain focus. I can reproduce this on a Laptop
with no external screens, and on a Desktop with 2 screens.

Thanks for the redirection Wedge009!

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

[systemsettings] [Bug 450288] New: Night colors aren't applied if login takes place during the "night"

2022-02-14 Thread Gerhard
https://bugs.kde.org/show_bug.cgi?id=450288

Bug ID: 450288
   Summary: Night colors aren't applied if login takes place
during the "night"
   Product: systemsettings
   Version: 5.24.0
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_nightcolor
  Assignee: plasma-b...@kde.org
  Reporter: gsten...@gmx.net
CC: kwin-bugs-n...@kde.org
  Target Milestone: ---

If you log in during the "night", i.e. before normal colors start to reapply,
the system coloring is still on normal color. It should be on night colors at
this time.
If you wait until the point in time when normal colors start to apply, the
night colors are applied all of a sudden.

It seems to be some sort of initialisation problem. The system always seem to
be in day color mode until it notices it's time to transition from night to
normal colors.

If you toggle night colors manually, the correct coloring is applied.

I checked the times and location in the kcm modules, all seems correct.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE TUmbleweed 20220213
KDE Plasma Version: 5.24.0 
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2

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

[dolphin] [Bug 448934] Unusual Cursor behaviour while dragging

2022-02-14 Thread Prajna Sariputra
https://bugs.kde.org/show_bug.cgi?id=448934

Prajna Sariputra  changed:

   What|Removed |Added

 CC||putr...@gmail.com

--- Comment #2 from Prajna Sariputra  ---
This seems similar to bug 449166, although for that one the item itself also
shakes up and down, while in your recording the only thing that changes is the
cursor.

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

[plasmashell] [Bug 450283] Battery applet not showing

2022-02-14 Thread KazuhiroShigeru
https://bugs.kde.org/show_bug.cgi?id=450283

--- Comment #5 from KazuhiroShigeru  ---
(In reply to KazuhiroShigeru from comment #2)
> (In reply to ratijas from comment #1)
> > Nate, is this another of those caching issues? How can people check logs of
> > plasma and kwin on startup (i.e. when they are launched automatically in
> > background instead of manually from a terminal)?
> > 
> > KazuhiroShigeru, is there an «broken applet» icon instead? Maybe it is
> > hidden in systray on login? Or is it like missing completely and whatsoever?
it was using the default config. it it always there when using battery and
charging and hides when battery is full. so it was completely missing.
> > Could you please also check (which in such glitched state) what's in the
> > «powermanager» data engine in the Plasma Engine Explorer, and attach some
> > screenshots?
added screenshots
> edit. after updating, it seems to be fixed now. the applet was set to
> autohide when battery was fully charged so it shows always when charging or
> using battery.

last arch update updated core plasma components and it seems like it fixed the
battery applet.

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

[plasmashell] [Bug 450287] system tray icon behavior partially broken from 5.23.90 to 5.24.0

2022-02-14 Thread Norbert Preining
https://bugs.kde.org/show_bug.cgi?id=450287

--- Comment #2 from Norbert Preining  ---
One more comment concerning reproducibility with ksnip:
Interestingly it only happens when I **right** click and select "Open Editor"

When I just simply click on the tray icon of ksnip it also shows the editor,
but then the misplaced click is not reproducible, while in the former case
(right click) it is 100% reproducible.

The same is the case with Steam, Right-click actions only trigger a misplaced
click, not left-click actions on the tray.

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

[plasmashell] [Bug 450283] Battery applet not showing

2022-02-14 Thread KazuhiroShigeru
https://bugs.kde.org/show_bug.cgi?id=450283

--- Comment #4 from KazuhiroShigeru  ---
Created attachment 146754
  --> https://bugs.kde.org/attachment.cgi?id=146754=edit
screenshot part 2

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

[plasmashell] [Bug 450283] Battery applet not showing

2022-02-14 Thread KazuhiroShigeru
https://bugs.kde.org/show_bug.cgi?id=450283

KazuhiroShigeru  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |shigerukazuh...@gmail.com

--- Comment #3 from KazuhiroShigeru  ---
Created attachment 146753
  --> https://bugs.kde.org/attachment.cgi?id=146753=edit
screenshots added as per request

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

[plasmashell] [Bug 450287] system tray icon behavior partially broken from 5.23.90 to 5.24.0

2022-02-14 Thread Norbert Preining
https://bugs.kde.org/show_bug.cgi?id=450287

--- Comment #1 from Norbert Preining  ---
Additional comment concerning the "Misplaced click":

No need for binary programs, I can reproduce this with ksnip:
- right-click on ksnip tray icon, select "Open editor"
- click on the Window decoration X to close it to the tray icon
- click on any icon in the taskbar

Observed result: the ksnip editor reappears
Expected result: the application of the clicked icon appears

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

[plasmashell] [Bug 450283] Battery applet not showing

2022-02-14 Thread KazuhiroShigeru
https://bugs.kde.org/show_bug.cgi?id=450283

KazuhiroShigeru  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED

--- Comment #2 from KazuhiroShigeru  ---
(In reply to ratijas from comment #1)
> Nate, is this another of those caching issues? How can people check logs of
> plasma and kwin on startup (i.e. when they are launched automatically in
> background instead of manually from a terminal)?
> 
> KazuhiroShigeru, is there an «broken applet» icon instead? Maybe it is
> hidden in systray on login? Or is it like missing completely and whatsoever?
> Could you please also check (which in such glitched state) what's in the
> «powermanager» data engine in the Plasma Engine Explorer, and attach some
> screenshots?
edit. after updating, it seems to be fixed now. the applet was set to autohide
when battery was fully charged so it shows always when charging or using
battery.

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

[plasmashell] [Bug 450287] New: system tray icon behavior partially broken from 5.23.90 to 5.24.0

2022-02-14 Thread Norbert Preining
https://bugs.kde.org/show_bug.cgi?id=450287

Bug ID: 450287
   Summary: system tray icon behavior partially broken from
5.23.90 to 5.24.0
   Product: plasmashell
   Version: 5.24.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: System Tray
  Assignee: plasma-b...@kde.org
  Reporter: norb...@preining.info
CC: mate...@gmail.com
  Target Milestone: 1.0

SUMMARY
Since the update from 5.23.90 to 5.24 (both tried on Arch Linux and Debian
unstable), the system tray icons behave strange in some ways:
- minimizing some windows to tray icons, then click on *any* icon on the task
bar pops up the context menu of the systray icon
- some applications (known: anydesk) lost their systray icon context menu

A similar bug was present in 5.22.90 and fixed for 5.23, but something seems to
have creeped in again between 5.23.90 and 5.24.0 final release

STEPS TO REPRODUCE

Misplaced click
1. start steam, maximize it
2. click on the top bar X to minimize it to tray icon
3. click on the icon of any application in the task bar
4. the context menu of the steam tray icon pops up (far from the actual mouse
pointer location!)

(If needed, I can try to capture a screen shot of that)

Lost context menu
1. Install anydesk
2. right/left click on the systray icon
3. no context menu is shown


ADDITIONAL COMMENTS
The same behavior appeared with both frameworks 5.90 and 5.91, so it seems not
to depend on that.
Also, the same behavior is shown on Arch Linux (packages made by Arch
maintainers) as well as my own OBS builds of KDE/Plasma for Debian, so on two
independent builds.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.9-zen1-0.1-zen-custom (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-6700K CPU @ 4.00GHz
Memory: 62.8 GiB of RAM
Graphics Processor: AMD Radeon RX 5700 XT

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

[digikam] [Bug 448593] New generic Flow View plugin for digiKam

2022-02-14 Thread 319513897
https://bugs.kde.org/show_bug.cgi?id=448593

--- Comment #32 from 319513...@outlook.com <319513...@outlook.com> ---
Thanks, that pr has been merged. Add support for qt6 for my plugin will be
considered also. But not this time. I just want wait for the process of
digikam.

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

[Breeze] [Bug 450286] New: Flickering when windows switch between active and inactive state.

2022-02-14 Thread Jin Liu
https://bugs.kde.org/show_bug.cgi?id=450286

Bug ID: 450286
   Summary: Flickering when windows switch between active and
inactive state.
   Product: Breeze
   Version: 5.24.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: ad.liu@gmail.com
  Target Milestone: ---

Created attachment 146752
  --> https://bugs.kde.org/attachment.cgi?id=146752=edit
Screencast of the bug

SUMMARY
When a window goes from active to inactive (or vice versa), the window titlebar
and toolbar area don't change color in sync (toolbar changes ~100ms slower),
causing visible flickering.


STEPS TO REPRODUCE
1. Set global theme to Breeze.
2. Open two KDE apps.
3. Switch between them.

OBSERVED RESULT
Visible flicking in titlebar and toolbar when switching.

EXPECTED RESULT
Titlebar and toolbar should change color in sync.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: archlinux
(available in About System)
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 5.90.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION

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

[systemsettings] [Bug 450285] New: please add touchpad features to kde plasma settings just like in windows and macos

2022-02-14 Thread Parth Sharma
https://bugs.kde.org/show_bug.cgi?id=450285

Bug ID: 450285
   Summary: please add touchpad features to kde plasma settings
just like in windows and macos
   Product: systemsettings
   Version: 5.24.0
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_touchpad
  Assignee: plasma-b...@kde.org
  Reporter: technoshr...@gmail.com
  Target Milestone: ---

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


STEPS TO REPRODUCE
1. add 3 finger left and right to switch apps (just like alt+ tab)
2. 3 finger up to present all windows and down to display the desktop 
3. 4 fingers up and down to change volume 
4. 4 finger left right to change desktops

OBSERVED RESULT


EXPECTED RESULT
work touchpad same as windows and macos

SOFTWARE/OS VERSIONS
manjaro 
Linux/KDE Plasma: KDE plasma 5.24.0
(available in About System)
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 450283] Battery applet not showing

2022-02-14 Thread ratijas
https://bugs.kde.org/show_bug.cgi?id=450283

ratijas  changed:

   What|Removed |Added

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

--- Comment #1 from ratijas  ---
Nate, is this another of those caching issues? How can people check logs of
plasma and kwin on startup (i.e. when they are launched automatically in
background instead of manually from a terminal)?

KazuhiroShigeru, is there an «broken applet» icon instead? Maybe it is hidden
in systray on login? Or is it like missing completely and whatsoever? Could you
please also check (which in such glitched state) what's in the «powermanager»
data engine in the Plasma Engine Explorer, and attach some screenshots?

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

[umbrello] [Bug 432688] Python code generator does not add typehints

2022-02-14 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=432688

--- Comment #3 from Oliver Kellogg  ---
Git commit 5ed8d6bdb9bb04fe39645096d43cbea7e437d202 by Oliver Kellogg.
Committed on 15/02/2022 at 05:53.
Pushed by okellogg into branch 'master'.

umbrello/codeimport/pythonimport.cpp function parseMethodParameters : Add
support for type hints.
Related: bug 449462

M  +35   -17   umbrello/codeimport/pythonimport.cpp

https://invent.kde.org/sdk/umbrello/commit/5ed8d6bdb9bb04fe39645096d43cbea7e437d202

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

[umbrello] [Bug 449462] Python class functions return value wrong in class widget

2022-02-14 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=449462

--- Comment #2 from Oliver Kellogg  ---
Git commit 5ed8d6bdb9bb04fe39645096d43cbea7e437d202 by Oliver Kellogg.
Committed on 15/02/2022 at 05:53.
Pushed by okellogg into branch 'master'.

umbrello/codeimport/pythonimport.cpp function parseMethodParameters : Add
support for type hints.
Related: bug 432688

M  +35   -17   umbrello/codeimport/pythonimport.cpp

https://invent.kde.org/sdk/umbrello/commit/5ed8d6bdb9bb04fe39645096d43cbea7e437d202

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

[kwin] [Bug 450284] New: Kwin Zoom effect no longer working after updating to latest plasma

2022-02-14 Thread KazuhiroShigeru
https://bugs.kde.org/show_bug.cgi?id=450284

Bug ID: 450284
   Summary: Kwin Zoom effect no longer working after updating to
latest plasma
   Product: kwin
   Version: 5.24.0
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: effects-various
  Assignee: kwin-bugs-n...@kde.org
  Reporter: shigerukazuh...@gmail.com
  Target Milestone: ---

STEPS TO REPRODUCE
1. open settings
2. enable zoom effect
3. press hotkeys, zoom effect doesn't work/hotkeys do nothing

OBSERVED RESULT
pressing meta+ + or meta+ - or meta+0 does not zoom in/out/reset zoom

EXPECTED RESULT
desktop zooming in and out with global hotkeys like on plasma 5.23.x

SOFTWARE/OS VERSIONS
Linux Distro: Arch Linux with zen kernel 5.16.8 running x11 session
KDE Plasma Version: 5.24
KDE Frameworks Version: 5.90 
Qt Version: 5.12

ADDITIONAL INFORMATION
this behavior began after updating to plasma 5.24. no workaround or fix found
so far and I use this effect/feature a lot to help me reading text/see details
on screen. I tried checking hotkeys bindings and even resetting it but the
issue persists.

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

[frameworks-plasma] [Bug 411462] On X11, Plasma dialogs (applet popups, OSDs, notifications) should not be movable, maximizable, or minimizable, or tilable

2022-02-14 Thread soredake
https://bugs.kde.org/show_bug.cgi?id=411462

soredake  changed:

   What|Removed |Added

 CC||ndrzj1...@relay.firefox.com

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

[umbrello] [Bug 450267] crash when importing c++ code

2022-02-14 Thread Oliver Kellogg
https://bugs.kde.org/show_bug.cgi?id=450267

Oliver Kellogg  changed:

   What|Removed |Added

 CC||okellogg@users.sourceforge.
   ||net

--- Comment #1 from Oliver Kellogg  ---
What locale are you using?

Can you attach a C++ file for which the error happens?

In LANG=en_US.UTF-8, I tried importing following file using git master:

// file: inc.h
#include "no_such_file.h"
class C {
  int x;
};
// end of file

This did not crash.
In fact, it did not even give the error message "Could not find include file
..."
It only gave a debug message,
[D] CppImport::feedTheModel(/home/c++/inc.h):
/home/tools/umbrello/build/no_such_file.h => no_such_file.h

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

[plasmashell] [Bug 450283] New: Battery applet not showing

2022-02-14 Thread KazuhiroShigeru
https://bugs.kde.org/show_bug.cgi?id=450283

Bug ID: 450283
   Summary: Battery applet not showing
   Product: plasmashell
   Version: git-stable-Plasma/5.24
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Battery Monitor
  Assignee: plasma-b...@kde.org
  Reporter: shigerukazuh...@gmail.com
CC: k...@privat.broulik.de, m...@ratijas.tk
  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
***


STEPS TO REPRODUCE
1. boot or login to kde
2. battery icon is missing

OBSERVED RESULT
unable to check remaining battery and set brightness

EXPECTED RESULT
battery icon should be there when charging

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux Distro: Arch Linux with kernel 5.16.8 Zen
(available in About System)
KDE Plasma Version: 5.24
KDE Frameworks Version: 5.90
Qt Version: 5.15.2

ADDITIONAL INFORMATION

as a workaround I have to restart plasma to make the battery icon show again by
running "killall plasmashell && kstart5 plasmashell"
idk what makes this happen but it was fine before plasma 5.24

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

[plasmashell] [Bug 449828] Login notification doesn't play the sound queue on login since the system was updated to KDE Plasma 5.24

2022-02-14 Thread KazuhiroShigeru
https://bugs.kde.org/show_bug.cgi?id=449828

KazuhiroShigeru  changed:

   What|Removed |Added

 CC||shigerukazuh...@gmail.com

--- Comment #6 from KazuhiroShigeru  ---
I can also confirm this bug since the last update. the login sound no longer
plays no matter which file I pick. 

| Operating System: Arch Linux
| KDE Plasma Version: 5.24.0
| KDE Frameworks Version: 5.90.0
| Qt Version: 5.15.2
| Kernel Version: 5.16.8-arch1-1 (64-bit)
| Graphics Platform: X11
| Memory: 16 Gb RAM
another related bug is that system sounds are set to zero or muted when I check
pavucontrol and I have to set it to 100% myself. that never happened before.

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

[Breeze] [Bug 449876] Breeze GTK still uses circled closed button by default

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449876

Nate Graham  changed:

   What|Removed |Added

 CC||ryan...@gmail.com

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

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

[Breeze] [Bug 446497] Breeze GTK theme CSD (window decorations) incorrect under Wayland

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=446497

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #6 from Nate Graham  ---
> I think the issue would just be solved if the theme was edited to not have 
> the circle by default 
In fact that was just done in Bug 449876; marking as a duplicate of that.

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

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

[systemsettings] [Bug 450270] "Include “Show Desktop” icon" option could be enabled by default

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450270

--- Comment #2 from guimarcalsi...@gmail.com ---
(In reply to Nate Graham from comment #1)
> No objection. This probably wouldn't be too hard to submit a merge request
> for. Would you like to do the honors?

I don't code but if it's a simple change I can try. I took a look at the Kwin
repo. Is the setting in kwin.kcfg? The only option that seems to fit is
ShowDesktopMode, but I'm not sure.

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

[kdenlive] [Bug 448524] Just crash without any error message

2022-02-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=448524

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

[kdenlive] [Bug 442338] All ShuttlePRO v2 jogdial buttons ignored

2022-02-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=442338

Bug Janitor Service  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #4 from Bug Janitor Service  ---
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now 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

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

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

[kwin] [Bug 450262] Blur Background option should be controlled by activating/deactivating the blur effect globally

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450262

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
In addition, turning off blur here actually worsens the UX because the
background distracts you from the windows in the foreground. When blur is
disabled globally, this effect should probably have an opaque background to
ensure usability.

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

[kwin] [Bug 450263] Natural/Closest options could be made clearer

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450263

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Yeah, this should be an easy fix, if you can come up with better text for them.
Would you like to give it a try?

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

[kwin] [Bug 450264] Background Contrast Effect is important for usability and shouldn't be disable-able when using Blur effect

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450264

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
Product|systemsettings  |kwin
  Component|kcm_kwin_effects|effects-various
Summary|Background Contrast Effect  |Background Contrast Effect
   |is important for usability  |is important for usability
   |and shouldn't be|and shouldn't be
   |configurable|disable-able when using
   ||Blur effect
 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

--- Comment #1 from Nate Graham  ---
Yes, I think you're right. Using blur should just automatically enable this.
Perhaps it could even be merged into the Blur effect.

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

[kwin] [Bug 450268] Magic Lamp / Slide effects duration speed should always be controlled by global option

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450268

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Yep.

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

[systemsettings] [Bug 450269] "Show titlebar button tooltips" option should be removed and controlled instead by global option in General Behavior KCM

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450269

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Yeah that's a good point. Having multiple settings in different places that
control the same thing at different levels is always a bit of a UX smell.

Would you be interested in submitting a merge request? This probably isn't that
hard to change.

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

[systemsettings] [Bug 450270] "Include “Show Desktop” icon" option could be enabled by default

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450270

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
No objection. This probably wouldn't be too hard to submit a merge request for.
Would you like to do the honors?

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

[systemsettings] [Bug 450272] Custom Shortcuts should be a subpage in the Shortcuts KCM

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450272

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
What it should be is deleted. :) The code is ancient and very difficult to
understand, it has no maintainer, and is afflicted by tons and tons of bugs
that will never be fixed. The only reason we haven't deleted it yet is because
it still has some features that the new KGlobalAccel-based KCM doesn't have
yet. We need to put those features into the KGlobalAccel-based KCM and them
finally delete KHotKeys.

Making it a sub-page would require that it be ported to QML, which implies
maintainership and ongoing support, which we're moving away from.

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

[systemsettings] [Bug 450274] There's no "Install Missing Packages" button when language support is incomplete

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450274

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 444770 ***

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

[systemsettings] [Bug 444770] Tooltip mentions a button to install missing translations that does not exist

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444770

Nate Graham  changed:

   What|Removed |Added

 CC||guimarcalsi...@gmail.com

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

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

[systemsettings] [Bug 450275] Merge Activity Power Settings into Activities KCM

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450275

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
That's a good idea.

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

[systemsettings] [Bug 450276] Merge Energy Saving KCM and Advanced Power Settings

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450276

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
Yeah, we need to do this.

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

[systemsettings] [Bug 450277] Remove Launch Feedback KCM from System Settings entirely

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450277

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
This is progress already with the options moving into the Cursors KCM. See
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/531 and
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/979.

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

[dolphin] [Bug 450282] New: open dolphin from konsole,get error "Session management error: networkIdsList argument is NULL"

2022-02-14 Thread zgh
https://bugs.kde.org/show_bug.cgi?id=450282

Bug ID: 450282
   Summary: open dolphin from konsole,get error  "Session
management error: networkIdsList argument is NULL"
   Product: dolphin
   Version: 21.12.2
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: huizhug...@foxmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug
symbols.
See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***
when i open dolphin by konsole ,i get  "Qt::Session management error:
networkIdsList argument is NULL".
when i use Kioslaves open trash ,there is no error,however.


STEPS TO REPRODUCE
1.open konsole 
2. cmd : dolphin

OBSERVED RESULT


EXPECTED RESULT


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

ADDITIONAL INFORMATION

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

[systemsettings] [Bug 450278] Some behavior options are unnecessarily technical for Plasma

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450278

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #1 from Nate Graham  ---
In general, there's an argument to be made for GUI tools even for sysadmins.
Not all of them (myself included, in a former life) prefer to do *everything*
in a terminal. A good GUI tool is appreciated for something that's very
infrequently used.

That said, I can't really argue with your logic here. These controls are super
technical and likely used by only 0.001% of users. One concrete benefit of
removing them is that we could bubble up the remaining settings to the main
page, which would make the auto-login feature more obvious.

Here's an idea: move those settings into the Desktop Session KCM, which is
already super nerdy and technical.

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

[systemsettings] [Bug 450279] Remove Scale Method setting to clean-up Compositing KCM

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450279

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
   Severity|normal  |wishlist
 Ever confirmed|0   |1
 CC||n...@kde.org,
   ||vlad.zahorod...@kde.org

--- Comment #1 from Nate Graham  ---
Yeah this is pretty niche and probably not needed anymore, I agree.

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

[kwin] [Bug 450281] New: Drag and drop freeze application

2022-02-14 Thread saxn
https://bugs.kde.org/show_bug.cgi?id=450281

Bug ID: 450281
   Summary: Drag and drop freeze application
   Product: kwin
   Version: git-stable-Plasma/5.24
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: saileshpoud...@gmail.com
  Target Milestone: ---

SUMMARY
In X11 it works, it only affects wayland. I need to kill the blender each time
i drag an image.

STEPS TO REPRODUCE
1. Open blender
2. Drag images to blender
3. Observe

OBSERVED RESULT
Image is not dragged in blender and blender freezed.

EXPECTED RESULT
Images should be dragged in blender and blender shouldn't freeze

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.9-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-9300H CPU @ 2.40GHz
Memory: 7.6 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630 + NVIDIA

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

[tellico] [Bug 450237] request: import MP4 audio file

2022-02-14 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=450237

Robby Stephenson  changed:

   What|Removed |Added

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

--- Comment #1 from Robby Stephenson  ---
(In reply to Jessica from comment #0)
> I tried to import MP4 audio files but they don't show up.
> I read taglib supports MP4 and I would like to request MP4 support.

If your version of taglib is compiled with mp4 support, then Tellico uses it.

> Would it be possible in the "import directory" window of the "import audio
> file metadata" to show the extension of files that are supported? Example
> *.mp3, *.ogg

Extensions don't always match file contents. Taglib attempts to read every file
and if it has valid metadata, Tellico imports it, no matter what file extension
it has.

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

[tellico] [Bug 450236] request: import FLAC audio files

2022-02-14 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=450236

Robby Stephenson  changed:

   What|Removed |Added

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

--- Comment #1 from Robby Stephenson  ---
This is intentional. The Tellico records are mapped to albums not tracks. SO if
the album and artist for multiple tracks match, they are combined.

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

[plasmashell] [Bug 445399] Klipper/Clipboard functions causes freezes and makes taskbars inaccessable

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=445399

deron.r.par...@outlook.com changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from deron.r.par...@outlook.com ---
using copyq now and after a while the problem seems to stop

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

[kwin] [Bug 368723] cursor size not respected on X11 window borders

2022-02-14 Thread Bernie Innocenti
https://bugs.kde.org/show_bug.cgi?id=368723

Bernie Innocenti  changed:

   What|Removed |Added

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

--- Comment #12 from Bernie Innocenti  ---
I just tried this in Plasma Wayland 5.24:

1. Open System Settings / Appearance / Cursors
2. Change the cursor size (I changed it from 36 to 24)
3. Click apply
4. The cursor size does not change while the cursor is within the System
Settings window
5. The cursor changes to the expected size when hovering over the window
borders
6. Closing and re-opening System Settings does NOT change the cursor size in
the window
7. XWayland clients behave exactly the same (the cursor size inside the window
doesn't change, but gets smaller/larger in the borders)

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

[kio-extras] [Bug 336397] Getting "Unknown error code 150" when opening USB connected Android device in MTP mode (need to restart Dolphin, plug and unplug device, etc)

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=336397

abyss.and...@gmail.com changed:

   What|Removed |Added

 CC||abyss.and...@gmail.com

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

[digikam] [Bug 450261] Digikam searches for sidecar files even though reading them is disabled

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450261

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
   Severity|minor   |normal

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

[kwin] [Bug 450280] New: Compositor (probably) causes steam proton game to freeze when switching windows

2022-02-14 Thread Abdul
https://bugs.kde.org/show_bug.cgi?id=450280

Bug ID: 450280
   Summary: Compositor (probably) causes steam proton game to
freeze when switching windows
   Product: kwin
   Version: 5.24.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: abdulalze...@gmail.com
  Target Milestone: ---

Hello
I came to the conclusion that this is a Kwin bug because I have tried
reproducing it in XFCE and I was not able to. Apologies if that is not the
case.

SUMMARY
When playing the game Final Fantasy 14 on steam (tested with steam proton and
proton-GE-custom) and switching windows, the app freezes and the only way to
exit out of it is killing the process.
This happens only in full screen and border less window modes. It does not
occur on windowed mode. 
This is probably the same bug as in #415286. But it seems that the workaround
for window thumbnails does not work anymore.
Using virtual desktops to change windows seemed to produce the same issue, I do
not think it is a problem related to the task switcher but rather to the window
focus.

STEPS TO REPRODUCE
1. Open Final fantasy 14 on steam with the latest version of proton
2. Alt+Tab (It might not happen from the first time but keep pressing and it
will happen)

OBSERVED RESULT
App freeze.

EXPECTED RESULT
Switching between apps.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux 64 bit
(available in About System)
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2

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

[plasmashell] [Bug 449857] Lock screen password field not focused by default

2022-02-14 Thread Wedge009
https://bugs.kde.org/show_bug.cgi?id=449857

Wedge009  changed:

   What|Removed |Added

 CC||wedge...@wedge009.net

--- Comment #23 from Wedge009  ---
So I can understand better: does this issue refer to a requirement to click the
password field before entering any password or is it just referring to moving
the mouse to bring the password field into focus?

If the former, then this a new issue and I'm not affected. If it's only the
latter, then that sounds like bug 439604 to me. For whatever it's worth, for
the latter case, I find that occurring with one and two monitors across
multiple systems with the same Plasma updates installed.

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

[plasmashell] [Bug 439604] Plasma-5.18.7.1, screen lock: textbox/loginbox not activated by keyboard

2022-02-14 Thread Wedge009
https://bugs.kde.org/show_bug.cgi?id=439604

--- Comment #11 from Wedge009  ---
Yes, it's still an issue (albeit minor) as of Plasma 5.18. I think bug 450081
is a duplicate of this.

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

[kscreenlocker] [Bug 450081] When screen is locked, I must move the mouse before typing the password

2022-02-14 Thread Wedge009
https://bugs.kde.org/show_bug.cgi?id=450081

Wedge009  changed:

   What|Removed |Added

 CC||wedge...@wedge009.net

--- Comment #2 from Wedge009  ---
For the record, I think this is actually a duplicate of bug 439604 rather than
bug 449857. The former deals with Plasma 5.18.x while the latter is about
Plasma 5.24 - not entirely clear if that one could also be the same bug too.

Reasoning: I use Kubuntu Backports so and Plasma 5.18.7 was published for
Kubuntu Focal (current LTS) in August 2021, so I encountered bug 439604 then.
Looks like Plasma 5.18.8 was published in the standard Ubuntu repository at the
end of January 2022, superseding the 5.17 package in Backports. So users like
Maciej are now encountering the same bug (it is still unresolved as of Plasma
5.18).

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

[systemsettings] [Bug 305136] File associations are broken in gtk/glib apps

2022-02-14 Thread Ilya Fedin
https://bugs.kde.org/show_bug.cgi?id=305136

Ilya Fedin  changed:

   What|Removed |Added

 CC||fedin-ilja2...@ya.ru

--- Comment #17 from Ilya Fedin  ---
According to
https://specifications.freedesktop.org/mime-apps-spec/mime-apps-spec-latest.html#file,
there's $XDG_DATA_DIRS/applications/$desktop-mimeapps.list, so why not to
provide a kde-mimeapps.list with all the preferred applications by default
instead of using a non-standard key? That should work for any XDG-compilant
library and have effect only with XDG_CURRENT_DESKTOP=KDE

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

[systemsettings] [Bug 450279] New: Remove Scale Method setting to clean-up Compositing KCM

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450279

Bug ID: 450279
   Summary: Remove Scale Method setting to clean-up Compositing
KCM
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_kwincompositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: guimarcalsi...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC

-

The entire compositor KCM offers some technical options for Plasma users. As
stated in the text I linked above, making technical options available easily
can make Plasma feel complex to new users. I still believe there's a place for
some compositor options in Plasma nowadays, like V-sync, but the scale method
is not one of them.

The Accurate scale method is already set by default since at least Plasma 4:
https://userbase.kde.org/Desktop_Effects_Performance#Thumbnail_Scaling

This tells me any hardware from the last 10/15 years shouldn't feel any
significant performance hit by using the Accurate setting over Smooth. As a way
of simplifying System Settings, I propose this option should be removed, as
there's no point in changing the scale method. If there's some kind of
compatibility problem with older hardware/drivers, Kwin should detect optimal
settings automatically instead of offering options users have to choose
manually.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[systemsettings] [Bug 450278] New: Some behavior options are unnecessarily technical for Plasma

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450278

Bug ID: 450278
   Summary: Some behavior options are unnecessarily technical for
Plasma
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_sddm
  Assignee: k...@davidedmundson.co.uk
  Reporter: guimarcalsi...@gmail.com
CC: k...@david-redondo.de, plasma-b...@kde.org
  Target Milestone: ---

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC

-

Startup and Shutdown > Behavior – Anything below “Log in again immediately
after logging off”** - Those are very technical options. They shouldn’t be
exposed to users graphically (since users that use graphical tools are probably
less experienced and shouldn’t have options available that are aimed at system
administrators). Advanced users that know what they’re doing most likely know
how to change those values somewhere else. Plasma is aimed at users of all
knowledge levels and having very technical options exposed in easy-to-access
places can represent a risk of making it feel complicated or even of allowing
the user to break their system.

I propose removing the options min/max user UID and halt/reboot command.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[tellico] [Bug 450180] tellico displays default wayland icon in taskbar and titlebar instead of the correct app icion

2022-02-14 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=450180

Robby Stephenson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/tellico/commit/a76cc7cae |ce/tellico/commit/7be492ad8
   |fb9859affe71c2a4b7413ed5a6e |06f1855c3c43dbb3dca488f1c2a
   |a528|a107

--- Comment #2 from Robby Stephenson  ---
Git commit 7be492ad806f1855c3c43dbb3dca488f1c2aa107 by Robby Stephenson.
Committed on 15/02/2022 at 02:18.
Pushed by rstephenson into branch 'master'.

Set desktop file name

Enables correct taskbar icon on Wayland
FIXED-IN: 3.4.4

M  +4-0ChangeLog
M  +2-0src/main.cpp

https://invent.kde.org/office/tellico/commit/7be492ad806f1855c3c43dbb3dca488f1c2aa107

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

[tellico] [Bug 449244] Icon display bug

2022-02-14 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=449244

--- Comment #8 from Robby Stephenson  ---
Git commit f4f3c08e80ff803119f435ae9228fcffae3163a9 by Robby Stephenson.
Committed on 15/02/2022 at 02:18.
Pushed by rstephenson into branch 'master'.

Add unit test to support bug 449244

The paragraph widget supports emoji without problem. The XML export
seems to need to deal with it in a more robust manner.

M  +4-0src/tests/fieldwidgettest.cpp
M  +19   -0src/tests/tellicoreadtest.cpp
M  +1-0src/tests/tellicoreadtest.h

https://invent.kde.org/office/tellico/commit/f4f3c08e80ff803119f435ae9228fcffae3163a9

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

[tellico] [Bug 449244] Icon display bug

2022-02-14 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=449244

Robby Stephenson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/tellico/commit/2b25bb4fb |ce/tellico/commit/4c44b25b8
   |8e61baca68c38717eab0b137396 |dff64a4ca14c6263183bf7f65f6
   |973f|0668

--- Comment #7 from Robby Stephenson  ---
Git commit 4c44b25b8dff64a4ca14c6263183bf7f65f60668 by Robby Stephenson.
Committed on 15/02/2022 at 02:18.
Pushed by rstephenson into branch 'master'.

Fix bug with serializing some unicode code points

QDomDocument::createTextNode() ends up calling fixedCharData() which
uses QXmlUtils::isChar(). WHen serializing code points with surrogates,
the high surrogate character was getting dropped after Tellico 3.4.3
started using QDomImplementation::DropInvalidChars.

Saving a collection with these characters, like emojis, with Tellico
3.4.3 will silently lose data.
FIXED-IN: 3.4.4

M  +4-0ChangeLog
M  +14   -1src/tests/tellicoreadtest.cpp
M  +12   -12   src/translators/tellicoxmlexporter.cpp
M  +27   -3src/utils/string_utils.cpp

https://invent.kde.org/office/tellico/commit/4c44b25b8dff64a4ca14c6263183bf7f65f60668

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

[tellico] [Bug 449636] Fetch Dialog doesn't allow the "Multiple ISBN" checkbox to be clicked

2022-02-14 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=449636

Robby Stephenson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/tellico/commit/539234264 |ce/tellico/commit/360f9954a
   |13bce40c9b474dd866efe48f23d |9edbb368ce5001930e87f77ff1a
   |403d|7551

--- Comment #2 from Robby Stephenson  ---
Git commit 360f9954a9edbb368ce5001930e87f77ff1a7551 by Robby Stephenson.
Committed on 15/02/2022 at 02:18.
Pushed by rstephenson into branch 'master'.

Fix layout bug in fetch dialog

A spacer widget was interfering with the layout and could
prevent clicking on the Multiple ISBN checkbox at times
FIXED-IN: 3.4.4

M  +5-1ChangeLog
M  +1-1src/fetchdialog.cpp

https://invent.kde.org/office/tellico/commit/360f9954a9edbb368ce5001930e87f77ff1a7551

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

[systemsettings] [Bug 450277] New: Remove Launch Feedback KCM from System Settings entirely

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450277

Bug ID: 450277
   Summary: Remove Launch Feedback KCM from System Settings
entirely
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_launch
  Assignee: plasma-b...@kde.org
  Reporter: guimarcalsi...@gmail.com
  Target Milestone: ---

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC



The entire Launch Feedback KCM could be removed. Its options are very niche and
cosmetic only, and the alternative animations aren’t very well polished: Static
is pointless from an eye-candy standpoint, and blinking doesn’t blink the icon
itself, it makes a dark square around the icon that fades to white at a very
low frame-rate. There's also no point in having a setting to control how long
the feedback should be. The amount of time should be set to a nice default
instead of leaving it up to the user to decide.

It’s not worth moving all of those options to the Mouse KCM or reworking the
animations. I propose removing this KCM entirely. I also thought about adding a
single toggle to the mouse KCM to enable/disable the animation, but I believe
it's better to investigate why some people would want to disable the animation
and fix whatever causes that need instead. This is probably out of the scope of
this bug though.


SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[tellico] [Bug 450180] tellico displays default wayland icon in taskbar and titlebar instead of the correct app icion

2022-02-14 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=450180

Robby Stephenson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://invent.kde.org/offi
   ||ce/tellico/commit/a76cc7cae
   ||fb9859affe71c2a4b7413ed5a6e
   ||a528
   Version Fixed In||3.4.4
 Status|REPORTED|RESOLVED

--- Comment #1 from Robby Stephenson  ---
Git commit a76cc7caefb9859affe71c2a4b7413ed5a6ea528 by Robby Stephenson.
Committed on 15/02/2022 at 01:39.
Pushed by rstephenson into branch '3.4'.

Set desktop file name

Enables correct taskbar icon on Wayland
FIXED-IN: 3.4.4

M  +4-0ChangeLog
M  +2-0src/main.cpp

https://invent.kde.org/office/tellico/commit/a76cc7caefb9859affe71c2a4b7413ed5a6ea528

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

[systemsettings] [Bug 450276] New: Merge Energy Saving KCM and Advanced Power Settings

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450276

Bug ID: 450276
   Summary: Merge Energy Saving KCM and Advanced Power Settings
   Product: systemsettings
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_powerdevil
  Assignee: plasma-b...@kde.org
  Reporter: guimarcalsi...@gmail.com
CC: k...@privat.broulik.de
  Target Milestone: ---

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC



Advanced options go against the Lessons Learned Page:
https://community.kde.org/Get_Involved/Design/Lessons_Learned

These options could be moved to the Energy Saving page, and that page could
simply be renamed to Energy or Power Settings. With that and
https://bugs.kde.org/show_bug.cgi?id=450275, SySe could get rid of an entire
subcategory and only have a single page to control all power settings.


SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3

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

[systemsettings] [Bug 450275] New: Merge Activity Power Settings into Activities KCM

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450275

Bug ID: 450275
   Summary: Merge Activity Power Settings into Activities KCM
   Product: systemsettings
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_activities
  Assignee: ivan.cu...@kde.org
  Reporter: guimarcalsi...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC



To improve discoverability, it would be better to merge the Activity Power
Settings KCM into the Activities KCM, since those options are only relevant to
people that use activities. The Energy Saving KCM could also contain a shortcut
to it to improve discoverability even more.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[systemsettings] [Bug 450274] New: There's no "Install Missing Packages" button when language support is incomplete

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450274

Bug ID: 450274
   Summary: There's no "Install Missing Packages" button when
language support is incomplete
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_language
  Assignee: h...@kde.org
  Reporter: guimarcalsi...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

Created attachment 146751
  --> https://bugs.kde.org/attachment.cgi?id=146751=edit
No button to install missing language packages

SUMMARY

When the language support is incomplete, the KCM will show a warning sign
beside the language. The tooltip will say the user should click on the Install
Missing Packages button. That button is nowhere to be seen on the interface.
(Please check screenshot)

STEPS TO REPRODUCE
1. In a system without all language packages installed, go to kcm_language
2. Hover the cursor over the orange warning sign beside the language with
missing packages

OBSERVED RESULT

The button the tooltip talks about is not visible on the interface 

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[dolphin] [Bug 450273] New: Medium Label Width is too wide

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450273

Bug ID: 450273
   Summary: Medium Label Width is too wide
   Product: dolphin
   Version: 21.12.2
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: view-engine: icons mode
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: ryu.ketsu...@outlook.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Created attachment 146750
  --> https://bugs.kde.org/attachment.cgi?id=146750=edit
A screenshot of the bug in question

SUMMARY
I saw this happening sometimes with previous versions of Dolphin but they
always got patched. Previously, the medium label width allowed more icons in
the same row under the same window size as shown in the screenshot. Also, this
doesn't seem to be a problem with Folder View because the issue does not happen
with plasmashell or the folder view plasmoid. See attached screenshot for
better understanding.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20220212
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.2
Kernel Version: 5.16.8-1-default (64-bit)
Graphics Platform: Wayland
Processors: 4 × Intel® Core™ i3-7020U CPU @ 2.30GHz
Memory: 11.5 GiB of RAM
Graphics Processor: Mesa Intel® HD Graphics 620

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

[Falkon] [Bug 439891] [Feature Request] Allow websites to detect dark or light theme in use

2022-02-14 Thread Tony
https://bugs.kde.org/show_bug.cgi?id=439891

Tony  changed:

   What|Removed |Added

 CC|jodr...@live.com|

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

[systemsettings] [Bug 450272] New: Custom Shortcuts should be a subpage in the Shortcuts KCM

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450272

Bug ID: 450272
   Summary: Custom Shortcuts should be a subpage in the Shortcuts
KCM
   Product: systemsettings
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_khotkeys
  Assignee: k...@michael-jansen.biz
  Reporter: guimarcalsi...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC

---

Custom Shortcuts is a complicated KCM only power-users are likely to use.
Plasma is aimed at people from all experience levels and having an advanced
page with such prominence in System Settings can make the experience for
beginners feel overwhelming. I propose making kcm_khotkeys a subpage of the
Shortcuts KCM (kcm_keys) accessible by clicking a button (or in a tab).

While hiding a KCM might seem like a bad move at first, doing so actually
improves UX by making System Settings feel simpler for all non-advanced users,
which are likely the majority of Plasma users. Advanced users won't have
trouble finding the Custom Shortcuts KCM if they need to. This will also remove
another subcategory in SySe, which is a goal Plasma developers are pursuing:
https://invent.kde.org/plasma/systemsettings/-/issues/15

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[lattedock] [Bug 437931] Latte dock crashs on boot

2022-02-14 Thread Mickey
https://bugs.kde.org/show_bug.cgi?id=437931

--- Comment #3 from Mickey  ---
Created attachment 146749
  --> https://bugs.kde.org/attachment.cgi?id=146749=edit
New crash information added by DrKonqi

latte-dock (0.10.8) using Qt 5.15.2

- What I was doing when the application crashed:
Drinking my hot chocolate while watching garuda boot and have the dock crash
before anything besides the background appeared.

-- Backtrace (Reduced):
#4  0x7f0b5ab7c6b4 in QSGTexture::setFiltering(QSGTexture::Filtering) () at
/usr/lib/libQt5Quick.so.5
#5  0x7f0b5abacec0 in
QSGOpaqueTextureMaterialShader::updateState(QSGMaterialShader::RenderState
const&, QSGMaterial*, QSGMaterial*) () at /usr/lib/libQt5Quick.so.5
#6  0x7f0b5ab9558f in
QSGBatchRenderer::Renderer::renderMergedBatch(QSGBatchRenderer::Batch const*)
() at /usr/lib/libQt5Quick.so.5
#7  0x7f0b5ab988fe in QSGBatchRenderer::Renderer::renderBatches() () at
/usr/lib/libQt5Quick.so.5
#8  0x7f0b5ab99045 in QSGBatchRenderer::Renderer::render() () at
/usr/lib/libQt5Quick.so.5

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

[lattedock] [Bug 437931] Latte dock crashs on boot

2022-02-14 Thread Mickey
https://bugs.kde.org/show_bug.cgi?id=437931

Mickey  changed:

   What|Removed |Added

 CC||mheih...@gmail.com

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

[plasmashell] [Bug 450271] New: Display-Port Audio output not being recognized automatically. This works in X11 sessions but not Wayland sessions.

2022-02-14 Thread Abdul
https://bugs.kde.org/show_bug.cgi?id=450271

Bug ID: 450271
   Summary: Display-Port Audio output not being recognized
automatically. This works in X11 sessions but not
Wayland sessions.
   Product: plasmashell
   Version: 5.24.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: abdulalze...@gmail.com
CC: k...@davidedmundson.co.uk
  Target Milestone: 1.0

Hello

I apologize in advance if this is the wrong place to report this. The reason I
think it is something related to plasma is that it is not reproducible in X11
sessions.

SUMMARY
Audio output through the Display-Port cable to my monitor is not being
recognized.
The monitor is Gigabyte G27QC 27''

STEPS TO REPRODUCE
1. Start a Wayland session with the same setup

OBSERVED RESULT
No Audio output device.

EXPECTED RESULT
HDMI / Display-Port 3 audio device that uses the monitor's speakers.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux x86_64
(available in About System)
KDE Plasma Version: 5.24.0
KDE Frameworks Version: 5.91.0
Qt Version: 5.12.2

ADDITIONAL INFORMATION
I am using a RTX 3070 with the nvidia 510.47.03-6 driver. with GBM enabled in
kernal parameters to be able to lunch the Wayland session.

I'll be glad to provide anymore needed information.

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

[yakuake] [Bug 383555] Yakuake doesn't show on Screen2 when I'm working on two monitors.

2022-02-14 Thread Jeremy Whiting
https://bugs.kde.org/show_bug.cgi?id=383555

--- Comment #23 from Jeremy Whiting  ---
So as a test I moved my panel from being on the left side of my left display to
the bottom of my left display. That didn't help, yakuake still refused to show
on the right display. But then I rebooted. Now yakuake is happily working on
either display again. Not sure if it's related or I just got lucky this time to
not hit the broken state this time around...

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

[systemsettings] [Bug 450270] New: "Include “Show Desktop” icon" option could be enabled by default

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450270

Bug ID: 450270
   Summary: "Include “Show Desktop” icon" option could be enabled
by default
   Product: systemsettings
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_kwintabbox
  Assignee: kwin-bugs-n...@kde.org
  Reporter: guimarcalsi...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC



This ties in with the Lessons Learned page about off-by-default features:
https://community.kde.org/Get_Involved/Design/Lessons_Learned#New_off-by-default_features

In the Task Switcher KCM there's an option called "Include “Show Desktop”
icon". There's no reason to have a useful feature be disabled by default.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[kate] [Bug 449767] replace all only substitute portion of text

2022-02-14 Thread rockmen1
https://bugs.kde.org/show_bug.cgi?id=449767

--- Comment #2 from rockmen1  ---
issue is gone in version 21.12.2

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

[gwenview] [Bug 450205] Gamma not applied correctly to PNG

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450205

2wxsy5823...@opayq.com changed:

   What|Removed |Added

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

--- Comment #2 from 2wxsy5823...@opayq.com ---


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

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

[gwenview] [Bug 441162] Png file with alpha removed through imagemagick show washed out colours

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=441162

2wxsy5823...@opayq.com changed:

   What|Removed |Added

 CC||ancoron.lucife...@gmail.com

--- Comment #7 from 2wxsy5823...@opayq.com ---
*** Bug 450205 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 450269] New: "Show titlebar button tooltips" option should be removed and controlled instead by global option in General Behavior KCM

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450269

Bug ID: 450269
   Summary: "Show titlebar button tooltips" option should be
removed and controlled instead by global option in
General Behavior KCM
   Product: systemsettings
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: kcm_kwindecoration
  Assignee: kwin-bugs-n...@kde.org
  Reporter: guimarcalsi...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: ---

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC

--

There's no use case for disabling tooltips only in the title bar, and that also
creates the opportunity for the user to unintentionally make his experience
inconsistent. A user that doesn't want tooltips will most likely want to
disable them everywhere. I propose removing the "Show titlebar button tooltips"
option in Appearance > Window Decorations > Titlebar Buttons (tab) and instead
only allowing to disable them in the global option in Workspace Behavior >
General Behavior > Display informational tooltips on mouse hover.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[umbrello] [Bug 450267] crash when importing c++ code

2022-02-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450267

Nicolas Fella  changed:

   What|Removed |Added

 CC|nicolas.fe...@gmx.de|

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

[umbrello] [Bug 450267] crash when importing c++ code

2022-02-14 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=450267

Nicolas Fella  changed:

   What|Removed |Added

Product|kde |umbrello
  Component|general |general
   Assignee|unassigned-b...@kde.org |umbrello-de...@kde.org
 CC||nicolas.fe...@gmx.de

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

[kwin] [Bug 438883] Re-implement Desktop Cube effect with modern effects API

2022-02-14 Thread Josesk Volpe
https://bugs.kde.org/show_bug.cgi?id=438883

Josesk Volpe  changed:

   What|Removed |Added

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

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

[kdeplasma-addons] [Bug 450230] Improve cover and flip switch

2022-02-14 Thread Josesk Volpe
https://bugs.kde.org/show_bug.cgi?id=450230

Josesk Volpe  changed:

   What|Removed |Added

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

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

[kwin] [Bug 450268] New: Magic Lamp / Slide effects duration speed should always be controlled by global option

2022-02-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=450268

Bug ID: 450268
   Summary: Magic Lamp / Slide effects duration speed should
always be controlled by global option
   Product: kwin
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: effects-various
  Assignee: kwin-bugs-n...@kde.org
  Reporter: guimarcalsi...@gmail.com
  Target Milestone: ---

SUMMARY

This bug is part of an ongoing effort to rethink the options available in
System Settings. The end goal is to consolidate some obscure options to make
Plasma feel simpler to use and improve the user experience. I was advised to
make individual bug reports with my suggestions. More details with all the
suggestions and talking points can be seen in this shared document:
https://collaborate.kde.org/s/oEkdeYerKqaZNyC

---
The Magic Lamp / Slide effects offer the option of changing the animation speed
independently of the global option. This creates an inconsistency in the user
experience because not all effects have that setting. While one might think
that that means all effects should also have that option, having too much
granularity in the settings can create an inconsistent experience and make
Plasma feel more difficult to use, while also increasing a higher number of
untested configurations and bugs. I propose removing those options and only
allowing users to control the animation speed globally. Removing it also means
removing the entire settings window for the Magic Lamp, thus effectively
simplifying System Settings a bit more.


SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.24.80
KDE Frameworks Version: 5.91.0
Qt Version: 5.15.3
Kernel Version: 5.13.0-28-generic (64-bit)
Graphics Platform: Wayland
Processors: 6 × Intel® Core™ i5-9400F CPU @ 2.90GHz
Memory: 7,6 GiB of RAM
Graphics Processor: Radeon RX 570 Series

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

[kwin] [Bug 450266] KWin seg fault

2022-02-14 Thread Joe
https://bugs.kde.org/show_bug.cgi?id=450266

--- Comment #2 from Joe  ---
Created attachment 146748
  --> https://bugs.kde.org/attachment.cgi?id=146748=edit
second segfault trying to renable after restart

so, just noticed after restart that desktop effects actually didn't re-enable.
Trying to re-enable them in SystemSettings results in this segfault. Core dump
for this is also slightly bigger than file attachment limit.

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

[plasmashell] [Bug 450069] Plasma 5.24 freezes/black screen on wake from sleep

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=450069

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Keywords||regression
  Component|Startup process |general

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

[plasmashell] [Bug 449918] plasma-workspace-5.24.0 sets Xft.dpi to 0 in Xresources

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449918

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/
   |0bb681869f0462e74d0c411e210 |6c2d9d4a66db35ab208f194f6a3
   |8bf3e0d371dd5   |7c7d0bc634d11

--- Comment #5 from Nate Graham  ---
Git commit 6c2d9d4a66db35ab208f194f6a37c7d0bc634d11 by Nate Graham, on behalf
of David Edmundson.
Committed on 15/02/2022 at 00:39.
Pushed by ngraham into branch 'Plasma/5.24'.

Move to runtime check of valid font DPI

The current code checks if we have an entry, but not that the entry is
sane.
FIXED-IN: 5.24.1


(cherry picked from commit 0bb681869f0462e74d0c411e2108bf3e0d371dd5)

M  +3-2kcms/fonts/fontinit.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/6c2d9d4a66db35ab208f194f6a37c7d0bc634d11

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

[plasmashell] [Bug 449918] plasma-workspace-5.24.0 sets Xft.dpi to 0 in Xresources

2022-02-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=449918

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.24.1
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
  Latest Commit||https://invent.kde.org/plas
   ||ma/plasma-workspace/commit/
   ||0bb681869f0462e74d0c411e210
   ||8bf3e0d371dd5

--- Comment #4 from Nate Graham  ---
Git commit 0bb681869f0462e74d0c411e2108bf3e0d371dd5 by Nate Graham, on behalf
of David Edmundson.
Committed on 15/02/2022 at 00:38.
Pushed by ngraham into branch 'master'.

Move to runtime check of valid font DPI

The current code checks if we have an entry, but not that the entry is
sane.
FIXED-IN: 5.24.1

M  +3-2kcms/fonts/fontinit.cpp

https://invent.kde.org/plasma/plasma-workspace/commit/0bb681869f0462e74d0c411e2108bf3e0d371dd5

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

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

2022-02-14 Thread Matiee
https://bugs.kde.org/show_bug.cgi?id=446468

--- Comment #15 from Matiee  ---
So, here's what I understood:
#3daee9 is the default selection color in Breeze and Breeze Dark themes, so the
new accent color feature works by replacing this color with another one of
user's choice. Also, what's colored with the accent color becomes white upon
selection. And, because what's black also becomes white upon selection (which
includes not only text, but also the folder's decals), here's why the entire
folders icons become white (most definitely a bug).

For the ones seeking for a workaround:
- I've made a copy of all folder icons and used inkscape for just altering the
folder's standard blue shade, "#3daee9" to "#47b8f3" (the two colors are almost
indistinguishable to the eye);
- put the altered folder icons into "$HOME/.local/icons/breeze/places".

That's ugly, but simple and effective.

You can see what this looks like in the attachment here above; if you want you
can download it from https://www.pling.com/p/1709570

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

[kwin] [Bug 450266] KWin seg fault

2022-02-14 Thread Joe
https://bugs.kde.org/show_bug.cgi?id=450266

--- Comment #1 from Joe  ---
Actually, can't attach the core dump as its too big (along with a plasma shell
one from around the same time, both are pretty big).

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

[kde] [Bug 450267] New: crash when importing c++ code

2022-02-14 Thread Ludovic Jozeau
https://bugs.kde.org/show_bug.cgi?id=450267

Bug ID: 450267
   Summary: crash when importing c++ code
   Product: kde
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: uni...@protonmail.com
  Target Milestone: ---

Application: umbrello5 (2.32.2)

Qt Version: 5.15.2
Frameworks Version: 5.90.0
Operating System: Linux 5.15.22-1-lts x86_64
Windowing System: X11
Distribution: "Arch Linux"
DrKonqi: 5.24.0 [KCrashBackend]

-- Information about the crash:
The end of the logs:
kf.i18n: "0 instead of 1 arguments to message {Could not find inclu...}
supplied before conversion."
kf.i18n: "0 instead of 2 arguments to message {'%1' expected found ...}
supplied before conversion."
/usr/include/c++/11.1.0/bits/unique_ptr.h:407: typename
std::add_lvalue_reference<_Tp>::type std::unique_ptr<_Tp, _Dp>::operator*()
const [with _Tp = InitDeclaratorAST; _Dp =
std::default_delete; typename
std::add_lvalue_reference<_Tp>::type = InitDeclaratorAST&]: Assertion 'get() !=
pointer()' failed.

The crash can be reproduced every time.

-- Backtrace:
Application: Umbrello UML Modeller (umbrello5), signal: Aborted

[KCrash Handler]
#4  0x7f2a49a9ad22 in raise () at /usr/lib/libc.so.6
#5  0x7f2a49a84862 in abort () at /usr/lib/libc.so.6
#6  0x555b53840a2a in std::__replacement_assert(char const*, int, char
const*, char const*) (__file=, __line=,
__function=, __condition=) at
/usr/include/c++/11.1.0/x86_64-pc-linux-gnu/bits/c++config.h:504
#7  0x555b53af8586 in std::unique_ptr >::operator*() const (this=) at /usr/include/c++/11.1.0/bits/unique_ptr.h:405
#8  std::unique_ptr
>::operator*() const (this=) at
/usr/include/c++/11.1.0/bits/unique_ptr.h:405
#9  Parser::parseDeclarationInternal(std::unique_ptr >&) (this=0x7ffdd86f7260, node=Python
Exception : Request for member '_M_head_impl' is ambiguous
in type 'std::tuple >'.
Candidates are:
  'std::default_delete std::_Head_base<1,
std::default_delete, true>::_M_head_impl'
(std::tuple > ->
std::_Tuple_impl<0, DeclarationAST*, std::default_delete > ->
std::_Tuple_impl<1, std::default_delete > -> std::_Head_base<1,
std::default_delete, true>)
  ' std::_Head_base<0, DeclarationAST*, false>::_M_head_impl'
(std::tuple > ->
std::_Tuple_impl<0, DeclarationAST*, std::default_delete > ->
std::_Head_base<0, DeclarationAST*, false>)
...) at /usr/src/debug/umbrello-21.12.2/lib/cppparser/parser.cpp:3158
#10 0x555b53aea7c6 in
Parser::parseMemberSpecification(std::unique_ptr >&) (node=Python Exception : Request for member '_M_head_impl' is ambiguous in type
'std::tuple >'. Candidates
are:
  'std::default_delete std::_Head_base<1,
std::default_delete, true>::_M_head_impl'
(std::tuple > ->
std::_Tuple_impl<0, DeclarationAST*, std::default_delete > ->
std::_Tuple_impl<1, std::default_delete > -> std::_Head_base<1,
std::default_delete, true>)
  ' std::_Head_base<0, DeclarationAST*, false>::_M_head_impl'
(std::tuple > ->
std::_Tuple_impl<0, DeclarationAST*, std::default_delete > ->
std::_Head_base<0, DeclarationAST*, false>)
..., this=0x7ffdd86f7260) at
/usr/src/debug/umbrello-21.12.2/lib/cppparser/parser.cpp:2142
#11 Parser::parseClassSpecifier(std::unique_ptr >&) (this=0x7ffdd86f7260, node=Python
Exception : Request for member '_M_head_impl' is ambiguous
in type 'std::tuple
>'. Candidates are:
  'std::default_delete std::_Head_base<1,
std::default_delete, true>::_M_head_impl'
(std::tuple > ->
std::_Tuple_impl<0, TypeSpecifierAST*, std::default_delete >
-> std::_Tuple_impl<1, std::default_delete > ->
std::_Head_base<1, std::default_delete, true>)
  ' std::_Head_base<0, TypeSpecifierAST*, false>::_M_head_impl'
(std::tuple > ->
std::_Tuple_impl<0, TypeSpecifierAST*, std::default_delete >
-> std::_Head_base<0, TypeSpecifierAST*, false>)
...) at /usr/src/debug/umbrello-21.12.2/lib/cppparser/parser.cpp:2023
#12 0x555b53adfdbd in
Parser::parseDeclaration(std::unique_ptr >&) (this=0x7ffdd86f7260, node=Python
Exception : Request for member '_M_head_impl' is ambiguous
in type 'std::tuple >'.
Candidates are:
  'std::default_delete std::_Head_base<1,
std::default_delete, true>::_M_head_impl'
(std::tuple > ->
std::_Tuple_impl<0, DeclarationAST*, std::default_delete > ->
std::_Tuple_impl<1, std::default_delete > -> std::_Head_base<1,
std::default_delete, true>)
  ' std::_Head_base<0, DeclarationAST*, false>::_M_head_impl'
(std::tuple > ->
std::_Tuple_impl<0, DeclarationAST*, std::default_delete > ->
std::_Head_base<0, DeclarationAST*, false>)
...) at /usr/src/debug/umbrello-21.12.2/lib/cppparser/parser.cpp:530
#13 0x555b53ac4052 in
Parser::parseTranslationUnit(QExplicitlySharedDataPointer&)
(node=..., this=0x7ffdd86f7260) at
/usr/src/debug/umbrello-21.12.2/lib/cppparser/parser.cpp:466
#14 Driver::ParseHelper::parse() 

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

2022-02-14 Thread Matiee
https://bugs.kde.org/show_bug.cgi?id=446468

--- Comment #14 from Matiee  ---
Created attachment 146747
  --> https://bugs.kde.org/attachment.cgi?id=146747=edit
Workaround for disabling folder colorization upon selection

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

[plasmashell] [Bug 373461] Plasma crashes in PanelView::updateEnabledBorders() when undocking laptop and screen configuration changes

2022-02-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=373461

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

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

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

  1   2   3   4   5   6   >