[Breeze] [Bug 384950] Breeze decorator uses wrong colors

2017-09-21 Thread Pulfer
https://bugs.kde.org/show_bug.cgi?id=384950

--- Comment #3 from Pulfer  ---
(In reply to Hugo Pereira Da Costa from comment #2)
> Hi,
> Thanks for reporting 
> However this how it works:
> When you select a color theme, its colors gets copied into kdeglobals. 
> The decoration then follows that. 
> If you alter kdeglobals, you then alter the colors seen by the decoration.
> So what you report is the normal behavior. 
> Closing as invalid.

It's not really invalid because it seems to happen when there are no colors
defined (copied) in kdeglobals.

See how it's done in plasma-integration:
https://cgit.kde.org/plasma-integration.git/tree/src/platformtheme/khintssettings.cpp#n368

---
if (mKdeGlobals->hasGroup("Colors:View")) {
m_palettes[QPlatformTheme::SystemPalette] = new
QPalette(KColorScheme::createApplicationPalette(mKdeGlobals));
} else {
[load color scheme]
---

But Breeze decorator seems to ignore color scheme. Maybe it's because there are
no [WM] color options in KColorScheme:
https://cgit.kde.org/kconfigwidgets.git/tree/src/kcolorscheme.cpp

So KColorScheme::createApplicationPalette loads incomplete palette.

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

[Breeze] [Bug 384950] Breeze decorator uses wrong colors

2017-09-21 Thread Hugo Pereira Da Costa
https://bugs.kde.org/show_bug.cgi?id=384950

Hugo Pereira Da Costa  changed:

   What|Removed |Added

 CC||hugo.pereira.da.costa@gmail
   ||.com
 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Hugo Pereira Da Costa  ---
Hi,
Thanks for reporting 
However this how it works:
When you select a color theme, its colors gets copied into kdeglobals. 
The decoration then follows that. 
If you alter kdeglobals, you then alter the colors seen by the decoration.
So what you report is the normal behavior. 
Closing as invalid.

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

[dolphin] [Bug 368418] Add audio -> "Bitrate" column to Details view mode

2017-09-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=368418

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dol
   ||phin/76698ff82cf5e88c1ea2e0
   ||686ce7450cf558af97
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Nate Graham  ---
Git commit 76698ff82cf5e88c1ea2e0686ce7450cf558af97 by Nate Graham.
Committed on 22/09/2017 at 04:56.
Pushed by ngraham into branch 'master'.

Add Bitrate to Dolphin's Additional Information

Summary:
Adds Bitrate to Dolphin's Additional information columns.

Test Plan:
Tested in KDE Neon. A bitrate column can be added and shows the bitrate in
kb/s:

{F3907210}

Works for audio as well as video files!

Reviewers: #dolphin, #kde_applications, broulik, aacid, dfaure, emmanuelp

Reviewed By: #dolphin, #kde_applications, emmanuelp

Subscribers: rkflx, alexeymin, anthonyfieroni

Tags: #dolphin

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

M  +1-0src/kitemviews/kfileitemmodel.cpp
M  +1-1src/kitemviews/kfileitemmodel.h
M  +13   -0src/kitemviews/private/kbaloorolesprovider.cpp
M  +6-0src/kitemviews/private/kbaloorolesprovider.h

https://commits.kde.org/dolphin/76698ff82cf5e88c1ea2e0686ce7450cf558af97

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

[Discover] [Bug 384912] [git master] Back button's tooltip should say "Back" rather than "Close description"

2017-09-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384912

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dis
   ||cover/4d9461f73b6c765912318
   ||85d92279feb790aeebd
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Nate Graham  ---
Git commit 4d9461f73b6c76591231885d92279feb790aeebd by Nate Graham.
Committed on 22/09/2017 at 04:33.
Pushed by ngraham into branch 'master'.

"Close Description" tooltip should instead say "Back"

Summary:

Change back button 'stooltip to say "Back" instead of "Close Description"

Test Plan:
Tested in KDE Neon. Works:

{F3919685}

Reviewers: apol, #discover_software_store

Reviewed By: apol, #discover_software_store

Subscribers: plasma-devel

Tags: #plasma, #discover_software_store

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

M  +1-1discover/qml/ApplicationPage.qml

https://commits.kde.org/discover/4d9461f73b6c76591231885d92279feb790aeebd

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

[Discover] [Bug 384914] [git master] Don't hide Launch button under a hamburger menu

2017-09-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384914

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dis
   ||cover/98c1d5ad33d677d518621
   ||7ea9da437913ff907f9
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Nate Graham  ---
Git commit 98c1d5ad33d677d5186217ea9da437913ff907f9 by Nate Graham.
Committed on 22/09/2017 at 04:30.
Pushed by ngraham into branch 'master'.

Remove launch feature from hamburger button and restore to the toolbar

Summary:

Make the Launch feature a button on the toolbar rather than an item in a
single-element menu under a hamburger button, where normal users will never see
it

Test Plan:
Tested in KDE Neon. Works:

{F3919704}

Reviewers: apol, #discover_software_store

Reviewed By: apol, #discover_software_store

Subscribers: colomar, jensreuterberg, plasma-devel

Tags: #plasma, #discover_software_store

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

M  +3-8discover/qml/ApplicationPage.qml

https://commits.kde.org/discover/98c1d5ad33d677d5186217ea9da437913ff907f9

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

[Breeze] [Bug 384950] Breeze decorator uses wrong colors

2017-09-21 Thread Pulfer
https://bugs.kde.org/show_bug.cgi?id=384950

Pulfer  changed:

   What|Removed |Added

 CC||j...@jriddell.org

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

[Breeze] [Bug 384950] Breeze decorator uses wrong colors

2017-09-21 Thread Pulfer
https://bugs.kde.org/show_bug.cgi?id=384950

--- Comment #1 from Pulfer  ---
The bug was found with:

ROSA Desktop Fresh R9 (2016.1)
Qt 5.9.1
KF 5.38.0
Plasma 5.10.5

There's a chance that it's KF5 bug and Breeze only triggers it.

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

[Breeze] [Bug 384950] Breeze decorator uses wrong colors

2017-09-21 Thread Pulfer
https://bugs.kde.org/show_bug.cgi?id=384950

Pulfer  changed:

   What|Removed |Added

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

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

[Breeze] [Bug 384950] New: Breeze decorator uses wrong colors

2017-09-21 Thread Pulfer
https://bugs.kde.org/show_bug.cgi?id=384950

Bug ID: 384950
   Summary: Breeze decorator uses wrong colors
   Product: Breeze
   Version: 5.10.5
  Platform: ROSA RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: window decoration
  Assignee: hugo.pereira.da.co...@gmail.com
  Reporter: pul...@list.ru
  Target Milestone: ---

Breeze decorator uses wrong colors. It happens when there are no colors
explicitly given in [WM] section of kdeglobals. It should load [WM] section
from the color scheme but it doesn't.

How to reproduce:
1. Set Breeze look-and-feel
2. Edit ~/.config/kdeglobals
3. Go to [WM] section and comment "activeBackground=71,80,87" line there
4. Save file
5. Active decoration color turns from grey to blue

Expected result:
Active decoration color should stay grey as given in Breeze.colors:

[WM]
activeBackground=71,80,87

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

[amarok] [Bug 384949] New: Amarok stopped when looking for song tags

2017-09-21 Thread Fabricio Orrala
https://bugs.kde.org/show_bug.cgi?id=384949

Bug ID: 384949
   Summary: Amarok stopped when looking for song tags
   Product: amarok
   Version: 2.8.0
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: fabricio_fdop_...@hotmail.com
  Target Milestone: 2.9

Application: amarok (2.8.0)
KDE Platform Version: 4.14.25 (Compiled from sources)
Qt Version: 4.8.6
Operating System: Linux 4.4.79-18.26-default x86_64
Distribution: "openSUSE Leap 42.2"

-- Information about the crash:
- What I was doing when the application crashed:
I was listening to music and I clicked to get information about the song

- Unusual behavior I noticed:
This happens whenever I am listening to music and I search for information or
song tags

The crash can be reproduced every time.

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fb091b62940 (LWP 10551))]

Thread 23 (Thread 0x7faf32785700 (LWP 10585)):
#0  0x7fb08d4310bf in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fb08eee6066 in QWaitConditionPrivate::wait
(time=18446744073709551615, this=0xf8b700) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0xf8b5d8, mutex=0xe4a220,
time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x7fb08a6d769c in
ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xf8b5b0,
th=0x2077910) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x7fb08a6da133 in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#7  0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#8  0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#9  0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#10 0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#11 0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#12 0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2077910, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#13 0x7fb08a6d8e4f in ThreadWeaver::Thread::run (this=0x2077910) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/Thread.cpp:98
#14 0x7fb08eee5b7f in QThreadPrivate::start (arg=0x2077910) at
thread/qthread_unix.cpp:349
#15 0x7fb08d42c744 in start_thread () from /lib64/libpthread.so.0
#16 0x7fb08e821aad in clone () from /lib64/libc.so.6

Thread 22 (Thread 0x7faf32f86700 (LWP 10584)):
#0  0x7fb08d4310bf in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fb08eee6066 in QWaitConditionPrivate::wait
(time=18446744073709551615, this=0xf8b700) at thread/qwaitcondition_unix.cpp:86
#2  QWaitCondition::wait (this=this@entry=0xf8b5d8, mutex=0xe4a220,
time=time@entry=18446744073709551615) at thread/qwaitcondition_unix.cpp:158
#3  0x7fb08a6d769c in
ThreadWeaver::WeaverImpl::blockThreadUntilJobsAreBeingAssigned (this=0xf8b5b0,
th=0x2071b90) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WeaverImpl.cpp:370
#4  0x7fb08a6da133 in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2071b90, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:68
#5  0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2071b90, previous=0x0) at
/usr/src/debug/kdelibs-4.14.25/threadweaver/Weaver/WorkingHardState.cpp:71
#6  0x7fb08a6da14c in ThreadWeaver::WorkingHardState::applyForWork
(this=0xbe4fc0, th=0x2071b90, 

[klipper] [Bug 384915] Edit Content and delete action in the on screen Klipper/clipboard manager

2017-09-21 Thread Sudhir Khanger
https://bugs.kde.org/show_bug.cgi?id=384915

--- Comment #2 from Sudhir Khanger  ---
It would save us both time if Klipper would stop accepting bugs. A disclaimer
would be sufficient so that the users can look at other options like CopyQ.

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

[frameworks-kcoreaddons] [Bug 384037] DesktopFileParser::convert: incorrect service file name?

2017-09-21 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=384037

--- Comment #6 from Michael Pyne  ---
Created attachment 107947
  --> https://bugs.kde.org/attachment.cgi?id=107947=edit
Potential fix

I'm attaching what I think is a potential fix.  Seems to work OK in my testing
here although I had never really noticed a problem before, so perhaps I'm not
the best one to test.

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

[kwin] [Bug 384760] absence of proper (current) titles in Task Manager where, for example, many windows are opened in rapid succession by Firefox or SeaMonkey

2017-09-21 Thread Graham Perrin
https://bugs.kde.org/show_bug.cgi?id=384760

--- Comment #10 from Graham Perrin  ---
Created attachment 107946
  --> https://bugs.kde.org/attachment.cgi?id=107946=edit
Shot three of three: session restored, all titles present and correct

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

[kwin] [Bug 384760] absence of proper (current) titles in Task Manager where, for example, many windows are opened in rapid succession by Firefox or SeaMonkey

2017-09-21 Thread Graham Perrin
https://bugs.kde.org/show_bug.cgi?id=384760

--- Comment #9 from Graham Perrin  ---
Created attachment 107945
  --> https://bugs.kde.org/attachment.cgi?id=107945=edit
Shot two of three: during Firefox restoration of a session

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

[kwin] [Bug 384760] absence of proper (current) titles in Task Manager where, for example, many windows are opened in rapid succession by Firefox or SeaMonkey

2017-09-21 Thread Graham Perrin
https://bugs.kde.org/show_bug.cgi?id=384760

--- Comment #8 from Graham Perrin  ---
Created attachment 107944
  --> https://bugs.kde.org/attachment.cgi?id=107944=edit
Shot one of three: during Firefox restoration of a session

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

[plasmashell] [Bug 384604] Titlebar & Buttons displaying under top Panel when it's set to "Always Visible"

2017-09-21 Thread NginUS
https://bugs.kde.org/show_bug.cgi?id=384604

--- Comment #6 from NginUS  ---
Ok, so I see today this bug's status remains as "Status:NEEDSINFO
WAITINGFORINFO", while I submitted the requested info from comments 1 & 2 9/12
(9 days ago) in comments 3 & 4.

My system is up-to-date with the standard repos & the issue remains.

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

[kwin] [Bug 384760] absence of proper (current) titles in Task Manager where, for example, many windows are opened in rapid succession by Firefox or SeaMonkey

2017-09-21 Thread Graham Perrin
https://bugs.kde.org/show_bug.cgi?id=384760

--- Comment #7 from Graham Perrin  ---
Thanks for the speedy response! 

Apologies for the terseness of 
above, things such as xprop were entirely new to me and I was wary of adding
noise (the icons and so on). 

As far as I can tell, the patch does fix this bug. 

Tested:

from Area 51 for KDE on FreeBSD. Screenshots to follow. 



Was the 'rapid succession' truly a factor in exposing this bug?

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

[krita] [Bug 384948] New: cursor does not move in response to my monoprice

2017-09-21 Thread Jakob Reeves
https://bugs.kde.org/show_bug.cgi?id=384948

Bug ID: 384948
   Summary: cursor does not move in response to my monoprice
   Product: krita
   Version: unspecified
  Platform: unspecified
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: tablet support
  Assignee: krita-bugs-n...@kde.org
  Reporter: laginspicer...@gmail.com
  Target Milestone: ---

when i hover

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

[plasmashell] [Bug 361172] Applications cannot be ungrouped, since upgrade to 5.6.1: why?

2017-09-21 Thread J Janz
https://bugs.kde.org/show_bug.cgi?id=361172

J Janz  changed:

   What|Removed |Added

 CC|k...@juniorjanz.net  |

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

[plasmashell] [Bug 361172] Applications cannot be ungrouped, since upgrade to 5.6.1: why?

2017-09-21 Thread J Janz
https://bugs.kde.org/show_bug.cgi?id=361172

--- Comment #11 from J Janz  ---
(In reply to J Janz from comment #10)

> is there a known bug/wish for similar option in Icons-Only's settings?

Just found it: #368430. Sorry to bother you all.

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

[kdenlive] [Bug 384947] New: Kdenlive crashes after changing a profile in project if there was an item from library with different fps

2017-09-21 Thread Alex Ander
https://bugs.kde.org/show_bug.cgi?id=384947

Bug ID: 384947
   Summary: Kdenlive crashes after changing a profile in project
if there was an item from library with different fps
   Product: kdenlive
   Version: 17.08.1
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: aalexand...@gmail.com
  Target Milestone: ---

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

created an item in library from project with fps=25
created new project with profile with fps=25
added that item from library to this project
changed a profile of the project to one with fps=26
got a message, that item was removed from the project
but saw a selection box after that item
clicked that box
Kdenlive crashed.

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

[kdenlive] [Bug 384947] Kdenlive crashes after changing a profile in project if there was an item from library with different fps

2017-09-21 Thread Alex Ander
https://bugs.kde.org/show_bug.cgi?id=384947

Alex Ander  changed:

   What|Removed |Added

 CC||aalexand...@gmail.com

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

[plasmashell] [Bug 368430] Expose option to disable grouping in Icons-only Task Manager

2017-09-21 Thread J Janz
https://bugs.kde.org/show_bug.cgi?id=368430

J Janz  changed:

   What|Removed |Added

 CC||k...@juniorjanz.net

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

[plasmashell] [Bug 361172] Applications cannot be ungrouped, since upgrade to 5.6.1: why?

2017-09-21 Thread J Janz
https://bugs.kde.org/show_bug.cgi?id=361172

--- Comment #10 from J Janz  ---
(In reply to Eike Hein from comment #8)
> Maybe? It's definitely fixed, right-click anything on Icon-tasks and check
> More actions.

Oh, I see it and now realized I confused it a bit in 2 points: 1) I didn't
always use Icons-Only, but definitely for more than a year and 2) I seem to
have then mixed it (and this bug) in my head with regular Task Manager's
*settings*, which I used previous than Icons-Only and has a drop-down for a
general (not per-application) rule of grouping or not. I'm sorry for the
mistake.

In the subject, is there a known bug/wish for similar option in Icons-Only's
settings? If not, I guess I'll file one.

Thank you for clearing this up for me and for your attention. =)

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

[kwin] [Bug 301447] Desktop grid effect changes activities

2017-09-21 Thread Diego Garcia
https://bugs.kde.org/show_bug.cgi?id=301447

Diego Garcia  changed:

   What|Removed |Added

 CC||dnico...@gmail.com

--- Comment #9 from Diego Garcia  ---
This bug still happens in 5.10.5 and is annoying as hell. Enabling "Use present
windows" seems to make it work.

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

[frameworks-kcoreaddons] [Bug 384037] DesktopFileParser::convert: incorrect service file name?

2017-09-21 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=384037

Michael Pyne  changed:

   What|Removed |Added

 Status|NEEDSINFO   |CONFIRMED
 Resolution|WAITINGFORINFO  |---
 Ever confirmed|0   |1

--- Comment #5 from Michael Pyne  ---
Apologies for the delay, I've been fighting through some hardware issues that
made updating Bugzilla infeasible.

I believe this is a kcoreaddons bug after all.

In commit 49bc26a135bf92bcddecabfdd4f3f71f65540104 we added a heuristic to find
and load old-style services (where the code was not ported to generate or look
for the new JSON plugin format) but this heuristic doesn't find all the
.desktop file entries it might need to locate.

In particular, things like "kwin-effect.desktop", which gives error messages in
systemsettings5 like "kf5.kcoreaddons.desktopparser: Could not locate service
type file kservicetypes5/kwin-effect.desktop, tried ("/home/kde-svn/.local",
"/home/kde-svn/kde-5/share", "/usr/share")".  The file
kservicetypes5/kwineffect.desktop does exist, however.

I'm not quite sure the best way to fix though.  Presumably we'll want to look
for both naming styles.

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

[systemsettings] [Bug 384946] New: Toolbar font settings ignored

2017-09-21 Thread J Janz
https://bugs.kde.org/show_bug.cgi?id=384946

Bug ID: 384946
   Summary: Toolbar font settings ignored
   Product: systemsettings
   Version: 5.10.5
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_fonts
  Assignee: unassigned-b...@kde.org
  Reporter: k...@juniorjanz.net
CC: unassigned-b...@kde.org
  Target Milestone: ---

Specifying font settings for Toolbar doesn't work, changes nothing on them.

Expected results:
Change Toolbar Font settings and see them reflected when hitting Apply.

Actual results:
No change to Toolbar Font settings is seen, even after leaving session or
rebooting.

Steps to reproduce:
1) Get to System Settings > Fonts;
2) For Toolbar line, press Choose...;
3) In the new Dialog, change Font Type or Size (the ones I tried) and press OK;
4) Back in the main Window, press Apply.
5) Nothing changes.

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

[amarok] [Bug 384332] amarok crash when toggling non-started amarok

2017-09-21 Thread Myriam Schweingruber
https://bugs.kde.org/show_bug.cgi?id=384332

Myriam Schweingruber  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Status|NEEDSINFO   |UNCONFIRMED

--- Comment #3 from Myriam Schweingruber  ---
Thank you for the feedback. Running from git is not the issue, its using
pre-released versions as those can break at any time. FWIW, current git from
the kde4 branch is much more stable and also runs on Plasma5

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

[amarok] [Bug 384211] Amarok hangs

2017-09-21 Thread Myriam Schweingruber
https://bugs.kde.org/show_bug.cgi?id=384211

Myriam Schweingruber  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #6 from Myriam Schweingruber  ---
I fear there is really very little we can do if this is not reproducible,
closing for now. Feel free to reopen if this happens again and you can
reproduce the issue.

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

[plasmashell] [Bug 384945] New: Whatever action on the SysTray crashes Plasma5

2017-09-21 Thread ralph
https://bugs.kde.org/show_bug.cgi?id=384945

Bug ID: 384945
   Summary: Whatever action on the SysTray crashes Plasma5
   Product: plasmashell
   Version: 5.10.5
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: rams...@virgilio.it
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.10.5)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.4.87-18.29-default x86_64
Distribution: "openSUSE Leap 42.2"

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

I was configuring the SysTray and suddenly Plasma5 has crashed.
Also, any update notification crashes Plasma 5.
The screen goes black and after a few seconds Plasma5 restarts.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f97fc742900 (LWP 2425))]

Thread 15 (Thread 0x7f96f700 (LWP 2822)):
#0  0x7ffeff1a299c in clock_gettime ()
#1  0x7f97f5e25576 in clock_gettime () at /lib64/libc.so.6
#2  0x7f97f6715b61 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f97f6714539 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7f97f6714ab5 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f97f6715f0e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7f97f0e8f95d in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f97f0e90230 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f97f0e9042c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f97f671613b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7f97f66c3c2b in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7f97f650802a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7f97f650c74d in  () at /usr/lib64/libQt5Core.so.5
#13 0x7f97f53db744 in start_thread () at /lib64/libpthread.so.0
#14 0x7f97f5e18aad in clone () at /lib64/libc.so.6

Thread 14 (Thread 0x7f9721b59700 (LWP 2821)):
#0  0x7f97f53e00bf in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f97f650d57b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7f97fa20520b in  () at /usr/lib64/libQt5Quick.so.5
#3  0x7f97fa2073b5 in  () at /usr/lib64/libQt5Quick.so.5
#4  0x7f97f650c74d in  () at /usr/lib64/libQt5Core.so.5
#5  0x7f97f53db744 in start_thread () at /lib64/libpthread.so.0
#6  0x7f97f5e18aad in clone () at /lib64/libc.so.6

Thread 13 (Thread 0x7f970dba9700 (LWP 2820)):
#0  0x7ffeff1a299c in clock_gettime ()
#1  0x7f97f5e25576 in clock_gettime () at /lib64/libc.so.6
#2  0x7f97f6715b61 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f97f6714539 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7f97f6714ab5 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f97f6715f0e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7f97f0e8f95d in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f97f0e90230 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f97f0e9042c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f97f671613b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7f97f66c3c2b in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7f97f650802a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7f97f95e9f78 in  () at /usr/lib64/libQt5Qml.so.5
#13 0x7f97f650c74d in  () at /usr/lib64/libQt5Core.so.5
#14 0x7f97f53db744 in start_thread () at /lib64/libpthread.so.0
#15 0x7f97f5e18aad in clone () at /lib64/libc.so.6

Thread 12 (Thread 0x7f970f7fd700 (LWP 2807)):
#0  0x7f97f53e00bf in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f97f650d57b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7f97fa20520b in  () at /usr/lib64/libQt5Quick.so.5
#3  0x7f97fa2073b5 in  () at /usr/lib64/libQt5Quick.so.5
#4  0x7f97f650c74d in  () at /usr/lib64/libQt5Core.so.5
#5  0x7f97f53db744 in start_thread () at /lib64/libpthread.so.0
#6  0x7f97f5e18aad in clone () at /lib64/libc.so.6

Thread 11 (Thread 0x7f970fffe700 (LWP 2803)):
#0  0x7f97f53e00bf in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f97f650d57b in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7f97fa20520b in  () at /usr/lib64/libQt5Quick.so.5
#3  0x7f97fa2073b5 in  () at /usr/lib64/libQt5Quick.so.5
#4  

[plasmashell] [Bug 361484] Regression - Option to not group tasks disappeared.

2017-09-21 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=361484

Eike Hein  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #5 from Eike Hein  ---


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

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

[plasmashell] [Bug 361172] Applications cannot be ungrouped, since upgrade to 5.6.1: why?

2017-09-21 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=361172

Eike Hein  changed:

   What|Removed |Added

 CC||tunaira...@yahoo.co.uk

--- Comment #9 from Eike Hein  ---
*** Bug 361484 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 361484] Regression - Option to not group tasks disappeared.

2017-09-21 Thread J Janz
https://bugs.kde.org/show_bug.cgi?id=361484

--- Comment #4 from J Janz  ---
(In reply to J Janz from comment #3)
> Hi, there
> 
> As I've always used Kubuntu with updated Plasma (through official PPAs) and
> currently use an up-to-date KDE Neon User version I come to ask: this
> regression never got fixed, did it? Or am I missing something?

Just to be clear and to add a little, regular Task Manager has it but
Icons-Only doesn't for this long, even over fresh installs in any of the
mentioned setups and computers/laptops they've been done in.

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

[plasmashell] [Bug 361172] Applications cannot be ungrouped, since upgrade to 5.6.1: why?

2017-09-21 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=361172

--- Comment #8 from Eike Hein  ---
Maybe? It's definitely fixed, right-click anything on Icon-tasks and check More
actions.

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

[plasmashell] [Bug 361172] Applications cannot be ungrouped, since upgrade to 5.6.1: why?

2017-09-21 Thread J Janz
https://bugs.kde.org/show_bug.cgi?id=361172

J Janz  changed:

   What|Removed |Added

 CC||k...@juniorjanz.net

--- Comment #7 from J Janz  ---
Hi, there

I see you mention this was corrected but, as I've always used Kubuntu with
updated Plasma (through official PPAs) and currently use an up-to-date KDE Neon
User version I come to ask: this regression never got fixed, did it? Regular
Task Manager has it but Icons-Only doesn't for this long, even over fresh
installs. Am I missing something?

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

[plasmashell] [Bug 361484] Regression - Option to not group tasks disappeared.

2017-09-21 Thread J Janz
https://bugs.kde.org/show_bug.cgi?id=361484

J Janz  changed:

   What|Removed |Added

 CC||k...@juniorjanz.net

--- Comment #3 from J Janz  ---
Hi, there

As I've always used Kubuntu with updated Plasma (through official PPAs) and
currently use an up-to-date KDE Neon User version I come to ask: this
regression never got fixed, did it? Or am I missing something?

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

[kaffeine] [Bug 384093] Kaffeine crashes randomly when watching DVB-T

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384093

--- Comment #7 from voncl...@gmail.com ---
How do I add the symbols?

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

[kaffeine] [Bug 384093] Kaffeine crashes randomly when watching DVB-T

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384093

--- Comment #6 from voncl...@gmail.com ---
https://packages.gentoo.org/packages/media-video/vlc

Using 2.2.6

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

[plasmashell] [Bug 384922] Add option for per screen virtual workspace selection

2017-09-21 Thread Christian Ohrfandl
https://bugs.kde.org/show_bug.cgi?id=384922

--- Comment #4 from Christian Ohrfandl  ---
(In reply to Christian Ohrfandl from comment #2)
> (In reply to David Edmundson from comment #1)
> > We can't.
> > 
> > Virtual Desktops is part of the core X protocool, and we need compatibility
> > with old apps and even other window managers. X has one setting for all
> > ouputs.
> > 
> > Sorry.
> 
> Thank you for the quick reply! This is quite unfortunate, but I understand
> your decision. On the other hand, would this be possible on wayland?

(In reply to David Edmundson from comment #1)
> We can't.
> 
> Virtual Desktops is part of the core X protocool, and we need compatibility
> with old apps and even other window managers. X has one setting for all
> ouputs.
> 
> Sorry.

I've just checked out how other DEs deal with this issue and found out that
cinnamon provides a way to only allow workspaces on the main screen, if the
user chooses to enable it (c.f. attached screenshot). Would this be possible
for Plasma aswell? If so, I'd really appreciate it!

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

[plasmashell] [Bug 384922] Add option for per screen virtual workspace selection

2017-09-21 Thread Christian Ohrfandl
https://bugs.kde.org/show_bug.cgi?id=384922

--- Comment #3 from Christian Ohrfandl  ---
Created attachment 107943
  --> https://bugs.kde.org/attachment.cgi?id=107943=edit
cinnameon workspace settings

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

[kwin] [Bug 384897] Window snapping on multi monitor setup

2017-09-21 Thread Christian Ohrfandl
https://bugs.kde.org/show_bug.cgi?id=384897

--- Comment #2 from Christian Ohrfandl  ---
(In reply to Martin Flöser from comment #1)
> This could be rather annoying for any user who wants to move a window from
> one screen to another and not tile it.
> 
> I just tried how it works and there is several pixel wide area, so if one
> moves slowly it's not a problem to trigger at all. Also there are global
> keyboard shortcuts. So I don't see a need to implement this feature request.

I just checked other DEs such as cinnamon and gnome; they have nearly the same
behaviour implemented as Plasma 5. Still, this behaviour is very inconvenient
IMO. Would it be possible for you to just integrate a setting in the system
settings to turn the "magnetic" edges on and off (with off as default)? This
way, users are not affected but have the possibility to turn the feature on.
IMO  this is a feature especially KDE should implement (your mission statement
says: "Simple by Default, Powerful When Needed" ;) ).

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

[clazy] [Bug 384926] ctor-missing-parent-argument for subclasses of QCoreApplication

2017-09-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=384926

Sergio Martins  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/cla
   ||zy/b843957a8dd3fc24ecdaae02
   ||89d976a08a0e6958
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Sergio Martins  ---
Git commit b843957a8dd3fc24ecdaae0289d976a08a0e6958 by Sergio Martins.
Committed on 21/09/2017 at 21:42.
Pushed by smartins into branch '1.2'.

ctor-missing-parent-argument: Don't warn when base class is in system header

and doesn't accept any QObject in any ctor.

M  +10   -0src/checks/level1/ctor-missing-parent-argument.cpp
M  +1-2tests/ctor-missing-parent-argument/config.json

https://commits.kde.org/clazy/b843957a8dd3fc24ecdaae0289d976a08a0e6958

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

[kdevelop] [Bug 384885] Crash in the SVN plugin [svn::pool_create]

2017-09-21 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=384885

--- Comment #3 from RJVB  ---
Here's what happens: apr_pool_create_ex is called with NULL parent and
allocator, leading to a nullptr dereference:

* thread #1: tid = 0x1c6e93b, 0x00012bde307f
libapr-1.0.dylib`apr_pool_create_ex(newpool=0x7fff519cf7e8,
parent=, abort_fn=, allocator=) + 63 at
apr_pools.c:1077, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS
(code=1, address=0x30)
frame #0: 0x00012bde307f
libapr-1.0.dylib`apr_pool_create_ex(newpool=0x7fff519cf7e8,
parent=, abort_fn=, allocator=) + 63 at
apr_pools.c:1077
   1074 abort_fn = parent->abort_fn;
   1075 
   1076 if (allocator == NULL)
-> 1077 allocator = parent->allocator;
   1078 
   1079 if ((node = allocator_alloc(allocator,
   1080 MIN_ALLOC - APR_MEMNODE_T_SIZE)) ==
NULL) {
(lldb) p parent
error: Couldn't materialize: couldn't get the value of variable parent:
variable not available
Errored out in Execute, couldn't PrepareToExecuteJITExpression
(lldb) up
frame #1: 0x00012b8c4c14
libsvn_subr-1.0.dylib`svn_pool_create_ex(parent_pool=,
allocator=) + 36 at pool.c:70
   67   svn_pool_create_ex(apr_pool_t *parent_pool, apr_allocator_t *allocator)
   68   {
   69 apr_pool_t *pool;
-> 70 apr_pool_create_ex(, parent_pool, abort_on_pool_failure,
allocator);
   71 return pool;
   72   }
   73   
(lldb) up
frame #2: 0x00012b75bc0b kdevsubversion.so`svn::Pool::Pool(apr_pool_t*)
[inlined] svn::pool_create(parent=0x) + 59 at pool.cpp:46
   43 apr_pool_initialize();
   44   }
   45   
-> 46   return svn_pool_create(parent);
   47 }
   48   
   49 Pool::Pool(apr_pool_t * parent)
(lldb) up
frame #3: 0x00012b75bbf1 kdevsubversion.so`svn::Pool::Pool(apr_pool_t*)
[inlined] svn::Pool::Pool(this=0x7fb29daea418, parent=0x) +
20 at pool.cpp:50
   47 }
   48   
   49 Pool::Pool(apr_pool_t * parent)
-> 50 : m_parent(parent), m_pool(pool_create(parent))
   51 {
   52 }
   53   
(lldb) bt
* thread #1: tid = 0x1c6e93b, 0x00012bde307f
libapr-1.0.dylib`apr_pool_create_ex(newpool=0x7fff519cf7e8,
parent=, abort_fn=, allocator=) + 63 at
apr_pools.c:1077, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS
(code=1, address=0x30)
frame #0: 0x00012bde307f
libapr-1.0.dylib`apr_pool_create_ex(newpool=0x7fff519cf7e8,
parent=, abort_fn=, allocator=) + 63 at
apr_pools.c:1077
frame #1: 0x00012b8c4c14
libsvn_subr-1.0.dylib`svn_pool_create_ex(parent_pool=,
allocator=) + 36 at pool.c:70
frame #2: 0x00012b75bc0b kdevsubversion.so`svn::Pool::Pool(apr_pool_t*)
[inlined] svn::pool_create(parent=0x) + 59 at pool.cpp:46
  * frame #3: 0x00012b75bbf1 kdevsubversion.so`svn::Pool::Pool(apr_pool_t*)
[inlined] svn::Pool::Pool(this=0x7fb29daea418, parent=0x) +
20 at pool.cpp:50
frame #4: 0x00012b75bbdd
kdevsubversion.so`svn::Pool::Pool(this=0x7fb29daea418,
parent=0x) + 13 at pool.cpp:51
frame #5: 0x00012b75711d
kdevsubversion.so`svn::Context::Data::Data(this=0x7fb29daea400,
configDir_=0x7fff519cf8b0) + 61 at context.cpp:127
frame #6: 0x00012b756d62
kdevsubversion.so`svn::Context::Context(std::__1::basic_string const&) [inlined]
svn::Context::Data::Data(this=, configDir_=) + 50 at
context.cpp:130
frame #7: 0x00012b756d57
kdevsubversion.so`svn::Context::Context(std::__1::basic_string const&) [inlined]
svn::Context::Context(this=0x7fb29d3b9240, configDir=0x7fff519cf8b0) +
23 at context.cpp:631
frame #8: 0x00012b756d40
kdevsubversion.so`svn::Context::Context(this=0x7fb29d3b9240,
configDir=) + 16 at context.cpp:630

Not sure how this does not cause problems on Linux ...

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

[kontact] [Bug 384944] New: Kotact does not sync contacts and calendar with OpenXchange Webdav shares

2017-09-21 Thread Chris
https://bugs.kde.org/show_bug.cgi?id=384944

Bug ID: 384944
   Summary: Kotact does not sync contacts and calendar with
OpenXchange Webdav shares
   Product: kontact
   Version: 5.6.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: chris.newsm...@gmail.com
  Target Milestone: ---

Contact and calendar sync to OpenXchange Webdav shares does not work.

Console output:
org.kde.pim.akregator: Associated feed list was deleted, could not expire items
org.kde.akonadi.ETM: Subtree:  47 QSet(51, 50, 49, 48, 54, 53, 52, 47)
org.kde.akonadi.ETM: Subtree:  67 QSet(67)
org.kde.akonadi.ETM: Subtree:  15 QSet(19, 18, 17, 16, 23, 22, 21, 20, 15, 44)
org.kde.akonadi.ETM: collection: "INBOX"
org.kde.akonadi.ETM: Subtree:  66 QSet(66)
org.kde.akonadi.ETM: Fetch job took  2275 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 20
org.kde.akonadi.ETM: first fetched collection: "Provider.org"
org.kde.akonadi.ETM: collection: QVector()
org.kde.akonadi.ETM: Fetch job took  2508 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 10
org.kde.akonadi.ETM: first fetched collection: "Search"
org.kde.akonadi.ETM: Fetch job took  667 msec
org.kde.akonadi.ETM: was item fetch job: items: 995
org.kde.akonadi.ETM: Fetch job took  796 msec
org.kde.akonadi.ETM: was collection fetch job: collections: 0

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

[kmines] [Bug 384924] Clicked on a square which I don't think should be a bomb

2017-09-21 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=384924

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||aa...@kde.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Albert Astals Cid  ---
It could be a 5 or it could be a bomb, it's one of those nice ways this game is
random.

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

[kdenlive] [Bug 384764] Proxy clips on time line play slower than original clips

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384764

--- Comment #8 from mikko.rap...@iki.fi ---
And that's why proxy clips are slower to play than originals, though the
different code does impact too. h264 original is tougher to decode than
mpeg2video proxy.

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

[kate] [Bug 379818] Kate, Kwrite seems to not apply acls rules

2017-09-21 Thread jcdole
https://bugs.kde.org/show_bug.cgi?id=379818

--- Comment #3 from jcdole  ---
May have I your attention please.

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

[kdenlive] [Bug 384764] Proxy clips on time line play slower than original clips

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384764

--- Comment #7 from mikko.rap...@iki.fi ---
Running with my old pet peeve where I remove the caching and frame dropping
from kdenlive rendering, since on these old machines I get better performance
that way:

diff --git a/src/renderer.cpp b/src/renderer.cpp
index e839d10b0..5b87caec9 100644
--- a/src/renderer.cpp
+++ b/src/renderer.cpp
@@ -754,9 +754,12 @@ void Render::switchPlay(bool play, double speed)
 m_mltProducer->seek(0);
 }
 if (m_mltConsumer->get_int("real_time") != m_qmlView->realTime()) {
-m_mltConsumer->set("real_time", m_qmlView->realTime());
-m_mltConsumer->set("buffer", 25);
-m_mltConsumer->set("prefill", 1);
+//m_mltConsumer->set("real_time", m_qmlView->realTime());
+m_mltConsumer->set("buffer", 0);
+m_mltConsumer->set("prefill", 0);
+// try to avoid fps drop in preview:
+m_mltConsumer->set("drop_max", 1);
+m_mltConsumer->set("real_time", 0);
 // Changes to real_time require a consumer restart if running.
 if (!m_mltConsumer->is_stopped()) {
 m_mltConsumer->stop();
@@ -771,7 +774,7 @@ void Render::switchPlay(bool play, double speed)
 }
 m_mltProducer->set_speed(speed);
 } else {
-m_mltConsumer->set("real_time", -1);
+m_mltConsumer->set("real_time", 0);
 m_mltConsumer->set("buffer", 0);
 m_mltConsumer->set("prefill", 0);
 m_mltProducer->set_speed(0.0);
@@ -794,9 +797,12 @@ void Render::play(double speed)
 resetZoneMode();
 }
 if (speed != 0 && m_mltConsumer->get_int("real_time") !=
m_qmlView->realTime()) {
-m_mltConsumer->set("real_time", m_qmlView->realTime());
-m_mltConsumer->set("buffer", 25);
-m_mltConsumer->set("prefill", 1);
+//m_mltConsumer->set("real_time", m_qmlView->realTime());
+m_mltConsumer->set("buffer", 0);
+m_mltConsumer->set("prefill", 0);
+// try to avoid fps drop in preview:
+m_mltConsumer->set("drop_max", 0);
+m_mltConsumer->set("real_time", 0);
 // Changes to real_time require a consumer restart if running.
 if (!m_mltConsumer->is_stopped()) {
 m_mltConsumer->stop();
@@ -926,7 +932,7 @@ void Render::setDropFrames(bool drop)
 dropFrames = -dropFrames;
 }
 //m_mltConsumer->stop();
-m_mltConsumer->set("real_time", dropFrames);
+//m_mltConsumer->set("real_time", dropFrames);
 if (m_mltConsumer->start() == -1) {
 qCWarning(KDENLIVE_LOG) << "ERROR, Cannot start monitor";
 }


This is slightly better at around 10 fps in 1080p25 mode when previewing proxy
clips, but there is a quite easily triggered crash where stack trace actually
shows that the frame was rendered in 1080 format from proxy clip which is
640x360:

Thread 12 "FrameRenderer" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fe3be453700 (LWP 18154)]

#0  0x7fe41cba1ee3 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
No symbol table info available.
#1  0x7fe41cbbf99e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
No symbol table info available.
#2  0x7fe41cbf9c26 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
No symbol table info available.
#3  0x7fe41cc004bf in QRasterPaintEngine::drawImage(QPointF const&, QImage
const&) () from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
No symbol table info available.
#4  0x7fe41cc1d8af in QPainter::drawImage(QPointF const&, QImage const&) ()
   from /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
No symbol table info available.
#5  0x7fe3d2f8a979 in QPainter::drawImage (flags=..., sh=-1, sw=-1, sy=0,
sx=0, image=..., y=0, x=0, this=0x7fe3be452428)
at /usr/include/x86_64-linux-gnu/qt5/QtGui/qpainter.h:858
sy = 0
sw = -1
image = @0x7fe3be452460: 
y = 0
this = 0x7fe3be452428
sx = 0
sh = -1
x = 0
#6  get_image (a_frame=a_frame@entry=0x7fe3a8014170,
image=image@entry=0x7fe3be452650, format=format@entry=0x7fe3be45269c,
width=width@entry=0x7fe3be452694, height=height@entry=0x7fe3be452698,
writable=writable@entry=0) at transition_qtblend.cpp:190
error = 
b_frame = 
b_properties = 
properties = 0x7fe3a8014170
transition_properties = 
b_image = 0x7fe3907f9020

[KBibTeX] [Bug 384741] Wrong ID Reported in Duplicate Dialog

2017-09-21 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=384741

--- Comment #2 from Thomas Fischer  ---
I saw only after writing this patch and an answer to this bug report that you
had proposed a patch on your own in phabricator:
https://phabricator.kde.org/D7838

The patch in attachment 107942 is more complex than your patch in D7838, but
attachment 107942 shines by having comments, showing the user both the original
and the new id/key, and covering the problem of empty ids/keys.
Therefore, I would go with attachment 107942 as a solution to this bug, but
please feel free to comment or suggest changes/improvements.

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

[kontact] [Bug 384943] New: Automatic filters on maildirs are not applied automatically

2017-09-21 Thread Chris
https://bugs.kde.org/show_bug.cgi?id=384943

Bug ID: 384943
   Summary: Automatic filters on maildirs are not applied
automatically
   Product: kontact
   Version: 5.6.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: chris.newsm...@gmail.com
  Target Milestone: ---

Filter rules are not applied on new messages arriving in local maildir folders
even if set to be automatically applied on all messages.
I consider this a bug.

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

[KBibTeX] [Bug 384741] Wrong ID Reported in Duplicate Dialog

2017-09-21 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=384741

--- Comment #1 from Thomas Fischer  ---
Created attachment 107942
  --> https://bugs.kde.org/attachment.cgi?id=107942=edit
First attempt to fix bug

Please apply this patch to Git master and see if it fixes your problem.

This patch will also address the situation where the user clears the entry id
or macro key, respectively.

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

[KBibTeX] [Bug 384741] Wrong ID Reported in Duplicate Dialog

2017-09-21 Thread Thomas Fischer
https://bugs.kde.org/show_bug.cgi?id=384741

Thomas Fischer  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

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

[kate] [Bug 384942] New: Clicking menu bar items do not open (drop down) the menu

2017-09-21 Thread V C
https://bugs.kde.org/show_bug.cgi?id=384942

Bug ID: 384942
   Summary: Clicking menu bar items do not open (drop down) the
menu
   Product: kate
   Version: 17.08.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: venka...@gmail.com
  Target Milestone: ---

Created attachment 107941
  --> https://bugs.kde.org/attachment.cgi?id=107941=edit
Video showing behavior when menu items are clicked

After the application has been running for a while (perhaps even after a system
has gone into hibernation and come back on), clicking on most items does not
show the menu. Not even keyboard shortcuts to open menu items work. I'll try to
attach a video showing what I'm observing. Restarting the application restores
the intended behavior (well, until it happens again after a day or two).

In the attached video, only the "Bookmarks" menu item responds but none of the
others do.

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

[krita] [Bug 384941] New: Crashes almost every time I copy a layer and click on a different file to try and paste it to

2017-09-21 Thread Dhanesh
https://bugs.kde.org/show_bug.cgi?id=384941

Bug ID: 384941
   Summary: Crashes almost every time I copy a layer and click on
a different file to try and paste it to
   Product: krita
   Version: 3.2.1
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: dhanesh.ba...@gmail.com
  Target Milestone: ---

Created attachment 107940
  --> https://bugs.kde.org/attachment.cgi?id=107940=edit
Demonstration of the problem

Crashes almost every time I copy a layer and click on a different file to try
and paste it to. I have attached a video demonstrating the problem. I have
faced this in a previous version as well

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

[okular] [Bug 343645] Treat archive files (.zip, .rar, ...) full of images in the same way as CBR and CBZ files

2017-09-21 Thread Ankit Khandelwal
https://bugs.kde.org/show_bug.cgi?id=343645

Ankit Khandelwal  changed:

   What|Removed |Added

 CC||ank...@gmail.com

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

[kde] [Bug 384940] New: baloo file indexer crash when sending mail

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384940

Bug ID: 384940
   Summary: baloo file indexer crash when sending mail
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: heine...@gmx.net
  Target Milestone: ---

Application: baloo_file (5.18.0)

Qt Version: 5.5.1
Operating System: Linux 4.11.0-14-generic x86_64
Distribution: Ubuntu 16.04.3 LTS

-- Information about the crash:
As soon as I've sent an email with kmail the baloo file indexing daemon crashes

The crash can be reproduced sometimes.

-- Backtrace:
Application: Baloo File Indexing Daemon (baloo_file), signal: Segmentation
fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  0x7f928292e69d in QTypedArrayData::deallocate
(data=) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h:222
#7  QVector::freeData (this=, x=)
at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:492
#8  QVector::~QVector (this=, __in_chrg=) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:68
#9  Baloo::PositionCodec::decode (this=this@entry=0x7ffde171137f, arr=...) at
/build/baloo-kf5-wIK3t6/baloo-kf5-5.18.0/src/codecs/positioncodec.cpp:51
#10 0x7f9282918fb4 in Baloo::PositionDB::get
(this=this@entry=0x7ffde1711470, term=...) at
/build/baloo-kf5-wIK3t6/baloo-kf5-5.18.0/src/engine/positiondb.cpp:101
#11 0x7f928292b9a4 in Baloo::WriteTransaction::commit (this=) at
/build/baloo-kf5-wIK3t6/baloo-kf5-5.18.0/src/engine/writetransaction.cpp:299
#12 0x7f9282923032 in Baloo::Transaction::commit
(this=this@entry=0x7ffde1711500) at
/build/baloo-kf5-wIK3t6/baloo-kf5-5.18.0/src/engine/transaction.cpp:262
#13 0x0042a02b in Baloo::MetadataMover::moveFileMetadata
(this=0x1aab7c0, from=..., to=...) at
/build/baloo-kf5-wIK3t6/baloo-kf5-5.18.0/src/file/metadatamover.cpp:58
#14 0x7f9282453baf in QtPrivate::QSlotObjectBase::call (a=0x7ffde1711660,
r=0x7ffde1711d20, this=) at
../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:124
#15 QMetaObject::activate (sender=sender@entry=0x1a6c9c0,
signalOffset=, local_signal_index=local_signal_index@entry=7,
argv=argv@entry=0x7ffde1711660) at kernel/qobject.cpp:3698
#16 0x7f9282454537 in QMetaObject::activate (sender=sender@entry=0x1a6c9c0,
m=m@entry=0x644cc0 ,
local_signal_index=local_signal_index@entry=7, argv=argv@entry=0x7ffde1711660)
at kernel/qobject.cpp:3578
#17 0x0042aaba in KInotify::moved (this=this@entry=0x1a6c9c0, _t1=...,
_t2=...) at
/build/baloo-kf5-wIK3t6/baloo-kf5-5.18.0/obj-x86_64-linux-gnu/src/file/moc_kinotify.cpp:330
#18 0x0042cbff in KInotify::slotEvent (this=,
socket=) at
/build/baloo-kf5-wIK3t6/baloo-kf5-5.18.0/src/file/kinotify.cpp:421
#19 0x7f9282453baf in QtPrivate::QSlotObjectBase::call (a=0x7ffde17118f0,
r=0x1a6c9c0, this=) at
../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:124
#20 QMetaObject::activate (sender=sender@entry=0x1a18590,
signalOffset=, local_signal_index=local_signal_index@entry=0,
argv=argv@entry=0x7ffde17118f0) at kernel/qobject.cpp:3698
#21 0x7f9282454537 in QMetaObject::activate (sender=sender@entry=0x1a18590,
m=m@entry=0x7f928266e780 ,
local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7ffde17118f0)
at kernel/qobject.cpp:3578
#22 0x7f92824d324e in QSocketNotifier::activated
(this=this@entry=0x1a18590, _t1=13) at .moc/moc_qsocketnotifier.cpp:134
#23 0x7f92824601cb in QSocketNotifier::event (this=0x1a18590, e=) at kernel/qsocketnotifier.cpp:260
#24 0x7f928242536c in QCoreApplication::notify (event=0x7ffde17119b0,
receiver=0x1a18590, this=0x7ffde1711c80) at kernel/qcoreapplication.cpp:1038
#25 QCoreApplication::notifyInternal (this=0x7ffde1711c80, receiver=0x1a18590,
event=event@entry=0x7ffde17119b0) at kernel/qcoreapplication.cpp:965
#26 0x7f928247bc95 in QCoreApplication::sendEvent (event=0x7ffde17119b0,
receiver=) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:224
#27 socketNotifierSourceDispatch (source=0x19edca0) at
kernel/qeventdispatcher_glib.cpp:101
#28 0x7f927ea16197 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x7f927ea163f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x7f927ea1649c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x7f928247b7cf in QEventDispatcherGlib::processEvents (this=0x19edb10,
flags=...) at kernel/qeventdispatcher_glib.cpp:418
#32 0x7f9282422b4a in QEventLoop::exec (this=this@entry=0x7ffde1711bc0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#33 0x7f928242abec in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1229
#34 0x0041698c in main (argc=1, argv=) at

[systemsettings] [Bug 384933] Color cheme settings

2017-09-21 Thread Jacobtey
https://bugs.kde.org/show_bug.cgi?id=384933

--- Comment #3 from Jacobtey  ---
I dont want to use full dark or full light theme I'd like use a partly dark and
partly light color theme like my own one

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

[plasmashell] [Bug 350826] plasma desktop containment seems to intermediately switch window type to normal when showing desktop

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=350826

--- Comment #72 from jeremy9...@gmail.com ---
Do you know if it's fixed now ?

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

[systemsettings] [Bug 348998] SDDM login manager configuration window can be unresponsive

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=348998

--- Comment #17 from jeremy9...@gmail.com ---
Maybe that can be closed now. It doesn't seem to happen now.

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

[systemsettings] [Bug 384933] Color cheme settings

2017-09-21 Thread Jacobtey
https://bugs.kde.org/show_bug.cgi?id=384933

--- Comment #2 from Jacobtey  ---
(In reply to Matthew Woehlke from comment #1)
> On my machine, both the Oxygen and Breeze widget styles render that banner
> with a transparent (window color) background. Fusion does render it wrong.
> Are you using Fusion

No I'm using my own fortunatly. But contstraints of Plasma doesn't let me use
my color theme in full power. Could you try this one to see what I mean -
https://yadi.sk/d/jisKa7OZoGbVq ?
I suppose that bug is when I do things that are correct from the point of view
of the system (I did'n get errors) but the system gives me the unacceptable
result.

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

[digikam] [Bug 384826] Flickr export broken

2017-09-21 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=384826

Maik Qualmann  changed:

   What|Removed |Added

   Version Fixed In||5.8.0
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kip
   ||i-plugins/dbc95c300310350cb
   ||3163ee602d17c0deb9c0f1a
 Resolution|--- |FIXED

--- Comment #10 from Maik Qualmann  ---
Git commit dbc95c300310350cb3163ee602d17c0deb9c0f1a by Maik Qualmann.
Committed on 21/09/2017 at 18:28.
Pushed by mqualmann into branch 'master'.

Flickr account management restored
FIXED-IN: 5.8.0

M  +2-1NEWS
M  +47   -6flickr/flickrtalker.cpp
M  +6-1flickr/flickrtalker.h
M  +0-1flickr/flickrwidget.cpp
M  +9-8flickr/flickrwindow.cpp
M  +2-2flickr/plugin_flickr.cpp

https://commits.kde.org/kipi-plugins/dbc95c300310350cb3163ee602d17c0deb9c0f1a

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

[systemsettings] [Bug 384939] New: Unable to apply network connection settings

2017-09-21 Thread valentin
https://bugs.kde.org/show_bug.cgi?id=384939

Bug ID: 384939
   Summary: Unable to apply network connection settings
   Product: systemsettings
   Version: 5.10.5
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_netpref
  Assignee: unassigned-b...@kde.org
  Reporter: v...@yahoo.com
  Target Milestone: ---

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

Apply button in "System settings" / (network) "Connections" is always disabled
and now way to change network parameters

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

[klipper] [Bug 384915] Edit Content and delete action in the on screen Klipper/clipboard manager

2017-09-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384915

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Flöser  ---
I'm totally honest: I don't expect anyone to implement this feature request.
Klipper is hardly seeing any commits, there is no development focus on it. Due
to that I'm setting to WONTFIX to not bring in wrong expectations by keeping
the wish open.

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

[akregator] [Bug 350731] [4.81 beta1] akregator in kontact: read messages are removed from unread filter immediately

2017-09-21 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=350731

--- Comment #49 from Jonathan Marten  ---
Patch submitted at https://phabricator.kde.org/D7928

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

[kwin] [Bug 384882] Rendering broken after fbconfig visual matching change in XServer

2017-09-21 Thread Nick Sarnie
https://bugs.kde.org/show_bug.cgi?id=384882

--- Comment #5 from Nick Sarnie  ---
(In reply to Martin Flöser from comment #4)
> Now I'm tempted to say that's not a bug in our code. It means that both our
> EGL and GLX code is affected which have different implementations. That just
> cannot be a problem on our side.
> 
> Especially if we now change the code to make it work with the new X Server,
> how would we ensure it also works with the old one? No, no, that must be
> fixed in X.

Okay, I'll report this back to Thomas.

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

[plasmashell] [Bug 384936] Improve discoverability of newly-installed applications

2017-09-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384936

--- Comment #2 from Nate Graham  ---
(FYI this is a continuation of a conversation started at
https://phabricator.kde.org/D7905)

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

[kwin] [Bug 384938] New: KWin Restart Forgets Window Activity Settings

2017-09-21 Thread Jonathan Neufeld
https://bugs.kde.org/show_bug.cgi?id=384938

Bug ID: 384938
   Summary: KWin Restart Forgets Window Activity Settings
   Product: kwin
   Version: 5.8.7
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: activities
  Assignee: kwin-bugs-n...@kde.org
  Reporter: supp...@extollit.com
  Target Milestone: ---

Sometimes KWin_x11 crashes and then restarts.  When it restarts it forgets the
activity settings of all the windows causing them to be displayed across all
activities instead of the activities that they were originally relegated to.

One way to work-around this is to open the Window Rules configuration and then
save it again.  This does not, however, fix windows that do not have explicit
Window Rules, it only corrects the window activity settings for windows that
have an explicit window activity rule.

This looks like a regression.

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

[akregator] [Bug 350731] [4.81 beta1] akregator in kontact: read messages are removed from unread filter immediately

2017-09-21 Thread Jonathan Marten
https://bugs.kde.org/show_bug.cgi?id=350731

Jonathan Marten  changed:

   What|Removed |Added

 CC||j...@keelhaul.me.uk

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

[kstars] [Bug 384171] ZWO ASI120MC-S camera crashes on MacOS

2017-09-21 Thread Jean-Claude
https://bugs.kde.org/show_bug.cgi?id=384171

--- Comment #3 from Jean-Claude  ---
Created attachment 107938
  --> https://bugs.kde.org/attachment.cgi?id=107938=edit
my two files

Here are the two files you asked for

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

[akregator] [Bug 350731] [4.81 beta1] akregator in kontact: read messages are removed from unread filter immediately

2017-09-21 Thread Laurent Carlier
https://bugs.kde.org/show_bug.cgi?id=350731

Laurent Carlier  changed:

   What|Removed |Added

 CC||lordhea...@gmail.com

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

[krita] [Bug 373676] Bent lines showing up on OSX.

2017-09-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=373676

Alvin Wong  changed:

   What|Removed |Added

 CC||alvinhoc...@gmail.com

--- Comment #9 from Alvin Wong  ---
This should be improved in 3.3.0-rc.1:
https://krita.org/en/item/krita-3-3-0-first-release-candidate/

Please check.

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

[frameworks-kglobalaccel] [Bug 384597] Shift+alt+[arrow keys] and Shift+Meta+[arrow keys] shortcuts broken in 5.38.0

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384597

jat...@gmail.com changed:

   What|Removed |Added

 CC||jat...@gmail.com

--- Comment #26 from jat...@gmail.com ---
I'm not sure if this is related, but I cannot use the shift key to move
backwards through applications now when using Alt-tab switching. Should I file
this as a new bug?

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

[krita] [Bug 360601] [INTEL] Various issues caused by buggy Intel drivers.

2017-09-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=360601

Alvin Wong  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED
   Version Fixed In||3.3.0-rc.1

--- Comment #70 from Alvin Wong  ---
Any issues related to Intel graphics on Windows should have been worked around
in 3.3.0-rc.1: https://krita.org/en/item/krita-3-3-0-first-release-candidate/

If you encounter any other issues with Intel graphics with 3.3.0 or later,
please open a new bug report and include the information found in Help->Show
information for bug reports.

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

[systemsettings] [Bug 384933] Color cheme settings

2017-09-21 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=384933

Matthew Woehlke  changed:

   What|Removed |Added

 Ever confirmed|0   |1
  Component|kcm_colors  |kcmshell
   Assignee|mwoehlke.fl...@gmail.com|kdelibs-b...@kde.org
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Matthew Woehlke  ---
On my machine, both the Oxygen and Breeze widget styles render that banner with
a transparent (window color) background. Fusion does render it wrong. Are you
using Fusion?

At any rate, it's not specific to the colors KCM. Reassigning to kcmshell for
now in case the problem is with the banners, but it might be the widget style
that's at fault (in which case this would be a Qt bug).

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

[krita] [Bug 360601] [INTEL] Various issues caused by buggy Intel drivers.

2017-09-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=360601

Alvin Wong  changed:

   What|Removed |Added

 CC||malcho...@gmail.com

--- Comment #69 from Alvin Wong  ---
*** Bug 384931 has been marked as a duplicate of this bug. ***

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

[krita] [Bug 384931] everytime i make a new document krita zooms in.

2017-09-21 Thread Alvin Wong
https://bugs.kde.org/show_bug.cgi?id=384931

Alvin Wong  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||3.3.0-rc.1
 CC||alvinhoc...@gmail.com
 Resolution|--- |DUPLICATE
 OS|Linux   |MS Windows
   Platform|Other   |MS Windows

--- Comment #1 from Alvin Wong  ---
This is a bug in the Intel graphics driver. Also, this has been worked around
in 3.3.0-rc.1.

https://krita.org/en/item/krita-3-3-0-first-release-candidate/

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

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

[konsole] [Bug 384937] New: Instalação de aplicativos

2017-09-21 Thread Aline Araújo
https://bugs.kde.org/show_bug.cgi?id=384937

Bug ID: 384937
   Summary: Instalação de aplicativos
   Product: konsole
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: alinesantos100@gmail.com
  Target Milestone: ---

Eu to a maior tempão tentando atualizar o Flash Player e o terminal nao segue o
comando fica aparecendo "Impossível encontrar o pacote file" " Impossível
encontrar o pacote install
"  e nunca instala, isso também acontece com outros pacotes

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

[kmymoney4] [Bug 369529] Dark Theme is not applied everywhere

2017-09-21 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=369529

NSLW  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kmy
   ||money/cf2a75bbd91e4a3bb
   ||6aa13ff41ad412d7a93
   Version Fixed In||5.0
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from NSLW  ---
Git commit cf2a75bbd91e4a3bb6aa13ff41ad412d7a93 by Łukasz Wojniłowicz.
Committed on 21/09/2017 at 15:55.
Pushed by wojnilowicz into branch 'master'.

Improve compatibility with dark color schemes

Changes:
1) css files compatible with themes are generated in ~/.config/kmymoney/
each time at startup,
2) redundant colors were removed from options and are always fetched
from color scheme,
3) fixed colors and letter cases in css files for css adaptability,
4) KMyMoneyGlobalSettings::schemeColor is for all color requests,
5) Use AppDataLocation instead of deprecated DataLocation.
FIXED-IN:5.0
Signed-off-by: Łukasz Wojniłowicz 

M  +1-1kmymoney/dialogs/settings/CMakeLists.txt
M  +15   -1kmymoney/dialogs/settings/ksettingscolors.cpp
M  +10   -11   kmymoney/dialogs/settings/ksettingscolors.h
A  +204  -0kmymoney/dialogs/settings/ksettingscolors.ui
D  +0-386  kmymoney/dialogs/settings/ksettingscolorsdecl.ui
M  +1-1kmymoney/dialogs/transactioneditor.cpp
M  +12   -13   kmymoney/html/kmymoney.css
M  +7-9kmymoney/html/welcome.css
M  +35   -13   kmymoney/kmymoney.cpp
M  +30   -44   kmymoney/kmymoney.kcfg
M  +52   -15   kmymoney/kmymoneyglobalsettings.cpp
M  +20   -2kmymoney/kmymoneyglobalsettings.h
M  +2-2kmymoney/kmymoneyutils.cpp
M  +2-2kmymoney/models/accountsmodel.cpp
M  +1-1kmymoney/models/ledgermodel.cpp
M  +31   -8kmymoney/reports/listtable.cpp
M  +5-12   kmymoney/reports/pivottable.cpp
M  +7-2kmymoney/reports/reporttable.cpp
M  +12   -12   kmymoney/views/kforecastview.cpp
M  +1-1kmymoney/views/kgloballedgerview.cpp
M  +2-2kmymoney/views/khomeview.cpp
M  +1-1kmymoney/widgets/kguiutils.cpp
M  +7-6kmymoney/widgets/register.cpp
M  +4-4kmymoney/widgets/stdtransactiondownloaded.cpp
M  +2-2kmymoney/widgets/stdtransactionmatched.cpp
M  +4-4kmymoney/widgets/transaction.cpp

https://commits.kde.org/kmymoney/cf2a75bbd91e4a3bb6aa13ff41ad412d7a93

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

[kleopatra] [Bug 381910] New user: Starting kleopatra shows 'loading certificate cache ...' forever

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381910

--- Comment #5 from jat...@gmail.com ---
I spoke too soon. After another couple days, same problem...

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

[korganizer] [Bug 384919] Regression: Korganizer will not show some events

2017-09-21 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384919

--- Comment #2 from d...@newtech.fi ---
Hmm, guess it is a version problem then. Fedora libical is libical-2.0.0 
Guess I will have to wait for the packagers to get to version 3 then ...

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

[amarok] [Bug 384332] amarok crash when toggling non-started amarok

2017-09-21 Thread Darin McBride
https://bugs.kde.org/show_bug.cgi?id=384332

--- Comment #2 from Darin McBride  ---
Yes, I've been running amarok from git for years and years. I get that it's not
production-ready, that's always the risk of going straight to the git repo. On
the other hand, I've reported a number of pre-release bugs over the years which
have helped (I think) get them fixed before being released.

Gentoo has "build from git" as an option for a number of packages, amarok being
one.  And there it's specifying the branch to be "kf5", so I'm pretty sure this
is the kf5 branch :)  It generally works, too. A couple of minor hiccups here
and there, but I get my music, I'm happy.  This particular bug isn't a major
impediment or anything, but I thought that you'd want to know about a crash :)

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

[kwin] [Bug 384901] kwin_x11 crashes when switching windows

2017-09-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384901

Martin Flöser  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM

--- Comment #1 from Martin Flöser  ---
Crash happens in radeon driver, please report to radeon developers.

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

[akregator] [Bug 350731] [4.81 beta1] akregator in kontact: read messages are removed from unread filter immediately

2017-09-21 Thread darwin te
https://bugs.kde.org/show_bug.cgi?id=350731

--- Comment #48 from darwin te  ---
This is not fixed yet.  Any solution or estimate?

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

[frameworks-kwallet] [Bug 384935] Focus stealing prevention keeps KWallet window in background

2017-09-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384935

Martin Flöser  changed:

   What|Removed |Added

   Assignee|kwin-bugs-n...@kde.org  |va...@kde.org
Version|5.10.5  |unspecified
 CC||kdelibs-b...@kde.org
  Component|general |general
Product|kwin|frameworks-kwallet

--- Comment #1 from Martin Flöser  ---
KWallet needs to set the correct hints to the window manager so that it does
not think it's trying to steal focus.

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

[systemsettings] [Bug 384933] Color cheme settings

2017-09-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384933

Martin Flöser  changed:

   What|Removed |Added

Product|kwin|systemsettings
  Component|general |kcm_colors
 CC||jpwhit...@kde.org
   Assignee|kwin-bugs-n...@kde.org  |mwoehlke.fl...@gmail.com

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

[kwin] [Bug 384918] Crash when try open parameters-desktop theme

2017-09-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384918

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |UPSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Martin Flöser  ---
Crash in the proprietary nvidia driver. Nothing we can do, please report to
NVIDIA.

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

[kwin] [Bug 384897] Window snapping on multi monitor setup

2017-09-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384897

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED
   Severity|normal  |wishlist

--- Comment #1 from Martin Flöser  ---
This could be rather annoying for any user who wants to move a window from one
screen to another and not tile it.

I just tried how it works and there is several pixel wide area, so if one moves
slowly it's not a problem to trigger at all. Also there are global keyboard
shortcuts. So I don't see a need to implement this feature request.

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

[kwin] [Bug 384882] Rendering broken after fbconfig visual matching change in XServer

2017-09-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384882

Martin Flöser  changed:

   What|Removed |Added

  Component|glx |platform-x11-standalone

--- Comment #4 from Martin Flöser  ---
Now I'm tempted to say that's not a bug in our code. It means that both our EGL
and GLX code is affected which have different implementations. That just cannot
be a problem on our side.

Especially if we now change the code to make it work with the new X Server, how
would we ensure it also works with the old one? No, no, that must be fixed in
X.

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

[plasmashell] [Bug 384936] Improve discoverability of newly-installed applications

2017-09-21 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=384936

--- Comment #1 from David Edmundson  ---
Kickoff did have code to highlight new items at some point

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

[plasmashell] [Bug 384936] New: Improve discoverability of newly-installed applications

2017-09-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384936

Bug ID: 384936
   Summary: Improve discoverability of newly-installed
applications
   Product: plasmashell
   Version: master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: pointedst...@zoho.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Right now, newly-installed applications aren't specially highlighted anywhere,
making it more challenging than optimal for non-technical users to know how to
launch them.

In Ubuntu Unity, newly-installed applications automatically show up on the
always-visible Dock. In Windows, they appear highlighted at the top of the
Start Menu.

We should consider doing something to highlight or display newly-installed
applications more prominently.

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

[kscreenlocker] [Bug 384920] Main Screen setting only partially used in kscreenlocker

2017-09-21 Thread Christian Ohrfandl
https://bugs.kde.org/show_bug.cgi?id=384920

Christian Ohrfandl  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 Resolution|WONTFIX |REMIND

--- Comment #2 from Christian Ohrfandl  ---
(In reply to Martin Flöser from comment #1)
> Which screen gets the active password field is pretty much random.

Which would be OK, but should be consistent for a logged out- user and locked
state

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

[kscreenlocker] [Bug 384920] Main Screen setting only partially used in kscreenlocker

2017-09-21 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=384920

Martin Flöser  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Martin Flöser  ---
The "primary display" is only meant for where the panel goes. It doesn't have
much meaning, especially not for kscreenlocker.

Which screen gets the active password field is pretty much random.

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

[kdevelop] [Bug 384775] 5.2 branch: parser issues (and a few other annoyances)

2017-09-21 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=384775

--- Comment #7 from RJVB  ---
This was committed to the 5.2 branch too, from the looks of it?

If so I have to disappoint: the reported issues with e.g. cmakeutils.cpp and
cmakepreferences.cpp persist. These notable (from a ML post):

- when usins CMake Server import, the parser now only doesn't find the
cmakebuilderconfig.h and ui_cmakebuildsettings.h headers in cmakeutils.cpp and
cmakepreferences.cpp .

- when using JSON-based import, the parser doesn't find the interfaces/icore.h
, KLocalizedString, KMessageBox and KJobWidgets headers in cmakepreferences.cpp
and complains about undeclared QString and QStringLiteral in cmakeutils.cpp 

(Turning off cmake server import is trivial using a wrapper script around
cmake, a backdoor I really appreciate because it also gives me full control
over exactly how cmake is called.)

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

[clazy] [Bug 384926] ctor-missing-parent-argument for subclasses of QCoreApplication

2017-09-21 Thread Sergio Martins
https://bugs.kde.org/show_bug.cgi?id=384926

--- Comment #4 from Sergio Martins  ---
Git commit 641ef2cf56a5d8e64e43a46e01aee0efd354215a by Sergio Martins.
Committed on 21/09/2017 at 15:04.
Pushed by smartins into branch '1.2'.

ctor-missing-parent-argument: Add a failing unit-test

M  +2-1tests/ctor-missing-parent-argument/config.json
M  +7-0tests/ctor-missing-parent-argument/main.cpp

https://commits.kde.org/clazy/641ef2cf56a5d8e64e43a46e01aee0efd354215a

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

[clazy] [Bug 384926] ctor-missing-parent-argument for subclasses of QCoreApplication

2017-09-21 Thread Markus Enzenberger
https://bugs.kde.org/show_bug.cgi?id=384926

--- Comment #3 from Markus Enzenberger  ---
(In reply to Markus Enzenberger from comment #2)
> (In reply to Sergio Martins from comment #1)
> > clazy shouldn't warn for any base class that lives in a system header, such
> > as QCoreApplication
> 
> sure, but I'm saying it should also not warn for the subclass. It doesn't
> make much sense to write a constructor with a parent argument for subclasses
> of QCoreApplication.

just to be explicit: I mean subclasses written by the user, not in Qt headers.

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

[clazy] [Bug 384926] ctor-missing-parent-argument for subclasses of QCoreApplication

2017-09-21 Thread Markus Enzenberger
https://bugs.kde.org/show_bug.cgi?id=384926

--- Comment #2 from Markus Enzenberger  ---
(In reply to Sergio Martins from comment #1)
> clazy shouldn't warn for any base class that lives in a system header, such
> as QCoreApplication

sure, but I'm saying it should also not warn for the subclass. It doesn't make
much sense to write a constructor with a parent argument for subclasses of
QCoreApplication.

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

[kwin] [Bug 384935] New: Focus stealing prevention keeps KWallet window in background

2017-09-21 Thread Ralf Jung
https://bugs.kde.org/show_bug.cgi?id=384935

Bug ID: 384935
   Summary: Focus stealing prevention keeps KWallet window in
background
   Product: kwin
   Version: 5.10.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: p...@ralfj.de
  Target Milestone: ---

## Steps to reproduce

I have kwin's focus stealing prevention is enabled and set to "Low".
When I type "git push" in Konsole and access to the repository needs an SSH
key, ksshaskpass fires up to get my SSH key unlocked.  ksshaskpass first opens
the wallet to see if my password is stored there.

## Actual behavior

The KWallet window asking for my wallet password is opened in the background.

## Expected behavior

The window should open in the foreground.

This is problematic enough that I end up disabling focus stealing prevention,
even though in many other cases I would actually love to have it enabled. I am
going to try and work around this using window-specific rules, but something
like this seems like it should work out-of-the-box.

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

[korganizer] [Bug 384919] Regression: Korganizer will not show some events

2017-09-21 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=384919

Allen Winter  changed:

   What|Removed |Added

 CC||win...@kde.org

--- Comment #1 from Allen Winter  ---
I can verify that this calendar imports and displays fine with KOrganizer from
master and the (yet unreleased version of libical 3.0)

at the moment I don't have a KOrganizer version with libical2.x that I can
test.

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

[digikam] [Bug 384934] New: Install failed on Windows 10

2017-09-21 Thread William
https://bugs.kde.org/show_bug.cgi?id=384934

Bug ID: 384934
   Summary: Install failed on Windows 10
   Product: digikam
   Version: 5.7.0
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Bundle-Windows
  Assignee: digikam-bugs-n...@kde.org
  Reporter: wpvk...@gmail.com
  Target Milestone: ---

Created attachment 107937
  --> https://bugs.kde.org/attachment.cgi?id=107937=edit
DigiKam 5.7.0 Install Error

Hi, I am installing Digikam 5.7.0 on a Windows 10 system, but the error in the
attached image is encountered. Any suggestions?

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

[frameworks-ktexteditor] [Bug 384404] Kate and KWrite both crash when editing a Javascript or CSS file

2017-09-21 Thread Rik Mills
https://bugs.kde.org/show_bug.cgi?id=384404

Rik Mills  changed:

   What|Removed |Added

 CC||rikmi...@kubuntu.org

--- Comment #8 from Rik Mills  ---
Seeing this with backtrace as given in comment #2 in Kubuntu backports PPA for
Zesty 17.04 with ktexteditor version 5.38 and Qt 5.7.1

Bug: https://bugs.launchpad.net/kubuntu-ppa/+bug/1718659

So far on brief testing, 5.38 with Qt 5.9.1 on Kubuntu 17.10 archive packages
seem unaffected.

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

  1   2   >