[systemsettings] [Bug 384730] New: Unreadable text with "Breeze Dark" in "Frequently used" section

2017-09-14 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=384730

Bug ID: 384730
   Summary: Unreadable text with "Breeze Dark" in "Frequently
used" section
   Product: systemsettings
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: m...@eliasprobst.eu
  Target Milestone: ---

Created attachment 107866
  --> https://bugs.kde.org/attachment.cgi?id=107866=edit
Screenshot of "Frequently used" in System Settings with "Breeze Dark" theme

When using the "Breeze Dark" desktop theme, the text of the "Frequently used"
section in System Settings' start screeen is barely readable (gray on gray).

See also attached screenshot.

Using:
systemsettings git/master 099f6e54
kirigami git/master 2f5cf19e
breeze git/master 90891c2d
Qt 5.9.1

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

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-14 Thread Safa Alfulaij
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #8 from Safa Alfulaij  ---
I just downloaded the latest (using AUR) and it still have the same exact
problem.
Opening from terminal shows the "Enter passphrase" promot, and from Plasma it
shows that "Unable to connect" ssh problem.
When I switch back to 1.7, it works without changing any of my setup.
It might be a wrong setup, but I really don't know.

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

[i18n] [Bug 384715] Request for spelling correction of translation into Brazilian Portuguese

2017-09-14 Thread Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=384715

Burkhard Lueck  changed:

   What|Removed |Added

Version|5.10.5  |unspecified
 CC||lu...@hube-lueck.de
Product|systemsettings  |i18n
  Component|kcm_gtk |pt-BR
   Assignee|aleix...@gmail.com  |kde-i18n-pt...@kde.org

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

[plasma-pk-updates] [Bug 384721] Broken translations

2017-09-14 Thread Burkhard Lueck
https://bugs.kde.org/show_bug.cgi?id=384721

Burkhard Lueck  changed:

   What|Removed |Added

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

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

[valgrind] [Bug 384729] __libc_freeres inhibits cross-platform valgrind

2017-09-14 Thread John Reiser
https://bugs.kde.org/show_bug.cgi?id=384729

--- Comment #1 from John Reiser  ---
If __libc_freeres is used by some library function that is invoked by
vgpreload_core-arm-linux.so then vgpreload should implement such a function
itself, with an implementation that does the explicit lookup and forwarding if
found.

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

[valgrind] [Bug 384729] New: __libc_freeres inhibits cross-platform valgrind

2017-09-14 Thread John Reiser
https://bugs.kde.org/show_bug.cgi?id=384729

Bug ID: 384729
   Summary: __libc_freeres inhibits cross-platform valgrind
   Product: valgrind
   Version: 3.13.0
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: jrei...@bitwagon.com
  Target Milestone: ---

vgpreload_core-arm-linux.so from valgrind-3.13.0-6.fc27.armv7hl demands that
the symbol __libc_freeres exist [typically found in GNU libc.so.6], which
prevents that particular valgrind from checking apps whose libraries do not
have such a symbol, such as the libraries used by Android.  Many Android apps
run just fine on Linux (using the Android runtime linker, libc, libm, libdl,
etc.), and valgrind should be able to check them.

The complaint from one Android app is:
libc: CANNOT LINK EXECUTABLE "./my_app": cannot locate symbol "__libc_freeres"
referenced by "/usr/lib/valgrind/vgpreload_core-arm-inux.so"...

So, do not reference __libc_freeres directly.  Make it a Weak reference (check
the pointer value; if 0 then do not use it), or do an explicit lookup
equivalent to dlsym(handle, "__libc_freeres").

= readelf --relocs /usr/lib/valgrind/vgpreload_core-arm-linux.so
Relocation section '.rel.plt' at offset 0x3d0 contains 4 entries:
 Offset InfoTypeSym.Value  Sym. Name
0001100c  0316 R_ARM_JUMP_SLOT      __cxa_finalize
00011010  0416 R_ARM_JUMP_SLOT      _ZN9__gnu_cxx9__freere
00011014  0616 R_ARM_JUMP_SLOT      __libc_freeres
00011018  0816 R_ARM_JUMP_SLOT      __gmon_start__
=

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

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-14 Thread Christian Ehrlicher
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #7 from Christian Ehrlicher  ---
Did you really try the latest master - it works for me and have no glue why
this should not work.

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

[plasmashell] [Bug 384728] New: Plasma crashes when you click the option button of a panel

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

Bug ID: 384728
   Summary: Plasma crashes when you click the option button of a
panel
   Product: plasmashell
   Version: 5.10.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: luca.cremon...@tiscali.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.12.12-1-ARCH x86_64
Distribution: "Arch Linux"

-- Information about the crash:
- On a panel, click the option button (the three horizontal lines). The
settings section will appear.
- Close the settings section by clicking again the option button.

Plasma will crash.

The crash can be reproduced every time.

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

Thread 25 (Thread 0x7f1166ffd700 (LWP 706)):
[KCrash Handler]
#5  0x7f127dd1ec81 in wl_proxy_create_wrapper () at
/usr/lib/libwayland-client.so.0
#6  0x7f126482578a in  () at /usr/lib/libEGL_mesa.so.0
#7  0x7f12648126ff in  () at /usr/lib/libEGL_mesa.so.0
#8  0x7f126517df4d in  () at
/usr/lib/qt/plugins/wayland-graphics-integration-client/libwayland-egl.so
#9  0x7f126517c4c5 in  () at
/usr/lib/qt/plugins/wayland-graphics-integration-client/libwayland-egl.so
#10 0x7f127ff29a59 in QOpenGLContext::makeCurrent(QSurface*) () at
/usr/lib/libQt5Gui.so.5
#11 0x7f12832c6f86 in  () at /usr/lib/libQt5Quick.so.5
#12 0x7f12832cec46 in  () at /usr/lib/libQt5Quick.so.5
#13 0x7f12832cde5b in  () at /usr/lib/libQt5Quick.so.5
#14 0x7f12832ce254 in  () at /usr/lib/libQt5Quick.so.5
#15 0x7f127f51c15b in  () at /usr/lib/libQt5Core.so.5
#16 0x7f127e6d508a in start_thread () at /usr/lib/libpthread.so.0
#17 0x7f127ee281bf in clone () at /usr/lib/libc.so.6

Thread 24 (Thread 0x7f11677fe700 (LWP 705)):
#0  0x7f127e6db38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f11da484d9c in  () at /usr/lib/xorg/modules/dri/radeonsi_dri.so
#2  0x7f11da484ca8 in  () at /usr/lib/xorg/modules/dri/radeonsi_dri.so
#3  0x7f127e6d508a in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f127ee281bf in clone () at /usr/lib/libc.so.6

Thread 23 (Thread 0x7f1167fff700 (LWP 704)):
#0  0x7f127e6db38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f127f51d5ec in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f12832cddca in  () at /usr/lib/libQt5Quick.so.5
#3  0x7f12832ce254 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f127f51c15b in  () at /usr/lib/libQt5Core.so.5
#5  0x7f127e6d508a in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f127ee281bf in clone () at /usr/lib/libc.so.6

Thread 22 (Thread 0x7f1188bb3700 (LWP 703)):
#0  0x7f127e6db38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f11da484d9c in  () at /usr/lib/xorg/modules/dri/radeonsi_dri.so
#2  0x7f11da484ca8 in  () at /usr/lib/xorg/modules/dri/radeonsi_dri.so
#3  0x7f127e6d508a in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f127ee281bf in clone () at /usr/lib/libc.so.6

Thread 21 (Thread 0x7f1189ffb700 (LWP 702)):
#0  0x7f127ee1dcbb in poll () at /usr/lib/libc.so.6
#1  0x7f12796f9c09 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f12796f9d1c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f127f75a084 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f127f6fdffb in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f127f51740e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f128269c3d9 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f127f51c15b in  () at /usr/lib/libQt5Core.so.5
#8  0x7f127e6d508a in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f127ee281bf in clone () at /usr/lib/libc.so.6

Thread 20 (Thread 0x7f118a7fc700 (LWP 701)):
#0  0x7f127e6db38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f127f51d5ec in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f12832cddca in  () at /usr/lib/libQt5Quick.so.5
#3  0x7f12832ce254 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f127f51c15b in  () at /usr/lib/libQt5Core.so.5
#5  0x7f127e6d508a in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f127ee281bf in clone () at /usr/lib/libc.so.6

Thread 19 (Thread 0x7f118affd700 (LWP 700)):
#0  0x7f127e6db38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f11da484d9c 

[kwin] [Bug 384496] sub-menu of right click standard menu on edge of screen appears on other screen

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

Nate Graham  changed:

   What|Removed |Added

 Resolution|INVALID |UPSTREAM

--- Comment #10 from Nate Graham  ---
Thanks for the explanation, Martin. That's the kind of info that bug filers are
looking for when their bugs get closed without an obvious code change fix.

Since this is resolved by an upstream Qt change, I'm changing the resolution
status to UPSTREAM. Does anyone know what the Qt issue is? IF someone can add
the URL for that, then people who experience this bug in the future can see
what upstream change is necessary to get it fixed for themselves.

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

[valgrind] [Bug 384727] New: valgrind does not support debug info for read only segments (generated by LLD)

2017-09-14 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=384727

Bug ID: 384727
   Summary: valgrind does not support debug info for read only
segments (generated by LLD)
   Product: valgrind
   Version: 3.14 SVN
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: ori...@gmx.fr
  Target Milestone: ---

By default (without --no-rosegment option) LLD [1] puts read only code in read
only segments (and provides debug info for it). However, valgrind fails to
parse ELF files that contain debug info for read only segments.

Here is an incomplete attempt to fix this: [2]
It parses read only segments, but then fails to match them with read only
sections at [3]

[1] http://lld.llvm.org/
[2] https://github.com/orivej/valgrind/commits/lld
[3]
https://github.com/orivej/valgrind/blob/c59bf5c215f85fb08605708b51f88777227885ae/coregrind/m_debuginfo/readelf.c#L2121

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

[kwin] [Bug 384496] sub-menu of right click standard menu on edge of screen appears on other screen

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

--- Comment #9 from Martin Flöser  ---
In X there is a flag for Windows that they should not be managed. This is
called either override_redirect or unmanaged. Menus are typical examples. It
also means that the toolkit creating those windows is responsible for
positioning them.

In your case it is Qt and your issue is a known one. But your Qt version is
also rather old.

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

[digikam] [Bug 360475] Open in file manager for individual images

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

astudio...@gmail.com changed:

   What|Removed |Added

 CC||astudio...@gmail.com

--- Comment #8 from astudio...@gmail.com ---
Guys, I badly need some features which are really really essential to manage my
project. Is it possible to add this features? 

-> when I click "open in file manager" by selecting any image I need the image
remain selected to the explorer. 

-> when I search and found any image using search features of Digikam. There is
no option in the digikam to locate that image. 

Thanks in advance 
Maruf

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

[plasmashell] [Bug 384719] "Old" Application Menu Crash on Wayland

2017-09-14 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=384719

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Dr. Chapatin  ---
Kicker is unusable under Wayland.
It crashes plasma all the time.

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

[systemsettings] [Bug 384718] Systemsettings: Scrolling with touchpad doesn't work as normal (Wayland + X11)

2017-09-14 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=384718

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Dr. Chapatin  ---
Confirmed. Scrolling with touchpad using two fingers is impossible.

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

[digikam] [Bug 384577] Rename of video files stalls and must click abort

2017-09-14 Thread Geoff King
https://bugs.kde.org/show_bug.cgi?id=384577

--- Comment #10 from Geoff King  ---
(In reply to caulier.gilles from comment #7)
> video date taken is problematic here using Exiv2. This can give errors.
> 
> Please try to seen if problem occurs without date handling. Just to identify
> if problem is relevant of date.

It does occur without date.  Even occurs with something like "ZZ-[file]" as an
example.

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


[kdenlive] [Bug 371849] audio file sounds "clicky" when on project timeline; affects rendered file

2017-09-14 Thread S . Christian Collins
https://bugs.kde.org/show_bug.cgi?id=371849

--- Comment #31 from S. Christian Collins  ---
(In reply to farid from comment #30)
> 6.4.1 is the latest release but the fix of this bug is only in the git
> version. Since I see you are using an arch based system try mlt-git from
> AURand see if it works. If not maybe we should consider reopening this bug
> report in MLT?

I can confirm that the bug in MLT affecting the "sum" mixing method has been
fixed in current git, so we should not re-open the bug in MLT.

MLT allows two audio mixing methods to be used: "combine" and "sum". Using
"combine" (as Kdenlive has done for a while now) is what causes the clicking
audio. Using "sum" avoids this issue, but until a fix was committed in MLT git,
"sum" would result in incorrect audio levels.

The patch presented in comment 21 is supposed to make Kdenlive as of version
17.08.0 use "sum" rather than "combine" audio mixing for new projects if MLT
6.5.0 or later is detected.

The reason I re-opened this bug is because even with MLT git installed (which
Kdenlive reports as MLT 6.5.0), new projects still default to "combine" audio
mixing. See my comment 24.

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

[krita] [Bug 384687] overview docker unresponsive

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

--- Comment #2 from 1spag00...@gmail.com ---
*I am using another Os, Microsoft.
*Version 3.2.0
*Panning with tablet stylus.
*I am using a Wacom tablet.

Sent from Mail for Windows 10

From: Boudewijn Rempt
Sent: Thursday, September 14, 2017 12:24 AM
To: 1spag00...@gmail.com
Subject: [krita] [Bug 384687] overview docker unresponsive

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

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Boudewijn Rempt  ---
Sorry, you'll have to provide more information, since I cannot reproduce that
here.

* Are you really on Linux? Or another OS
* Which version of Krita are you using?
* Are you trying to pan using the overview docker with a tablet stylus or a
mouse? 
* If it's a tablet, what brand of tablet is it?

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

[ksmserver] [Bug 380204] Suspend fails

2017-09-14 Thread Andrei Shevchuk
https://bugs.kde.org/show_bug.cgi?id=380204

Andrei Shevchuk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Andrei Shevchuk  ---
This no longer happens for more than a month, so I think that was not actually
Plasma fault, as there were no significant updates of it in Ubuntu 17.04 since
my original report.

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

[ksmserver] [Bug 380204] Suspend fails

2017-09-14 Thread Andrei Shevchuk
https://bugs.kde.org/show_bug.cgi?id=380204

Andrei Shevchuk  changed:

   What|Removed |Added

 Resolution|FIXED   |INVALID

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

[kwin] [Bug 384496] sub-menu of right click standard menu on edge of screen appears on other screen

2017-09-14 Thread Andras
https://bugs.kde.org/show_bug.cgi?id=384496

--- Comment #8 from Andras  ---
Qt Version 5.7.1
I'm confused, obviously. As far as I know, every windows managed by given
window manager as you once stared the one you use. What the hack is unmanaged
window? I mean there should be a more clear explanation. If it's true that it
isn't a KWin bug then where should I try to ask to solve this. It's a
frustrating issue, for example, I use my drawing pad focused on one screen only
and obviously, because of this problem, I can't reach the sub-menu with it.
Also I thought it isn't an application related issue however I tried more
applications after you mentioned unmanaged windows and some of them works
correctly, for example Thunderbird and Firefox. Interesting that I got this
headache in all KDE application basically, KWrite, Krita, Konsole, KMail,
Dolphin, etc.

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

[kdenlive] [Bug 371849] audio file sounds "clicky" when on project timeline; affects rendered file

2017-09-14 Thread farid
https://bugs.kde.org/show_bug.cgi?id=371849

--- Comment #30 from farid  ---
(In reply to kalimerox from comment #28)
> (In reply to farid from comment #27)
> > (In reply to kalimerox from comment #26)
> > > I have the same with 48khz 24bit audio...
> > 
> > which version of mlt are you using?
> 
> I use mlt 6.4.1-8
> 
> is this the last version?
(In reply to kalimerox from comment #29)
> (In reply to kalimerox from comment #28)
> > (In reply to farid from comment #27)
> > > (In reply to kalimerox from comment #26)
> > > > I have the same with 48khz 24bit audio...
> > > 
> > > which version of mlt are you using?
> > 
> > I use mlt 6.4.1-8
> > 
> > is this the last version?
> 
> 
> sorry, i was wrong, kdenlive itself reports version 6.5.0 (with kdenlive
> 17.08.1)
> 
> 
> while the system installed mlt  calls itself mlt-git version
> (r4510.1505079930.9076b710-1)
> 
> running on manjaro (but same clicks on my other linux mint machine)
> 
> it might be because i created the project with an older kdenlive version?
> should i try to tweak the session file to get a clean audio rendering?


6.4.1 is the latest release but the fix of this bug is only in the git version.
Since I see you are using an arch based system try mlt-git from AURand see if
it works. If not maybe we should consider reopening this bug report in MLT?

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

[dolphin] [Bug 357509] Dolphin freezes at startup or during directory navigation

2017-09-14 Thread Anton Latukha
https://bugs.kde.org/show_bug.cgi?id=357509

--- Comment #5 from Anton Latukha  ---
Sorry for typos. I'm sleepy.

Arch Linux. 2017-09-15.

dolphin 17.08.1-1

KDE Plasma desktop 5.10.5-1

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

[kmymoney4] [Bug 384708] Windows Version - User Account Control Warning

2017-09-14 Thread Robert Blackwell
https://bugs.kde.org/show_bug.cgi?id=384708

--- Comment #2 from Robert Blackwell  ---
(In reply to Ralf Habacker from comment #1)
> You did not wrote which os and kmymoney package variant (32bit or 64bit) you
> are using ?

Windows 10 Pro 10.0.15063 Build 15063

kmymoney version 32 bit

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

[dolphin] [Bug 357509] Dolphin freezes at startup or during directory navigation

2017-09-14 Thread Anton Latukha
https://bugs.kde.org/show_bug.cgi?id=357509

--- Comment #4 from Anton Latukha  ---
Created attachment 107864
  --> https://bugs.kde.org/attachment.cgi?id=107864=edit
Hand of Dolphin

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

[dolphin] [Bug 357509] Dolphin freezes at startup or during directory navigation

2017-09-14 Thread Anton Latukha
https://bugs.kde.org/show_bug.cgi?id=357509

Anton Latukha  changed:

   What|Removed |Added

 CC||anton.latu...@gmail.com

--- Comment #3 from Anton Latukha  ---
The same issue.

I have NFS share.

When it was accessed long time - Dolphin staggers.

And when NFS share not respond - Dolphin hangs. Here is the screenshot:

-- 
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-14 Thread deonix
https://bugs.kde.org/show_bug.cgi?id=384597

deonix  changed:

   What|Removed |Added

 CC|deonix+...@gmail.com|

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

[kdenlive] [Bug 371849] audio file sounds "clicky" when on project timeline; affects rendered file

2017-09-14 Thread kalimerox
https://bugs.kde.org/show_bug.cgi?id=371849

--- Comment #29 from kalimerox  ---
(In reply to kalimerox from comment #28)
> (In reply to farid from comment #27)
> > (In reply to kalimerox from comment #26)
> > > I have the same with 48khz 24bit audio...
> > 
> > which version of mlt are you using?
> 
> I use mlt 6.4.1-8
> 
> is this the last version?


sorry, i was wrong, kdenlive itself reports version 6.5.0 (with kdenlive
17.08.1)


while the system installed mlt  calls itself mlt-git version
(r4510.1505079930.9076b710-1)

running on manjaro (but same clicks on my other linux mint machine)

it might be because i created the project with an older kdenlive version?
should i try to tweak the session file to get a clean audio rendering?

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

[kdesvn] [Bug 375776] KF5-based doesn't display the authorization dialog for ssh

2017-09-14 Thread Safa Alfulaij
https://bugs.kde.org/show_bug.cgi?id=375776

--- Comment #6 from Safa Alfulaij  ---
Any way to debug the roots of the problem? I think I'll go deep and check the
code and recompile it with changes till I reach to the issue, but if I can skip
this it will be better :)

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

[konsole] [Bug 384620] Broken ncurses box() rendering with new terminfo for TERM=xterm (no rep?)

2017-09-14 Thread Egmont Koblinger
https://bugs.kde.org/show_bug.cgi?id=384620

Egmont Koblinger  changed:

   What|Removed |Added

 CC||egm...@gmail.com

--- Comment #6 from Egmont Koblinger  ---
I've filed the same bug for gnome-terminal at
https://bugzilla.gnome.org/show_bug.cgi?id=787701.

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

[kdevelop] [Bug 384726] New: per-project cmake setting ignored

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

Bug ID: 384726
   Summary: per-project cmake setting ignored
   Product: kdevelop
   Version: unspecified
  Platform: Compiled Sources
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: Build tools: CMake
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: rjvber...@gmail.com
  Target Milestone: ---

KDevelop 5.1.40 (5.1.2.15137) has a blocker bug for me:

1. open a project with a custom cmake path configured (say
`/opt/local/bin/cmake2port`, a wrapper around cmake)
2. open the project configuration dialog, check the advanced settings
3. The field that should show `/opt/local/bin/cmake2port` is empty; enter the
appropriate value
4. Accept the dialog.

KDevelop will now launch the default cmake executable and then reload the
project. 

Go back to step 2 ...

This still worked in 5.1.2.5, the last commit in the 5.1.2 branch. I think I've
seen this issue mentioned but couldn't find a ticket, so here it is.

As far as I can tell, the custom cmake binary setting *is* stored in the
project settings file; after going back to the last working release it
reappeared in the project configuration dialog.

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

[kdenlive] [Bug 371849] audio file sounds "clicky" when on project timeline; affects rendered file

2017-09-14 Thread kalimerox
https://bugs.kde.org/show_bug.cgi?id=371849

--- Comment #28 from kalimerox  ---
(In reply to farid from comment #27)
> (In reply to kalimerox from comment #26)
> > I have the same with 48khz 24bit audio...
> 
> which version of mlt are you using?

I use mlt 6.4.1-8

is this the last version?

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

[Discover] [Bug 384725] New: Crashes on opening app's page

2017-09-14 Thread Andrew Masyanov
https://bugs.kde.org/show_bug.cgi?id=384725

Bug ID: 384725
   Summary: Crashes on opening app's page
   Product: Discover
   Version: 5.10.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: masyanov...@gmail.com
  Target Milestone: ---

Application: plasma-discover (5.10.5)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.12.12-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
Arch Linux(i have flatpak and packagekit-qt5 installed) has some problems
during installation apps in Discover. Sometimes when i try to open an app page
in the store it crashes.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Discover (plasma-discover), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f22b1243e80 (LWP 20178))]

Thread 10 (Thread 0x7f2250905700 (LWP 20224)):
#0  0x7f22ac937cbb in poll () at /usr/lib/libc.so.6
#1  0x7f22a6f5ec09 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f22a6f5ed1c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f22ad274084 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f22ad217ffb in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f22ad03140e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f22ad03615b in  () at /usr/lib/libQt5Core.so.5
#7  0x7f22a914408a in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f22ac9421bf in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7f226700 (LWP 20201)):
#0  0x7f22a6fa3a69 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7f22a6f5da90 in g_main_context_acquire () at
/usr/lib/libglib-2.0.so.0
#2  0x7f22a6f5eac5 in  () at /usr/lib/libglib-2.0.so.0
#3  0x7f22a6f5ed1c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7f22ad274084 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7f22ad217ffb in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7f22ad03140e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7f22ad03615b in  () at /usr/lib/libQt5Core.so.5
#8  0x7f22a914408a in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f22ac9421bf in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7f227d38f700 (LWP 20198)):
#0  0x7f22a6f5e7a9 in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#1  0x7f22a6f5ec88 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f22a6f5ed1c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f22ad274084 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f22ad217ffb in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f22ad03140e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f22ad03615b in  () at /usr/lib/libQt5Core.so.5
#7  0x7f22a914408a in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f22ac9421bf in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7f227f7a8700 (LWP 20194)):
#0  0x7f22a6fa3a69 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7f22a6f5dfb5 in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#2  0x7f22a6f5eb3b in  () at /usr/lib/libglib-2.0.so.0
#3  0x7f22a6f5ed1c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7f22ad274084 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7f22ad217ffb in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7f22ad03140e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7f22b04eb96b in  () at /usr/lib/libQt5Quick.so.5
#8  0x7f22ad03615b in  () at /usr/lib/libQt5Core.so.5
#9  0x7f22a914408a in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f22ac9421bf in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7f22803b7700 (LWP 20192)):
#0  0x7f22a914a38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f2285c03d9c in  () at /usr/lib/xorg/modules/dri/r600_dri.so
#2  0x7f2285c03ca8 in  () at /usr/lib/xorg/modules/dri/r600_dri.so
#3  0x7f22a914408a in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f22ac9421bf in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7f22813f6700 (LWP 20191)):
#0  0x7f22a914a38d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f2285c03d9c in  () at /usr/lib/xorg/modules/dri/r600_dri.so
#2  0x7f2285c03ca8 in  () at /usr/lib/xorg/modules/dri/r600_dri.so
#3  0x7f22a914408a in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f22ac9421bf in clone () at /usr/lib/libc.so.6


[kdevelop] [Bug 384724] New: spammy cmake project manager

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

Bug ID: 384724
   Summary: spammy cmake project manager
   Product: kdevelop
   Version: unspecified
  Platform: Compiled Sources
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: Build tools: CMake
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: rjvber...@gmail.com
  Target Milestone: ---

Created attachment 107863
  --> https://bugs.kde.org/attachment.cgi?id=107863=edit
qCDebug() is good enough, nothing to warn about here.

A recent commit made the cmake project manager very spammy esp. during project
import: warnings are printed for every unhandled received message, including
the progress messages.

There's no need for that feedback to have warning status. In fact, the function
where this happens doesn't handle messages at all, only replies. If messages
aren't handled elsewhere it really is rather pointless to print the feedback
for each and every received message ...

I haven't yet seen "unhandled reply" warnings from earlier in the
processResponse() function; those can probably be demoted to debug level too.

-- 
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-14 Thread Stefan Majewsky
https://bugs.kde.org/show_bug.cgi?id=384597

Stefan Majewsky  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[kmymoney4] [Bug 384722] Backup use incorrect extension if xml file has been loaded

2017-09-14 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=384722

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||4.8.1
  Latest Commit||https://commits.kde.org/kmy
   ||money/d29b5d261ed4c51a9ff1a
   ||ab99767376ae62e5fec
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Ralf Habacker  ---
Git commit d29b5d261ed4c51a9ff1aab99767376ae62e5fec by Ralf Habacker.
Committed on 14/09/2017 at 21:24.
Pushed by habacker into branch '4.8'.

Fix 'Backup use incorrect extension if xml file has been loaded'

FIXED-IN:4.8.1

M  +2-5kmymoney/kmymoney.cpp

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

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

[kdevelop] [Bug 384723] New: kdevelop/mac 5.1.40 crash in git/commit patchreview mode after using the "Review Patch" contextmenu action

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

Bug ID: 384723
   Summary: kdevelop/mac 5.1.40 crash in git/commit patchreview
mode after using the "Review Patch" contextmenu action
   Product: kdevelop
   Version: unspecified
  Platform: Compiled Sources
OS: OS X
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: rjvber...@gmail.com
  Target Milestone: ---

Application: kdevelop (5.1.40)
 (Compiled from sources)
Qt Version: 5.8.0
Frameworks Version: 5.35.0
Operating System: Darwin 13.4.0 x86_64
Distribution (Platform): MacPorts Packages

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

1. open contextmenu in modified file (repeat until the "Review Patch" entry
shows)
2. choose "Review Patch"
3. leave the patch review mode with the dedicated button
4. use the contextmenu to activate git/commit
5. Fill in this report.

- Unusual behaviour I noticed:

- the "Review Patch" context menu entry isn't present systematically
- the "Review Patch" mode doesn't show a diff but the file itself
- after leaving this view, the file now shows the project name prepended in
titlebar and the open document drop-down menu
- after quitting KDevelop (without closing the document) it will no longer be
open

This happens on Mac, but not when using the XCB qpa (i.e. X11 mode). It reminds
of crashes we've seen in the past when pending mouse events were delivered to
an already deleted object because `delete` was used instead of `deleteLater()`.

The crash can be reproduced every time.

-- Backtrace:
Application: KDevelop (kdevelop), signal: Segmentation fault: 11
(lldb) process attach --pid 69158
Process 69158 stopped
Executable module set to
"/Applications/MacPorts/KF5/kdevelop.app/Contents/MacOS/kdevelop.bin".
Architecture set to: x86_64-apple-macosx.
(lldb) set term-width 200
(lldb) thread info
thread #1: tid = 0x182819c, 0x7fff8fb78e20 libsystem_kernel.dylib`__wait4 +
8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP

(lldb) bt all
* thread #1: tid = 0x182819c, 0x7fff8fb78e20 libsystem_kernel.dylib`__wait4
+ 8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  * frame #0: 0x7fff8fb78e20 libsystem_kernel.dylib`__wait4 + 8
frame #1: 0x00010f4c7cde libKF5Crash.5.dylib`KCrash::startProcess(int,
char const**, bool) [inlined] startProcessInternal(argc=,
directly=) + 125 at kcrash.cpp:651
frame #2: 0x00010f4c7c61
libKF5Crash.5.dylib`KCrash::startProcess(argc=,
argv=, waitAndExit=) + 17 at kcrash.cpp:633
frame #3: 0x00010f4c7aa5
libKF5Crash.5.dylib`KCrash::defaultCrashHandler(sig=11) + 1061 at
kcrash.cpp:530
frame #4: 0x7fff929405aa libsystem_platform.dylib`_sigtramp + 26
frame #5: 0x0001110f1143
QtWidgets`QWidgetWindow::handleMouseEvent(QMouseEvent*) [inlined]
QPointer::operator->() const + 12 at qwidget.h:750
frame #6: 0x0001110f1137
QtWidgets`QWidgetWindow::handleMouseEvent(this=0x7fa159a07da0,
event=0x7fff50b661c8) + 2679 at qwidgetwindow.cpp:529
frame #7: 0x0001110efbd9
QtWidgets`QWidgetWindow::event(this=0x7fa159a07da0,
event=0x7fff50b661c8) + 185 at qwidgetwindow.cpp:239
frame #8: 0x00011108ea6d
QtWidgets`QApplicationPrivate::notify_helper(this=,
receiver=0x7fa159a07da0, e=0x7fff50b661c8) + 269 at
qapplication.cpp:3745
frame #9: 0x000111091de2
QtWidgets`QApplication::notify(this=, receiver=,
e=) + 8306 at qapplication.cpp:3708
frame #10: 0x00011207e717
QtCore`QCoreApplication::notifyInternal2(receiver=0x7fa159a07da0,
event=0x7fff50b661c8) + 167 at qcoreapplication.cpp:995
frame #11: 0x0001118b5ce5
QtGui`QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
[inlined] QCoreApplication::sendSpontaneousEvent(receiver=0x7fa159a07da0,
event=0x000111c06840) + 2581 at qcoreapplication.h:234
frame #12: 0x0001118b5ccf
QtGui`QGuiApplicationPrivate::processMouseEvent(e=0x7fa1589925f0) + 2559 at
qguiapplication.cpp:1931
frame #13: 0x0001118b4b5c
QtGui`QGuiApplicationPrivate::processWindowSystemEvent(e=0x7fa1589925f0) +
124 at qguiapplication.cpp:1715
frame #14: 0x00011189d0bb
QtGui`QWindowSystemInterface::sendWindowSystemEvents(flags=) + 171
at qwindowsysteminterface.cpp:710
frame #15: 0x00011bb1f0b1
libqaltcocoa.dylib`QCocoaEventDispatcherPrivate::processPostedEvents(this=)
+ 321 at qcocoaeventdispatcher.mm:889
frame #16: 0x00011bb1fac3
libqaltcocoa.dylib`QCocoaEventDispatcherPrivate::postedEventsSourceCallback(info=0x7fa14a6474f0)
+ 179 at qcocoaeventdispatcher.mm:925
frame #17: 0x7fff9a53a5b1
CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
frame #18: 0x7fff9a52bc62 

[kmymoney4] [Bug 384722] New: Backup use incorrect extension if xml file has been loaded

2017-09-14 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=384722

Bug ID: 384722
   Summary: Backup use incorrect extension if xml file has been
loaded
   Product: kmymoney4
   Version: 4.8.0
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

kmymoney is able to load kmymoney files with extension .kml (archive) and .xml
(simple xml file). Creating a backup file always creates a file with extension
.kml which is incorrect in case an .xml file has been loaded.

How to reproduce:
1. start kmymoney
2. load kmymoney file with extension .xml
3. Select File->Backup and save the file

What happens ?
The saved file has an extension .kml

What is expected ?
The saved file should have the extension .xml

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

[elisa] [Bug 384720] Elisa says "No tracks have been found"

2017-09-14 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=384720

--- Comment #4 from Matthieu Gallien  ---
Please check with the real path where stuff is installed by cmake.

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

[elisa] [Bug 384720] Elisa says "No tracks have been found"

2017-09-14 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=384720

--- Comment #3 from Matthieu Gallien  ---
Could you try doing those two steps ?

export
QT_PLUGIN_PATH=/path/to/elisa/lib/x86_64-linux-gnu/plugins:/usr/lib/x86_64-linux-gnu/qt5/plugins
export XDG_DATA_DIRS=/path/to/elisa/share:$XDG_DATA_DIRS

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

[kde-gtk-config] [Bug 382291] System settings GTK apps configurations resets.

2017-09-14 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382291

Dr. Chapatin  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |---

--- Comment #3 from Dr. Chapatin  ---
this bug affects plasma 5.11 beta on Arch.

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

[digikam] [Bug 160893] Use UPNP server as image database

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

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

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #7 from caulier.gil...@gmail.com ---
For your pleasure...

https://www.flickr.com/photos/digikam/36832016080/
https://www.flickr.com/photos/digikam/36415316353/
https://www.flickr.com/photos/digikam/36415316843/

Gilles Caulier

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

[plasma-pk-updates] [Bug 384721] New: Broken translations

2017-09-14 Thread Fabian Vogt
https://bugs.kde.org/show_bug.cgi?id=384721

Bug ID: 384721
   Summary: Broken translations
   Product: plasma-pk-updates
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: jgrul...@redhat.com
  Reporter: fab...@ritter-vogt.de
  Target Milestone: ---

Created attachment 107862
  --> https://bugs.kde.org/attachment.cgi?id=107862=edit
Screenshot showing some missing translations

For some reason some translations are not applied, see screenshot.
I guess that it is due to a wrong/missing translation domain?

Using git master and l10n-kf5 svn trunk.

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

[okular] [Bug 384701] Okular generated scrambled output on printer from pdf file

2017-09-14 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=384701

--- Comment #6 from Freek de Kruijf  ---
Entered in bugzilla of Freedesktop.

Thanks for the reaction.

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

[elisa] [Bug 384720] Elisa says "No tracks have been found"

2017-09-14 Thread Matthieu Gallien
https://bugs.kde.org/show_bug.cgi?id=384720

--- Comment #2 from Matthieu Gallien  ---
Hello,

The setting dialog is not installed into the path expected by the system. I
have to fix that. This should allow you to configure the real path to your
collection.
In case your collection is big, initial indexing can take quite some time to be
done.
I will also test putting a symlink in default music path. I am not sure what
happen in this case.

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

[elisa] [Bug 384720] Elisa says "No tracks have been found"

2017-09-14 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=384720

--- Comment #1 from Mykola Krachkovsky  ---
Console log:

database open
DatabaseInterface::init yes
DatabaseInterface::reloadExistingDatabase
WARNING: Cannot find style "org.kde.desktop" - fallback:
"/usr/lib64/qt5/qml/QtQuick/Controls/Styles/Desktop"
qrc:/MediaAllTracksView.qml:102:17: QML Image: Failed to get image from
provider: image://icon/edit-clear
qrc:/MediaAllTracksView.qml:102:17: QML Image: Failed to get image from
provider: image://icon/edit-clear
qrc:/MediaAllArtistView.qml:103:17: QML Image: Failed to get image from
provider: image://icon/edit-clear
qrc:/MediaAllArtistView.qml:103:17: QML Image: Failed to get image from
provider: image://icon/edit-clear
qrc:/MediaAllAlbumView.qml:106:17: QML Image: Failed to get image from
provider: image://icon/edit-clear
qrc:/MediaAllAlbumView.qml:106:17: QML Image: Failed to get image from
provider: image://icon/edit-clear
PlayListControler::setPersistentState QMap(("currentTrack", QVariant(int,
-1))("randomPlay", QVariant(bool, false))("repeatPlay", QVariant(bool, false)))
qrc:/MediaServer.qml:166:26: Unable to assign [undefined] to QVariantList

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

[kmymoney4] [Bug 384708] Windows Version - User Account Control Warning

2017-09-14 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=384708

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Ralf Habacker  ---
You did not wrote which os and kmymoney package variant (32bit or 64bit) you
are using ?

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

[elisa] [Bug 384720] New: Elisa says "No tracks have been found"

2017-09-14 Thread Mykola Krachkovsky
https://bugs.kde.org/show_bug.cgi?id=384720

Bug ID: 384720
   Summary: Elisa says "No tracks have been found"
   Product: elisa
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: matthieu_gall...@yahoo.fr
  Reporter: w01dn...@gmail.com
  Target Milestone: ---

Elisa says "No tracks have been found" and just rolling waiting icon in albums.
Setting dialog is empty except dialog buttons.

I'm not sure this is a reason, but my music directory in home (SSD) is just a
symlink to actual location on HDD. I've tried to change XDG directory to exact
location on HDD without symlink. No any change.

Elisa from git.
KDE Frameworks 5.37.0
Qt 5.9.1.

openSUSE Tumbleweed x86_64,
KDE Plasma 5.

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

[digikam] [Bug 160893] Use UPNP server as image database

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

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

   What|Removed |Added

 Resolution|WONTFIX |FIXED
   Version Fixed In|4.11.0  |5.8.0

--- Comment #6 from caulier.gil...@gmail.com ---
I re-visite this file, because with 5.8.0 release, a new UPNP/DLNA server was
included in digiKam core, and also Showfoto. It will be possible to share
Albums, Tags, Searches, and Labels.

The contents will be available on tablets, phone, TV, and computer where
relevant application compatible with Upnp/Dlna will be installed.

Gilles Caulier

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

[plasmashell] [Bug 381127] [Wayland] Changing desktop layout crashes Plasma.

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

--- Comment #9 from tro...@free.fr ---
I should add that actually, it also happens on a single monitor configuration.

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

[plasmashell] [Bug 384719] New: "Old" Application Menu Crash on Wayland

2017-09-14 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=384719

Bug ID: 384719
   Summary: "Old" Application Menu Crash on Wayland
   Product: plasmashell
   Version: 5.10.95
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: m...@rainer-finke.de
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.10.95)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.13.2-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed: Open the old/traditional
appplication menu, scroll over some menu entries and then click to the desktop.
This will crash Plasma-Wayland.

The crash can be reproduced every time.

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

Thread 13 (Thread 0x7f86724fc700 (LWP 5829)):
[KCrash Handler]
#5  0x7f875b947c81 in wl_proxy_create_wrapper () at
/usr/lib/libwayland-client.so.0
#6  0x7f873df3d78a in  () at /usr/lib/libEGL_mesa.so.0
#7  0x7f873df2a6ff in  () at /usr/lib/libEGL_mesa.so.0
#8  0x7f873e576f4d in  () at
/usr/lib/qt/plugins/wayland-graphics-integration-client/libwayland-egl.so
#9  0x7f873e5754c5 in  () at
/usr/lib/qt/plugins/wayland-graphics-integration-client/libwayland-egl.so
#10 0x7f875db51a59 in QOpenGLContext::makeCurrent(QSurface*) () at
/usr/lib/libQt5Gui.so.5
#11 0x7f8760eeef86 in  () at /usr/lib/libQt5Quick.so.5
#12 0x7f8760ef6c46 in  () at /usr/lib/libQt5Quick.so.5
#13 0x7f8760ef5e5b in  () at /usr/lib/libQt5Quick.so.5
#14 0x7f8760ef6254 in  () at /usr/lib/libQt5Quick.so.5
#15 0x7f875d14415b in  () at /usr/lib/libQt5Core.so.5
#16 0x7f875c2fd08a in start_thread () at /usr/lib/libpthread.so.0
#17 0x7f875ca501bf in clone () at /usr/lib/libc.so.6

Thread 12 (Thread 0x7f8672cfd700 (LWP 5828)):
#0  0x7f875c30338d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f875d1455ec in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f8760ef5dca in  () at /usr/lib/libQt5Quick.so.5
#3  0x7f8760ef6254 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f875d14415b in  () at /usr/lib/libQt5Core.so.5
#5  0x7f875c2fd08a in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f875ca501bf in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7f8673fff700 (LWP 5811)):
#0  0x7f875c30338d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f875d1455ec in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f8760ef5dca in  () at /usr/lib/libQt5Quick.so.5
#3  0x7f8760ef6254 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f875d14415b in  () at /usr/lib/libQt5Core.so.5
#5  0x7f875c2fd08a in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f875ca501bf in clone () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7f8685c0f700 (LWP 5804)):
#0  0x7f875c30338d in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f875d1455ec in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib/libQt5Core.so.5
#2  0x7f8760ef5dca in  () at /usr/lib/libQt5Quick.so.5
#3  0x7f8760ef6254 in  () at /usr/lib/libQt5Quick.so.5
#4  0x7f875d14415b in  () at /usr/lib/libQt5Core.so.5
#5  0x7f875c2fd08a in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f875ca501bf in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7f868ee7e700 (LWP 5802)):
#0  0x7ffe447f1969 in  ()
#1  0x7ffe447f1c20 in clock_gettime ()
#2  0x7f875ca5da66 in clock_gettime () at /usr/lib/libc.so.6
#3  0x7f875d381972 in  () at /usr/lib/libQt5Core.so.5
#4  0x7f875d38010a in QTimerInfoList::updateCurrentTime() () at
/usr/lib/libQt5Core.so.5
#5  0x7f875d3806e6 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib/libQt5Core.so.5
#6  0x7f875d381dcf in  () at /usr/lib/libQt5Core.so.5
#7  0x7f8757322148 in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#8  0x7f8757322b3b in  () at /usr/lib/libglib-2.0.so.0
#9  0x7f8757322d1c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#10 0x7f875d382084 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#11 0x7f875d325ffb in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#12 0x7f875d13f40e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#13 0x7f875d14415b in  () at /usr/lib/libQt5Core.so.5
#14 0x7f875c2fd08a in start_thread () at /usr/lib/libpthread.so.0
#15 0x7f875ca501bf in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7f8694ecb700 (LWP 5801)):
#0  

[frameworks-solid] [Bug 270808] KDE should spin-down external hard disks when 'safely removed'

2017-09-14 Thread Kayra Akman
https://bugs.kde.org/show_bug.cgi?id=270808

Kayra Akman  changed:

   What|Removed |Added

 CC||ckak...@gmail.com

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

[systemsettings] [Bug 384718] New: Systemsettings: Scrolling with touchpad doesn't work as normal (Wayland + X11)

2017-09-14 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=384718

Bug ID: 384718
   Summary: Systemsettings: Scrolling with touchpad doesn't work
as normal (Wayland + X11)
   Product: systemsettings
   Version: 5.10.95
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: sidebarview
  Assignee: notm...@gmail.com
  Reporter: m...@rainer-finke.de
  Target Milestone: ---

In the systemsettings in the new sidebar the scrolling with the touchpad
doesn't work as expected, it is choppy and goes up but then without interaction
down again.

Scrolling per touchscreen is as well not recognized.

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

[digikam] [Bug 383711] All Albums Disappear

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

--- Comment #2 from hardy.pub...@gmail.com ---
Anyone?

I have to close and re-open DigiKam but it has to read all he photos again to
restore the collection.

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

[digikam] [Bug 383711] All Albums Disappear

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

--- Comment #1 from hardy.pub...@gmail.com ---
Created attachment 107861
  --> https://bugs.kde.org/attachment.cgi?id=107861=edit
Screenshot Of Lost Collections

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

[digikam] [Bug 384577] Rename of video files stalls and must click abort

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

--- Comment #9 from Maik Qualmann  ---
Git commit 7ea843fc86e000ddf5fb2b45172bc6b36714850c by Maik Qualmann.
Committed on 14/09/2017 at 19:08.
Pushed by mqualmann into branch 'master'.

change signal/slots handling for renaming and show error in the dialog

M  +4-20   libs/database/utils/dio.cpp
M  +0-1libs/database/utils/dio.h
M  +3-0libs/iojobs/iojob.cpp
M  +1-0libs/iojobs/iojob.h
M  +2-16   libs/iojobs/iojobsthread.cpp
M  +3-10   libs/iojobs/iojobsthread.h
M  +9-6utilities/advancedrename/advancedrenameprocessdialog.cpp

https://commits.kde.org/digikam/7ea843fc86e000ddf5fb2b45172bc6b36714850c

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

[krita] [Bug 384639] G'Mic does not open in Mint

2017-09-14 Thread Cliff
https://bugs.kde.org/show_bug.cgi?id=384639

--- Comment #8 from Cliff  ---
Sorry, I didn't know that you needed that. So here's the output when I opened
Krita, opened a random file, and then tried to start G'Mic.

No "breeze" available.
Set style "fusion"
OpenGL Info
  Vendor:  Intel Open Source Technology Center
  Renderer:  "Mesa DRI Intel(R) Haswell Mobile "
  Version:  3.0 Mesa 17.0.7
  Shading language:  1.30
  Requested format:  QSurfaceFormat(version 3.0, options QFlags(0x4),
depthBufferSize 24, redBufferSize -1, greenBufferSize -1, blueBufferSize -1,
alphaBufferSize -1, stencilBufferSize 8, samples -1, swapBehavior 2,
swapInterval 0, profile  2)
  Current format:QSurfaceFormat(version 3.0, options QFlags(0x4),
depthBufferSize 24, redBufferSize 8, greenBufferSize 8, blueBufferSize 8,
alphaBufferSize 0, stencilBufferSize 8, samples -1, swapBehavior 2,
swapInterval 0, profile  0)
 Version: 3 . 0
 Supports deprecated functions true
krita has opengl true
Setting XDG_DATA_DIRS
"/tmp/.mount_hXXMY3/usr/bin/../share:./share/:/usr/share/cinnamon:/usr/share/gnome:/usr/local/share/:/usr/share/"
Available translations QSet("hi", "mr", "sl", "af", "pl", "he", "vi", "wa",
"ru", "ca@valencia", "gl", "zh_TW", "ia", "ug", "ga", "br", "da", "nl", "nb",
"tr", "de", "pt", "ja", "en_US", "sq", "sk", "it", "uz", "bs", "fr", "fa",
"tg", "hne", "zh_CN", "mai", "pt_BR", "ko", "fi", "fy", "oc", "lt", "ms", "hu",
"ast", "ca", "hr", "ne", "ta", "mk", "xh", "el", "nn", "eu", "se", "eo", "ar",
"cs", "pa", "es", "is", "nds", "et", "be", "lv", "kk", "uz@cyrillic", "uk",
"th", "km", "en_GB", "sv", "cy", "ro", "bg")
Available domain translations QSet("hi", "mr", "sl", "af", "pl", "he", "vi",
"wa", "ru", "ca@valencia", "gl", "zh_TW", "ia", "ug", "ga", "br", "da", "nl",
"nb", "tr", "de", "pt", "ja", "en_US", "sq", "sk", "it", "uz", "bs", "fr",
"fa", "tg", "hne", "zh_CN", "mai", "pt_BR", "ko", "fi", "fy", "oc", "lt", "ms",
"hu", "ast", "ca", "hr", "ne", "ta", "mk", "xh", "el", "nn", "eu", "se", "eo",
"ar", "cs", "pa", "es", "is", "nds", "et", "be", "lv", "kk", "uz@cyrillic",
"uk", "th", "km", "en_GB", "sv", "cy", "ro", "bg")
Override language: ""
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
libpng warning: iCCP: too many profiles
QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
cHRM: 6.91001e-310 6.91001e-310 6.91001e-310 4.85568e-320 6.91001e-310
6.91001e-310 2.50392e-320 6.91001e-310
sRGB 32563
libpng warning: iCCP: too many profiles
stateChanged QProcess::ProcessState(Starting)
stateChanged QProcess::ProcessState(NotRunning)
Plugin started false QProcess::ProcessState(NotRunning)

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

[okular] [Bug 384701] Okular generated scrambled output on printer from pdf file

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

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #5 from Albert Astals Cid  ---
Please report the bug at poppler since it is where the problem is
http://bugs.freedesktop.org/

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

[okular] [Bug 382725] Okular crashes when rotating view in multi-page pdf document

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

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #8 from Albert Astals Cid  ---
Sergey said it works for him fine now in a private email.

-- 
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-14 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=384597

Antonio Rojas  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Ever confirmed|1   |0
 Status|RESOLVED|UNCONFIRMED
 CC||aro...@archlinux.org

--- Comment #23 from Antonio Rojas  ---
It's not fixed. A tarball has been released with the commit reverted, but trunk
is still broken and a proper fix needs to be committed.

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

[kdenlive] [Bug 384717] New: Kdenlive Crashed When Using Proxy Clips

2017-09-14 Thread Reasonably Selenium
https://bugs.kde.org/show_bug.cgi?id=384717

Bug ID: 384717
   Summary: Kdenlive Crashed When Using Proxy Clips
   Product: kdenlive
   Version: 17.04.3
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: reasonably.selenium+bugtr...@gmail.com
  Target Milestone: ---

Created attachment 107860
  --> https://bugs.kde.org/attachment.cgi?id=107860=edit
This is the bug report that I generated.

I was working with proxy clips when I tryed to open my video project and I saw
a message saying that all the source clips and proxy clips were missing. When I
clicked "Continue" I was greeted by all the clips, only for Kdenlive to crash
when I moved my cursor along the timeline. It appears that the crash occurs any
time I try to load one of my media files when it was proxyed. Kdenlive does not
show them as proxyed before the video editor crashed however. The encoding
profile for these proxy clips is set to MPEG for videos and images greater than
500 px.

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

[frameworks-syntax-highlighting] [Bug 384716] New: TypeScript Highlighting

2017-09-14 Thread Aqeel Zafar
https://bugs.kde.org/show_bug.cgi?id=384716

Bug ID: 384716
   Summary: TypeScript Highlighting
   Product: frameworks-syntax-highlighting
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: syntax
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: aq...@aqeeliz.com
  Target Milestone: ---

Please add TypeScript syntax highlighting.

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

[muon] [Bug 328241] After package installation list of found packages is not the same.

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

helpunclejack...@gmail.com changed:

   What|Removed |Added

 CC||helpunclejack...@gmail.com

--- Comment #3 from helpunclejack...@gmail.com ---
I'm running into a worse version of this issue: I can't find any packages after
installing one.

https://streamable.com/9g2kz

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 16.04.3 LTS
Release:16.04
Codename:   xenial

$ muon --version
muon 5.6.0

-- 
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-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384597

Nate Graham  changed:

   What|Removed |Added

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

--- Comment #22 from Nate Graham  ---
Great, marking this as fixed, then.

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

[okular] [Bug 384701] Okular generated scrambled output on printer from pdf file

2017-09-14 Thread Freek de Kruijf
https://bugs.kde.org/show_bug.cgi?id=384701

Freek de Kruijf  changed:

   What|Removed |Added

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

--- Comment #4 from Freek de Kruijf  ---
(In reply to Albert Astals Cid from comment #3)
> Try the force rasterization option, that should workaround it probably.

It does.

> Also does pdftops produce the same problematic conversion?

Yes.

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

[systemsettings] [Bug 384715] New: Request for spelling correction of translation into Brazilian Portuguese

2017-09-14 Thread Ricardo Pereira da Costa
https://bugs.kde.org/show_bug.cgi?id=384715

Bug ID: 384715
   Summary: Request for spelling correction of translation into
Brazilian Portuguese
   Product: systemsettings
   Version: 5.10.5
  Platform: Manjaro
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: kcm_gtk
  Assignee: aleix...@gmail.com
  Reporter: pereiradacostarica...@gmail.com
  Target Milestone: ---

I would like to request the correction of the spelling error "Ro%la uma página
para cima/baixo". I also suggest that "Rola (...)" be replaced by "Rolar
(...)", to maintain uniformity with the conjugation of the verb of the previous
option ("Pular (...)").

Thank you

-- 
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-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384597

--- Comment #21 from gr...@sub.red ---
You're right. I haven't seen it (like Nate Graham) because it's not in the
master branch.

https://cgit.kde.org/kglobalaccel.git/commit/?h=v5.38.1=d9e0f2af21cb039d95b2173d66bb18bc5a94cec9

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

[okular] [Bug 384701] Okular generated scrambled output on printer from pdf file

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

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO
 CC||aa...@kde.org

--- Comment #3 from Albert Astals Cid  ---
Try the force rasterization option, that should workaround it probably.

Also does pdftops produce the same problematic conversion?

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

[kdenlive] [Bug 384714] New: Unwanted change of Revert flag in Wipe effect

2017-09-14 Thread Benoit Touron
https://bugs.kde.org/show_bug.cgi?id=384714

Bug ID: 384714
   Summary: Unwanted change of Revert flag in Wipe effect
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: benoit.tou...@gmail.com
  Target Milestone: ---

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

Add a "wipe" transition between 2 tracks
Click on the effect in the timeline and check the properties. "Revert" is
activated.
Modify the softness and click anywhere in the timeline.
Click again on the wipe effect in the timeline and check the properties of the
effect.
"Revert" has been modified and is now unselected. This is the bug.

Workaround : before changing the softness, uncheck "revert", it will be
rechecked when you apply the modifications on the effect.

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

[plasmashell] [Bug 358263] Cannot set first day of week in calendar

2017-09-14 Thread miklos
https://bugs.kde.org/show_bug.cgi?id=358263

--- Comment #2 from miklos  ---
Well, now I have Qt 5.9, and this problem still persists.

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

[okular] [Bug 380459] read out loud

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

--- Comment #4 from Albert Astals Cid  ---
On Archlinux you install the flite package.

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

[plasmashell] [Bug 384713] New: Plasma crash - again

2017-09-14 Thread Manfred Kitzbichler
https://bugs.kde.org/show_bug.cgi?id=384713

Bug ID: 384713
   Summary: Plasma crash - again
   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: manfred.kitzbich...@gmail.com
CC: plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.10.5)

Qt Version: 5.9.1
Frameworks Version: 5.37.0
Operating System: Linux 4.12.8-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed:
I changed the WiFi network using the icon in the system tray. This worked, but
at the same time the desktop went black and respawned plasma (I was not logged
out though).

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

Thread 24 (Thread 0x7f8f042c7700 (LWP 29748)):
#0  0x7f8ff4a37b89 in g_mutex_lock () at /usr/lib64/libglib-2.0.so.0
#1  0x7f8ff49f20d5 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#2  0x7f8ff49f2c5b in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f8ff49f2e3c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f8ffa3286ab in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7f8ffa2d135a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f8ffa10131a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7f8ffd24d705 in  () at /usr/lib64/libQt5Qml.so.5
#8  0x7f8ffa105d2e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f8ff92b92e8 in start_thread () at /lib64/libpthread.so.0
#10 0x7f8ff9a085df in clone () at /lib64/libc.so.6

Thread 23 (Thread 0x7f8f056c8700 (LWP 29607)):
#0  0x7f8ff4a37ba4 in g_mutex_unlock () at /usr/lib64/libglib-2.0.so.0
#1  0x7f8ff49f2258 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#2  0x7f8ff49f2c5b in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f8ff49f2e3c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f8ffa3286ab in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7f8ffa2d135a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f8ffa10131a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7f8ffd24d705 in  () at /usr/lib64/libQt5Qml.so.5
#8  0x7f8ffa105d2e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f8ff92b92e8 in start_thread () at /lib64/libpthread.so.0
#10 0x7f8ff9a085df in clone () at /lib64/libc.so.6

Thread 22 (Thread 0x7f8f09c86700 (LWP 27931)):
#0  0x7f8ff4a37b89 in g_mutex_lock () at /usr/lib64/libglib-2.0.so.0
#1  0x7f8ff49f1bb0 in g_main_context_acquire () at
/usr/lib64/libglib-2.0.so.0
#2  0x7f8ff49f2be5 in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f8ff49f2e3c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f8ffa3286ab in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7f8ffa2d135a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f8ffa10131a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7f8ffd24d705 in  () at /usr/lib64/libQt5Qml.so.5
#8  0x7f8ffa105d2e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f8ff92b92e8 in start_thread () at /lib64/libpthread.so.0
#10 0x7f8ff9a085df in clone () at /lib64/libc.so.6

Thread 21 (Thread 0x7f8f0b1da700 (LWP 27914)):
#0  0x7f8ff4a37b80 in g_mutex_lock () at /usr/lib64/libglib-2.0.so.0
#1  0x7f8ff49f2451 in g_main_context_query () at
/usr/lib64/libglib-2.0.so.0
#2  0x7f8ff49f2ca7 in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f8ff49f2e3c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f8ffa3286ab in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7f8ffa2d135a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f8ffa10131a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7f8ffd24d705 in  () at /usr/lib64/libQt5Qml.so.5
#8  0x7f8ffa105d2e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f8ff92b92e8 in start_thread () at /lib64/libpthread.so.0
#10 0x7f8ff9a085df in clone () at /lib64/libc.so.6

Thread 20 (Thread 0x7f8f1acac700 (LWP 21414)):
#0  0x7f8fef7fc5dc in pa_pstream_ref () at
/usr/lib64/pulseaudio/libpulsecommon-11.0.so
#1  0x7f8fef7fcd94 in  () at /usr/lib64/pulseaudio/libpulsecommon-11.0.so
#2  0x7f8fef7fd169 in  () at /usr/lib64/pulseaudio/libpulsecommon-11.0.so
#3  0x7f8fef7fd9ef in  () at /usr/lib64/pulseaudio/libpulsecommon-11.0.so
#4  0x7f8ff07bd4b8 in pa_mainloop_dispatch () at 

[systemsettings] [Bug 384712] New: systemsettings5 is crashing on Wayland

2017-09-14 Thread Rainer Finke
https://bugs.kde.org/show_bug.cgi?id=384712

Bug ID: 384712
   Summary: systemsettings5 is crashing on Wayland
   Product: systemsettings
   Version: 5.10.95
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: m...@rainer-finke.de
  Target Milestone: ---

Application: systemsettings5 (5.10.95)

Qt Version: 5.9.1
Frameworks Version: 5.38.0
Operating System: Linux 4.13.2-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed: Open systemsettings on Wayland
and change e.g. the DPI settings in the fonts. Save and close the window. Then
systemsettings will crash.
- Unusual behavior I noticed: Application doesn't close as it should.

- Custom settings of the application: Change DPI

The crash can be reproduced every time.

-- Backtrace:
Application: Systemeinstellungen (systemsettings5), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f74a55f4d40 (LWP 2212))]

Thread 5 (Thread 0x7f746489e700 (LWP 2232)):
#0  0x7f74a123dcbb in poll () from /usr/lib/libc.so.6
#1  0x7f7491ad97c3 in ?? () from /usr/lib/libpulse.so.0
#2  0x7f7491acac20 in pa_mainloop_poll () from /usr/lib/libpulse.so.0
#3  0x7f7491acb2c1 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0
#4  0x7f7491acb351 in pa_mainloop_run () from /usr/lib/libpulse.so.0
#5  0x7f7491ad96fe in ?? () from /usr/lib/libpulse.so.0
#6  0x7f749167288c in ?? () from /usr/lib/pulseaudio/libpulsecommon-11.0.so
#7  0x7f749cfe708a in start_thread () from /usr/lib/libpthread.so.0
#8  0x7f74a12481bf in clone () from /usr/lib/libc.so.6

Thread 4 (Thread 0x7f747b297700 (LWP 2216)):
#0  0x7f74a123dcbb in poll () from /usr/lib/libc.so.6
#1  0x7f749ae01c09 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x7f749ae01d1c in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#3  0x7f74a1b7a084 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#4  0x7f74a1b1dffb in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#5  0x7f74a193740e in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x7f749f9d23d9 in ?? () from /usr/lib/libQt5Qml.so.5
#7  0x7f74a193c15b in ?? () from /usr/lib/libQt5Core.so.5
#8  0x7f749cfe708a in start_thread () from /usr/lib/libpthread.so.0
#9  0x7f74a12481bf in clone () from /usr/lib/libc.so.6

Thread 3 (Thread 0x7f7483604700 (LWP 2215)):
#0  0x7f749ae46a69 in g_mutex_lock () from /usr/lib/libglib-2.0.so.0
#1  0x7f749ae00a90 in g_main_context_acquire () from
/usr/lib/libglib-2.0.so.0
#2  0x7f749ae01ac5 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x7f749ae01d1c in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#4  0x7f74a1b7a084 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#5  0x7f74a1b1dffb in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#6  0x7f74a193740e in QThread::exec() () from /usr/lib/libQt5Core.so.5
#7  0x7f749f9d23d9 in ?? () from /usr/lib/libQt5Qml.so.5
#8  0x7f74a193c15b in ?? () from /usr/lib/libQt5Core.so.5
#9  0x7f749cfe708a in start_thread () from /usr/lib/libpthread.so.0
#10 0x7f74a12481bf in clone () from /usr/lib/libc.so.6

Thread 2 (Thread 0x7f7490182700 (LWP 2214)):
#0  0x7f74a123dcbb in poll () from /usr/lib/libc.so.6
#1  0x7f749ae01c09 in ?? () from /usr/lib/libglib-2.0.so.0
#2  0x7f749ae01d1c in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#3  0x7f74a1b7a084 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#4  0x7f74a1b1dffb in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#5  0x7f74a193740e in QThread::exec() () from /usr/lib/libQt5Core.so.5
#6  0x7f74a1f99396 in ?? () from /usr/lib/libQt5DBus.so.5
#7  0x7f74a193c15b in ?? () from /usr/lib/libQt5Core.so.5
#8  0x7f749cfe708a in start_thread () from /usr/lib/libpthread.so.0
#9  0x7f74a12481bf in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7f74a55f4d40 (LWP 2212)):
[KCrash Handler]
#5  0x7f749dac8e2e in _XSend () from /usr/lib/libX11.so.6
#6  0x7f749dac9280 in _XFlush () from /usr/lib/libX11.so.6
#7  0x7f749dacbe25 in _XGetRequest () from /usr/lib/libX11.so.6
#8  0x7f749dabf56d in XQueryExtension () from /usr/lib/libX11.so.6
#9  0x7f749dab30e2 in XInitExtension () from /usr/lib/libX11.so.6
#10 0x7f7492332b4d in XRenderFindDisplay () from /usr/lib/libXrender.so.1
#11 0x7f7492332e71 in XRenderQueryExtension () from
/usr/lib/libXrender.so.1
#12 0x7f74353aaa47 in ?? () from /usr/lib/libXft.so.2
#13 0x7f74353aaede in XftDefaultHasRender () 

[valgrind] [Bug 383723] MacOS 10.12.x: UNKNOWN workq_ops option 128, and ud2 opcode

2017-09-14 Thread Andy
https://bugs.kde.org/show_bug.cgi?id=383723

--- Comment #11 from Andy  ---
Created attachment 107858
  --> https://bugs.kde.org/attachment.cgi?id=107858=edit
{darwin} Accepts and ignores WQOPS_SET_EVENT_MANAGER_PRIORITY

This patch fixes the original issue in this bug report.

It recognizes the WQOPS_SET_EVENT_MANAGER_PRIORITY case and ignores it.

This does not address the second issue in this report (the kevent_qos issue).

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

[kate] [Bug 378275] Kate doesn't do smooth pixel-by-pixel scrolling

2017-09-14 Thread atomnuker
https://bugs.kde.org/show_bug.cgi?id=378275

--- Comment #3 from atomnuker  ---
I looked into QPlainTextEdit which is what kate/konsole use and unfortunately
its been written with the assumption the Y position is always going to be an
integer. It would probably require a complete rewrite. Maybe a better idea is
to change QPlainTextEdit for some other widged.

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

2017-09-14 Thread Nikos Chantziaras
https://bugs.kde.org/show_bug.cgi?id=376245

Nikos Chantziaras  changed:

   What|Removed |Added

 CC|rea...@gmail.com|

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

[Breeze] [Bug 384473] Missing icon sizes

2017-09-14 Thread mandian
https://bugs.kde.org/show_bug.cgi?id=384473

--- Comment #6 from mandian  ---
I am not but I can't find the way to remove it from plan.

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

[kdenlive] [Bug 384593] Preview optimization: Dont rerender chunks

2017-09-14 Thread alberto
https://bugs.kde.org/show_bug.cgi?id=384593

alberto  changed:

   What|Removed |Added

   Severity|normal  |wishlist

--- Comment #2 from alberto  ---
Hidding invalidates the preview, which not exactly wrong, but unhiding it,
doesnt recover the chunks already rendered, despite not having changed anything
at all

Preview is an awesome feature and have a lot of potential, it just need to use
a few optimizations here and there

Mostly dont renrender things that havent change and use all cores to render
different chunks

I change the importance of the bug to wishlist, since nothing is really broken
because of this. Its just very slow and you have to be very careful which what
you touch when editing knowning you are going to lose the preview speed with
certain moves :)

Thanks again for this awesome editor!

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

[plasmashell] [Bug 384692] Crash on resizing pannel (wayland)

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

David Edmundson  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |generic-wayland

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

[digikam] [Bug 380333] Right click - Group and Menu - View - Group do not match

2017-09-14 Thread Simon
https://bugs.kde.org/show_bug.cgi?id=380333

Simon  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/dig
   ||ikam/99e56fc6c7da0ec9ccea67
   ||4777d6d3e2fef335a9
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||5.8.0

--- Comment #5 from Simon  ---
Git commit 99e56fc6c7da0ec9ccea674777d6d3e2fef335a9 by Simon Frei.
Committed on 14/09/2017 at 16:42.
Pushed by sfrei into branch 'master'.

In main view rename Group to Separate to avoid collision with grouping feature
FIXED-IN: 5.8.0

M  +2-1NEWS
M  +2-2app/items/digikamimageview.cpp
M  +29   -29   app/main/digikamapp.cpp
M  +4-4app/main/digikamapp_p.h
M  +4-4app/main/digikamui5.rc
M  +4-4app/views/digikamview.cpp
M  +2-2app/views/digikamview.h
M  +7-7libs/settings/applicationsettings.cpp
M  +4-4libs/settings/applicationsettings.h
M  +8-8libs/settings/applicationsettings_iconview.cpp
M  +7-7libs/settings/applicationsettings_p.cpp
M  +5-5libs/settings/applicationsettings_p.h
M  +11   -11   utilities/importui/main/importsettings.cpp
M  +2-2utilities/importui/main/importsettings.h
M  +12   -12   utilities/importui/main/importui.cpp
M  +2-2utilities/importui/views/importview.cpp
M  +1-1utilities/importui/views/importview.h

https://commits.kde.org/digikam/99e56fc6c7da0ec9ccea674777d6d3e2fef335a9

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

[kwin] [Bug 384660] Part of the screen(s) "often" flickers when showing windows

2017-09-14 Thread Antonio Orefice
https://bugs.kde.org/show_bug.cgi?id=384660

--- Comment #8 from Antonio Orefice  ---
I'll probably update you by monday,  as i can test only in business days.
I plan to keep using breeze another day, and, if no flicker occurred, i'll
change it to oxygen without restarting the kwin_x11 process; if no flicker will
occour, i'll try to switch to oxygen after restarting kwin.

Meantime, maybe useful, here's my oxygenrc:

[ActiveShadow]
InnerColor=0,0,0
OuterColor=77,173,236
ShadowSize=35

[InactiveShadow]
ShadowSize=40
UseOuterColor=true
VerticalOffset=0.5

[Style]
WindowDragMode=WD_MINIMAL

[Windeco]
AnimationsEnabled=false
DrawSizeGrip=false

[Windeco Exception 0]
BorderSize=2
Enabled=true
ExceptionPattern=(Gtk3-widget-factory|altra)
ExceptionType=0
HideTitleBar=true
Mask=16

[Windeco Exception 1]
BorderSize=0
Enabled=false
ExceptionPattern=konsole
ExceptionType=0
HideTitleBar=false
Mask=16

-- 
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-14 Thread Stefan Majewsky
https://bugs.kde.org/show_bug.cgi?id=384597

--- Comment #20 from Stefan Majewsky  ---
@grmat(In reply to grmat from comment #19)
> Can confirm it is fixed, but why?
> 
> Arch has not made a change to the package:
> https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/
> kglobalaccel=82c50bed02e8de51c11588a2d4e2cc84e59bf7f0

They updated the version. kglobalaccel 5.38.1 has the change mentioned in #12
reverted if I understand #14 correctly.

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

[kcalutils] [Bug 383890] kcalutils-testincidenceformatter test fails in 17.04/17.08

2017-09-14 Thread Volker Krause
https://bugs.kde.org/show_bug.cgi?id=383890

--- Comment #2 from Volker Krause  ---
Right, it's green in master. Probably needs a backport of
f839f4fdaa096adb3011b3deac810a03e91560d0.

-- 
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-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384597

--- Comment #19 from gr...@sub.red ---
Can confirm it is fixed, but why?

Arch has not made a change to the package:
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/kglobalaccel=82c50bed02e8de51c11588a2d4e2cc84e59bf7f0

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

[kdevelop] [Bug 384711] New: Window grows larger and larger after every debugging session

2017-09-14 Thread TheComet
https://bugs.kde.org/show_bug.cgi?id=384711

Bug ID: 384711
   Summary: Window grows larger and larger after every debugging
session
   Product: kdevelop
   Version: 5.1.2
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: alex.mur...@gmx.ch
  Target Milestone: ---

Created attachment 107857
  --> https://bugs.kde.org/attachment.cgi?id=107857=edit
Screenshot of window after debug session has completed.

Overview

Every time I enter debug mode, then quit and return to code view, the window's
minimum width increases. This is so bad that the scroll bar disappears after
the second debugging session. The window can not be resized to anything smaller
(i.e. it already appears to be at its minimum size). There is no way to reset
this other than restarting.

Steps to Reproduce
--
1) Be using awesome-wm (awesome window manager)
2) Have two screens (although I'm not entirely sure whether this matters or
not)
3) Enter debug mode once and return to normal code view.

Actual Results
--
Your window should now stretch beyond your screen size. Pressing mod+m (in
awesome, this maximizes and restores the window)

Expected Results

Window's minimum size should remain unchanged, as it was before debugging.

Build Date & Platform
-
This first occurred in the gentoo package kdevelop-5.0.0.

4.12.5-gentoo #1 SMP Sun Aug 20 00:59:26 CEST 2017 x86_64 AMD Phenom(tm) II X6
1090T Processor AuthenticAMD GNU/Linux

Additional Information
--
I am running awesome-wm. I have attached a screenshot.

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

[frameworks-plasma] [Bug 382843] Reliably crashes on wayland when clicking logout button

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

David Edmundson  changed:

   What|Removed |Added

   Assignee|notm...@gmail.com   |k...@davidedmundson.co.uk

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

[frameworks-plasma] [Bug 382843] Reliably crashes on wayland when clicking logout button

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

David Edmundson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from David Edmundson  ---
ok.

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

[plasmashell] [Bug 376848] Folder View not rendering images correctly.

2017-09-14 Thread Gerhard Dittes
https://bugs.kde.org/show_bug.cgi?id=376848

Gerhard Dittes  changed:

   What|Removed |Added

 CC||g-...@web.de

--- Comment #8 from Gerhard Dittes  ---
Hi, I can confirm this behavior (e.g. on "current KDE Neon Dev Stable", newest
plasma-framework version).

Seems that Kai Uwe already found the right location for fixing this. @Kai Uwe:
Do you have time to take care of this? ;-)

Anyway, this bug should be marked as "CONFIRMED". Furthermore, it should really
get attention:

Desktop icons are such an important thing (and [as everybody might know] as of
plasma 5.10 they are turned on by default (again)).

Pixelated previews really look ugly and make the whole Desktop appear kind of
buggy (imho)...

Thx for taking care...

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

[kcalutils] [Bug 383890] kcalutils-testincidenceformatter test fails in 17.04/17.08

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

Allen Winter  changed:

   What|Removed |Added

 CC||vkra...@kde.org,
   ||win...@kde.org
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Allen Winter  ---
I believe Volker fixed this recently.
Volker?

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

[kdevelop] [Bug 384710] New: "Magic function completion" ignores existing text

2017-09-14 Thread TheComet
https://bugs.kde.org/show_bug.cgi?id=384710

Bug ID: 384710
   Summary: "Magic function completion" ignores existing text
   Product: kdevelop
   Version: 5.1.2
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Language Support: CPP (Clang-based)
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: alex.mur...@gmx.ch
  Target Milestone: ---

Overview

I forget the exact name of this feature, but when you declare a function or a
member function in a header file and then partially type it in an
implementation file, the editor will "magically" produce suggestions for
autocompleting the declared function. In the old parser, this would replace the
text you had already typed with the new completion. In the new parser, it
ignores any text you have typed and just fills in the function, which in a lot
of cases is just wrong.

Steps to Reproduce
--
1) Create a header file with the following content

  void Foo(int thing);
  struct Bar
  {
  void Method(int thing);
  };

2) Create a .cpp file and type: "void Foo"
3) Wait, because the parser is now really slow
4) Finally, a suggestion for completing the "Foo" function pops up. Accept it.
5) Do the same for "Method" by typing "void Method" and accepting the
completion.

Actual Results
--
The resulting completions ignore the already typed "void" keyword and simply
insert the signatures, such that "void" now appears twice:

  void void Foo(int thing)
  {
  }

  void void Bar::Method(int thing)
  {
  }

If a project wishes to format the return type such that it appears on a new
line, then typing "void  Foo" and accepting the suggestion produces
this incorrect completion:

  void 
  void Foo(int thing)
  {
  }

An even worse example of this: 
1) Begin typing "void Foo(int "
2) Press ctrl+space
3) Select "implement method Foo"
4) The completion creates this terrible snippet:

  Foo(int void Foo(int thing)
  {
  }
  )

Expected Results

The parser should be aware of the code that has already been typed and
remove/adjust it as necessary.

For the first example I expect the code to look like this after completion:

  void Foo(int thing)
  {
  }

  void Bar::Method(int thing)
  {
  }

For the second example:

  void 
  Foo(int thing)
  {
  }

And for the third example:

  void Foo(int thing)
  {
  }

Build Date & Platform
-
Ever since the clang based parser was introduced.

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

[kscreensaver] [Bug 316348] kscreenlocker_greet constantly consumes around 20% CPU time

2017-09-14 Thread Joachim Wagner
https://bugs.kde.org/show_bug.cgi?id=316348

--- Comment #48 from Joachim Wagner  ---
It's also still around 9.5% CPU usage in a VM with KVM and both guest and host
using current OpenSUSE Leap 42.3 in a default setup. That's KDE 5.8.7.

For sddm-greeter instead of kscreenlocker_greet, it's slightly better: 6.5%.

On the host with hardware graphics, it's below 0.1%. (I'm still curious how
much more power the graphics card consumes when the greeter is active compared
to (a) an idle desktop and (b) text mode.)

An alternative route to a partial solution may be to add a feature request to
Mesa 3D's Gallium llvmpipe software rasteriser to not waste CPU while the
output is not visible. Then one could save power by switching to a virtual
terminal where kscreenlocker/sddm-greeter is not active. Opinions?

-- 
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-14 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=384597

Rex Dieter  changed:

   What|Removed |Added

 CC|rdie...@gmail.com   |

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

[akregator] [Bug 116482] metakit: akregator crashes at startup

2017-09-14 Thread Orivej Desh
https://bugs.kde.org/show_bug.cgi?id=116482

--- Comment #276 from Orivej Desh  ---
The only backup is feeds.opml~ in the same directory.

-- 
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-14 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=384597

--- Comment #18 from Nate Graham  ---
I don't see any new commits to the kglobalaccel repo. Are distros patching this
out?

Either way, we should revert the commit until we can find out what went wrong.

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

[kwin] [Bug 384496] sub-menu of right click standard menu on edge of screen appears on other screen

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

--- Comment #7 from Nate Graham  ---
Martin, if we accept that the behavior is undesirable, then it is *someone's*
bug. Is this a bug on the app itself? Or something else?

Also, is anyone else able to reproduce the issue with more recent QT and KDE
Frameworks versions?

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

[kdenlive] [Bug 371849] audio file sounds "clicky" when on project timeline; affects rendered file

2017-09-14 Thread farid
https://bugs.kde.org/show_bug.cgi?id=371849

--- Comment #27 from farid  ---
(In reply to kalimerox from comment #26)
> I have the same with 48khz 24bit audio...

which version of mlt are you using?

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

[kdenlive] [Bug 371849] audio file sounds "clicky" when on project timeline; affects rendered file

2017-09-14 Thread kalimerox
https://bugs.kde.org/show_bug.cgi?id=371849

--- Comment #26 from kalimerox  ---
I have the same with 48khz 24bit audio...

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

[kwin] [Bug 371502] Task switcher (task manager) only allows to switch between two windows of application

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

Martin Flöser  changed:

   What|Removed |Added

 CC||grouchomarx...@gmail.com

--- Comment #6 from Martin Flöser  ---
*** Bug 384440 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 384440] Switching between windows from the same application only works once

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

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #8 from Martin Flöser  ---


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

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

[kwin] [Bug 384660] Part of the screen(s) "often" flickers when showing windows

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

--- Comment #7 from Martin Flöser  ---
and switching to Oxygen creates this problem?

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

[kwin] [Bug 384702] KWin doesn't expose a way to use one keymap per keyboard

2017-09-14 Thread Pierre Ducroquet
https://bugs.kde.org/show_bug.cgi?id=384702

--- Comment #2 from Pierre Ducroquet  ---
An udev rule would work, I just thought it would be nice to be able to
configure that using the GUI only…

FYI, under X11, I configure it manually with xinput/setxkbmap that way :

~$ xinput list
⎡ Virtual core pointer  id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPadid=15   [slave  pointer  (2)]
⎜   ↳ TPPS/2 IBM TrackPoint id=16   [slave  pointer  (2)]
⎜   ↳ Kensington  Kensington Expert Mouse   id=9[slave  pointer  (2)]
⎜   ↳ TypeMatrix.com USB Keyboard   id=10   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Sleep Button  id=8[slave  keyboard (3)]
↳ Integrated Camera id=13   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=14   [slave  keyboard (3)]
↳ ThinkPad Extra Buttonsid=17   [slave  keyboard (3)]
↳ Yubico Yubikey 4 OTP+U2F+CCID id=18   [slave  keyboard (3)]
↳ TypeMatrix.com USB Keyboard   id=11   [slave  keyboard (3)]
↳ TypeMatrix.com USB Keyboard   id=12   [slave  keyboard (3)]
~$ setxkbmap -device 11 fr bepo

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

  1   2   >