[krita] [Bug 414386] 'Split Alpha' creates unexpected edges with some brush blending modes

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414386

--- Comment #4 from acc4commissi...@gmail.com ---
Actually I don't care about this particular bug. I just reported it because it
seemed related to 410516. :)

So if you need to ignore this for any development purpose I won't mind. Just
hope this report helped.

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

[frameworks-kholidays] [Bug 414369] Please add Lebanon to the list of holidays.

2019-11-21 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=414369

Christophe Giboudeaux  changed:

   What|Removed |Added

  Component|kholidays   |general
Version|GIT (master)|5.64.0
   Assignee|jl...@kde.org   |kdepim-b...@kde.org
Product|kdepimlibs  |frameworks-kholidays

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

[krita] [Bug 410516] SAI Luminosity blending mode makes blocky edges

2019-11-21 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=410516

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com

--- Comment #6 from Dmitry Kazakov  ---
Probably related info here:
https://bugs.kde.org/show_bug.cgi?id=414386#c3

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

[krita] [Bug 414386] 'Split Alpha' creates unexpected edges with some brush blending modes

2019-11-21 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=414386

Dmitry Kazakov  changed:

   What|Removed |Added

 CC||dimul...@gmail.com

--- Comment #3 from Dmitry Kazakov  ---
Hi, acc4commisions!

That is a very interesting report :) I've never though about these effects.
Most of them are the consequence of the design decisions we did for
optimization purposes. So before explaining them I would like to ask you, what
is your workflow? Why do you want these edges to be smooth?


Detailed explanation:

> 'Normal' produces blocky edges.

By definition, when alpha is null, the value of color channels is undefined (in
normal user workflow). Therefore, if we know that the destination alpha is
null,  we just copy the color of source channels, disregarding alpha. It is
faster, and normal users will not see the difference.

And you see blocky edges, because in "Normal" composite op we don't operate on
individual pixels, but on strides of 8(!) pixels (due to AVX CPU
optimizations). If you go to Settings->Performance->Disable AVX Optimizations
and restart Krita you'll see that the edges become less blocky, like in
"Overlay", but without artifacts.

> 'Overlay', ... etc produces sharp edges with artifacts

It happens because of a division in 8-bit numerical space. When alpha is low,
then division/multiplication operations become non-stable. If you switch to
32-bit float color space, then the bug will disappear. Theoretically, we can
try to fix it: Normal doesn't have this effect, though it has a little bit
different blending. Though it might take quite a bit of time with uncertain
results.

> Only 'Luminosity / Shine (SAI)' produces the smooth result

It is actually a bug in 'Luminosity / Shine (SAI)' and it should be fixed with
410516 :) This blending mode blends-in black color into the edges, which makes
the edge look smooth. Just compare the strokes on white background.

> Plus, there's this weird black triangles appears in vector text areas...

Yes, it is a bug and should be fixed. It would be better if you added a
separate ticket for that.

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

[unknown] [Bug 414356] Problem with dialog "Open files"

2019-11-21 Thread hopyres
https://bugs.kde.org/show_bug.cgi?id=414356

--- Comment #4 from hopyres  ---
Whose this is file dialog window?

пт, 22 нояб. 2019 г. в 09:24, Christoph Feck :

> https://bugs.kde.org/show_bug.cgi?id=414356
>
> Christoph Feck  changed:
>
>What|Removed |Added
>
> 
>  Status|NEEDSINFO   |RESOLVED
>  Resolution|WAITINGFORINFO  |DOWNSTREAM
>
> --- Comment #3 from Christoph Feck  ---
> That's not a KDE file dialog. Please report this issue to 1C:Enterprise
> developers.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[Akonadi] [Bug 414387] New: sometimes the akonadi dav ressource looses all configuration

2019-11-21 Thread Mathias Homann
https://bugs.kde.org/show_bug.cgi?id=414387

Bug ID: 414387
   Summary: sometimes the akonadi dav ressource looses all
configuration
   Product: Akonadi
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: grave
  Priority: NOR
 Component: DAV Resource
  Assignee: kdepim-b...@kde.org
  Reporter: mathias.hom...@opensuse.org
  Target Milestone: ---

SUMMARY


STEPS TO REPRODUCE
1. set up a dav ressource, i.e. a nextcloud account, for calendar and contacts
2. use it for some time
3. eventually you might notice that it is not syncing anymore
4. go to "configure natively" for that ressource in akonadiconsole

OBSERVED RESULT
the configuration is completely empty, no account information at all


EXPECTED RESULT
The account information should be persistent, and if it "disappears" there
needs to be a message to the user.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Leap 15.1
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.1
Kernel Version: 4.12.14-lp151.28.32-default
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-4771 CPU @ 3.50GHz
Memory: 31,4 GiB

ADDITIONAL INFORMATION

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

[elisa] [Bug 412334] Now Playing view no longer shows or updates metadata or lyrics until you manually re-play the current song

2019-11-21 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=412334

--- Comment #5 from Matthieu Gallien  ---
Possible fix for that https://invent.kde.org/kde/elisa/merge_requests/37

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

[unknown] [Bug 414356] Problem with dialog "Open files"

2019-11-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=414356

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DOWNSTREAM

--- Comment #3 from Christoph Feck  ---
That's not a KDE file dialog. Please report this issue to 1C:Enterprise
developers.

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

[krita] [Bug 414386] 'Split Alpha' creates unexpected edges with some brush blending modes

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414386

--- Comment #2 from acc4commissi...@gmail.com ---
Created attachment 124059
  --> https://bugs.kde.org/attachment.cgi?id=124059=edit
(capture) resulting edges

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

[krita] [Bug 414386] 'Split Alpha' creates unexpected edges with some brush blending modes

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414386

--- Comment #1 from acc4commissi...@gmail.com ---
Created attachment 124058
  --> https://bugs.kde.org/attachment.cgi?id=124058=edit
(capture) black artifacts in vector text areas

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

[kontact] [Bug 414360] bad coding of an url in a mail

2019-11-21 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=414360

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #2 from Laurent Montel  ---
It's a problem with wrapping in texteditor.

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

[kontact] [Bug 414360] bad coding of an url in a mail

2019-11-21 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=414360

--- Comment #1 from Laurent Montel  ---
Git commit 34e4e04b3f5e388cea2f4b57c4489badb0edf9c1 by Laurent Montel.
Committed on 22/11/2019 at 06:19.
Pushed by mlaurent into branch 'master'.

Add test for bug "bug-414360" it's not a ktexttohtml bug

M  +5-1autotests/ktexttohtmltest.cpp

https://commits.kde.org/kcoreaddons/34e4e04b3f5e388cea2f4b57c4489badb0edf9c1

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

[krita] [Bug 414386] New: 'Split Alpha' creates unexpected edges with some brush blending modes

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414386

Bug ID: 414386
   Summary: 'Split Alpha' creates unexpected edges with some brush
blending modes
   Product: krita
   Version: nightly build (please specify the git hash!)
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: acc4commissi...@gmail.com
  Target Milestone: ---

Created attachment 124057
  --> https://bugs.kde.org/attachment.cgi?id=124057=edit
the file

SUMMARY
git f41bc3f

'Split Alpha' (+ other alpha-related operations) creates unexpected edges with
some brush blending mode.

I'm not sure it's related to Bug 410516, but it produces very similar results.



STEPS TO REPRODUCE
1. Draw something on the layer with various brush blending modes.
2. Layers docker > Right click > Split alpha > Alpha into mask
3. Uncheck the visible option of its transparency mask.

OBSERVED RESULT
Edges of brushstrokes appear in various shapes. 
'Normal' produces blocky edges.
'Overlay', 'Screen', 'Soft Light (SVG)', 'Multiply' etc produces sharp edges
with artifacts.
Only 'Luminosity / Shine (SAI)' produces the smooth result. 

EXPECTED RESULT
It shouldn't vary, I guess?


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

ADDITIONAL INFORMATION

Plus, there's this weird black triangles appears in vector text areas...

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

[unknown] [Bug 414356] Problem with dialog "Open files"

2019-11-21 Thread hopyres
https://bugs.kde.org/show_bug.cgi?id=414356

--- Comment #2 from hopyres  ---
чт, 21 нояб. 2019 г. в 13:44, Christoph Feck :

> https://bugs.kde.org/show_bug.cgi?id=414356
>
> Christoph Feck  changed:
>
>What|Removed |Added
>
> 
>  CC||cf...@kde.org
>   Component|general |general
>Assignee|sysad...@kde.org|unassigned-b...@kde.org
>  Resolution|--- |WAITINGFORINFO
> Product|bugs.kde.org|unknown
>  Status|REPORTED|NEEDSINFO
>
> --- Comment #1 from Christoph Feck  ---
> Does 1C:Enterprise actually use a KDE file dialog? If unsure, please add a
> screenshot.
>
> --
> You are receiving this mail because:
> You reported the bug.

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

[i18n] [Bug 384382] Wrong German translation in Settings dialog of App Launcher

2019-11-21 Thread Burkhard Lück
https://bugs.kde.org/show_bug.cgi?id=384382

Burkhard Lück  changed:

   What|Removed |Added

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

--- Comment #3 from Burkhard Lück  ---
fixed with https://websvn.kde.org/?view=revision=1505700

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

[kmail2] [Bug 403459] kmail2 shows black little block above header of message

2019-11-21 Thread Burkhard Lück
https://bugs.kde.org/show_bug.cgi?id=403459

--- Comment #1 from Burkhard Lück  ---
duplicate of https://bugs.kde.org/show_bug.cgi?id=391038 ?

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

[KBibTeX] [Bug 414375] Cannot start KBibTex; getting error "You need to instantiate a Q*Application before using KCatalog"

2019-11-21 Thread Burkhard Lück
https://bugs.kde.org/show_bug.cgi?id=414375

--- Comment #2 from Burkhard Lück  ---
This patch fixes the reported issue in master and makes kbibtex fully
translated again:

$ git diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6cb792f9..1c090ee4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,10 +16,6 @@ set(QT_MIN_VERSION 5.9.0)
 set(KF5_MIN_VERSION 5.51)
 find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)

-add_definitions(
--DTRANSLATION_DOMAIN="kbibtex"
-)
-
 set(
 CMAKE_MODULE_PATH
 ${ECM_MODULE_PATH}

The definition of TRANSLATION_DOMAIN has to be used only to connect catalogs to
library code, please read:

https://api.kde.org/frameworks/ki18n/html/prg_guide.html#link_lib


See also https://bugs.kde.org/show_bug.cgi?id=414385

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

[KBibTeX] [Bug 414385] New: KBibtech GUI has lots of untranslated strings

2019-11-21 Thread Burkhard Lück
https://bugs.kde.org/show_bug.cgi?id=414385

Bug ID: 414385
   Summary: KBibtech GUI has lots of untranslated strings
   Product: KBibTeX
   Version: 0.8.1
  Platform: Kubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User interface
  Assignee: fisc...@unix-ag.uni-kl.de
  Reporter: lu...@hube-lueck.de
  Target Milestone: ---

SUMMARY

Only a few strings in the gui probably coming from Qt are translated, most
strings are not translated in german with a complete translation of the
catalog.

STEPS TO REPRODUCE
1. Start KBibtex

OBSERVED RESULT
Many untranslated strings

EXPECTED RESULT
A fully translated gui

SOFTWARE/OS VERSIONS
Ubuntu 19.04
KBibTeX Version 0.8.1
KDE Plasma Version: 5.15.4
KDE Frameworks Version: 5.56.0
Qt Version: Qt 5.12.2 (kompiliert gegen 5.12.2)

ADDITIONAL INFORMATION

See also https://bugs.kde.org/show_bug.cgi?id=414375, the proposed patch should
fix this issue als well, but that is not tested.
I guess all other versions of kbibtext up to master are also affected

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

[KBibTeX] [Bug 414375] Cannot start KBibTex; getting error "You need to instantiate a Q*Application before using KCatalog"

2019-11-21 Thread Burkhard Lück
https://bugs.kde.org/show_bug.cgi?id=414375

Burkhard Lück  changed:

   What|Removed |Added

 CC||lu...@hube-lueck.de

--- Comment #1 from Burkhard Lück  ---
confirmed in recent master build from sources

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

[krita] [Bug 413912] animation that does not read correctly

2019-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413912

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

[krita] [Bug 413795] when i zoom on canvas its slow and delays a ton my work. Quality of lines are also a ,ittl

2019-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413795

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

[Discover] [Bug 413899] not working properly

2019-11-21 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413899

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

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

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

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

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

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

[plasmashell] [Bug 413616] plasma crashed after attempting to delete widgets

2019-11-21 Thread Chuk Robertson
https://bugs.kde.org/show_bug.cgi?id=413616

Chuk Robertson  changed:

   What|Removed |Added

 CC||chuk.robert...@gmail.com

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

[plasmashell] [Bug 413616] plasma crashed after attempting to delete widgets

2019-11-21 Thread Chuk Robertson
https://bugs.kde.org/show_bug.cgi?id=413616

--- Comment #4 from Chuk Robertson  ---
Created attachment 124055
  --> https://bugs.kde.org/attachment.cgi?id=124055=edit
New crash information added by DrKonqi

plasmashell (5.17.3) using Qt 5.13.2

- What I was doing when the application crashed:

- Unusual behavior I noticed:

- Custom settings of the application:



Added Widget downloaded from ?widget store? added widget but could not grab to
move. right clicking allowed me to enter settings or delete. deleting and using
"undo" moved widget down towards the bottom right of screen with each cycle of
"delete-undo" until crash. Black screen on laptop monitor, external vga monitor
still runnning 2 chrome instances, external hdmi monitor still hosting a third
chrome instance. Have not attempted to reboot/shutdown/logout yet but will now.

-- Backtrace (Reduced):
#6  0x7fd386ca0e97 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:51
#7  0x7fd386ca2801 in __GI_abort () at abort.c:79
[...]
#9  0x7fd386cf290a in malloc_printerr (str=str@entry=0x7fd386e16d88
"free(): invalid pointer") at malloc.c:5350
#10 0x7fd386cf9e1c in _int_free (have_lock=0, p=0x5568b210eb01,
av=0x7fd38704dc40 ) at malloc.c:4157
#11 0x7fd386cf9e1c in __GI___libc_free (mem=0x5568b210eb11) at
malloc.c:3124

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

[krita] [Bug 414380] Documents keep their old names

2019-11-21 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=414380

vanyossi  changed:

   What|Removed |Added

 CC||ghe...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from vanyossi  ---
When krita asks for confirmation upon closing it does not use the filename of
the file, but it uses the "Title" displayed in "Document Information".

Setting this to empty makes krita report using the filename instead. Earlier
discussions on this came to the conclusion that is was a little to risky to
just  go in and change the default behaviour as it may break backwards
compatibility with the kra fileformat.

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

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

[krita] [Bug 408103] Krita messages to the user should use the .kra file name and not the document Title

2019-11-21 Thread vanyossi
https://bugs.kde.org/show_bug.cgi?id=408103

vanyossi  changed:

   What|Removed |Added

 CC||k...@jan.limpens.com

--- Comment #13 from vanyossi  ---
*** Bug 414380 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 414384] New: Dolphin opens new tab in window from different Activity

2019-11-21 Thread michael
https://bugs.kde.org/show_bug.cgi?id=414384

Bug ID: 414384
   Summary: Dolphin opens new tab in window from different
Activity
   Product: dolphin
   Version: 19.04.3
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: reeves...@gmail.com
CC: kfm-de...@kde.org
  Target Milestone: ---

SUMMARY

Dolphin tries to open new folders in a tab even if it means switching
activities.


STEPS TO REPRODUCE
1. Create two activities
2. Open dolphin in one.
3. Open a folder in the other

OBSERVED RESULT


EXPECTED RESULT
Switches activities to open window in new tab. Would expect it to not reach
across activities
to find an open window.

SOFTWARE/OS VERSIONS

KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64
Qt Version: 5.12.4

ADDITIONAL INFORMATION

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

[plasmashell] [Bug 401437] Move to Activity Menu Item: Moving to different activity only works on selecting activity a second time

2019-11-21 Thread michael
https://bugs.kde.org/show_bug.cgi?id=401437

michael  changed:

   What|Removed |Added

 CC||reeves...@gmail.com

--- Comment #2 from michael  ---
Are working with a two activity setup? If so what is happening the first time
appears to be that the window is being set to show on all activities. On my
setup the item in question is called "Show in Activities" not "Move to
Activity". It makes more sense with more than two activities present. In that
setup a window could be shown on some but not all activities. That appears to
be the intent behind the current interface. I only have two so its doing
exactly what you describe for me.

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

[kmymoney] [Bug 414333] Investments - Edit and New investments - Unable to display online source list for Finance::Quote

2019-11-21 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=414333

Jack  changed:

   What|Removed |Added

 CC||ostroffjh@users.sourceforge
   ||.net

--- Comment #10 from Jack  ---
I do not think that error is related, and I'm getting a "Unknown view '' in
slotOpenURL()" which I also think is not related, but I'm not certain.

However, it does seem clear that "financequote.pl -l" is getting called, and
the results are echoed to stdout, but not being used to populate the sources
dropdown.  I'm trying to trace through the code, but have not yet figured out
where those results are getting lost.

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

[ktorrent] [Bug 388966] Enabling "Search" plugin freezes KTorrent application

2019-11-21 Thread Gilbert Assaf
https://bugs.kde.org/show_bug.cgi?id=388966

Gilbert Assaf  changed:

   What|Removed |Added

 CC||gas...@gmx.de

--- Comment #15 from Gilbert Assaf  ---
The error is somehow caused by the default homepage, used by the search plugin.
The homepage is a local html file, which causes webkit to hang, although the
website seems valid. Moving to QWebEngine fixes the problem.
https://phabricator.kde.org/D25314

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

[systemsettings] [Bug 414289] KAuth helper improvements requested by the SUSE security team

2019-11-21 Thread Filip Fila
https://bugs.kde.org/show_bug.cgi?id=414289

--- Comment #1 from Filip Fila  ---
d)
https://cgit.kde.org/sddm-kcm.git/commit/?id=1efecc9608ccd49053ad93443fbcd1bd1000783d

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-11-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #260 from Maik Qualmann  ---
It is only interested in what has changed in the memory usage.

Maik

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-11-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #259 from Maik Qualmann  ---
Git commit c31a8b4e3650fe05392e01c2388f2f2847a191b4 by Maik Qualmann.
Committed on 21/11/2019 at 22:09.
Pushed by mqualmann into branch 'master'.

for a test we disable the QCache

M  +2-2core/libs/threadimageio/preview/previewtask.cpp

https://invent.kde.org/kde/digikam/commit/c31a8b4e3650fe05392e01c2388f2f2847a191b4

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

[kalarm] [Bug 414383] New: Defer dialogue is hidden when another application is full screen

2019-11-21 Thread David Jarvie
https://bugs.kde.org/show_bug.cgi?id=414383

Bug ID: 414383
   Summary: Defer dialogue is hidden when another application is
full screen
   Product: kalarm
   Version: unspecified
  Platform: Debian stable
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: djar...@kde.org
  Reporter: djar...@kde.org
  Target Milestone: ---

Reported in Debian bug system:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921032

In normal situation (no full-screen application is running), when I hit defer
button, new window opens with some deferring options. The deferring window is
over the alarm window and all buttons works well.

When full-screen application is running and alarm appears, window frame is
missing and when I try to defer alarm, new window is opened, but it is under
the alarm window and many times there is no way to press any button. It is
because of old (alarm) window buttons are not working, and new (deferral)
window is hidden under it.


SOFTWARE/OS VERSIONS
Debian 9.7
KAlarm 2.11.7
KDE Applications 16.04.3
KDE Frameworks Version: 5.28.0

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #258 from timo...@zoho.com ---
I kept a loose eye on my the ram usage during this run, seemed to hover around
~5-6G actual memory and 1-2G swap. The system definitely didn't OOM. I was
using it at the same time, and I should've noticed that.  With
7f0595ab85f3bf305876771e96671da3dce7122e:

> Gigikam.metaengine: Exif color-space tag is sRGB. Using default sRGB ICC 
> profile.
> digikam.general: Try to get preview from 
> "/tmp/tmp.tlWfpH3zHy/Pictures/p/path/file.JPG"
> digikam.general: Preview quality:  1
> digikam.dimg: "/tmp/tmp.tlWfpH3zHy/Pictures/p/path/file.JPG" : "JPEG" file 
> identified
> digikam.metaengine: Exif color-space tag is sRGB. Using default sRGB ICC 
> profile.
> digikam.general: Try to get preview from 
> "/tmp/tmp.tlWfpH3zHy/Pictures/p/path/file.JPG"
> digikam.general: Preview quality:  1
> digikam.dimg: "/tmp/tmp.tlWfpH3zHy/Pictures/p/path/file.JPG" : "JPEG" file 
> identified
> digikam.metaengine: Exif color-space tag is sRGB. Using default sRGB ICC 
> profile.
> digikam.general: Try to get preview from 
> "/tmp/tmp.tlWfpH3zHy/Pictures/p/path/file.JPG"
> digikam.general: Preview quality:  1
> digikam.dimg: "/tmp/tmp.tlWfpH3zHy/Pictures/p/path/file.JPG" : "JPEG" file 
> identified
> [New Thread 0x7fff187d2700 (LWP 23549)]
> 
> Thread 31 "Thread (pooled)" received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7fffa51ee700 (LWP 28349)]
> 0x77988567 in Digikam::LoadingTask::progressInfo (this=0x4993e60, 
> img=0x4994048, progress=0.5) at 
> /tmp/tmp.tlWfpH3zHy/digikam/core/libs/threadimageio/fileio/loadsavetask.cpp:65
> 65  if (m_thread && m_thread->querySendNotifyEvent())
> (gdb) bt
> #0  0x77988567 in Digikam::LoadingTask::progressInfo (this=0x4993e60, 
> img=0x4994048, progress=0.5)
> at 
> /tmp/tmp.tlWfpH3zHy/digikam/core/libs/threadimageio/fileio/loadsavetask.cpp:65
> #1  0x7fffb2098a40 in DigikamJPEGDImgPlugin::DImgJPEGLoader::load 
> (this=0x7fff48325680, filePath=..., observer=0x4993e70)
> at 
> /tmp/tmp.tlWfpH3zHy/digikam/core/dplugins/dimg/jpeg/dimgjpegloader_load.cpp:434
> #2  0x778a0aec in Digikam::DImg::load (this=this@entry=0x4994048, 
> filePath=..., loadFlagsInt=loadFlagsInt@entry=63,
> observer=observer@entry=0x4993e70, rawDecodingSettings=...) at 
> /tmp/tmp.tlWfpH3zHy/digikam/core/libs/dimg/dimg_fileio.cpp:138
> #3  0x778a1d80 in Digikam::DImg::load (this=this@entry=0x4994048, 
> filePath=..., observer=observer@entry=0x4993e70,
> rawDecodingSettings=...) at 
> /tmp/tmp.tlWfpH3zHy/digikam/core/libs/dimg/dimg_fileio.cpp:63
> #4  0x77966900 in Digikam::PreviewLoadingTask::execute 
> (this=0x4993e60)
> at 
> /tmp/tmp.tlWfpH3zHy/digikam/core/libs/threadimageio/preview/previewtask.cpp:286
> #5  0x7797cafe in Digikam::LoadSaveThread::run (this=0xf4a270)
> at 
> /tmp/tmp.tlWfpH3zHy/digikam/core/libs/threadimageio/fileio/loadsavethread.cpp:133
> #6  0x7799d15e in Digikam::DynamicThread::Private::run 
> (this=0x2b876d0)
> at /tmp/tmp.tlWfpH3zHy/digikam/core/libs/threads/dynamicthread.cpp:183
> #7  0x74b1a7d2 in ?? () from 
> /nix/store/683732s7dq6bxrl267lcadl5lvn6i4nh-qtbase-5.12.0/lib/libQt5Core.so.5
> #8  0x74b16062 in ?? () from 
> /nix/store/683732s7dq6bxrl267lcadl5lvn6i4nh-qtbase-5.12.0/lib/libQt5Core.so.5
> #9  0x744e1ef7 in start_thread () from 
> /nix/store/iykxb0bmfjmi7s53kfg6pjbfpd8jmza6-glibc-2.27/lib/libpthread.so.0
> #10 0x7441722f in clone () from 
> /nix/store/iykxb0bmfjmi7s53kfg6pjbfpd8jmza6-glibc-2.27/lib/libc.so.6
> (gdb)

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

[apper] [Bug 414368] pkcon incorrectly assumes no network is available

2019-11-21 Thread Eddie
https://bugs.kde.org/show_bug.cgi?id=414368

--- Comment #2 from Eddie  ---
Hello. My Apology. I just saw it part of KDE NEON distribution, 
since the distribution mention "use pkcon instead of apt for updates".
I will contact the packageKit person(s).

I found that DISCOVER suffer from the exact same problem: it only works on
Ethernet adaptors managed by Network-Manager.  

Thank you for your help.

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

[plasmashell] [Bug 414287] Folder widget doesn't follow Selection Text color from system color scheme

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414287

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/pla
   ||sma-desktop/a9291006771d923
   ||45dcb6ea93c035d9896c81f1d
 Resolution|--- |FIXED
   Version Fixed In||5.17.4

--- Comment #14 from Nate Graham  ---
Git commit a9291006771d92345dcb6ea93c035d9896c81f1d by Nate Graham.
Committed on 21/11/2019 at 21:01.
Pushed by ngraham into branch 'Plasma/5.17'.

[Folder view] Use selected text color for selected items in full representation

Summary:
Right now, selected (not highlighted) items in the popup persist in using
the default text color , which can result in readability problems for light
themes that use a dark highlight effect.
FIXED-IN: 5.17.4

Test Plan:
Put a Folder widget in a horizontal panel, click it, hover the mouse over one
of the items in the list, and then click.

Before: {F7772272}

After: {F7772271}

No change or regressions for selected items in Folder View on the desktop.

Reviewers: #vdg, #plasma, ndavis

Reviewed By: #vdg, ndavis

Subscribers: ndavis, plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D25418

M  +9-2containments/desktop/package/contents/ui/FolderItemDelegate.qml

https://commits.kde.org/plasma-desktop/a9291006771d92345dcb6ea93c035d9896c81f1d

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

[kdeconnect] [Bug 414306] Samsung compat mode enabled on linageOS

2019-11-21 Thread Albert Vaca
https://bugs.kde.org/show_bug.cgi?id=414306

Albert Vaca  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Vaca  ---
Should be fixed in v1.13.3

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

[neon] [Bug 414382] libssh-4 version number breaks dependency satisfaction for Remmina

2019-11-21 Thread The Feren OS Dev
https://bugs.kde.org/show_bug.cgi?id=414382

--- Comment #2 from The Feren OS Dev  ---
Update: Rik Mills just told me why the break was put in place.
https://salsa.debian.org/debian/libssh/commit/d4f7bcfb228ae953216a8a4eb8976f83a534e203

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

[neon] [Bug 414382] libssh-4 version number breaks dependency satisfaction for Remmina

2019-11-21 Thread The Feren OS Dev
https://bugs.kde.org/show_bug.cgi?id=414382

The Feren OS Dev  changed:

   What|Removed |Added

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

--- Comment #1 from The Feren OS Dev  ---
Whoops, just noticed now that the package does this because of the metadata
tells it to break this Remmina version. I'll mark this as Resolved.

Though if you don't mind me asking, how come is the 'Breaks' for Remmina in
place?

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

[neon] [Bug 414382] New: libssh-4 version number breaks dependency satisfaction for Remmina

2019-11-21 Thread The Feren OS Dev
https://bugs.kde.org/show_bug.cgi?id=414382

Bug ID: 414382
   Summary: libssh-4 version number breaks dependency satisfaction
for Remmina
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Packages User Edition
  Assignee: neon-b...@kde.org
  Reporter: ferenos...@outlook.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

libssh-4 0.9.0-1+18.04+bionic+build1 breaks the dependency satisfaction for
libssh-4 on package 'remmina' meaning it can no longer be installed when the
package is upgraded to this version. Consequently existing users running
Remmina on Neon User will have the package held back from being updated by APT.


STEPS TO REPRODUCE
1. Update libssh-4 to 0.9.0-1+18.04+bionic+build1
2. Try installing 'remmina'

OBSERVED RESULT
Remmina depends on libssh-4 (>= 0.6.1), however '0.9.0-1+18.04+bionic+build1'
cannot satisfy this dependency.

EXPECTED RESULT
Remmina can install successfully without this dependency being an issue

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: KDE neon User 5.17.3
(available in About System)
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2

ADDITIONAL INFORMATION
Ubuntu's latest working libssh-4 in bionic (0.8.0~20170825.94fa1e38-1ubuntu0.2)
has a ~ instead of a hyphen after x.x.x, so the use of a hyphen instead of a ~
in the version string might be the reason this issue is happening.

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

[ktorrent] [Bug 396727] Crash when magnet removed from list

2019-11-21 Thread Matěj Laitl
https://bugs.kde.org/show_bug.cgi?id=396727

Matěj Laitl  changed:

   What|Removed |Added

 CC||ma...@laitl.cz

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

[systemsettings] [Bug 413274] Crash in QQuickText::setLinkColor after colour change

2019-11-21 Thread Max
https://bugs.kde.org/show_bug.cgi?id=413274

Max  changed:

   What|Removed |Added

 CC|knucks...@gmail.com |

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

[kontact] [Bug 414381] New: Can't create new tasks

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414381

Bug ID: 414381
   Summary: Can't create new tasks
   Product: kontact
   Version: 5.11.3
  Platform: PCLinuxOS
OS: Linux
Status: REPORTED
  Severity: critical
  Priority: NOR
 Component: calendar
  Assignee: kdepim-b...@kde.org
  Reporter: wilmertol...@gmail.com
  Target Milestone: ---

SUMMARY
Can't create new tasks because it doesn't shows an active calendar even I have
one installed.

STEPS TO REPRODUCE
1. ADD a new task
2. Set time and date and accept
3. It doesn't creates because there it is not an active calendar

OBSERVED RESULT
No tasks can be added even I've created a new calendar.

EXPECTED RESULT
Add a new task

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

ADDITIONAL INFORMATION
I've deleted all the calendar and imported again, same problem, I've created a
new one, same problem

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

[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2019-11-21 Thread Sergey
https://bugs.kde.org/show_bug.cgi?id=356479

--- Comment #142 from Sergey  ---
Ubuntu 19.04
plasmashell 5.16.5
Qt 5.12.4
The bug was encountered while copying files on usb flash drive

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

[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2019-11-21 Thread Sergey
https://bugs.kde.org/show_bug.cgi?id=356479

Sergey  changed:

   What|Removed |Added

 CC||rion...@gmail.com

--- Comment #141 from Sergey  ---
I have exactly the same problem as Dreyk

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

[kwin] [Bug 390857] KCM crashes when trying to load "window decorations"

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=390857

sta...@tuta.io changed:

   What|Removed |Added

 CC||sta...@tuta.io

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

[frameworks-kio] [Bug 369542] Anomaly: KUrlRequester::setFilter() still needs a KDE format filter string

2019-11-21 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=369542

Postix  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO
 CC||pos...@posteo.eu

--- Comment #2 from Postix  ---
There's a fix hanging in the pipeline: https://phabricator.kde.org/D9645
But it's questionable if it's still needed.

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

[krita] [Bug 414380] New: Documents keep their old names

2019-11-21 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=414380

Bug ID: 414380
   Summary: Documents keep their old names
   Product: krita
   Version: 4.2.7.1
  Platform: macOS Disk Images
OS: macOS
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: k...@jan.limpens.com
  Target Milestone: ---

SUMMARY
When you save a document in Krita under a different filename, upon exiting, the
confirmation dialog still asks for the prior filename

STEPS TO REPRODUCE
1. Create a new document, save it under some name.
2. Choose File/Save as ..., save it under a different name
3. Close the document, a confirmation box appears, referencing the name from
step 1

SOFTWARE/OS VERSIONS
macOS: Mojave

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

[konversation] [Bug 340748] Disable auto-WHO for Twitch servers.

2019-11-21 Thread Chiitoo
https://bugs.kde.org/show_bug.cgi?id=340748

--- Comment #8 from Chiitoo  ---
Many thanks for taking care of this!

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

[yakuake] [Bug 407726] Button icons blurry on HiDPI

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407726

Nate Graham  changed:

   What|Removed |Added

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

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

[yakuake] [Bug 407726] Button icons blurry on HiDPI

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407726

Nate Graham  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/yak
   ||uake/0134f68c906957be49fa8c
   ||14fa34ef335db1165b

--- Comment #10 from Nate Graham  ---
Git commit 0134f68c906957be49fa8c14fa34ef335db1165b by Nate Graham, on behalf
of Nicolas Höft.
Committed on 21/11/2019 at 19:42.
Pushed by ngraham into branch 'release/19.12'.

Enable high DPI pixmaps

Summary:
Enable High DPI pixmaps to make icons in dialogs looks nice
if High DPI is enabled.

Test Plan: Checked manually in high DPI environment.

Reviewers: hein, cfeck, ngraham

Reviewed By: cfeck, ngraham

Subscribers: ngraham

Differential Revision: https://phabricator.kde.org/D25038

M  +1-0app/main.cpp

https://commits.kde.org/yakuake/0134f68c906957be49fa8c14fa34ef335db1165b

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

[Discover] [Bug 414379] New: Sometimes the "Install" button is misplaced if a description page is open after searching

2019-11-21 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=414379

Bug ID: 414379
   Summary: Sometimes the "Install" button is misplaced if a
description page is open after searching
   Product: Discover
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: lei...@leinir.dk
  Reporter: bugsefor...@gmx.com
CC: aleix...@kde.org
  Target Milestone: ---

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

STEPS TO REPRODUCE
1. open discover
2. search for "gimp"
3. click on the first search result to open its description page
4. scroll down the search results

OBSERVED RESULT
As we can see in the attached screenshot, sometimes the "Install" is misplaced.

EXPECTED RESULT
all "Install" buttons are positioned correctly.

SOFTWARE/OS VERSIONS
Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.17.80
KDE Frameworks Version: 5.65.0
Qt Version: 5.13.2

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

[kwin] [Bug 414378] New: "Only One window per application" setting considers LibreOffice apps to be the same app, creating a discrepancy with the Task Manager

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414378

Bug ID: 414378
   Summary: "Only One window per application" setting considers
LibreOffice apps to be the same app, creating a
discrepancy with the Task Manager
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: tabbox
  Assignee: kwin-bugs-n...@kde.org
  Reporter: n...@kde.org
  Target Milestone: ---

Created attachment 124051
  --> https://bugs.kde.org/attachment.cgi?id=124051=edit
Annotated screenshot depicting of the problem

KWin + Plasma from git master, LibreOffice 6.3.3.2.0+ (latest released version)


STEPS TO REPRODUCE
1. Use an Icons-Only Task Manager
2. Use the Large Icons task Switcher with the "Only One window per application"
setting checked
2. Open LibreOffice Writer
3. Open LibreOffice Calc
4. Hit Alt+Tab


OBSERVED RESULT
In the Task Switcher, Writer and Calc are represented as multiple windows of
the same app and are grouped into a single entry, with an icon and title
determined by which window is highest on the stacking order. This creates a
discrepancy between what the Task Manager shows and what the Task Switcher
shows. See attached screenshot.


EXPECTED RESULT
The Task Switcher should represent the windows as distinct apps rather than
multiple windows of the same app, just like the Task Switcher does.


ADDITIONAL INFORMATION
*technically* they are in fact multiple windows of the same app due to the
design of the LibreOffice apps. The soffice.bin process spawns a window, then
dynamically changes its WM_CLASS string, or something like that. I am not 100%
sure of the technical details, but I do recall that the Task Manager needed to
implement some special code to handle it; see
https://cgit.kde.org/plasma-workspace.git/commit/?id=b15eaf38b6bf8d5af7fdc0caff05679a063819cf.

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

[plasmashell] [Bug 414377] Plasmashell freezes after app throws "gtk-warning: infinite surface size not supported"

2019-11-21 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=414377

Postix  changed:

   What|Removed |Added

 CC||pos...@posteo.eu

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

[plasmashell] [Bug 414377] New: Plasmashell freezes after app throws "gtk-warning: infinite surface size not supported"

2019-11-21 Thread Postix
https://bugs.kde.org/show_bug.cgi?id=414377

Bug ID: 414377
   Summary: Plasmashell freezes after app throws "gtk-warning:
infinite surface size not supported"
   Product: plasmashell
   Version: 5.17.3
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: pos...@posteo.eu
CC: plasma-b...@kde.org
  Target Milestone: 1.0

SUMMARY

The GTK/Vala app Dino let the whole plasmashell freeze when it is started in
Konsole.
This does not happen if it is started outside of Konsole.
In order to recover, Dino has to be killed in another TTY.

I will try to get a backtrace of the stack later.

STEPS TO REPRODUCE
1. git clone https://github.com/dino/dino
(f9c69a204ebd7ecabd022f6f6e9a7131a1ecadae)
2. Compile Dino
3. Execute "dino" in Konsole

OBSERVED RESULT

Dino throws gtk-errors:

(dino:14997): Gdk-WARNING **: 20:03:22.102: Native Windows wider or taller than
32767 pixels are not supported

(dino:14997): Gdk-WARNING **: 20:03:22.108: Native Windows wider or taller than
32767 pixels are not supported

(dino:14997): Gtk-WARNING **: 20:03:22.387: infinite surface size not supported

(dino:14997): Gtk-WARNING **: 20:03:22.389: infinite surface size not supported

(dino:14997): Gtk-WARNING **: 20:03:22.390: infinite surface size not supported

...

and the whole Plasmashell freezes.

EXPECTED RESULT

Dino starts without causing issues obviously.



SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.65.0
Qt Version: 5.13.2
Kernel Version: 5.3.11-1-MANJARO

ADDITIONAL INFORMATION

Scaling 1.5

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

[partitionmanager] [Bug 413973] Editing partitions resets touchpad configuration

2019-11-21 Thread Andrius Štikonas
https://bugs.kde.org/show_bug.cgi?id=413973

--- Comment #4 from Andrius Štikonas  ---
(In reply to joey.joey586 from comment #3)
> Oh I forgot to add:
> I'm running Xorg 1.20.5

Same here, 1.20.5...


Maybe you can try to figure out which command resets partition manager
configuration?

If you run partitionmanager with

KPMCORE_DEBUG=y partitionmanager
then it will print to terminal the commands that it is running.

Check what commands are launched partitionmanager and try running them
manually.
In particular. try to see if any of the udev stuff causes this.

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

[kwin] [Bug 414376] New: Random Kwin crash

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414376

Bug ID: 414376
   Summary: Random Kwin crash
   Product: kwin
   Version: 5.16.5
  Platform: Ubuntu Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: cameronmayes...@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.16.5)

Qt Version: 5.12.4
Frameworks Version: 5.62.0
Operating System: Linux 5.3.0-23-generic x86_64
Distribution: Ubuntu 19.10

-- Information about the crash:
- What I was doing when the application crashed:
I woke my laptop up for sleep and Kwin crashed. Kwin did restart successfully
straight afterwards.

-- Backtrace:
Application: KWin (kwin_x11), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f9ff4f9fd00 (LWP 1358))]

Thread 8 (Thread 0x7f9f38a74700 (LWP 2836)):
#0  0x7f9ff9caa2c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x560850c832c4) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f9ff9caa2c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x560850c83270, cond=0x560850c83298) at pthread_cond_wait.c:508
#2  0x7f9ff9caa2c6 in __pthread_cond_wait (cond=0x560850c83298,
mutex=0x560850c83270) at pthread_cond_wait.c:638
#3  0x7f9ffa73bdef in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f9ffa73bee1 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f9ff97d17b9 in  () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7f9ff97d1a1a in  () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7f9ffa735cc2 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f9ff9ca3669 in start_thread (arg=) at
pthread_create.c:479
#9  0x7f9ffbe9c323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 7 (Thread 0x7f9fe2fbe700 (LWP 2835)):
#0  0x7f9ffbe11923 in __libc_enable_asynccancel () at
../sysdeps/unix/sysv/linux/x86_64/cancellation.S:56
#1  0x7f9ffbe8fd04 in __GI_ppoll (fds=0x7f9fd406ee88, nfds=1,
timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#2  0x7f9ffa9505f9 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f9ffa951b64 in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f9ffa8fb63b in
QEventLoop::exec(QFlags) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f9ffa734a75 in QThread::exec() () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f9ff9443319 in  () at /lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f9ffa735cc2 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f9ff9ca3669 in start_thread (arg=) at
pthread_create.c:479
#9  0x7f9ffbe9c323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 6 (Thread 0x7f9fe0b27700 (LWP 8989)):
#0  0x7f9ff9caa2c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x56084fad3d00) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f9ff9caa2c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x56084fad3cb0, cond=0x56084fad3cd8) at pthread_cond_wait.c:508
#2  0x7f9ff9caa2c6 in __pthread_cond_wait (cond=0x56084fad3cd8,
mutex=0x56084fad3cb0) at pthread_cond_wait.c:638
#3  0x7f9ffa73bdef in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f9ffa73bee1 in QWaitCondition::wait(QMutex*, unsigned long) () at
/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f9ff97d17b9 in  () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#6  0x7f9ff97d1a1a in  () at /lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7f9ffa735cc2 in  () at /lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f9ff9ca3669 in start_thread (arg=) at
pthread_create.c:479
#9  0x7f9ffbe9c323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f9fd3fff700 (LWP 1500)):
#0  0x7f9ff9caa2c6 in futex_wait_cancelable (private=,
expected=0, futex_word=0x7f9ffa2b8fb8) at
../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x7f9ff9caa2c6 in __pthread_cond_wait_common (abstime=0x0, clockid=0,
mutex=0x7f9ffa2b8f68, cond=0x7f9ffa2b8f90) at pthread_cond_wait.c:508
#2  0x7f9ff9caa2c6 in __pthread_cond_wait (cond=0x7f9ffa2b8f90,
mutex=0x7f9ffa2b8f68) at pthread_cond_wait.c:638
#3  0x7f9ffa1c208a in  () at /lib/x86_64-linux-gnu/libQt5Script.so.5
#4  0x7f9ffa1c20af in  () at /lib/x86_64-linux-gnu/libQt5Script.so.5
#5  0x7f9ff9ca3669 in start_thread (arg=) at
pthread_create.c:479
#6  0x7f9ffbe9c323 in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f9fe1664700 (LWP 1481)):
#0  0x7f9ff9caa2c6 in futex_wait_cancelable (private=,
expected=0, 

[KBibTeX] [Bug 414375] New: Cannot start KBibTex; getting error "You need to instantiate a Q*Application before using KCatalog"

2019-11-21 Thread Nuno Gomes
https://bugs.kde.org/show_bug.cgi?id=414375

Bug ID: 414375
   Summary: Cannot start KBibTex; getting error "You need to
instantiate a Q*Application before using KCatalog"
   Product: KBibTeX
   Version: 0.9.1
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: fisc...@unix-ag.uni-kl.de
  Reporter: nunogomes.pt+...@gmail.com
  Target Milestone: ---

Created attachment 124050
  --> https://bugs.kde.org/attachment.cgi?id=124050=edit
Screenshot of terminal command and output.

SUMMARY
Whenever I start KBibTex by clicking the icon in the Application Menu, nothing
happens; when trying to start it from the terminal, I get the following error
message:
```
ASSERT failure in KCatalogPrivate::setupGettextEnv: "You need to instantiate a
Q*Application before using KCatalog", file /build/src/ki18n/src/kcatalog.cpp,
line 203
Aborted (core dumped)
```

STEPS TO REPRODUCE
1. Install latest version of KBibTex
2. Try to start it either from the Application Menu or from the terminal
3. 

OBSERVED RESULT
The application does not start. In the terminal, you get the following error
message:
```
ASSERT failure in KCatalogPrivate::setupGettextEnv: "You need to instantiate a
Q*Application before using KCatalog", file /build/src/ki18n/src/kcatalog.cpp,
line 203
Aborted (core dumped)
```


EXPECTED RESULT
KBibTex should start normally.

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

ADDITIONAL INFORMATION
This happens all the time, even if I restart the computer.

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

[ktorrent] [Bug 414374] New: Remove Unnecessary code

2019-11-21 Thread Igor
https://bugs.kde.org/show_bug.cgi?id=414374

Bug ID: 414374
   Summary: Remove Unnecessary code
   Product: ktorrent
   Version: 5.1
  Platform: Compiled Sources
OS: FreeBSD
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: i...@itn.ru
  Target Milestone: ---

Created attachment 124049
  --> https://bugs.kde.org/attachment.cgi?id=124049=edit
Unnecessary code.

SUMMARY
Unnecessary code.

STEPS TO REPRODUCE
1. Start ktorrent


OBSERVED RESULT
1. Do not touch the original torrent files (useless overwriting the file
without changes).
2. At startup, I save 16GB of virtual memory (on 16,600 torrents).
3. Faster Startup.

EXPECTED RESULT
See OBSERVED RESULT

SOFTWARE/OS VERSIONS
FreeBSD 12.1-STABLE, last KDE5 (It does not matter)

ADDITIONAL INFORMATION

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

[partitionmanager] [Bug 413973] Editing partitions resets touchpad configuration

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413973

--- Comment #3 from joey.joey...@gmail.com ---
Oh I forgot to add:
I'm running Xorg 1.20.5

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

[partitionmanager] [Bug 413973] Editing partitions resets touchpad configuration

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=413973

--- Comment #2 from joey.joey...@gmail.com ---
It still happens for me on partitionmanager 4.0.0
Maybe an Elan touchpad issue?
I have a Lenovo Ideapad 320 (2016)

Operating System: Arch Linux 
KDE Plasma Version: 5.17.3
KDE Frameworks Version: 5.64.0
Qt Version: 5.13.2
Kernel Version: 5.3.11-arch1-1
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-7200U CPU @ 2.50GHz
Memory: 11.5 GiB of RAM

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

[frameworks-kio] [Bug 414373] New: Dolphin can't access my phone's FTP server when discovered through Avahi

2019-11-21 Thread cantabile
https://bugs.kde.org/show_bug.cgi?id=414373

Bug ID: 414373
   Summary: Dolphin can't access my phone's FTP server when
discovered through Avahi
   Product: frameworks-kio
   Version: 5.64.0
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: fa...@kde.org
  Reporter: cantabile.d...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY

Dolphin can't access the FTP server on my Android phone (primitive ftpd) if the
server is discovered through Avahi.

It's not a network issue because it works fine if I type
"ftp://192.168.2.3:12345; in Dolphin's location bar. It asks for a user name
and password and then I'm able to browse the files on my phone's SD card.


STEPS TO REPRODUCE
0. Install "primitive ftpd" on a phone :)
1. open Dolphin,
2. click on "Network" on the left,
3. click "Network Services",
4. click "FTP servers",
5. click "primitive ftpd"

OBSERVED RESULT
An error message appears under the location bar: "Unknown host android.local:
Host not found"

EXPECTED RESULT
It should probably pop up the FTP authentication dialog, like it does when I
type the server's IP address directly.

SOFTWARE/OS VERSIONS
Linux: Arch Linux, just updated
KDE Plasma Version: 5.17.3-1
KDE Frameworks Version: 5.64.0-1
Qt Version: 5.13.2-3
avahi version: 0.7+18+g1b5f401-3

ADDITIONAL INFORMATION

This is the output from "avahi-browse --all --ignore-local --resolve
--terminate":

+   wlo1 IPv4 primitive ftpdFTP File Transfer  
 local
=   wlo1 IPv4 primitive ftpdFTP File Transfer  
 local
   hostname = [Android.local] 
   address = [192.168.2.3]  
   port = [12345]   
   txt = []

I noticed that the error message says "android.local" but avahi-browse says
"Android.local". Is that important?

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

[kmail2] [Bug 414355] Cannot add Ad Block filter until dialog closed and re-opened

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414355

t...@applefritter.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|FIXED   |---
Version|5.11.3  |Git (master)
 Status|RESOLVED|REOPENED

--- Comment #2 from t...@applefritter.com ---
I've confirmed that this bug is still present, as described above, in 5.12.3,
running on a fresh install of KDE Neon User Edition. It is also still present
in 5.12.80 beta 1 (19.11.80), running on a fresh install of KDE Neon Developer
Edition.

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

[frameworks-kfilemetadata] [Bug 414227] Dolphin crashes in KFileMetaData::UserMetaData::queryAttributes() when retrieving metadata from dangling symlink

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414227

Nate Graham  changed:

   What|Removed |Added

 CC||a.stipp...@gmx.net

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

[frameworks-kfilemetadata] [Bug 414227] Dolphin crashes in KFileMetaData::UserMetaData::queryAttributes() when retrieving metadata from dangling symlink

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414227

Nate Graham  changed:

   What|Removed |Added

 CC||chesterhime...@yahoo.com

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

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

[frameworks-kfilemetadata] [Bug 414372] dolphin crashes when unmounting external usb disks

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414372

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
  Component|general |general
   Assignee|dolphin-bugs-n...@kde.org   |pinak.ah...@gmail.com
Version|unspecified |5.64.0
 Resolution|--- |DUPLICATE
Product|dolphin |frameworks-kfilemetadata
 Status|REPORTED|RESOLVED
Summary|dolphin crashes when|dolphin crashes when
   |unmount external usb disks  |unmounting external usb
   ||disks

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


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

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

[frameworks-kfilemetadata] [Bug 414227] Dolphin crashes in KFileMetaData::UserMetaData::queryAttributes() when retrieving metadata from dangling symlink

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414227

Nate Graham  changed:

   What|Removed |Added

Version|unspecified |5.64.0
Product|dolphin |frameworks-kfilemetadata
Summary|Dolphin crashes when|Dolphin crashes in
   |retrieving metadata from|KFileMetaData::UserMetaData
   |dangling symlink|::queryAttributes() when
   ||retrieving metadata from
   ||dangling symlink
   Assignee|dolphin-bugs-n...@kde.org   |pinak.ah...@gmail.com
  Component|general |general

--- Comment #1 from Nate Graham  ---
Moving to KFileMetaData, since that's what's crashing.

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

[kwin] [Bug 406180] KWin 5.15.4+ hang regression on Nvidia Optimus

2019-11-21 Thread Luca Carlon
https://bugs.kde.org/show_bug.cgi?id=406180

--- Comment #125 from Luca Carlon  ---
This is the deb package I use on Kubuntu 19.10:
https://bugfreeblog.page.link/libqt5gui5_5124. This package should be enough.
If anything goes wrong, just do:

sudo apt-get install --reinstall libqt5gui5

to get the previous one back.
If you prefer however not to rely on prebuilt packages, rebuilding is a matter
of a few commands. You do not have to do anything to Plasma/kwin, there is no
ABI change.

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

[systemsettings] [Bug 374474] Add buttons which pause and resume baloo indexing

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374474

--- Comment #6 from Nate Graham  ---
I've submitted a patch that adds this feature:
https://phabricator.kde.org/D25447

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

[systemsettings] [Bug 405307] Access baloo's status from System Settings

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=405307

--- Comment #5 from Nate Graham  ---
I've submitted a patch that adds this feature:
https://phabricator.kde.org/D25447

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

[kdenlive] [Bug 413469] Fit Zoom to Project do not change zoom level

2019-11-21 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=413469

emohr  changed:

   What|Removed |Added

   Version Fixed In||19.12

--- Comment #8 from emohr  ---
Thank you for contribution and pointing to the source code.

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

[systemsettings] [Bug 413134] Night colors disabled when we open gamma in settings

2019-11-21 Thread Vasily Khoruzhick
https://bugs.kde.org/show_bug.cgi?id=413134

--- Comment #7 from Vasily Khoruzhick  ---
(In reply to Vlad Zahorodnii from comment #3)
> > Temparature should be kept when we go to gamma, or at least reapplied when 
> > we
> > leave this settings.
> Due to the nature of X11, this is CANTFIX. Although, maybe it's possible to
> fix gamma kcm so it doens't try to update gamma ramps for no apparent reason.

Check how it's implemented in Gnome, IIRC they don't have this issue.

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

[frameworks-networkmanager-qt] [Bug 414328] After making a wifi connection the windows system is unstable, new programs cannot be started

2019-11-21 Thread R.V.
https://bugs.kde.org/show_bug.cgi?id=414328

--- Comment #1 from R.V.  ---
After restarting xdm the system remains stable

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

[kwin] [Bug 413690] missing icon in the preview of several task switchers

2019-11-21 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=413690

--- Comment #6 from Patrick Silva  ---
(In reply to Vlad Zahorodnii from comment #5)
> Another shot in the dark:
> 
> kbuildsycoca5 --noincremental

nothing changed

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

[kscreenlocker] [Bug 414321] Wrong theme at startup

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414321

--- Comment #3 from Nate Graham  ---
It's just not possible; they do different things. The login screen must know
about all the users on the system and know how to switch between them, and
cannot have access to any of the user files.

We're hoping to improve the sync mechanism in the future to make it automatic
so you don't need to take that manual step and to further reduce your need to
understand these technical details.

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

[kwin] [Bug 406180] KWin 5.15.4+ hang regression on Nvidia Optimus

2019-11-21 Thread Paul
https://bugs.kde.org/show_bug.cgi?id=406180

--- Comment #124 from Paul  ---
(In reply to Luca Carlon from comment #123)
> @Paul I suggest you simply download the source package from Ubuntu repo,
> apply the patch to Qt and rebuild. Then install the new deb packages. Works
> perfectly fine for me.
> If you want, I have the packages I built.

Totally amazing support from an open source community, thanks!
If you can link the deb that would be fantastic. I actually did try building
from source but stumbled in getting KDE/Plasma/Kwin to use the new Qt version.
Have been managing Ubuntu servers for years but have only switched to using a
linux with a GUI as my desktop OS a month or so ago so it's been quite a steep
learning curve.

Thanks again

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

[kscreenlocker] [Bug 414321] Wrong theme at startup

2019-11-21 Thread msmetko
https://bugs.kde.org/show_bug.cgi?id=414321

msmetko  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |NOT A BUG

--- Comment #2 from msmetko  ---
Thank you, Nate, that worked flawlessly!
If you don't mind me asking, why exist two different components? Why not making
it a single login component?

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

[dolphin] [Bug 414372] New: dolphin crashes when unmount external usb disks

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414372

Bug ID: 414372
   Summary: dolphin crashes when unmount external usb disks
   Product: dolphin
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: chesterhime...@yahoo.com
CC: kfm-de...@kde.org
  Target Milestone: ---

Application: dolphin (20.03.70)

Qt Version: 5.13.2
Frameworks Version: 5.65.0
Operating System: Linux 5.0.0-36-generic x86_64
Windowing system: X11
Distribution: KDE neon Unstable Edition

-- Information about the crash:
- What I was doing when the application
dolphin crashes when unmount external usb disks

The crash can be reproduced every time.

-- Backtrace:
Application: Dolphin (dolphin), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f6c31359180 (LWP 26859))]

Thread 4 (Thread 0x7f6c05b7a700 (LWP 26862)):
#0  0x7f6c228e553c in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f6c228e56dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6c2a860b9b in QEventDispatcherGlib::processEvents
(this=0x7f6c0b40, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#3  0x7f6c2a80106a in QEventLoop::exec (this=this@entry=0x7f6c05b79d60,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#4  0x7f6c2a61c3aa in QThread::exec (this=) at
thread/qthread.cpp:531
#5  0x7f6c2a61db52 in QThreadPrivate::start (arg=0x561c3cacc700) at
thread/qthread_unix.cpp:360
#6  0x7f6c24d8e6db in start_thread (arg=0x7f6c05b7a700) at
pthread_create.c:463
#7  0x7f6c30bd288f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f6c0f964700 (LWP 26861)):
#0  0x7f6c2292b664 in g_mutex_unlock () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f6c228e4f58 in g_main_context_check () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f6c228e5570 in ?? () from /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f6c228e56dc in g_main_context_iteration () from
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f6c2a860b9b in QEventDispatcherGlib::processEvents
(this=0x7f6c08000b40, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#5  0x7f6c2a80106a in QEventLoop::exec (this=this@entry=0x7f6c0f963d30,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:225
#6  0x7f6c2a61c3aa in QThread::exec (this=) at
thread/qthread.cpp:531
#7  0x7f6c2acd70e5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#8  0x7f6c2a61db52 in QThreadPrivate::start (arg=0x7f6c2af4ed80) at
thread/qthread_unix.cpp:360
#9  0x7f6c24d8e6db in start_thread (arg=0x7f6c0f964700) at
pthread_create.c:463
#10 0x7f6c30bd288f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f6c15e96700 (LWP 26860)):
#0  0x7f6c30bc5bf9 in __GI___poll (fds=0x7f6c15e95c68, nfds=1, timeout=-1)
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x7f6c253bd747 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f6c253bf36a in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f6c18c7be10 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7f6c2a61db52 in QThreadPrivate::start (arg=0x561c3c56a410) at
thread/qthread_unix.cpp:360
#5  0x7f6c24d8e6db in start_thread (arg=0x7f6c15e96700) at
pthread_create.c:463
#6  0x7f6c30bd288f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7f6c31359180 (LWP 26859)):
[KCrash Handler]
#6  QByteArray::QByteArray (this=0x7ffd129cbf98, size=-1) at
tools/qbytearray.cpp:1843
#7  0x7f6c2994adbb in k_queryAttributes (path=..., attributes=...) at
./src/xattr_p.h:240
#8  0x7f6c2994ea89 in KFileMetaData::UserMetaData::queryAttributes
(this=this@entry=0x7ffd129cc0d0, attributes=..., attributes@entry=...) at
./src/usermetadata.cpp:220
#9  0x7f6c2f5f23bb in Baloo::Private::convertUserMetaData (metaData=...) at
./src/filemetadatautil.cpp:37
#10 0x7f6c2f5f3a33 in Baloo::IndexedDataRetriever::slotIndexedFile
(this=0x561c3cfbf6c0, exitCode=, exitStatus=) at
./src/indexeddataretriever.cpp:70
#11 0x7f6c2a8339ef in QtPrivate::QSlotObjectBase::call (a=0x7ffd129cc260,
r=0x561c3cfbf6c0, this=) at
../../include/QtCore/../../src/corelib/kernel/qobjectdefs_impl.h:394
#12 QMetaObject::activate (sender=sender@entry=0x561c3cd8f780,
signalOffset=, local_signal_index=local_signal_index@entry=2,
argv=, argv@entry=0x7ffd129cc260) at kernel/qobject.cpp:3789
#13 0x7f6c2a833f97 in QMetaObject::activate
(sender=sender@entry=0x561c3cd8f780, m=m@entry=0x7f6c2acb68a0
, local_signal_index=local_signal_index@entry=2,
argv=argv@entry=0x7ffd129cc260) at kernel/qobject.cpp:3660
#14 

[frameworks-kwidgetsaddons] [Bug 413181] Account Assistant UI is missing margins

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413181

--- Comment #6 from Nate Graham  ---
Patch: https://phabricator.kde.org/D25444

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

[kwin] [Bug 406180] KWin 5.15.4+ hang regression on Nvidia Optimus

2019-11-21 Thread Luca Carlon
https://bugs.kde.org/show_bug.cgi?id=406180

--- Comment #123 from Luca Carlon  ---
@Paul I suggest you simply download the source package from Ubuntu repo, apply
the patch to Qt and rebuild. Then install the new deb packages. Works perfectly
fine for me.
If you want, I have the packages I built.

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

[digikam] [Bug 399923] Segmentation fault during face detection

2019-11-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=399923

--- Comment #257 from Maik Qualmann  ---
Git commit ea529419b90d54ce5bc6052a14ec2c23c5f79b1f by Maik Qualmann.
Committed on 21/11/2019 at 16:58.
Pushed by mqualmann into branch 'master'.

various optimization for image loading

M  +4-5core/libs/dimg/dimg_data.cpp
M  +1-1core/libs/threadimageio/fileio/loadingcache.cpp
M  +1-7core/libs/threadimageio/preview/previewtask.cpp

https://invent.kde.org/kde/digikam/commit/ea529419b90d54ce5bc6052a14ec2c23c5f79b1f

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

[plasmashell] [Bug 405706] Main shortcut does not show on screen keyboard indicator

2019-11-21 Thread Christian Herenz
https://bugs.kde.org/show_bug.cgi?id=405706

Christian Herenz  changed:

   What|Removed |Added

 CC||eher...@eso.org

--- Comment #3 from Christian Herenz  ---
I confirm this bug under X in debian stable, which has an earlier plasma
version than reported.  Nevertheless, very annoying bug as I hide the taskbar
and work with 4 different layouts...

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

[kwin] [Bug 414242] [Wayland] KWin Can't Change To Another Window While An VLC Instance Is At Fullscreen (Probably With Any Qt 5 Fullscreen App)

2019-11-21 Thread Alberto Díaz López
https://bugs.kde.org/show_bug.cgi?id=414242

--- Comment #4 from Alberto Díaz López  ---
(In reply to Vlad Zahorodnii from comment #3)
> Not a problem at all. So if I understand you correctly, the issue seems to
> be that the application that has just received the focus remains below the
> vlc window, is that correct?

Exactly. But as i said, it's really strange, when i was writing this
description, i tried again and it was working fine. And now i'm trying again
and it's working normally. I can't explain it.

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

[systemsettings] [Bug 413134] Night colors disabled when we open gamma in settings

2019-11-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=413134

Christoph Feck  changed:

   What|Removed |Added

 CC||anars...@gmail.com

--- Comment #6 from Christoph Feck  ---
*** Bug 413300 has been marked as a duplicate of this bug. ***

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

[systemsettings] [Bug 413300] night color interferes with color correction for monitor

2019-11-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=413300

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #2 from Christoph Feck  ---


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

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

[frameworks-kxmlgui] [Bug 409919] [Wayland] KDE application don't remember maximization state after closing and re-opening

2019-11-21 Thread Yogesh Marwaha
https://bugs.kde.org/show_bug.cgi?id=409919

--- Comment #15 from Yogesh Marwaha  ---
I tried to look for the problem and it looks like kxmlgui (or any part of KDE)
is not to be blamed here. 

Following are the few observations (while on plasma-wayland session): -
#1: Applications correctly save window size/maximized state on close, but they
somehow cannot restore maximized window state
#2: Vanilla Qt5 applications also fail to set maximized window state on open
#3: For example, 
with 'qdbusviewer --platform xcb', window is maximized on open
with 'qdbusviewer --platform wayland', window is not maximized on open (but
still has proportions of maximized window)

So, either Qt(wayland) is not setting the window state properly or there is a
communication gap between KWin and Qt5 (wayland) clients.

I've tried to look into the qtwayland source, but that's probably too much for
me.

Thanks for your time.

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

[kdevelop] [Bug 414371] New: CMake tests with PASS_REGULAR_EXPRESSION do not work as expected

2019-11-21 Thread Rolf Eike Beer
https://bugs.kde.org/show_bug.cgi?id=414371

Bug ID: 414371
   Summary: CMake tests with PASS_REGULAR_EXPRESSION do not work
as expected
   Product: kdevelop
   Version: 5.4.4
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Build tools: CMake
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: k...@opensource.sf-tec.de
  Target Milestone: ---

Have a CMake test that exits non-zero but outputs something, and a matching
PASS_REGULAR_EXPRESSION in the test properties. When this test is run from the
command line (ctest -R my_test) it works and is marked as passed, if it is run
from the unit test pane in KDevelop it fails (and looks like the expression
isn't used at all).

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

[kwin] [Bug 413084] Background of decoration buttons is not rendered correctly

2019-11-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=413084

--- Comment #3 from Christoph Feck  ---
If you can provide the information requested in comment 1 or comment 2, please
add it.

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

[frameworks-kwidgetsaddons] [Bug 413181] Account Assistant UI is missing margins

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413181

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #5 from Nate Graham  ---
This was fixed for standalone KCM windows in Bug 411161.

I guess we need the same thing here.

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

[kwin] [Bug 408253] Plasma Panel Starts Flashing (Randomly?) after update from OpenSUSE 15.0 to 15.1

2019-11-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=408253

--- Comment #10 from Christoph Feck  ---
If you can provide the information requested in comment 9, please add it.

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

[kdenlive] [Bug 414370] New: Having LC_ALL=pt_BR.UTF-8 set in Windows breaks projects w/ pt_BR locale.

2019-11-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=414370

Bug ID: 414370
   Summary: Having LC_ALL=pt_BR.UTF-8 set in Windows breaks
projects w/ pt_BR locale.
   Product: kdenlive
   Version: 19.08.3
  Platform: MS Windows
OS: MS Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: pedrobk...@ymail.com
  Target Milestone: ---

Created attachment 124048
  --> https://bugs.kde.org/attachment.cgi?id=124048=edit
the full before and after project diff

STEPS TO REPRODUCE
1. Set the Windows UI to pt_BR.
2. Make sure LC_ALL is not set, open a project saved with decimal commas, this
will work
3. Set 'LC_ALL=pt_BR.UTF-8'
4. Reopen the project

OBSERVED RESULT
clips in timeline will be misaligned, some saved effects will stop working

EXPECTED RESULT
Same as if LC_ALL was not set. It is the same locale after all

SOFTWARE/OS VERSIONS
Windows: 10.0.18362.476

ADDITIONAL INFORMATION
I have LC_ALL=pt_BR.UTF-8 so git properly shows characters with accents in git
logs, but when I have it set and try to open a project that was saved with my
locale it gets all messed up.

Likewise, if I unset LC_ALL and open the projects I manually converted to
decimal point (at first I thought it happened because I updated to 19.08.3),
the same problem happens. However if I set LC_NUMERIC=C in the environment, or
change kdenlive:docproperties.decimalPoint to '.', they work again.

I diff-ed my project before and after the breaking change:

-
+
  
- 
+ 

So it picked up LC_ALL from the environment, but it also changed all 'in' and
'out' timestamps to decimal points and lost the milliseconds, which explains
the misaligned clips. :/

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

[apper] [Bug 414368] pkcon incorrectly assumes no network is available

2019-11-21 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=414368

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

--- Comment #1 from Rex Dieter  ---
pkcon is part of PackageKit (not a kde project)

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

[frameworks-kwidgetsaddons] [Bug 413181] Account Assistant UI is missing margins

2019-11-21 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=413181

Christoph Feck  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #4 from Christoph Feck  ---
Regression from the patch that removed margins in KPageDialog for the KCM
redesign. Nate, could you check with the VDG what's the best way forward to fix
this?

To verify, run ./bin/kassistantdialogtest in build dir.

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

[systemsettings] [Bug 374474] Add buttons which pause and resume baloo indexing

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374474

Nate Graham  changed:

   What|Removed |Added

Summary|Add buttons which stop and  |Add buttons which pause and
   |start baloo indexing|resume baloo indexing

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

[kdepimlibs] [Bug 414369] New: Please add Lebanon to the list of holidays.

2019-11-21 Thread Hussam Al-Tayeb
https://bugs.kde.org/show_bug.cgi?id=414369

Bug ID: 414369
   Summary: Please add Lebanon to the list of holidays.
   Product: kdepimlibs
   Version: GIT (master)
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: kholidays
  Assignee: jl...@kde.org
  Reporter: ht990...@gmx.com
CC: kdepim-b...@kde.org
  Target Milestone: ---

Hello. Please add Lebanon to the list of holidays.

Thank you.

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

[frameworks-kio] [Bug 413002] Properties Dialog: Make path to the symlink clickable

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=413002

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kio
   ||/4d8aa4be386e0a0f237ca0c82a
   ||4fbcb82767e293
   Version Fixed In||5.65
 Resolution|--- |FIXED

--- Comment #5 from Nate Graham  ---
Git commit 4d8aa4be386e0a0f237ca0c82a4fbcb82767e293 by Nate Graham.
Committed on 21/11/2019 at 16:06.
Pushed by ngraham into branch 'master'.

[KPropertiesDialog] provide a way of showing the target of a symlink

Summary:
FIXED-IN: 5.65

Undecided on the button. Should it be text-only displaying "Show" instead of an
icon?
Or text-and-icon? Is there a better icon we could use or is this one good
enough?

Test Plan: {F7749378}

Reviewers: #vdg, #frameworks

Subscribers: apol, ndavis, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D25226

M  +32   -1src/widgets/kpropertiesdialog.cpp

https://commits.kde.org/kio/4d8aa4be386e0a0f237ca0c82a4fbcb82767e293

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

[Breeze] [Bug 414365] Breeze theme not applied to website contents in Firefox

2019-11-21 Thread Mircea Kitsune
https://bugs.kde.org/show_bug.cgi?id=414365

--- Comment #2 from Mircea Kitsune  ---
(In reply to Carson Black from comment #1)

Thank you: That has solved the issue. It happened after a distro snapshot that
also changed the Breeze theme, so I thought something broke and KDE was failing
to properly inform Firefox of the correct theme being used.

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

[KScreen] [Bug 414256] rotating screen breaks session kscreen

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=414256

--- Comment #4 from Nate Graham  ---
Plasma 5.12 is the latest LTS. This is pretty old, I understand. The next
Plasma version (5.18) is also going to be an LTS version.

There are no Frameworks LTS versions. IMO the best approach there is to provide
new Frameworks versions to your users as they are released. The bug fixes are
much more frequent than the breakages.

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

[frameworks-kirigami] [Bug 407524] No way to provide keyboard focus to the global drawer

2019-11-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=407524

--- Comment #6 from Nate Graham  ---
Can't test since the fix only made it into Qt 5.15 which isn't released yet and
I don't have a built-from-source Qt.

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

  1   2   >