[valgrind] [Bug 416667] gcc10 ppc64le impossible constraint in 'asm' in test_isa

2020-01-25 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=416667

--- Comment #8 from Mark Wielaard  ---
(In reply to Mark Wielaard from comment #7)
> Created attachment 125383 [details]
> GCC10 ppc64 asm constrainst update
> 
> The attached patch is what I am testing now and seems to pass the
> compiler/build.

Which seems to fix the issue. Both test_isa_2_07_part1.c and test_is_3_0.c
compile and the tests pass.

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

[valgrind] [Bug 253657] missing some amd64 to let wine/amd64 run on valgrind/amd64

2020-01-25 Thread Daniel Lehman
https://bugs.kde.org/show_bug.cgi?id=253657

--- Comment #30 from Daniel Lehman  ---
Created attachment 125416
  --> https://bugs.kde.org/attachment.cgi?id=125416=edit
bool to skip msvc x64 code path in non-wine case

> The obvious fix is to keep a boolean indicating whether any Windows unwind
> info has been loaded, and if false, just skip this call.  That would remove 
> the
> perf hit for non-Wine use.

something like the attached?  i based it on FPO_info_present.  the patch is
rebased against the rollup.  it still works with the above test case on 64-bit
wine but i verified it is not called with non-wine (using python -c "import
numpy")

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

[plasmashell] [Bug 413686] Wrong offset of the virtual desktop numbers in the virtual desktop switcher applet after activating the option

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413686

--- Comment #6 from Postix  ---
I made some more observations

1) Use
>  kquitapp5 plasmashell && kstart5 plasmashell 
to reset the pager so everything looks fine

2) When the displayed label is changed to "text" and back to "number", the font
size of the number becomes bigger

3) There are several binding loops, here with two virtual desktops, so every
line appears twice:

>From "number" to "text":
/org.kde.plasma.pager/contents/ui/main.qml:177:9: QML Label: Possible anchor
loop detected on fill.
/org.kde.plasma.pager/contents/ui/main.qml:177:9: QML Label: Binding loop
detected for property "font.pixelSize"
/org.kde.plasma.pager/contents/ui/main.qml:177:9: QML Label: Possible anchor
loop detected on fill.
/org.kde.plasma.pager/contents/ui/main.qml:177:9: QML Label: Binding loop
detected for property "font.pixelSize"
/org.kde.plasma.pager/contents/ui/main.qml:190: TypeError: Cannot read property
'display' of null
/org.kde.plasma.pager/contents/ui/main.qml:190: TypeError: Cannot read property
'display' of null

>From "text" back to "number":
/org.kde.plasma.pager/contents/ui/main.qml:177:9: QML Label: Possible anchor
loop detected on fill.
/org.kde.plasma.pager/contents/ui/main.qml:177:9: QML Label: Binding loop
detected for property "font.pixelSize"
/org.kde.plasma.pager/contents/ui/main.qml:177:9: QML Label: Possible anchor
loop detected on fill.
/org.kde.plasma.pager/contents/ui/main.qml:177:9: QML Label: Binding loop
detected for property "font.pixelSize"

>From "number" to "none":
/org.kde.plasma.pager/contents/ui/main.qml:190: TypeError: Cannot read property
'display' of null
/org.kde.plasma.pager/contents/ui/main.qml:190: TypeError: Cannot read property
'display' of null


The issue is somewhere here:
https://github.com/KDE/plasma-desktop/blob/Plasma/5.17/applets/pager/package/contents/ui/main.qml#L190

If I set `font.pixelSize` to a fixed value like 8 or 20, the label is always
correctly positioned and I no longer receive the both erros:
> Possible anchor loop detected on fill.
> Binding loop detected for property

but only 
> Cannot read property 'display' of null
remains.

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

[plasmashell] [Bug 413224] plasma - control bar - desktop switcher - resized font when moving window

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413224

Postix  changed:

   What|Removed |Added

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

--- Comment #3 from Postix  ---


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

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

[plasmashell] [Bug 413686] Wrong offset of the virtual desktop numbers in the virtual desktop switcher applet after activating the option

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413686

Postix  changed:

   What|Removed |Added

 CC||m4rkus...@web.de

--- Comment #9 from Postix  ---
*** Bug 413224 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 413224] plasma - control bar - desktop switcher - resized font when moving window

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413224

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[kstars] [Bug 416650] Crashes when imaging a sequence.

2020-01-25 Thread Hy
https://bugs.kde.org/show_bug.cgi?id=416650

Hy  changed:

   What|Removed |Added

 CC||hymu...@gmail.com

--- Comment #4 from Hy  ---
Can I ask you about the issue you're having? 
As I understand it, you're running 3.3.9 on a Mac/Catalina, with all your
devices also connected to the Mac. Then, I see you say you tried a Raspberry Pi
remotely. I assume that means the devices connected to the RPi via an
IndiServer, and you ran EKOS on the Mac. 

Can you try running everything on the RPi4? Does that crash too? If you do try
this again, can you please run the latest nightly with your ASI1600MM-Pro? I'd
love to be able to reproduce this (and I have that camera so I could run a very
similar configuration with the RPi4 and ASI1600mm). Please log with debug on
for everything and send the log file. Thanks!

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

[systemsettings] [Bug 413198] Changes to GTK Application Style require logout

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413198

Patrick Silva  changed:

   What|Removed |Added

 CC||erist...@cryptolab.net

--- Comment #12 from Patrick Silva  ---
*** Bug 413584 has been marked as a duplicate of this bug. ***

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

[okular] [Bug 416656] PDF Launch Action allows to execute Mono executables

2020-01-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=416656

--- Comment #2 from Albert Astals Cid  ---
> apt-get install bless

bash: apt-get: no s'ha trobat l'ordre

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

[Breeze] [Bug 416767] Breeze Dark theme causes unreadable selected text in GTK

2020-01-25 Thread Std cerr
https://bugs.kde.org/show_bug.cgi?id=416767

--- Comment #1 from Std cerr  ---
Okay, I just realized that the selected text in row remains unreadable even
when both GTK2 & GTK3 settings get set to regular Breeze, to make it readable,
the Global Theme in System Settings has to be set the Breeze (rather than
Breeze Dark)

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

[kdenlive] [Bug 416768] New: Colors aren't as vivid on videos imported into Kdenlive

2020-01-25 Thread Isaac A.
https://bugs.kde.org/show_bug.cgi?id=416768

Bug ID: 416768
   Summary: Colors aren't as vivid on videos imported into
Kdenlive
   Product: kdenlive
   Version: 19.12.1
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: is...@isaacs.site
  Target Milestone: ---

Created attachment 125418
  --> https://bugs.kde.org/attachment.cgi?id=125418=edit
A comparison between a view of Kdenlive and VLC media player

SUMMARY
When importing videos into Kdenlive, color is noticeably not as vivid and seems
to have a white "tint" over it almost. It renders it like this as well. Seems
to be visible more in videos taken at sunset. It does *not* behave like this
using the 19.12.1 AppImage and looks exactly the same as VLC does, I think it
may be related to hardware acceleration somehow as the AppImage does not
support it. I'm not sure.

STEPS TO REPRODUCE
1. Import footage into Kdenlive
2. Open said footage in VLC
3. Look at side-by-side with the preview window

OBSERVED RESULT
Footage has a weird white tint look to it compared to the VLC view

EXPECTED RESULT
Footage should look mostly the same as VLC

SOFTWARE/OS VERSIONS
Linux: 5.4.12
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.65.0
Qt Version: 5.12.5

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

[plasmashell] [Bug 413686] Wrong offset of the virtual desktop numbers in the virtual desktop switcher applet after activating the option

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413686

--- Comment #8 from Patrick Silva  ---
another report about the numbers: bug 413224

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

[systemsettings] [Bug 416771] New: If more than one language is listed in Language KCM, the default one is not applied to GTK2 and GTK3 apps

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416771

Bug ID: 416771
   Summary: If more than one language is listed in Language KCM,
the default one is not applied to GTK2 and GTK3 apps
   Product: systemsettings
   Version: 5.17.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_language
  Assignee: h...@kde.org
  Reporter: bugsefor...@gmx.com
CC: plasma-b...@kde.org
  Target Milestone: ---

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

SUMMARY
See the attached screenshot please.
My default language is american english, but gtk3 app Gnome Disks is translated
to portuguese. Nautilus, Gedit text editor, inkscape and gimp are also
affected. 

Operating System: Arch Linux 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

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

[tellico] [Bug 416718] MobyGames data source improvements

2020-01-25 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=416718

Robby Stephenson  changed:

   What|Removed |Added

   Version Fixed In||3.3
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/tel
   ||lico/f7abcac1aa1060294ae293
   ||7ea3338d551aa9e7e1
 Status|REPORTED|RESOLVED

--- Comment #5 from Robby Stephenson  ---
Git commit f7abcac1aa1060294ae2937ea3338d551aa9e7e1 by Robby Stephenson.
Committed on 26/01/2020 at 02:16.
Pushed by rstephenson into branch 'master'.

Add Keyword search for MobyGames data source

For a Keyword search, if the platform name is included in the search
string, it is used to narrow down the search. The name must match
the existing platform name exactly. The search strign itself is still
just a title search.
FIXED-IN: 3.3

M  +32   -4src/fetch/mobygamesfetcher.cpp
M  +1-0src/fetch/mobygamesfetcher.h
M  +30   -0src/tests/mobygamesfetchertest.cpp
M  +1-0src/tests/mobygamesfetchertest.h

https://commits.kde.org/tellico/f7abcac1aa1060294ae2937ea3338d551aa9e7e1

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

[systemsettings] [Bug 416771] If more than one language is listed in Language KCM, the default one is not applied to GTK2 and GTK3 apps

2020-01-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=416771

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
Please include output of "env"

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

[plasmashell] [Bug 413686] Wrong offset of the virtual desktop numbers in the virtual desktop switcher applet after activating the option

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413686

Postix  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[frameworks-knewstuff] [Bug 416762] New: New GHNS window shows non-updateable addons even if "Updateable only" is select

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416762

Bug ID: 416762
   Summary: New GHNS window shows non-updateable addons even if
"Updateable only" is select
   Product: frameworks-knewstuff
   Version: 5.66.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jpwhit...@kde.org
  Reporter: bugsefor...@gmx.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

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

SUMMARY
Summary says by itself. See the attached screenshot please.
GHNS windows of Global themes, Plasma Styles and Color schemes are also
affected. 

Operating System: Arch Linux 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

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

[okular] [Bug 416656] PDF Launch Action allows to execute Mono executables

2020-01-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=416656

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
>  in order to research if there are any legitimate use cases at all

There are

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

[krusader] [Bug 416764] New: Crashes after a while

2020-01-25 Thread Heiko Stark
https://bugs.kde.org/show_bug.cgi?id=416764

Bug ID: 416764
   Summary: Crashes after a while
   Product: krusader
   Version: 2.7.1
  Platform: Mageia RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: krusader-bugs-n...@kde.org
  Reporter: he...@stark-jena.de
CC: krusader-bugs-n...@kde.org
  Target Milestone: ---

SUMMARY
Krusader crashes after a while. Mostly when opening pictures.

> gdb krusader
(gdb) run
...
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:10:27.113-warning kf5.kio.core unknown@0 # "Ordner tags:/ lässt sich nicht
öffnen."
22:12:56.553-warning default unknown@0 # Unable to find icon
"application-x-msi" of size QSize(22, 22) in any configured theme
22:12:57.130-warning default unknown@0 # Unable to find icon
"application-x-msdownload" of size QSize(22, 22) in any configured theme
22:12:57.512-warning default unknown@0 # Unable to find icon
"application-pkix-cert+pem" of size QSize(22, 22) in any configured theme

Thread 1 "krusader" received signal SIGSEGV, Segmentation fault.
0x004f8e79 in _ZN9ListModel8dateTextEl ()

(gdb) bt

During symbol reading, incomplete CFI data; unspecified registers (e.g., rax)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rdx)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rcx)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rsi)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rdi)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r8) at
0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r9) at
0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r10)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r11)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r14)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r15)
at 0x4f8eea.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rax)
at 0x4f959b.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rdx)
at 0x4f959b.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rcx)
at 0x4f959b.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rsi)
at 0x4f959b.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rdi)
at 0x4f959b.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r8) at
0x4f959b.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r9) at
0x4f959b.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r10)
at 0x4f959b.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r11)
at 0x4f959b.
#0  0x004f8e79 in _ZN9ListModel8dateTextEl ()
#1  0x004f9250 in _ZNK9ListModel11toolTipTextEP8FileItem ()
During symbol reading, incomplete CFI data; unspecified registers (e.g., rax)
at 0x4fba82.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rdx)
at 0x4fba82.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rcx)
at 0x4fba82.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rsi)
at 0x4fba82.
During symbol reading, incomplete CFI data; unspecified registers (e.g., rdi)
at 0x4fba82.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r8) at
0x4fba82.
During symbol reading, incomplete CFI data; unspecified registers (e.g., r9) at
0x4fba82.

[kate] [Bug 397272] Find Tool does not show total number of matches or current match number

2020-01-25 Thread bronko
https://bugs.kde.org/show_bug.cgi?id=397272

bronko  changed:

   What|Removed |Added

 CC||c1_kde_bugtrack3r@teamchris
   ||.info

--- Comment #2 from bronko  ---
Thank you for pointing out the advanced search bar. 
IMHO the popup message should also be used on a Ctrl+F search and include the
current match number (i.e. "match 1 of 5").
The popup should be shown every time when using the next/previous match button.

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

[plasmashell] [Bug 413686] Wrong offset of the virtual desktop numbers in the virtual desktop switcher applet after activating the option

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413686

--- Comment #7 from Postix  ---
That's when and why the dynamic fontSize was introduced:
https://phabricator.kde.org/D19751

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

[Breeze] [Bug 416770] New: Breeze Dark: icon of highlighted "Default device" button (plasma-pa) is missing

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416770

Bug ID: 416770
   Summary: Breeze Dark: icon of highlighted "Default device"
button (plasma-pa) is missing
   Product: Breeze
   Version: 5.17.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: bugsefor...@gmx.com
CC: kain...@gmail.com
  Target Milestone: ---

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

SUMMARY
See the attached screenshot.

Operating System: Arch Linux 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

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

[kdenlive] [Bug 405811] Rotoscope - Crash when playing or dragging on timeline

2020-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405811

bim.overb...@googlemail.com changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |FIXED
 Status|NEEDSINFO   |RESOLVED

--- Comment #10 from bim.overb...@googlemail.com ---
Seems to work for me now. Thanks!

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

[plasmashell] [Bug 412626] Plasmoids sometimes get 'stuck' while moving

2020-01-25 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=412626

Kishore Gopalakrishnan  changed:

   What|Removed |Added

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

--- Comment #1 from Kishore Gopalakrishnan  ---
Can't reproduce in Plasma 5.17.90.

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

[kmail2] [Bug 391030] kmail does not print images in emails

2020-01-25 Thread Justin
https://bugs.kde.org/show_bug.cgi?id=391030

Justin  changed:

   What|Removed |Added

  Alias||jgra...@mailbox.org
 CC||jgra...@mailbox.org

--- Comment #1 from Justin  ---
This affects me also!

I need to print a email ticket with a QR code!
Is there a fix?

KMail
Version 5.11.3
Kubuntu 19.10

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

[kmplot] [Bug 416740] The "Functions" window was lost.

2020-01-25 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=416740

--- Comment #4 from Christoph Feck  ---
With KWin, there is no "X" Close button on the dragged out function window.
Which window manager do you use?

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

[frameworks-kio] [Bug 416527] system takes ~1 minute to draw data deletion dialog completely

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=416527

Patrick Silva  changed:

   What|Removed |Added

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

--- Comment #1 from Patrick Silva  ---
it was a problem with configurations on my system.

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

[plasmashell] [Bug 405454] Desktop names don't appear in the pager applet, only "..."

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=405454

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[ksysguard] [Bug 413200] No way to show network usage per process

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413200

Patrick Silva  changed:

   What|Removed |Added

Product|plasmashell |ksysguard
  Component|System Monitor  |ksysguard
   Target Milestone|1.0 |---
   Assignee|notm...@gmail.com   |ksysguard-b...@kde.org
 CC||bugsefor...@gmx.com

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

[plasmashell] [Bug 413686] Wrong offset of the virtual desktop numbers in the virtual desktop switcher applet after activating the option

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413686

--- Comment #10 from Postix  ---
(In reply to Patrick Silva from comment #8)
> another report about the numbers: bug 413224

If I'm not mistaken it's actually a duplicate and happens if
"pagerModel.refresh();" is invoked, either by drag and drop or by changing the
label's text.

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

[dolphin] [Bug 413660] Natural sorting not working as documented

2020-01-25 Thread Werner Lehmann
https://bugs.kde.org/show_bug.cgi?id=413660

--- Comment #2 from Werner Lehmann  ---
Still present with 19.12.1. Here is a screenshot:
https://i.imgur.com/3anjuXt.png

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

[trojita] [Bug 416775] New: trojita: test_Imap_BodyParts.cpp fails to compile with qt 5.13 gcc 9.2

2020-01-25 Thread Turtle
https://bugs.kde.org/show_bug.cgi?id=416775

Bug ID: 416775
   Summary: trojita: test_Imap_BodyParts.cpp fails to compile with
qt 5.13 gcc 9.2
   Product: trojita
   Version: 0.7
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Other
  Assignee: trojita-b...@kde.org
  Reporter: tur...@think-electric.com
  Target Milestone: ---

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

SUMMARY
A redefinition of ‘char* QTest::toString(const T&) in test_Imap_BodyParts.cpp

When compiling trojita-0.7/tests/Imap/test_Imap_BodyParts.cpp:56:7: 
I get the following error: 
redefinition of ‘char* QTest::toString(const T&) [with T = QModelIndex]’
STEPS TO REPRODUCE
1. Install gcc 9.2, qt 5.13.2, kde
2. download trojita
3. Compile will fail

(Gentoo) Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION
Commenting out the redefinition fixes the compile failure.
Not sure if it causes any other issues.
Thank you

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

[systemsettings] [Bug 416776] New: Colourschemes window accepts input when I press krunner shortcut

2020-01-25 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=416776

Bug ID: 416776
   Summary: Colourschemes window accepts input when I press
krunner shortcut
   Product: systemsettings
   Version: 5.17.90
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kcm_colors
  Assignee: plasma-b...@kde.org
  Reporter: kishor...@gmail.com
CC: jpwhit...@kde.org, mwoehlke.fl...@gmail.com
  Target Milestone: ---

SUMMARY
If the focus is on the 'edit colour scheme' button, pressing alt+space to
invoke krunner results in the button also being activated.

STEPS TO REPRODUCE
1. Open the colour schemes selection screen (Appearance > Colours).
2. Press the edit button on a colour scheme.
3. Close the edit window which opens.
4. Now press Alt+Space to invoke krunner.

OBSERVED RESULT
Krunner opens, but immediately closes since the edit button also somehow
detects the 'space' key and opens the edit window.

EXPECTED RESULT
Krunner should open, and nothing should happen in the system settings
application.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0

ADDITIONAL INFORMATION
I'm not sure if this is a bug in the system settings application, in krunner or
in whatever handle keyboard shortcuts, but I'm reporting it here.

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

[kile] [Bug 301176] Kile doesn't use system settings for default browser

2020-01-25 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=301176

Kishore Gopalakrishnan  changed:

   What|Removed |Added

 CC||kishor...@gmail.com

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

[i18n] [Bug 413341] Right click menu in sticky notes and search bar not translated

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413341

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
Qt issue, see bug 410504

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

[kwin] [Bug 415313] Severe kwin_x11 (on amdgpu) compositing performance regression: bisected to 00bf75d06

2020-01-25 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=415313

--- Comment #7 from Duncan <1i5t5.dun...@cox.net> ---
So I was out a few weeks due to death in the family. =:^(

Given the reverts in
https://mail.kde.org/pipermail/kwin/2020-January/002999.html (including the
bisected-to 00bf75d06) is this still relevant?

If no longer relevant, resolved/fixed or resolved/worksforme or ??? 
(Resolved/obsolete may be most appropriate, but it doesn't appear to be an
option on kde's bugzy instance.)

(I just rebuilt/kwin-replaced and a quick test says the last ~20% of the
regression is gone now, but it's too soon to say for sure.)

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

[plasmashell] [Bug 413686] Wrong offset of the virtual desktop numbers in the virtual desktop switcher applet after activating the option

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413686

Postix  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

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

[krita] [Bug 415598] problem with canvas and shortcuts

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=415598

--- Comment #4 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.

[kmymoney] [Bug 406913] Crash on editing securities as accounts

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=406913

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

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

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

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

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

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

[kmymoney] [Bug 412193] KMyMoney crashed when creating an investment of a past date

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=412193

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

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

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

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

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

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

[plasmashell] [Bug 410328] Open new instance of application with keyboard shortcut

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=410328

--- Comment #5 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.

[okular] [Bug 416763] New: UI: Move Find bar to the top right and make it compact (like Chromium)

2020-01-25 Thread leftcrane
https://bugs.kde.org/show_bug.cgi?id=416763

Bug ID: 416763
   Summary: UI: Move Find bar to the top right and make it compact
(like Chromium)
   Product: okular
   Version: 1.9.1
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: leftcr...@tutanota.com
  Target Milestone: ---

SUMMARY
The search bar currently appears at the bottom of the application and takes up
the full horizontal distance.

This has multiple disadvantages:

1. In the case of a floating windows, the entire find bar can easily disappear
outside the display area. Just move the window down a bit and invoke the Find
interface. You will not be able to see the find bar at all.
2. Displaying the search bar at the very bottom requires the user to shift
their center of attention from the top of the screen to very bottom (whereas
most applications display their tools at the top, including the find button in
Okular)
3. The horizontally maximized find bar obscures much more content than it needs
to. It is very rare that someone would type more than about ten characters into
the search interface, so the space is stolen from the content and wasted.
4. The prev/next result buttons in the horizontally maximized find bar are
located on the opposite end of the screen from where the user enters the
keyword (the location of the cursor). A compact search bar would ensure that
these buttons are close to the cursor.

I think these are compelling reasons to change the UI. The current Find UI does
not appear to offer any advantages - only disadvantages, and pretty serious
ones.

One problem is consistency with other applications like Kate. Kate displays the
find bar at the bottom, like many other text editors. However, Kate could
probably also benefit from moving this interface to the top right (see Gnome
builder
https://d2.alternativeto.net/dist/s/gnome-builder_443674_full.png?format=jpg=1600=1600=min=false)

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

[plasmashell] [Bug 416719] Segmentation fault in Plasma when I try to open Dolphin (either directly or indirectly)

2020-01-25 Thread RobinK
https://bugs.kde.org/show_bug.cgi?id=416719

--- Comment #2 from RobinK  ---
(In reply to Christoph Feck from comment #1)
> Please update Qt from KDE:Qt5 repository again.
> 
> *** This bug has been marked as a duplicate of bug 416715 ***

Re-update of Qt5 fixed it.  Thank you.  Much obliged

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

[kmymoney] [Bug 416621] Import a QFX file fails on MacOS

2020-01-25 Thread chuckf
https://bugs.kde.org/show_bug.cgi?id=416621

--- Comment #3 from chuckf  ---
I downloaded it from
https://binary-factory.kde.org/view/MacOS/job/KMyMoney_Release_macos/486/

https://binary-factory.kde.org/view/MacOS/job/KMyMoney_Release_macos/486/artifact/kmymoney-5.0-486-macos-64-clang.dmg

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

[kdenlive] [Bug 416766] New: Crash at open Project

2020-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416766

Bug ID: 416766
   Summary: Crash at open Project
   Product: kdenlive
   Version: 19.12.1
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: vor...@z-ray.de
  Target Milestone: ---

SUMMARY
Kdenlive crashes when opening a saved project.
(Also I post this manually because Dr. Konqi seems also unable to submit bug
reporsts "Could not send error report" or "Did not receive a token")

STEPS TO REPRODUCE
1. Create a new project
2. Save the project
3. Close Project
4. Reopen Project

OBSERVED RESULT
The application crashes

EXPECTED RESULT
The applications opens and loads the opened project

Dr. Konqi Error report:

Application: kdenlive (19.12.1)

Qt Version: 5.14.0
Frameworks Version: 5.66.0
Operating System: Linux 5.4.12-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:

Opened a recently save project by the same version of KDEnlive

The crash can be reproduced every time.

-- Backtrace:
Application: Kdenlive (kdenlive), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ff5808d9c80 (LWP 8539))]

Thread 16 (Thread 0x7ff51f7fe700 (LWP 8557)):
#0  0x7ff585697bdf in poll () at /lib64/libc.so.6
#1  0x7ff5810422ee in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7ff58104240f in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7ff582b67bdb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7ff50c000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7ff582b0fd5b in
QEventLoop::exec(QFlags)
(this=this@entry=0x7ff51f7fdda0, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7ff58293b63e in QThread::exec() (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7ff58293c708 in QThreadPrivate::start(void*) (arg=0x5f4a640) at
thread/qthread_unix.cpp:342
#7  0x7ff581e8cf2a in start_thread () at /lib64/libpthread.so.0
#8  0x7ff5856a24af in clone () at /lib64/libc.so.6

Thread 15 (Thread 0x7ff51700 (LWP 8556)):
#0  0x7ff581e936a5 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7ff58294224b in QWaitConditionPrivate::wait(QDeadlineTimer)
(deadline=..., this=0x60aff90) at thread/qwaitcondition_unix.cpp:146
#2  0x7ff58294224b in QWaitCondition::wait(QMutex*, QDeadlineTimer)
(this=, mutex=0x63273a0, deadline=...) at
thread/qwaitcondition_unix.cpp:225
#3  0x7ff582942309 in QWaitCondition::wait(QMutex*, unsigned long)
(this=0x63273a8, mutex=0x63273a0, time=) at
../../include/QtCore/../../src/corelib/kernel/qdeadlinetimer.h:68
#4  0x7ff58480a21f in  () at /usr/lib64/libQt5Quick.so.5
#5  0x7ff58480a499 in  () at /usr/lib64/libQt5Quick.so.5
#6  0x7ff58293c708 in QThreadPrivate::start(void*) (arg=0x6327300) at
thread/qthread_unix.cpp:342
#7  0x7ff581e8cf2a in start_thread () at /lib64/libpthread.so.0
#8  0x7ff5856a24af in clone () at /lib64/libc.so.6

Thread 14 (Thread 0x7ff548c8d700 (LWP 8555)):
#0  0x7ff585697bdf in poll () at /lib64/libc.so.6
#1  0x7ff5810422ee in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7ff58104240f in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7ff582b67bdb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7ff518000b60, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#4  0x7ff582b0fd5b in
QEventLoop::exec(QFlags)
(this=this@entry=0x7ff548c8cda0, flags=..., flags@entry=...) at
../../include/QtCore/../../src/corelib/global/qflags.h:136
#5  0x7ff58293b63e in QThread::exec() (this=) at
../../include/QtCore/../../src/corelib/global/qflags.h:118
#6  0x7ff58293c708 in QThreadPrivate::start(void*) (arg=0x62ae5f0) at
thread/qthread_unix.cpp:342
#7  0x7ff581e8cf2a in start_thread () at /lib64/libpthread.so.0
#8  0x7ff5856a24af in clone () at /lib64/libc.so.6

Thread 13 (Thread 0x7ff5498d1700 (LWP 8554)):
#0  0x7ff581e936a5 in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7ff58294224b in QWaitConditionPrivate::wait(QDeadlineTimer)
(deadline=..., this=0x4126560) at thread/qwaitcondition_unix.cpp:146
#2  0x7ff58294224b in QWaitCondition::wait(QMutex*, QDeadlineTimer)
(this=, mutex=0x60e18d0, deadline=...) at
thread/qwaitcondition_unix.cpp:225
#3  0x7ff582942309 in QWaitCondition::wait(QMutex*, unsigned long)
(this=0x60e18d8, mutex=0x60e18d0, time=) at
../../include/QtCore/../../src/corelib/kernel/qdeadlinetimer.h:68
#4  0x7ff58480a21f in  () at /usr/lib64/libQt5Quick.so.5
#5  0x7ff58480a499 in  () at /usr/lib64/libQt5Quick.so.5
#6  0x7ff58293c708 in QThreadPrivate::start(void*) (arg=0x60e1830) at

[plasmashell] [Bug 413686] Wrong offset of the virtual desktop numbers in the virtual desktop switcher applet after activating the option

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413686

Postix  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 405454] Desktop names don't appear in the pager applet, only "..."

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=405454

Postix  changed:

   What|Removed |Added

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

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

[kdenlive] [Bug 416768] Colors aren't as vivid on videos imported into Kdenlive w/ hardware acceleration

2020-01-25 Thread Isaac A.
https://bugs.kde.org/show_bug.cgi?id=416768

Isaac A.  changed:

   What|Removed |Added

Summary|Colors aren't as vivid on   |Colors aren't as vivid on
   |videos imported into|videos imported into
   |Kdenlive|Kdenlive w/ hardware
   ||acceleration

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

[kmail2] [Bug 416288] KMail crashes on address autocomplete lookup

2020-01-25 Thread Aaron Williams
https://bugs.kde.org/show_bug.cgi?id=416288

--- Comment #4 from Aaron Williams  ---
I deleted the search_db folder and that appears to have solved it. My guess is
something in it caused the internal data structures used by KMail to become
corrupted and crash. I was at my wit's end with this and resorted to
copy/pasting email addresses. Hopefully, this doesn't return.

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

[lattedock] [Bug 416724] Latte dock consumes all free memory available and wont open

2020-01-25 Thread Mohammad
https://bugs.kde.org/show_bug.cgi?id=416724

--- Comment #8 from Mohammad  ---
(In reply to Michail Vourlakos from comment #7)

> > Metrics please, going up means nothing without metrics, how much up?

After tring few times it is now like before, It goes up till my memory is full.
~ 12GB-14GB

> > 2. Run from terminal: latte-dock --default-layout

Something interesting, when I sudo this command the dock launch normally and
without memory consumption.

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

[dolphin] [Bug 416777] New: Add possibility for setting action on clicking empty area in folder

2020-01-25 Thread Max
https://bugs.kde.org/show_bug.cgi?id=416777

Bug ID: 416777
   Summary: Add possibility for setting action on clicking empty
area in folder
   Product: dolphin
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: maximts...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Allows users to set an action to be triggered
when double clicking/middle-clicking on an empty space in the folder view. 
It will be super convenient, and improve user experience a lot!

Suggested default actions are "Ctrl+A" for double click, and "Ctrl+V" for
middle click. In most of Linux DE middle click is set for pasting text by
default, and it's not intuitive that the same doesn't happen in Dolphin when
there's a file/folder in the clipboard.

https://phabricator.kde.org/D20532
Here this functionality have already been partially implemented, but Dolphin
moderators rejected this suggestion, since they didn't think this functionality
is important. 

But I'm sure this topic deserves further consideration. Many people will love
to see this feature implemented, as it can be guessed even from this Reddit
discussion:
https://www.reddit.com/r/kde/comments/de4sun/dolphin_are_you_interested_in_a_double_click_on/

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

[dolphin] [Bug 416777] Add possibility for setting action on clicking empty area in folder

2020-01-25 Thread Max
https://bugs.kde.org/show_bug.cgi?id=416777

Max  changed:

   What|Removed |Added

   Keywords||usability

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

[krita] [Bug 349436] the brush lags if I try to draw fast or with very long strokes

2020-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=349436

skayrun...@gmail.com changed:

   What|Removed |Added

 CC||skayrun...@gmail.com

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

[kwin] [Bug 415839] Resizing apps results in flickering or controls jumping around

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=415839

--- Comment #23 from Postix  ---
Created attachment 125412
  --> https://bugs.kde.org/attachment.cgi?id=125412=edit
Screenshot of a black part.

(In reply to Vlad Zahorodnii from comment #22)
> > * Sometimes there are still frames missing where the window turns black
> > while resizing
> Are those frames completely black? or only some parts?

Only some parts as in the screenshot -- but as I just noticed, this was already
the case before the patch. ;) 
So the patch neither made it worse nor better.

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

[juk] [Bug 413610] View mode switcher does nothing

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413610

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[okular] [Bug 416763] UI: Move Find bar to the top right and make it compact (like Chromium)

2020-01-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=416763

Albert Astals Cid  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 CC||aa...@kde.org

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

[k3b] [Bug 416765] New: Cannout continue a multisession blu-ray disc

2020-01-25 Thread Axel Schwank
https://bugs.kde.org/show_bug.cgi?id=416765

Bug ID: 416765
   Summary: Cannout continue a multisession blu-ray disc
   Product: k3b
   Version: 18.12.3
  Platform: openSUSE RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Data Project
  Assignee: k...@kde.org
  Reporter: a...@hiq2.com
CC: mich...@jabster.pl, tr...@kde.org
  Target Milestone: ---

Created attachment 125414
  --> https://bugs.kde.org/attachment.cgi?id=125414=edit
k3b media info

SUMMARY

k3b does not let me select an appendable blu-ray disc when trying to continue a
multi-session disc. Media info says it is appendable (see attached screenshot
#1), but if I choose "Continue multisession project" from the "More actions..."
menu, I am asked to insert an appendable medium, but cannot select my
appendable blu-ray disc (see attached screenshot #2).


STEPS TO REPRODUCE
1. Burn an appendable bly-ray-disc with the "Start Multisession" multisession
mode
2. Insert this disc and select "Continue multisession project" from the "More
actions..." menu
3. Observe if the disc can be selected

OBSERVED RESULT
Disc cannot be selected.

EXPECTED RESULT
Disc can be selected as medium to continue multisession disc.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: openSuSE Leap 15.1
(available in About System)
KDE Plasma Version: 5.12.8
KDE Frameworks Version: 5.55.0
Qt Version: 5.9.7

ADDITIONAL INFORMATION
None

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

[k3b] [Bug 416765] Cannout continue a multisession blu-ray disc

2020-01-25 Thread Axel Schwank
https://bugs.kde.org/show_bug.cgi?id=416765

--- Comment #1 from Axel Schwank  ---
Created attachment 125415
  --> https://bugs.kde.org/attachment.cgi?id=125415=edit
k3b multisession medium dialog

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

[Breeze] [Bug 416767] New: Breeze Dark theme causes unreadable selected text in GTK

2020-01-25 Thread Std cerr
https://bugs.kde.org/show_bug.cgi?id=416767

Bug ID: 416767
   Summary: Breeze Dark theme causes unreadable selected text in
GTK
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: gtk theme
  Assignee: uhh...@gmail.com
  Reporter: mail.stdc...@gmail.com
  Target Milestone: ---

Created attachment 125417
  --> https://bugs.kde.org/attachment.cgi?id=125417=edit
screen shot from GNU Cash

SUMMARY

Hi,
I'm using plasma with the Breeze Dark theme and I just opened GnuCash and
realized that I can't read the selected text in a row that is selected. How can
I fix this?

STEPS TO REPRODUCE
1. In Settings (in plasma) set Application Style -> GNOME/GTK Application Style
GTK2 and GTK3 theme to Breeze-Dark
2. I realized in GTK3, the preview doesn't change from Breeze Dark to Breeze
normal like GTK2 does so you might need to logout/login here in order to get
the settings applied
3. open  GNU Cash, select a row & enter text...!

OBSERVED RESULT
it's black text on a very dark background, un-readable

EXPECTED RESULT
the text should be light colour on dark selection background


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

ADDITIONAL INFORMATION

Kernel Version: 5.4.14-arch1-1

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

[plasma-pa] [Bug 389335] Audio randomly "disconnects" from pulseaudio server

2020-01-25 Thread Isaac A.
https://bugs.kde.org/show_bug.cgi?id=389335

Isaac A.  changed:

   What|Removed |Added

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

--- Comment #1 from Isaac A.  ---
Have not seen this at all recently

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

[kdenlive] [Bug 405811] Rotoscope - Crash when playing or dragging on timeline

2020-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=405811

bim.overb...@googlemail.com changed:

   What|Removed |Added

   Version Fixed In||20.03.70-0567093

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

[neon] [Bug 416662] Desktop not working after latest update

2020-01-25 Thread Tom F
https://bugs.kde.org/show_bug.cgi?id=416662

--- Comment #16 from Tom F  ---
With latest update the issue no longer occurs. Performing pkcon update and
installing the newer packages results in desktop displaying correctly on
start/restart.

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

[systemsettings] [Bug 416776] Colourschemes window accepts input when I press krunner shortcut (alt + space)

2020-01-25 Thread Kishore Gopalakrishnan
https://bugs.kde.org/show_bug.cgi?id=416776

Kishore Gopalakrishnan  changed:

   What|Removed |Added

Summary|Colourschemes window|Colourschemes window
   |accepts input when I press  |accepts input when I press
   |krunner shortcut|krunner shortcut (alt +
   ||space)

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

[kdesrc-build] [Bug 416625] kdesrc-build adds entries in ~/.bashrc when zsh is in use

2020-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416625

kogiokkaf...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
 CC||kogiokkaf...@gmail.com

--- Comment #1 from kogiokkaf...@gmail.com ---
The fix has been merged into master branch of kdesrc-build. See commit:
https://phabricator.kde.org/R365:011e21c7abcdb277a7cb1b65315116f7ed46d242

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

[krita] [Bug 416778] New: there is latency when i try to draw, the strokes appear 7-8 secs later on the screen after drawing them on the wacom tablet

2020-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416778

Bug ID: 416778
   Summary: there is latency when i try to draw, the strokes
appear 7-8 secs later on the screen after drawing them
on the wacom tablet
   Product: krita
   Version: 4.2.8
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: Brush engines
  Assignee: krita-bugs-n...@kde.org
  Reporter: skayrun...@gmail.com
  Target Milestone: ---

SUMMARY 
there is latency when i try to draw, the strokes appear 7-8 secs later on the
screen after drawing them on the wacom tablet


STEPS TO REPRODUCE
1. select any brush
2. draw with it on canvas
3. draw long strokes
OBSERVED RESULT
the lines appear after 8-9 secs on the screen there is major delay with the
real time strokes

EXPECTED RESULT
the strokes appear as soon as drawn on/with the tablet/mouse

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

ADDITIONAL INFORMATION

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

[neon] [Bug 416662] Desktop not working after latest update

2020-01-25 Thread Tom F
https://bugs.kde.org/show_bug.cgi?id=416662

--- Comment #13 from Tom F  ---
> Thank you Tom, I run the command indicated, with a little change for me and
> the package has been installed and the desktop working again.
> 
> This is the command I ran: sudo dpkg -i
> qml-module-org-kde-qqc2desktopstyle_5.62.0-0ubuntu1_amd64.deb
> 
> After that, I launched: kstart5 plasmashell and the desktop reappeared. I
> don't know if everything is ok, presently I haven't rebooted yet.
> 
> For sure I'll wait the closing of this bug before launching updates from
> pkcon or Discover.

I'm glad it worked for you. As for the slight version difference I can
understand how that may happen. The page from which you downloaded shows older
versions before the most current version. You have to scroll down to the bottom
of the page for the latest version in that repo. It's poor design of the page
in my opinion, but it is what it is. As long as it's working for you great,
just be aware that there is a version 5.66 on that page as opposed to 5.62
which is what you selected.

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

[plasmashell] [Bug 416617] black screen after updating qml-module-org-kde-qqc2desktopstyle

2020-01-25 Thread Tom F
https://bugs.kde.org/show_bug.cgi?id=416617

Tom F  changed:

   What|Removed |Added

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

--- Comment #2 from Tom F  ---


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

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

[neon] [Bug 416662] Desktop not working after latest update

2020-01-25 Thread Tom F
https://bugs.kde.org/show_bug.cgi?id=416662

Tom F  changed:

   What|Removed |Added

 CC||g...@ppetw.com

--- Comment #15 from Tom F  ---
*** Bug 416617 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 416772] New: Warnings regarding HDR mode in Save -> PNG options and Render Animation dialog

2020-01-25 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=416772

Bug ID: 416772
   Summary: Warnings regarding HDR mode in Save -> PNG options and
Render Animation dialog
   Product: krita
   Version: 4.2.8
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: HDR
  Assignee: krita-bugs-n...@kde.org
  Reporter: tamtamy.tym...@gmail.com
  Target Milestone: ---

SUMMARY
People are often confused about HDR options in PNG options:
https://www.reddit.com/r/krita/comments/etwe3h/help_exporting_transparent_png/
and animation:
https://www.reddit.com/r/krita/comments/epbwuy/grey_washed_out_colors_when_exporting_animation/
, (here most probably the same issue: )
https://www.reddit.com/r/krita/comments/emku5w/greyed_out_rendered_videos_and_animation/

I know we cannot assume that someone didn't just want to save in a weird
format, but a warning here and there would protect our less technical users
(and in case of animation, I guess everyone, because in "Video" tab there is no
access to PNG options while they still affect the result, and it's a bit
tedious to check it every time).


SITUATIONS that I believe need some warnings:
1.
- Image color space: 8bit sRGB
- Save as PNG
- HDR turned on
2. 
- Image color space: Rec2020
- Save as PNG
- HDR turned off
3. 
- 1. but with animation
4. 
- 2. but with animation
5. 
- PNG options with HDR turned on, animation with HDR turned off (because frames
are in PNG)
6.
- PNG options with HDR turned off, animation with HDR turned on (because frames
are in PNG)

Regarding 5. and 6., maybe it would be even possible to somehow switch both
together? Maybe Video and Frame options could be at least in dialog so we could
control it better?

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

[krita] [Bug 416773] New: Refuses to load file that has been opened via Windows File Explorer if krita is already open

2020-01-25 Thread Aaron Lavarnway
https://bugs.kde.org/show_bug.cgi?id=416773

Bug ID: 416773
   Summary: Refuses to load file that has been opened via Windows
File Explorer if krita is already open
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: i...@ralek.art
  Target Milestone: ---

SUMMARY
Krita refuses to open any .kra files that are launched from a Windows File
Explorer window, if Krita is already open.
This includes double clicking, right click > Open and Right click > Open with >
Krita
Dragging from File explorer into Krita works as intended.
Opening from explorer also works fine if Krita is currently closed.

STEPS TO REPRODUCE
1. Double click, right click > Open or right click > open with > krita on any
.kra file in windows explorer.

OBSERVED RESULT
The file does not open.

EXPECTED RESULT
The file opens, as it would if Krita were not running.



Krita
  Version: 4.3.0-prealpha (git dc7d037)

Qt
  Version (compiled): 5.12.5
  Version (loaded): 5.12.5

OS Information
  Build ABI: x86_64-little_endian-llp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: winnt
  Kernel Version: 10.0.17134
  Pretty Productname: Windows 10 (10.0)
  Product Type: windows
  Product Version: 10

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

[kmail2] [Bug 391030] kmail does not print images in emails

2020-01-25 Thread Justin
https://bugs.kde.org/show_bug.cgi?id=391030

Justin  changed:

   What|Removed |Added

  Alias|jgra...@mailbox.org |

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

[kmail2] [Bug 391030] kmail does not print images in emails

2020-01-25 Thread Justin
https://bugs.kde.org/show_bug.cgi?id=391030

Justin  changed:

   What|Removed |Added

  Alias||anarchotaoist

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

[systemsettings] [Bug 383998] Tap to click and multitouch stops working when playing video in Chrome/Chromium

2020-01-25 Thread Rajeesh K V
https://bugs.kde.org/show_bug.cgi?id=383998

--- Comment #3 from Rajeesh K V  ---
(In reply to Luca from comment #2)
> It is quite strange but it happens when I click "apply" in "KDE partition
> manager" after any operation.

Your bug is unrelated the Chrome. It should be fixed by the commit in
bug#413973

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

[kdeconnect] [Bug 416761] New: Notification buttons are sometimes missing and button action incorrect.

2020-01-25 Thread Richard Ullger
https://bugs.kde.org/show_bug.cgi?id=416761

Bug ID: 416761
   Summary: Notification buttons are sometimes missing and button
action incorrect.
   Product: kdeconnect
   Version: 1.4
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: rull...@gmail.com
  Target Milestone: ---

Created attachment 125411
  --> https://bugs.kde.org/attachment.cgi?id=125411=edit
Notification examples

SUMMARY
Kdeconnect notifications from the android feeder app (rss reader) can contain
buttons to 'Open link in browser' and 'Mark as read'.

The 'Mark as read' button is only present in the notification if the rss item
the notification relates to contains a link causing the 'Open link in browser'
button to be included.

If the rss item does not contain a link, the notification does not contain a
'Mark as read' button.

Also, the button actions are transposed. For example, when you click the 'Mark
as read' button, the link is opened in the browser on the phone.

STEPS TO REPRODUCE
1. Install the feeder app from fdroid.
2. Subscribe to an rss feed where some items contain a link, such as
store.kde.org - Latest Products.
3. Pair phone and wait for notifications for items with and without a link.
4. Click on the 'Mark as read' button.

OBSERVED RESULT
Notifications for items containing a link will include both buttons. Those not
containing a link will not include any buttons.

When the 'Mark as read' button is clicked the link is opened in browser on the
phone.

EXPECTED RESULT
Notifications for items not containing a link should contain a 'Mark as read'
button.

When the 'Mark as read' button is clicked, the item the notification relates to
should be marked as read.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.0
Kernel Version: 5.4.14-arch1-1
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5 CPU M 430 @ 2.27GHz
Memory: 7.5 GiB of RAM


ADDITIONAL INFORMATION

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

[okular] [Bug 416656] PDF Launch Action allows to execute Mono executables

2020-01-25 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=416656

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #3 from Albert Astals Cid  ---
I don't know what you're using but here it tells me "no sorry"

https://i.imgur.com/covvjjX.png

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

[Breeze] [Bug 413584] Breeze GTK theme does not change color if changed through the global theme

2020-01-25 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413584

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com
 Resolution|--- |DUPLICATE
 Status|REPORTED|RESOLVED

--- Comment #1 from Patrick Silva  ---


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

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

[systemsettings] [Bug 413198] Changes to GTK Application Style require logout

2020-01-25 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=413198

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[neon] [Bug 416662] Desktop not working after latest update

2020-01-25 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=416662

Konrad Materka  changed:

   What|Removed |Added

 CC||mate...@gmail.com

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

[neon] [Bug 416662] Desktop not working after latest update

2020-01-25 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=416662

Konrad Materka  changed:

   What|Removed |Added

 CC||yuhnin@gmail.com

--- Comment #14 from Konrad Materka  ---
*** Bug 416632 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 416632] Crash in System Settings

2020-01-25 Thread Konrad Materka
https://bugs.kde.org/show_bug.cgi?id=416632

Konrad Materka  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||mate...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Konrad Materka  ---


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

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

[khelpcenter] [Bug 416769] New: Help crashed

2020-01-25 Thread Philip
https://bugs.kde.org/show_bug.cgi?id=416769

Bug ID: 416769
   Summary: Help crashed
   Product: khelpcenter
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kde-doc-engl...@kde.org
  Reporter: philip0muldo...@gmail.com
  Target Milestone: ---

Application: khelpcenter (5.7.5.19121)

Qt Version: 5.14.0
Frameworks Version: 5.66.0
Operating System: Linux 5.4.7-1 x86_64
Distribution: KaOS (2020)

-- Information about the crash:
- I was reading help about Elisa Player. It simply crashed.
I am new to KDE and KaOS and also to bug reporting.

-- Backtrace:
Application: Help Centre (khelpcenter), signal: Segmentation fault
Using host libthread_db library "/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb5256ca840 (LWP 4027))]

Thread 6 (Thread 0x7fb4fc9e6700 (LWP 4032)):
#0  0x7fb51a25 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
#1  0x7fb4ff2381ab in ?? () from /usr/lib/dri/i965_dri.so
#2  0x7fb4ff237e17 in ?? () from /usr/lib/dri/i965_dri.so
#3  0x7fb51a20abe4 in start_thread () from /lib/libpthread.so.0
#4  0x7fb524fc933f in clone () from /lib/libc.so.6

Thread 5 (Thread 0x7fb4fd1e7700 (LWP 4031)):
#0  0x7fb51a25 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
#1  0x7fb4ff2381ab in ?? () from /usr/lib/dri/i965_dri.so
#2  0x7fb4ff237e17 in ?? () from /usr/lib/dri/i965_dri.so
#3  0x7fb51a20abe4 in start_thread () from /lib/libpthread.so.0
#4  0x7fb524fc933f in clone () from /lib/libc.so.6

Thread 4 (Thread 0x7fb4fd9e8700 (LWP 4030)):
#0  0x7fb51a25 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
#1  0x7fb4ff2381ab in ?? () from /usr/lib/dri/i965_dri.so
#2  0x7fb4ff237e17 in ?? () from /usr/lib/dri/i965_dri.so
#3  0x7fb51a20abe4 in start_thread () from /lib/libpthread.so.0
#4  0x7fb524fc933f in clone () from /lib/libc.so.6

Thread 3 (Thread 0x7fb4fe1e9700 (LWP 4029)):
#0  0x7fb51a25 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib/libpthread.so.0
#1  0x7fb4ff2381ab in ?? () from /usr/lib/dri/i965_dri.so
#2  0x7fb4ff237e17 in ?? () from /usr/lib/dri/i965_dri.so
#3  0x7fb51a20abe4 in start_thread () from /lib/libpthread.so.0
#4  0x7fb524fc933f in clone () from /lib/libc.so.6

Thread 2 (Thread 0x7fb507b14700 (LWP 4028)):
#0  0x7fb524fbf5af in poll () from /lib/libc.so.6
#1  0x7fb516670cae in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x7fb516670dcf in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#3  0x7fb51fbda21b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#4  0x7fb51fb852eb in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#5  0x7fb51f9b42ae in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x7fb5200667f7 in ?? () from /usr/lib/libQt5DBus.so.5
#7  0x7fb51f9b527d in ?? () from /usr/lib/libQt5Core.so.5
#8  0x7fb51a20abe4 in start_thread () from /lib/libpthread.so.0
#9  0x7fb524fc933f in clone () from /lib/libc.so.6

Thread 1 (Thread 0x7fb5256ca840 (LWP 4027)):
[KCrash Handler]
#6  0x7fb51e3ebc0d in _XSend () from /usr/lib/libX11.so.6
#7  0x7fb51e3ec080 in _XFlush () from /usr/lib/libX11.so.6
#8  0x7fb51e3eec95 in _XGetRequest () from /usr/lib/libX11.so.6
#9  0x7fb51e3ca926 in XChangeWindowAttributes () from /usr/lib/libX11.so.6
#10 0x7fb5246d5fe1 in KHTMLView::mouseMoveEvent(QMouseEvent*) () from
/usr/lib/libKF5KHtml.so.5
#11 0x7fb520fbf456 in QWidget::event(QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#12 0x7fb52106a8ee in QFrame::event(QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#13 0x7fb5246d24b6 in KHTMLView::widgetEvent(QEvent*) () from
/usr/lib/libKF5KHtml.so.5
#14 0x7fb5246d219c in KHTMLView::eventFilter(QObject*, QEvent*) () from
/usr/lib/libKF5KHtml.so.5
#15 0x7fb51fb862f3 in
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
from /usr/lib/libQt5Core.so.5
#16 0x7fb520f7ed6e in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#17 0x7fb520f8803c in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#18 0x7fb51fb865d2 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#19 0x7fb520f8720e in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
from /usr/lib/libQt5Widgets.so.5
#20 0x7fb520fd996f in ?? () from /usr/lib/libQt5Widgets.so.5
#21 0x7fb520fdc68c in ?? () from /usr/lib/libQt5Widgets.so.5
#22 0x7fb520f7ed7f in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#23 0x7fb520f87df0 in QApplication::notify(QObject*, QEvent*) () 

[dolphin] [Bug 413659] Option "Open folders during drag operations" has no effect on folders panel

2020-01-25 Thread Werner Lehmann
https://bugs.kde.org/show_bug.cgi?id=413659

--- Comment #3 from Werner Lehmann  ---
Yes, it is still present with 19.12.1.

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

[dolphin] [Bug 413660] Natural sorting not working as documented

2020-01-25 Thread Werner Lehmann
https://bugs.kde.org/show_bug.cgi?id=413660

Werner Lehmann  changed:

   What|Removed |Added

 CC||w...@dm17.com

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

[dolphin] [Bug 413659] Option "Open folders during drag operations" has no effect on folders panel

2020-01-25 Thread Werner Lehmann
https://bugs.kde.org/show_bug.cgi?id=413659

Werner Lehmann  changed:

   What|Removed |Added

 CC||w...@dm17.com

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

[neon] [Bug 416774] New: Calamares: Module 'partition@partition' could not be loaded

2020-01-25 Thread Andrew Corvec
https://bugs.kde.org/show_bug.cgi?id=416774

Bug ID: 416774
   Summary: Calamares: Module 'partition@partition' could not be
loaded
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: Packages Dev Edition [unstable]
  Assignee: neon-b...@kde.org
  Reporter: drewsee...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

STEPS TO REPRODUCE
1. Launch the KDE Neon Developer Edition live image
2. Launch Calamares installer, either from desktop or the terminal

OBSERVED RESULT
Unable to install KDE Neon because Calamares encounters an error.

EXPECTED RESULT
Calamares launches and allows the user to install KDE Plasma.

SOFTWARE/OS VERSIONS
Linux Kernel Version: 5.3.0-26-generic
KDE Plasma Version: 5.18.80
KDE Frameworks Version: 5.67.0
Qt Version: 5.13.2

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

[systemsettings] [Bug 413762] GTK2 themes are not working at all and the previews aren't working either for only gtk2

2020-01-25 Thread Josh Freeno
https://bugs.kde.org/show_bug.cgi?id=413762

--- Comment #8 from Josh Freeno  ---
(In reply to b2.temp from comment #7)
> Can someone provide a script to do the fix (i.e some a sh with `find` `mv`,
> etc) waiting for the Plasma fix ?
> 
> For now it's not clear how to fix it manually. For example here on F31 I
> have the BSM themes in ~/.themes and they do not work (the preview yes but
> the few GTK2 apps I use, notably Lazarus and what is produced with it, don't
> apply them).

Open your terminal in the same folder as the themes you would like to move and
do sudo mv or sudo cp-r with the name of theme theme after. mv for move cp for
copy. The locations should be /usr/share/themes

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

[kmymoney] [Bug 401135] Crash after creation of an asset account

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=401135

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

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

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

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

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

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

[systemsettings] [Bug 346418] cursor download not showing up in cursor downloads when I attempt to get a new cursor

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=346418

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

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

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

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

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

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

[kmymoney] [Bug 399980] Crash when trying to delete account

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=399980

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

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

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

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

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

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

[kwin] [Bug 412700] When closing a window in the "Show windows of all Virtual Desktops" Overview then the screen hangs for about 1 second

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=412700

Bug Janitor Service  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #5 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.

[kmymoney] [Bug 401180] Crash when creating account.

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=401180

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

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

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

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

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

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

[kmymoney] [Bug 397754] wrong balance calculation

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=397754

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

[kmymoney] [Bug 400377] KMyMoney crashed during account update

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=400377

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

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

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

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

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

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

[systemsettings] [Bug 213615] Some cursors are loaded from the default theme instead of the selected one

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=213615

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

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

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

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

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

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

[systemsettings] [Bug 301622] Mouse pointer gets huge depending on its position on a screen when multiple screens are attached

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=301622

--- Comment #44 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.

[kmymoney] [Bug 390716] Crash when entering a new account.

2020-01-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=390716

--- Comment #9 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.

[valgrind] [Bug 416760] New: ppc64le Assertion 'VG_IS_16_ALIGNED(sizeof(struct rt_sigframe))' failed

2020-01-25 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=416760

Bug ID: 416760
   Summary: ppc64le Assertion 'VG_IS_16_ALIGNED(sizeof(struct
rt_sigframe))' failed
   Product: valgrind
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: m...@klomp.org
CC: c...@us.ibm.com
  Target Milestone: ---

Various ppc64le tests fail on Fedora rawhide with:

valgrind: m_sigframe/sigframe-ppc64-linux.c:155 (vgPlain_sigframe_create):
Assertion 'VG_IS_16_ALIGNED(sizeof(struct rt_sigframe))' failed.

I assume something changed the size of struct rt_sigframe, but I haven't
investigated what yet. Note that Fedora rawhide currently uses a pre-release of
gcc 10 and a pre-release of glibc 2.31.

Linux buildvm-ppc64le-19.ppc.fedoraproject.org 5.4.10-200.fc31.ppc64le #1 SMP
Thu Jan 9 19:42:56 UTC 2020 ppc64le ppc64le ppc64le GNU/Linux

glibc-2.30.9000-31.fc32.ppc64le
gcc-10.0.1-0.5.fc32.ppc64le
binutils-2.33.1-12.fc32.ppc64le

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

[neon] [Bug 416662] Desktop not working after latest update

2020-01-25 Thread Valter Mura
https://bugs.kde.org/show_bug.cgi?id=416662

--- Comment #12 from Valter Mura  ---
(In reply to Tom F from comment #11)
> (In reply to Valter Mura from comment #10)
> > (In reply to Tom F from comment #9)
> > > I think this is related to https://bugs.kde.org/show_bug.cgi?id=416617.
> > > Manually installing qml-module-org-kde-qqc2desktopstyle from a prior build
> > > will restore desktop visibility.  A quick test proves it. Since I'm not 
> > > set
> > > up for development, I just downloaded
> > > https://ubuntu.pkgs.org/19.10/kubuntu-backports-amd64/qml-module-org-kde-
> > > qqc2desktopstyle_5.66.0-0ubuntu1~ubuntu19.10~ppa1_amd64.deb.html and put
> > > that in it's place. It brought the desktop back.
> > 
> > Hi,
> > 
> > thanks for the hint, of course I'll wait for the solution of the issue by
> > the developers.
> > In the meanwhile I downloaded the package you indicate but, as I'm not very
> > skilled, could you suggest the passages to use for installing it? TIA.
> 
> Hi Valter,
> 
> From the command line change to the folder where you downloaded the package,
> then run
> 
> sudo dpkg -i
> qml-module-org-kde-qqc2desktopstyle_5.66.0-0ubuntu1_ubuntu19.10_ppa1_amd64.
> deb 
> 
> This will run without errors and your desktop will be restored.
> 
> After reboot,  you will get a notification that there is an update available
> for this module, but that's currently the version that's broken, so just
> ignore that until a new one is released.

Thank you Tom, I run the command indicated, with a little change for me and the
package has been installed and the desktop working again.

This is the command I ran: sudo dpkg -i
qml-module-org-kde-qqc2desktopstyle_5.62.0-0ubuntu1_amd64.deb

After that, I launched: kstart5 plasmashell and the desktop reappeared. I don't
know if everything is ok, presently I haven't rebooted yet.

For sure I'll wait the closing of this bug before launching updates from pkcon
or Discover.

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

[digikam] [Bug 416759] in duplicate tab, it should be possible to have reference image always at first/last

2020-01-25 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=416759

daniel-other+kde...@dadosch.de changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED

--- Comment #4 from daniel-other+kde...@dadosch.de ---
(In reply to Maik Qualmann from comment #3)
> Sorting the images by similarity already exists. I think that's what you
> want.

I think too (but now I have no duplicates left to test :) )

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

[tellico] [Bug 416718] MobyGames data source improvements

2020-01-25 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=416718

--- Comment #4 from Robby Stephenson  ---
Git commit b3dd4e718c178f8455b7cc9dc87429addfa8249b by Robby Stephenson.
Committed on 25/01/2020 at 19:15.
Pushed by rstephenson into branch 'master'.

Improve MobyGames update request to use platform name, if present

M  +5-1ChangeLog
M  +38   -10   src/fetch/mobygamesfetcher.cpp
M  +6-3src/fetch/mobygamesfetcher.h
M  +57   -2src/tests/mobygamesfetchertest.cpp
M  +5-1src/tests/mobygamesfetchertest.h

https://commits.kde.org/tellico/b3dd4e718c178f8455b7cc9dc87429addfa8249b

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

  1   2   3   4   >