[krita] [Bug 385405] Crazy sliders when creating a document with CMYK color model

2018-01-20 Thread Nicholas LaPointe
https://bugs.kde.org/show_bug.cgi?id=385405

Nicholas LaPointe  changed:

   What|Removed |Added

 CC||nicholaslapoin...@gmail.com

--- Comment #4 from Nicholas LaPointe  ---
(In reply to mvowada from comment #3)
> (It seems I can't reproduce this on Ubuntu 14.04 wsing Krita
> 4.0.0-beta1.1.appimage - I read that Lengard is running Krita on Windows,
> could be that?)
I'm able to reproduce it with the same version on Linux (the bug affects the
"Color Sliders" docker).

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

[okular] [Bug 358065] Popup note icon in configuration dialog differs from real one

2018-01-20 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=358065

Simone Gaiarin  changed:

   What|Removed |Added

   Keywords||usability

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

[okular] [Bug 358061] [Usability] Improved/consistent mechanism to add/modify inline note

2018-01-20 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=358061

Simone Gaiarin  changed:

   What|Removed |Added

   Keywords||usability

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

[okular] [Bug 358057] [Usability] Permanent/sticky annotation feature is hard to discover

2018-01-20 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=358057

Simone Gaiarin  changed:

   What|Removed |Added

   Keywords||usability

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

[okular] [Bug 384381] Cursor over X to close note should be an arrow

2018-01-20 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=384381

Simone Gaiarin  changed:

   What|Removed |Added

   Keywords||usability

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

[okular] [Bug 388532] Clicking a popup note icon should bring the popup note to the top

2018-01-20 Thread Simone Gaiarin
https://bugs.kde.org/show_bug.cgi?id=388532

Simone Gaiarin  changed:

   What|Removed |Added

   Keywords||usability

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

[kwin] [Bug 389267] Unable to use shortcuts on non-latin layout on Wayland

2018-01-20 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=389267

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Flöser  ---
Shortcuts like ctrl+v are application shortcuts. This means the issue is in Qt,
not in KWin. Given that you write it works on Gnome, I'm relatively certain it
also works for GTK applications on Plasma/Wayland.

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

[frameworks-kio] [Bug 384561] Dolphin copy operation is 4,5x slower than cp

2018-01-20 Thread Jonathan Verner
https://bugs.kde.org/show_bug.cgi?id=384561

Jonathan Verner  changed:

   What|Removed |Added

 CC||jonathan.ver...@gmail.com

--- Comment #11 from Jonathan Verner  ---
(In reply to Alexander Nestorov from comment #10)
> "3 months and nobody cares" you say? HAHAHAHAHA
> 
> https://bugs.kde.org/show_bug.cgi?id=342056
> 
> 3 years :)

Yes, I know it feels like a long time, but please see Nate's comment above. A
simple thank you would go a long way... Try to imagine what it feels like to be
a developer, who invests a nontrivial amount of time into fixing this bug only
to get a snarky "it took 3 years" comment.

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

[krita] [Bug 389264] Resizing main window crashes Kita

2018-01-20 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=389264

Alvin Wong  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||alvinhoc...@gmail.com

--- Comment #2 from Alvin Wong  ---
Thanks for making a bug report. However, it is unclear to me what the issue is
and how one can reproduce it. If you can, please make a video with the steps to
reproduce and the result of the bug.

In addition, since you mentioned getting a crash, please obtain a backtrace by
following the instructions in https://docs.krita.org/Dr._Mingw_debugger and
attach it to your reply.

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

[krita] [Bug 389247] Cursor will not move brush stroke

2018-01-20 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=389247

--- Comment #5 from Alvin Wong  ---
Then there is no way that enabling Windows 8+ Pointer Input would not fix the
issue. Have you restarted Krita after enabling it?

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

[dolphin] [Bug 389270] Color of hidden files don't change after renaming them

2018-01-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389270

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[krita] [Bug 389271] New: "Ctrl-C" on single object in vector layer crashes: "UnavailShapeID cannot be cloned"

2018-01-20 Thread Matt
https://bugs.kde.org/show_bug.cgi?id=389271

Bug ID: 389271
   Summary: "Ctrl-C" on single object in vector layer crashes:
"UnavailShapeID cannot be cloned"
   Product: krita
   Version: 4.0.0-beta.1
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Layers/Vector
  Assignee: krita-bugs-n...@kde.org
  Reporter: marc...@gmail.com
  Target Milestone: ---

Created attachment 110026
  --> https://bugs.kde.org/attachment.cgi?id=110026=edit
example svg that causes crash

100% reproducible for me.

I have a single object imported from an SVG in a vector layer.  When selecting
the object and pressing "Ctrl-C" to copy, krita crashes.

Error on console:
SAFE ASSERT (krita): "0 && "not implemented!"" in file
/krita-4.0.0.51/libs/flake/KoShape.cpp, line 315
"UnavailShapeID" cannot be cloned

steps:
create new file
create vector layer
import vector object into vector layer
select vector object
Ctrl-C
crash!

I have included one svg that causes a crash, but I have tried with a few and
they all cause a crash.

Note:
I'm not sure where KoShape.cpp is.  Not familiar enough with appimages to
understand where files could be.

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

[kmymoney] [Bug 389255] Transfer Transactions are not displayed in Reports

2018-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389255

--- Comment #2 from kalvakis...@gmail.com ---
I am using 'Transactions by Tag'. There is a transfer transaction from Account
A to Account B with Tag 'Transfer', I want this transaction in a report. Can
someone help me with this.

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

[plasmashell] [Bug 389268] Visual Improvement: Proposal for Better Organization in Notifications

2018-01-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389268

Nate Graham  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
   Assignee|kdelibs-b...@kde.org|k...@privat.broulik.de
  Component|general |Notifications
Version|unspecified |master
 CC||plasma-b...@kde.org
Product|frameworks-knotifications   |plasmashell

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

[frameworks-knotifications] [Bug 389268] Visual Improvement: Proposal for Better Organization in Notifications

2018-01-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=389268

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[dolphin] [Bug 389270] New: Color of hidden files don't change after renaming them

2018-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389270

Bug ID: 389270
   Summary: Color of hidden files don't change after renaming them
   Product: dolphin
   Version: 17.12.1
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: view-engine: details mode
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: terce...@gmail.com
  Target Milestone: ---

Created attachment 110025
  --> https://bugs.kde.org/attachment.cgi?id=110025=edit
File color doesn't change back after hiding and unhiding file through renaming

Steps to reproduce:
1. goto a folder with a visible file in it
2. enable showing hidden files (Alt+.)
3. rename the file by adding a dot in front of it (eg. ".test.txt")
4. the file is now hidden and marked as such -> slightly gray
5. rename the file again and remove the dot to make it visible again
6. the file is still slightly gray.

Closing and then reopening the folder fixes the visual error.

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

[plasma-pk-updates] [Bug 389211] FTBFS against PackageKit-Qt-1.0

2018-01-20 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=389211

Rex Dieter  changed:

   What|Removed |Added

  Latest Commit||f2e7381105e212f21c5aaa8e5cb
   ||35295b8e51eea
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Rex Dieter  ---
Fixed with
https://cgit.kde.org/plasma-pk-updates.git/commit/?id=f2e7381105e212f21c5aaa8e5cb35295b8e51eea

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

[kdelibs] [Bug 309193] Keyboard shortcuts doesn't work if non-english keyboard layout is set before english one

2018-01-20 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=309193

--- Comment #65 from Christoph Feck  ---
Probably needs a Qt patch similar to comment #60. We didn't find a developer
yet who is able to fix it.

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

[plasmashell] [Bug 385814] Kate icon removed from the favorites list is back when plasma session is restarted

2018-01-20 Thread Wojciech Więckowski
https://bugs.kde.org/show_bug.cgi?id=385814

Wojciech Więckowski  changed:

   What|Removed |Added

 CC||xplw...@gmail.com

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

[frameworks-kwidgetsaddons] [Bug 378523] KFontRequester: Fonts are saved with face name preventing bold/italic to work

2018-01-20 Thread Jack Kiefer
https://bugs.kde.org/show_bug.cgi?id=378523

--- Comment #35 from Jack Kiefer  ---
(In reply to Dominik Haumann from comment #34)
> Any news on this? *gentle ping*

For real. There's been multiple Konsole updates, but I keep going back to my
older hacky patched version...

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

[plasmashell] [Bug 389197] dilbert comic strip stopped working after update to 5.11.95

2018-01-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=389197

--- Comment #4 from Kai Uwe Broulik  ---
Can you provide a screenshot of that?

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

[Discover] [Bug 389269] New: Visual Improvement: Proposed Interaction with Sources (Visual arrangement suggestions)

2018-01-20 Thread Andres Betts
https://bugs.kde.org/show_bug.cgi?id=389269

Bug ID: 389269
   Summary: Visual Improvement: Proposed Interaction with Sources
(Visual arrangement suggestions)
   Product: Discover
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: anditosan1...@gmail.com
  Target Milestone: ---

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

Just wanted to propose some visual changes to Discover to deal with additional
sources. I also suggest making typography changes as shown in screenshot and
video.

https://youtu.be/QfiHLfrob2A

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

[frameworks-knotifications] [Bug 389268] New: Visual Improvement: Proposal for Better Organization in Notifications

2018-01-20 Thread Andres Betts
https://bugs.kde.org/show_bug.cgi?id=389268

Bug ID: 389268
   Summary: Visual Improvement: Proposal for Better Organization
in Notifications
   Product: frameworks-knotifications
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: anditosan1...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

Created attachment 110022
  --> https://bugs.kde.org/attachment.cgi?id=110022=edit
Proposed Idea

Current notifications (Spectacle in this case) are crammed and need more space.
They also need more organization so they become more intuitive and useful.

Here is a proposed visual improvement for notifications.

A video of the interaction with the notification is found here:

https://youtu.be/q-1RCB1ACgo

Thank you

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

[frameworks-knotifications] [Bug 389268] Visual Improvement: Proposal for Better Organization in Notifications

2018-01-20 Thread Andres Betts
https://bugs.kde.org/show_bug.cgi?id=389268

--- Comment #1 from Andres Betts  ---
Created attachment 110023
  --> https://bugs.kde.org/attachment.cgi?id=110023=edit
Current State

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

[frameworks-kwidgetsaddons] [Bug 378523] KFontRequester: Fonts are saved with face name preventing bold/italic to work

2018-01-20 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=378523

--- Comment #34 from Dominik Haumann  ---
Any news on this? *gentle ping*

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

[kmymoney] [Bug 338306] Ledger search box doesn't support account hierarchy character ":"

2018-01-20 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=338306

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In|4.8.2   |
  Latest Commit|https://commits.kde.org/kmy |https://commits.kde.org/kmy
   |money/7e618064a3f1b66be776c |money/7aacbd709b0fd1b8619dd
   |1728d5c53638f84d26a |7b53a44e993b37e5ea9

--- Comment #3 from Ralf Habacker  ---
Git commit 7aacbd709b0fd1b8619dd7b53a44e993b37e5ea9 by Ralf Habacker
Committed on 18/11/2017 at 16:08
Pushed by habacker into branch '4.8'.

Revert "Fix 'Ledger search box doesn't support account hierarchy character
":"'"

This reverts commit 7e618064a3f1b66be776c1728d5c53638f84d26a.
https://commits.kde.org/kmymoney/7aacbd709b0fd1b8619dd7b53a44e993b37e5ea9

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

[kwin] [Bug 389267] Unable to use shortcuts on non-latin layout on Wayland

2018-01-20 Thread Hexawolf
https://bugs.kde.org/show_bug.cgi?id=389267

Hexawolf  changed:

   What|Removed |Added

  Component|general |input
Version|unspecified |5.11.5
Product|kxkb|kwin

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

[LabPlot2] [Bug 387627] Wrong declaration parameter warnings in functions.h

2018-01-20 Thread Stefan Gerlach
https://bugs.kde.org/show_bug.cgi?id=387627

Stefan Gerlach  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

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

[kxkb] [Bug 389267] New: Unable to use shortcuts on non-latin layout on Wayland

2018-01-20 Thread Hexawolf
https://bugs.kde.org/show_bug.cgi?id=389267

Bug ID: 389267
   Summary: Unable to use shortcuts on non-latin layout on Wayland
   Product: kxkb
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: hexaw...@cock.li
  Target Milestone: ---

Configured layouts through System Settings, unable to use even simplest
shortcuts like ctrl+v while on non-english layout. Works on X session. Using
alt+shift for layout switching. Looks like it isn't Qt or Wayland specific
since works from Gnome on Wayland.

Related to #383113 and #107864 somehow?

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

[gwenview] [Bug 305659] Esc key does not exit full screen mode by default

2018-01-20 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=305659

Henrik Fehlauer  changed:

   What|Removed |Added

 CC||de...@ukn8.de

--- Comment #7 from Henrik Fehlauer  ---
Continuing the discussion from https://phabricator.kde.org/D9943#193322:

> What's the desired behavior? Should ⎋ always exit fullscreen browse mode,
> i.e. removing the shortcut config? This should be possible with the
> ShortcutOverride event.
Setting a shortcut for "Full Screen Mode" acts as a toggle, so that we probably
don't need to have a separate configurable shortcut for the "Leave Fullscreen
Mode" action and maybe we could remove it from the shortcut config dialog? I
don't understand why we have this action, as even the context menu in
Fullscreen says "Exit Fullscreen Mode" and has said toggle shortcut. "Leave
Fullscreen Mode" is only used in the top right corner, we could try to change
that to the normal "Exit Fullscreen Mode" action.

> As far as I see, it's not possible to have two actions in the
> KActionCollection with the same shortcut, even if they only trigger in
> different situations.
That's my understanding, too.

> Ok, I'll try to do it this way:
> - fullscreen view mode →fullscreen browse mode with ⎋ or whatever
>   configured shortcut
> - fullscreen browse mode → windowed browse mode with ⎋
Yup, exactly like I would imagine how this should work.

(Thinking more about that, in addition we could make ⎋ switch from (normal)
Browse mode to the "Start Page", then it would be symmetrical to the Enter key,
which cycles "Start Page" → Browse → View. Currently you have a hard time going
back to Start, even though there are useful links to your tags, bookmarks and
devices there…)

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

[plasmashell] [Bug 389197] dilbert comic strip stopped working after update to 5.11.95

2018-01-20 Thread Vadym Krevs
https://bugs.kde.org/show_bug.cgi?id=389197

--- Comment #3 from Vadym Krevs  ---
Problem is that there was nothing to enable. Usually, there is a checkbox next
to the downloaded comic - but there is nothing now.

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

[LabPlot2] [Bug 389212] Live data source not updating

2018-01-20 Thread Orestes Mas
https://bugs.kde.org/show_bug.cgi?id=389212

--- Comment #2 from Orestes Mas  ---
On 19/01/18 20:37, Alexander Semke wrote:
> https://bugs.kde.org/show_bug.cgi?id=389212
>
> --- Comment #1 from Alexander Semke  ---
> which version of LabPlot did you compile from sources? The last available
> release or the current version from our git repository in the master branch?
>
The one from git repo (commit afa030aeb2a5eb76afa38780e2e5e971a36b1b29)

Orestes.

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

[digikam] [Bug 389208] Request addition of "Lens" to Tool-Tips (Icon Items)

2018-01-20 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=389208

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||5.9.0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/0afd5e05e83c25fb2e1ec1
   ||31d8b4dddc816625bd

--- Comment #6 from Maik Qualmann  ---
Git commit 0afd5e05e83c25fb2e1ec131d8b4dddc816625bd by Maik Qualmann.
Committed on 20/01/2018 at 22:37.
Pushed by mqualmann into branch 'master'.

show lens information in the tooltip
FIXED-IN: 5.9.0

M  +2-1NEWS
M  +27   -0app/utils/tooltipfiller.cpp
M  +2-0libs/settings/applicationsettings.cpp
M  +3-0libs/settings/applicationsettings.h
M  +3-0libs/settings/applicationsettings_p.cpp
M  +2-0libs/settings/applicationsettings_p.h
M  +11   -0libs/settings/applicationsettings_tooltips.cpp
M  +17   -7utilities/setup/setuptooltip.cpp

https://commits.kde.org/digikam/0afd5e05e83c25fb2e1ec131d8b4dddc816625bd

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

[plasmashell] [Bug 381480] Crash in in QQuickAnimatorProxyJob::sceneGraphInitialized

2018-01-20 Thread Lastique
https://bugs.kde.org/show_bug.cgi?id=381480

Lastique  changed:

   What|Removed |Added

 CC||andy...@mail.ru

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

[digikam] [Bug 389246] Single click confirmation of suggested face tag

2018-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389246

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

   What|Removed |Added

   Version Fixed In||5.9.0
 Resolution|INVALID |FIXED

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

[digikam] [Bug 389246] Single click confirmation of suggested face tag

2018-01-20 Thread gessel
https://bugs.kde.org/show_bug.cgi?id=389246

gessel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from gessel  ---
Thanks  - I was using the default distro version.  Current behaves just as it
should.  Very nice, thanks.

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

[krita] [Bug 389264] Resizing main window crashes Kita

2018-01-20 Thread Martin
https://bugs.kde.org/show_bug.cgi?id=389264

Martin  changed:

   What|Removed |Added

 CC||m...@gmx.de

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

[krita] [Bug 389264] Resizing main window crashes Kita

2018-01-20 Thread Martin
https://bugs.kde.org/show_bug.cgi?id=389264

--- Comment #1 from Martin  ---
I have found out that the problem occurs when I have added additional dockers.
Patterns, for example. This increases the window height. This is the first bug.
If you try to shrink the too high window again, the program crashes.

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

[plasmashell] [Bug 388322] Digital Clock Plasmoid ignores timezone settings and displays wrong time

2018-01-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=388322

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---
The digital clock can display any other arbitrary timezone.

Does adding a new digital clock have the wrong time?
Can you check digital clock -> settings -> time zones.

It should have the top one checked (that says "Local") and no others.

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

[korganizer] [Bug 388850] Error whiloe trying to modify calender item [llconflict]

2018-01-20 Thread davidblunkett
https://bugs.kde.org/show_bug.cgi?id=388850

--- Comment #4 from davidblunkett  ---
The exact error string is:

"Error while trying to modify calendar item. Error was: [LLCONFLICT] Item was
modified elsewhere, aborting STORE." let me know if you need an actual bitmap!

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

[plasmashell] [Bug 389028] KDE randomly locks up

2018-01-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=389028

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---
and you don't get this with openbox.
Anything in "dmesg" after it freezes?

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

[plasmashell] [Bug 389058] task lists hide before you can select them

2018-01-20 Thread davidblunkett
https://bugs.kde.org/show_bug.cgi?id=389058

--- Comment #2 from davidblunkett  ---
Do you use focus follows mouse? - Yes

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

[plasmashell] [Bug 389214] Time Settings

2018-01-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=389214

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from David Edmundson  ---


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

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

[Akonadi] [Bug 376220] Crash in Akonadi::Monitor::mimeTypesMonitored

2018-01-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=376220

David Edmundson  changed:

   What|Removed |Added

 CC||fish...@gmail.com

--- Comment #24 from David Edmundson  ---
*** Bug 389214 has been marked as a duplicate of this bug. ***

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

[k3b] [Bug 387765] K3b says that blu-ray ISO is not recognizable

2018-01-20 Thread Thomas Schmitt
https://bugs.kde.org/show_bug.cgi?id=387765

--- Comment #38 from Thomas Schmitt  ---
Hi,

> I noticed that when the ISO file is not recognizable, "Burn image" window
> shows no info about the file despite burning process is successful
> (screenshot).

Ahum. My olde Debian K3B shows with real ISO 9660 a "Filesize", some info
from the ISO 9660 Primary Volume Descriptor, and an MD5 sum. Maybe "Filesize"
stems from the PVD, too.

The messages probably come from function createIso9660InfoItems()
 
https://cgit.kde.org/k3b.git/tree/src/misc/k3bimagewritingdialog.cpp?id=0a7848344c470e70a845fa87463317f9c889f5fc#n168

There are more such functions: createCdrecordCloneItems(), createCueBinItems(),
createAudioCueItems().
They are all called in slotUpdateImage(), where the confirmation dialog
for unknown images is called, too.

The message "Md5 sum:" stemms from function calculateMd5Sum(). It is called
from slotUpdateImage() for ISO 9660 and some other recognized types.

So K3B would need a new function createRawImageItems() which reports similar
as e.g. createCdrecordCloneItems():
  Detected: Image of unrecognized type
  Filesize: ...
  Image file: ...

This new function and calculateMd5Sum() would then be called after the line

  d->foundImageType = IMAGE_RAW;

which gets performed when the confirmation dialog has not aborted.

Leslie, what do you think about such an augmentation ?

Have a nice day :)

Thomas

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

[kdelibs] [Bug 309193] Keyboard shortcuts doesn't work if non-english keyboard layout is set before english one

2018-01-20 Thread Hexawolf
https://bugs.kde.org/show_bug.cgi?id=309193

Hexawolf  changed:

   What|Removed |Added

 CC||hexaw...@cock.li

--- Comment #64 from Hexawolf  ---
Can be reproduced on Arch Linux, KDE on Wayland, seems to work with Firefox but
doesn't works with Kate, Telegram, Konsole and probably any other Qt
application. Seems to work on Gnome. Doesn't works if layout is non-latin.
Haven't tested on X session.

KDE Plasma Version: 5.11.5
KDE Frameworks Version: 5.42.0
Qt Version: 5.10.0

It's 2018, can this finally receive some attention or KDE developers really
care about bugs less than those fancy "vaults" that nobody actually cares
about?

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

[kdevelop] [Bug 389266] kdevelop hangs when opening default session

2018-01-20 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=389266

--- Comment #3 from Nick  ---
Oddly enough if I copy the old hanging kdeveloprc file back, kdevelop now works
ok with that too !

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

[kdevelop] [Bug 389266] kdevelop hangs when opening default session

2018-01-20 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=389266

--- Comment #2 from Nick  ---
One obvious thing about the hanging kdeveloprc file is it's size 30Kbytes
compared to the fresh working kdeveloprc which is 7.5Kbytes.

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

[kwin] [Bug 376245] Mouse cursor changes size when pointer on Kwin window title bar

2018-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376245

extraver...@gmail.com changed:

   What|Removed |Added

 CC||extraver...@gmail.com

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

[kdevelop] [Bug 389266] kdevelop hangs when opening default session

2018-01-20 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=389266

--- Comment #1 from Nick  ---

Update:
The workaround for this problem was to delete ~/.config/kdeveloprc
This allowed me to open my project file and now I can close & run kdevelop & it
opens my default project without a problem. As to what in kdeveloprc was
causing the problem ?? if you want me to run any tests let me know.

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

[plasmashell] [Bug 374014] Plasmashell renders fonts in QT5-Apps pixelated

2018-01-20 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374014

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #14 from David Edmundson  ---

> As for the 3 examples, those need fixing in the respective applications. 
> There is nothing we can do on the plasma side about that. 

Not sure why I left this open after. Closing now. Please do any follow ups at
the relevant places.

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

[plasmashell] [Bug 385920] Plasma Wayland: Mouse cursor huge when hovering over Plasma desktop

2018-01-20 Thread Fabio
https://bugs.kde.org/show_bug.cgi?id=385920

Fabio  changed:

   What|Removed |Added

 CC||fabio96...@gmail.com

--- Comment #16 from Fabio  ---
(In reply to Dr. Chapatin from comment #14)
> Same bug in plasma 5.12 beta, Arch Linux.
> Cursor is bigger when I hover any native Wayland software (except its window
> decoration).
> Xwayland softwares are not affected.

Same thing happening to me on the same system (latest Arch with Plasma
5.11.95).
Setting the breeze cursor to 24 instead of "resolution dependent" in
systemsettings fixed it.

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

[frameworks-kio] [Bug 388991] KDE Connect 1.2 segfaults/crashes.

2018-01-20 Thread David Mattatall
https://bugs.kde.org/show_bug.cgi?id=388991

--- Comment #23 from David Mattatall  ---
I resolved that crash on load (sendAsyncData) by clearing out the config
directory. So I cannot replicate it.

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

[krunner] [Bug 363136] Bookmarks runner crashes in QSqlite

2018-01-20 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=363136

--- Comment #14 from Antonio Rojas  ---
*** Bug 389257 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 389257] Plasma crash while searching application

2018-01-20 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=389257

Antonio Rojas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||aro...@archlinux.org

--- Comment #1 from Antonio Rojas  ---


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

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

[k3b] [Bug 382636] K3b unnecessarily opens device notifier in specific circumstances

2018-01-20 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382636

--- Comment #10 from Dr. Chapatin  ---
(In reply to Dr. Chapatin from comment #9)
> K3b also opens device notifier when I start "copy medium" task.

and device notifier says
"this device can now be safely removed"
Obviously it's not true. Copy is in progress.

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

[krunner] [Bug 363136] Bookmarks runner crashes in QSqlite

2018-01-20 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=363136

Antonio Rojas  changed:

   What|Removed |Added

 CC||alessandro.par...@gmail.com

--- Comment #13 from Antonio Rojas  ---
*** Bug 389256 has been marked as a duplicate of this bug. ***

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

[krunner] [Bug 389256] Crash while launching application

2018-01-20 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=389256

Antonio Rojas  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||aro...@archlinux.org

--- Comment #1 from Antonio Rojas  ---


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

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

[kdevelop] [Bug 389266] New: kdevelop hangs when opening default session

2018-01-20 Thread Nick
https://bugs.kde.org/show_bug.cgi?id=389266

Bug ID: 389266
   Summary: kdevelop hangs when opening default session
   Product: kdevelop
   Version: 5.2.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Session support
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: nick.craig@gmail.com
  Target Milestone: ---

So i've been working on my project for a couple of months. It's saved as the
default session but today I find that kdevelop won't startup due to some issue
with the default project. So I kill the kdevelop process and get this message
"The previous session crashed

The crash may be caused by a corruption of cached data.

Press Clear if you want KDevelop to clear the cache, otherwise press Continue
if you are sure the crash has another origin.

I've tried clearing the cache by clicking that [clear cache] button but that
didn't fix it. If I press continue I get this message "Failed to lock the
session default, already locked by kdevelop on nick-X681X (PID 6392).
The given application did not respond to a DBUS call, it may have crashed or is
hanging.
Please, close the offending application instance or choose another session to
launch."

I can create another project but can't open the one I've been working on for
the last month. How can I figure out why it's hanging ? (Running on KDE Neon)

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

[dolphin] [Bug 389265] Dolphin crashes when quickly deleting files

2018-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389265

--- Comment #1 from k...@trummer.xyz ---
System: latest openSUSE Tumbleweed 20180119

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

[dolphin] [Bug 389265] New: Dolphin crashes when quickly deleting files

2018-01-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389265

Bug ID: 389265
   Summary: Dolphin crashes when quickly deleting files
   Product: dolphin
   Version: 17.12.1
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: k...@trummer.xyz
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Dolphin will crash when deleting files directly with Shift-Del and hitting
Enter before the confirmation dialog was drawn.

This happens without compositing too.

It seems the dialogs are cached somehow, so you can only reproduce it on a
"fresh" Dolphin window where no dialog window has appeared yet.

How to reproduce:
- open new Dolphin window
- create new test file anywhere
- hit Shift-Del-Enter fast
- Dolphin hangs

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

[digikam] [Bug 338762] Improvements in the maps views

2018-01-20 Thread Nicofo
https://bugs.kde.org/show_bug.cgi?id=338762

Nicofo  changed:

   What|Removed |Added

Version|4.2.0   |5.8.0

--- Comment #2 from Nicofo  ---
Update with DK5.8:

1) still valid
2) still valid
3) solved

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

[krita] [Bug 389264] New: Resizing main window crashes Kita

2018-01-20 Thread Martin
https://bugs.kde.org/show_bug.cgi?id=389264

Bug ID: 389264
   Summary: Resizing main window crashes Kita
   Product: krita
   Version: 3.3.3
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: m...@gmx.de
  Target Milestone: ---

I was unable to see the bottom of the main window. That's why I couldn't pack
it there and make it smaller.
That's why I wanted to pack it above the title bar. At this moment it's gone.
Only the taskbar icon was still visible. But the program could no longer be
maximized using the Tasbar icon.

Windows 10 Pro 1709 16299.192  64bit 32GB Ram Intel i7-5820 3.3GHz GTX1070

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

[krita] [Bug 389247] Cursor will not move brush stroke

2018-01-20 Thread Harriet
https://bugs.kde.org/show_bug.cgi?id=389247

--- Comment #4 from Harriet  ---
I am using a Surface Pen. The app was working perfectly (I had disabled touch
painting and there was no issue months back) until I updated my windows and now
the cursor will not draw when I disable it.

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

[kbreakout] [Bug 337439] Slugish performance, bad bounce angles, levels clear prematurely, and mouse problems.

2018-01-20 Thread Julian Helfferich
https://bugs.kde.org/show_bug.cgi?id=337439

Julian Helfferich  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[kbreakout] [Bug 337439] Slugish performance, bad bounce angles, levels clear prematurely, and mouse problems.

2018-01-20 Thread Julian Helfferich
https://bugs.kde.org/show_bug.cgi?id=337439

Julian Helfferich  changed:

   What|Removed |Added

 CC||julian.helfferich@googlemai
   ||l.com

--- Comment #3 from Julian Helfferich  ---
The bug with the incorrect brick count / prematurely cleared levels has been
fixed with commit dd0118db78d361bf58c03212c7b6f0fac9c9369f

I can confirm the bad bounce angles and the mouse cursor moving outside of the
playfield, making it difficult to control the paddle.

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

[kio] [Bug 316390] Text preview - problem with accents (wrong characters encoding ?)

2018-01-20 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=316390

--- Comment #6 from Dr. Chapatin  ---
(In reply to Nicofo from comment #5)

> @Dr Chapatin: Strange that you don't have the same issue. Any idea what
> could cause that issue on my system ? (we have same version of frameworks)...

No, sorry. I'm just an end user.

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

[k3b] [Bug 387765] K3b says that blu-ray ISO is not recognizable

2018-01-20 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=387765

--- Comment #37 from Dr. Chapatin  ---
Created attachment 110020
  --> https://bugs.kde.org/attachment.cgi?id=110020=edit
screenshot

Fixing myself: Softwares should not show messages that can cause confusion.
The message shown by K3B can induce users to think that the file is
corrupted/damaged when in fact it's not.

Thank you Thomas, maybe I will open a new report.

I noticed that when the ISO file is not recognizable, "Burn image" window shows
no info about the file despite burning process is successful (screenshot).

I just burned a blu-ray ISO created with Nero on windows 7.
Burning proccess was successful again.

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

[kio] [Bug 316390] Text preview - problem with accents (wrong characters encoding ?)

2018-01-20 Thread Nicofo
https://bugs.kde.org/show_bug.cgi?id=316390

--- Comment #5 from Nicofo  ---
Created attachment 110019
  --> https://bugs.kde.org/attachment.cgi?id=110019=edit
wrong thumbnail

I have still the problem, as you can see on the attached screenshot: a.txt and
b.txt files contain the same data "tést" but with different encoding:
  a.txt: UTF-8 Unicode text
  b.txt: ISO-8859 text

The thumbnail for b.txt is wrong in the main view of dolphin and in the right
panel. a.txt is correct.
  dolphin 17.08.1
  KDE Frameworks 5.42.0

@Dr Chapatin: Strange that you don't have the same issue. Any idea what could
cause that issue on my system ? (we have same version of frameworks)...

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

[libkgapi] [Bug 389263] Account creation panel closes after entering email address

2018-01-20 Thread Thaodan
https://bugs.kde.org/show_bug.cgi?id=389263

--- Comment #1 from Thaodan  ---
Adding an email account works, but not contacts/calendar.

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

[valgrind] [Bug 384633] Add a simple progress-reporting facility

2018-01-20 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=384633

Ivo Raisr  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #9 from Ivo Raisr  ---
Pushed as commit bd077baa71a40b60dcf0286b9fb89d803323fd93.

https://sourceware.org/git/?p=valgrind.git;a=commit;h=bd077baa71a40b60dcf0286b9fb89d803323fd93

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

[frameworks-kirigami] [Bug 389204] Unknown Plasma Shell crash

2018-01-20 Thread Aurora Clark
https://bugs.kde.org/show_bug.cgi?id=389204

Aurora Clark  changed:

   What|Removed |Added

   Platform|unspecified |Manjaro
Version|unspecified |5.42.0

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

[ksysguard] [Bug 388581] Option to show combined CPU load history

2018-01-20 Thread Gregor Mi
https://bugs.kde.org/show_bug.cgi?id=388581

--- Comment #4 from Gregor Mi  ---
Thanks for pointing this out. I have 4 cores, therefore I went to the graph
properties > Scales and set the graph range to 0 - 400 %.

I used then this command

$ dd if=/dev/zero of=/dev/null

(see
https://stackoverflow.com/questions/2925606/how-to-create-a-cpu-spike-with-a-bash-command)
to generate 100 % load for one, two, three and four cores to verify. It works
fine.

Two usability things:
1. When I had the scale at 100 % (automatic) there it was not intuitive to see
that the graph was "overflowing" when the processor was loaded more than 100 %.
2. A "Show combined CPU usage" option could either normalize to 100 % or
automatically adjust the scale to the fitting percentage.

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

[plasmashell] [Bug 377213] Minimize all windows applet does not work under Wayland

2018-01-20 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=377213

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #4 from Kai Uwe Broulik  ---
I think the easiest would be to use libtaskmanager which can minimize windows
and would remove the need for a C++ plug-in as it provides a QML import.

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

[print-manager] [Bug 387494] wrong PPD file or missing translation for printer

2018-01-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=387494

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[krita] [Bug 386962] Tangent_normal_hairy brush crashes Krita

2018-01-20 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=386962

mvowada  changed:

   What|Removed |Added

 CC||freebo...@tiscali.it

--- Comment #5 from mvowada  ---
(I can't reproduce this on Ubuntu 14.04 - Krita 4.0.0-beta1.1, with any bit
depth and color model)

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

[krita] [Bug 385662] canvas input settings: deleting a shortcut is broken; deleting a shortcut if there is none crashes Krita.

2018-01-20 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=385662

mvowada  changed:

   What|Removed |Added

 CC||freebo...@tiscali.it

--- Comment #4 from mvowada  ---
(I can reproduce this on Ubuntu 14.04 - Krita 4.0.0-beta1.1.appimage)

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

[kactivitymanagerd] [Bug 385533] kactivitymanagerd: Crash when logging out of Plasma

2018-01-20 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=385533

Fabian Vogt  changed:

   What|Removed |Added

 CC||fab...@ritter-vogt.de
 Ever confirmed|0   |1
   Severity|normal  |crash
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Fabian Vogt  ---
This is definitely still an issue.

Using Qt 5.10.0, Plasma 5.12 beta and KDE Frameworks 5.42 here, 100%
reproducible.

It crashes with a fatal message, which is not visible in the log, but from the
backtrace likely to be qFatal("QThread: Destroyed while thread is still
running");

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

[libkgapi] [Bug 389263] New: Account creation panel closes after entering email address

2018-01-20 Thread Thaodan
https://bugs.kde.org/show_bug.cgi?id=389263

Bug ID: 389263
   Summary: Account creation panel closes after entering email
address
   Product: libkgapi
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: dvra...@kde.org
  Reporter: theodorstormgr...@gmail.com
  Target Milestone: ---

I tried used using the google account ressource after the recent update of
libkgapi.
But when I enter my email address and continue the panel just closes and stays
at the enter pw/account selector page.

The old page works thow
https://support.google.com/accounts/answer/7338427?co=GENIE.Platform%3DAndroid=en=1

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

[frameworks-kio] [Bug 384561] Dolphin copy operation is 4,5x slower than cp

2018-01-20 Thread Alexander Nestorov
https://bugs.kde.org/show_bug.cgi?id=384561

Alexander Nestorov  changed:

   What|Removed |Added

 CC||alexander...@gmail.com

--- Comment #10 from Alexander Nestorov  ---
"3 months and nobody cares" you say? HAHAHAHAHA

https://bugs.kde.org/show_bug.cgi?id=342056

3 years :)

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

[k3b] [Bug 387511] Sometimes K3b thinks that an AppImage file is a disc image

2018-01-20 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=387511

--- Comment #2 from Dr. Chapatin  ---
K3B 17.12.1 is affected.

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

[ksysguard] [Bug 380817] Download New Tabs does not work

2018-01-20 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=380817

--- Comment #6 from Laurent Montel  ---
5.12.0

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

[frameworks-kio] [Bug 384561] Dolphin copy operation is 4,5x slower than cp

2018-01-20 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=384561

Dominik Haumann  changed:

   What|Removed |Added

   Version Fixed In||KDE Frameworks 5.43

--- Comment #9 from Dominik Haumann  ---
@Massimo: It would be nice as feedback, if the upcoming KDE Frameworks v5.43
fixes this for you - just to be sure your problem is truly fixed :-)

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

[kwin] [Bug 389262] New: KWin crashes after an update

2018-01-20 Thread Jonathan Sambrook
https://bugs.kde.org/show_bug.cgi?id=389262

Bug ID: 389262
   Summary: KWin crashes after an update
   Product: kwin
   Version: 5.11.5
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: jonat...@hmmn.org
  Target Milestone: ---

Application: kwin_x11 (5.11.5)

Qt Version: 5.9.1
Frameworks Version: 5.41.0
Operating System: Linux 4.13.0-31-generic x86_64
Distribution: Ubuntu 17.10

-- Information about the crash:
I've just apt dist-upgraded and KWin crashes shortly after starting up. It then
tries to auto-restart, but crashes immediately.

The crash can be reproduced every time.

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

Thread 6 (Thread 0x7f6d65491700 (LWP 2915)):
#0  0x7f6e133ab072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x5612b58ae280) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x5612b58ae230,
cond=0x5612b58ae258) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x5612b58ae258, mutex=0x5612b58ae230) at
pthread_cond_wait.c:655
#3  0x7f6d5ebd5d1b in util_queue_thread_func (input=) at
../../../../include/c11/threads_posix.h:155
#4  0x7f6d5ebd5a38 in impl_thrd_routine (p=) at
../../../../include/c11/threads_posix.h:87
#5  0x7f6e133a47fc in start_thread (arg=0x7f6d65491700) at
pthread_create.c:465
#6  0x7f6e1a3a7b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7f6df9150700 (LWP 2914)):
#0  0x7f6e133ab072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x5612b58aedb8) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x5612b58aed68,
cond=0x5612b58aed90) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x5612b58aed90, mutex=0x5612b58aed68) at
pthread_cond_wait.c:655
#3  0x7f6d5ebd5d1b in util_queue_thread_func (input=) at
../../../../include/c11/threads_posix.h:155
#4  0x7f6d5ebd5a38 in impl_thrd_routine (p=) at
../../../../include/c11/threads_posix.h:87
#5  0x7f6e133a47fc in start_thread (arg=0x7f6df9150700) at
pthread_create.c:465
#6  0x7f6e1a3a7b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7f6de61a2700 (LWP 2832)):
#0  0x7f6e133ab072 in futex_wait_cancelable (private=,
expected=0, futex_word=0x7f6e16bfdfb8) at
../sysdeps/unix/sysv/linux/futex-internal.h:88
#1  __pthread_cond_wait_common (abstime=0x0, mutex=0x7f6e16bfdf68,
cond=0x7f6e16bfdf90) at pthread_cond_wait.c:502
#2  __pthread_cond_wait (cond=0x7f6e16bfdf90, mutex=0x7f6e16bfdf68) at
pthread_cond_wait.c:655
#3  0x7f6e16909bd4 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#4  0x7f6e16909c19 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#5  0x7f6e133a47fc in start_thread (arg=0x7f6de61a2700) at
pthread_create.c:465
#6  0x7f6e1a3a7b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7f6df35ef700 (LWP 2831)):
#0  0x7f6e1a39ba4b in __GI_ppoll (fds=0x7f6de8000d18, nfds=1,
timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1  0x7f6e179bc151 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f6e179bd86e in
QEventDispatcherUNIX::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f6e17965e3a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f6e177853ca in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f6e11eabf45 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#6  0x7f6e1778a29d in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f6e133a47fc in start_thread (arg=0x7f6df35ef700) at
pthread_create.c:465
#8  0x7f6e1a3a7b5f in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7f6dfa3bd700 (LWP 2829)):
#0  0x7f6e1a39ba4b in __GI_ppoll (fds=0x7f6df400e778, nfds=1,
timeout=, sigmask=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1  0x7f6e179bc151 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f6e179bd86e in
QEventDispatcherUNIX::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f6e17965e3a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f6e177853ca in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f6e1106ce45 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#6  0x7f6e1778a29d in ?? () from 

[krita] [Bug 381204] Extract foreground [interactive] result in offset layers with G'mic

2018-01-20 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=381204

mvowada  changed:

   What|Removed |Added

 CC||freebo...@tiscali.it

--- Comment #7 from mvowada  ---
(I can reproduce this on Ubuntu 14.04 - Krita 4.0.0-beta1.1.appimage)

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

[libkgapi] [Bug 388483] Setting up a GMail account hangs at "Checking token, This should take a moment"

2018-01-20 Thread Thaodan
https://bugs.kde.org/show_bug.cgi?id=388483

Thaodan  changed:

   What|Removed |Added

 CC||theodorstormgr...@gmail.com

--- Comment #17 from Thaodan  ---
Does this really files it? when using akonadi-google-data is only works when
I'm getting the old auth page.
See here for new vs. old:
https://support.google.com/accounts/answer/7338427?co=GENIE.Platform%3DDesktop=en

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

[plasmashell] [Bug 389261] New: [Wayland] Icons dragged on desktop are not visible during the operation

2018-01-20 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=389261

Bug ID: 389261
   Summary: [Wayland] Icons dragged on desktop are not visible
during the operation
   Product: plasmashell
   Version: 5.11.95
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: generic-wayland
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: 1.0

start wayland session
set your desktop layout to folder view
drag some icon
note that only the cursor is visible during drag operation
no problem under X11

plasma 5.12 beta on Arch Linux

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

[ksysguard] [Bug 388581] Option to show combined CPU load history

2018-01-20 Thread Becker Béla
https://bugs.kde.org/show_bug.cgi?id=388581

--- Comment #3 from Becker Béla  ---
Usage will go above 100% with more CPU's.
Most applications will not normalize the usage to the number of cores.
I think this is OK.

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

[krita] [Bug 383909] Checkbox «Share curve across all settings» doesn’t save the curve if it’s not changed

2018-01-20 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=383909

mvowada  changed:

   What|Removed |Added

 CC||freebo...@tiscali.it

--- Comment #2 from mvowada  ---
(I can confirm on Ubuntu 14.04 - Krita 4.0.0-beta1.1.appimage)

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

[ark] [Bug 388423] [p7zip] ark says zip "archive corrupt" but both "zip -F" and "unzip -t" find no problem

2018-01-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=388423

Elvis Angelaccio  changed:

   What|Removed |Added

Summary|ark says zip "archive   |[p7zip] ark says zip
   |corrupt" but both "zip -F"  |"archive corrupt" but both
   |and "unzip -t" find no  |"zip -F" and "unzip -t"
   |problem |find no problem

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

[krita] [Bug 387070] Bristle engine creates artifacts when drawn on negative coords in wrap around mode

2018-01-20 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=387070

mvowada  changed:

   What|Removed |Added

 CC||freebo...@tiscali.it

--- Comment #3 from mvowada  ---
(I can confirm on Ubuntu 14.04 - Krita 4.0.0-beta1.1.appimage)

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

[krita] [Bug 387071] Bristle engine performance issues in wrap around mode

2018-01-20 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=387071

mvowada  changed:

   What|Removed |Added

 CC||freebo...@tiscali.it

--- Comment #2 from mvowada  ---
(I can confirm on Ubuntu 14.04 - Krita 4.0.0-beta1.1.appimage, as well)

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

[systemsettings] [Bug 389260] New: two options to auto-login are available

2018-01-20 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=389260

Bug ID: 389260
   Summary: two options to auto-login are available
   Product: systemsettings
   Version: 5.11.95
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: bugsefor...@gmx.com
  Target Milestone: ---

user manager has "log in automatically" checkbox
sddm-kcm has "auto-login" checkbox in "advanced" tab

These options are redundant, maybe is a good idea remove some of them.

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

[dolphin] [Bug 388660] Feature Request: Increase max icon thumbnail size

2018-01-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=388660

--- Comment #8 from Nate Graham  ---
At this point, it might be useful to close the original bug and file new,
focused ones for the remaining issues. Could you do that, Toby?

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

[kwin] [Bug 389221] when I cancel a drag operation in Dolphin, Wayland session crashes and my system goes to login screen

2018-01-20 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=389221

--- Comment #1 from Dr. Chapatin  ---
freeze/crash reproducible when I drag widgets from widgets explorer to my
desktop or icons on my desktop.

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

[kmymoney] [Bug 389255] Transfer Transactions are not displayed in Reports

2018-01-20 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=389255

--- Comment #1 from Jack  ---
Which report did you use?  If you say what type of output you are trying to
get, someone might suggest starting with a different report.

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

[dolphin] [Bug 342193] dolphin-4.14.3 crashed while copying a small text file to another tab

2018-01-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=342193

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||j...@phocean.net

--- Comment #8 from Elvis Angelaccio  ---
*** Bug 389243 has been marked as a duplicate of this bug. ***

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

[dolphin] [Bug 389243] Dolphin crash while moving a file

2018-01-20 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=389243

Elvis Angelaccio  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Elvis Angelaccio  ---


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

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

[krita] [Bug 389247] Cursor will not move brush stroke

2018-01-20 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=389247

--- Comment #3 from Alvin Wong  ---
Are you using an N-Trig stylus (e.g. surface pen) or a capacitive touchscreen
stylus? if you use a capacitive touchscreen stylus it will be the same as using
your finger, thus requiring touch painting to be enabled.

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

[KBibTeX] [Bug 371558] Dynamic crossref resolution and mapping

2018-01-20 Thread Juergen Spitzmueller
https://bugs.kde.org/show_bug.cgi?id=371558

--- Comment #3 from Juergen Spitzmueller  ---
There seems to be no interest in this, but for the record, a working
implementation (including proper support for XData fields) can be found at
https://github.com/jspitz/kbibtex

Note that this depends on a reversion of the hardcoding of bibtex field
information done upstream (in other words, I have re-introduced the *.kbstyle
files. I think with hardcoded fields, proper biblatex support can never be
fully achieved, since biblatex itself allows for adding new fields for specific
purposes, a feature that is often used by specific biblatex styles; so we need
the possibility to add custom styles in the bibtex editor)

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

  1   2   3   >