[kdenlive] [Bug 369479] git master: moving keyframes of a resized (shortened) transition does not update the animated transition parameters correctly

2016-09-28 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369479

--- Comment #2 from Wegwerf  ---
Thank you very much! Will check this soon... :)

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


[kdeplasma-addons] [Bug 366324] [REGRESSION] Show CPUs separately no longer works

2016-09-28 Thread sparhawk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366324

sparhawk  changed:

   What|Removed |Added

Version|5.7.2   |5.7.5

--- Comment #1 from sparhawk  ---
Occasionally, and seemingly at random, the plasmoid functions correctly. I
tried killing and relaunching plasmashell, but this does not help. The plasmoid
fails to work probably ~80% of the time.

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


[valgrind] [Bug 369456] callgrind_control failed to find an active callgrind run.

2016-09-28 Thread Alex via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369456

--- Comment #2 from Alex  ---
$ vgdb -l
use --pid=93572 for (could not open process command line)

93572 is the right PID of running valgrind.

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


[valgrind] [Bug 369509] ARMv8.1-a LSE instructions are not supported

2016-09-28 Thread Andrew Pinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369509

Andrew Pinski  changed:

   What|Removed |Added

Summary|ARMv8.1 LSE instructions|ARMv8.1-a LSE instructions
   |are not supported   |are not supported

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


[valgrind] [Bug 369509] New: ARMv8.1 LSE instructions are not supported

2016-09-28 Thread Andrew Pinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369509

Bug ID: 369509
   Summary: ARMv8.1 LSE instructions are not supported
   Product: valgrind
   Version: 3.12 SVN
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: vex
  Assignee: jsew...@acm.org
  Reporter: pins...@gcc.gnu.org

Looking into the code I noticed that the ARMv8.1 LSE instructions are not
supported so any code compiled with -mcpu=thunderx+lse crashes (well we ran
into 369459 first  but that is a different story).

Reproducible: Always

Steps to Reproduce:
Compile glibc with -mcpu=thunderx+lse and run any resulting binary with this
ld.so.  We get a crash with unknown instructions

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


[kaddressbook] [Bug 369489] please use openstreetmap instead of mapquest

2016-09-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369489

Laurent Montel  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/akon
   ||adi-contacts/9216c53839ee53
   ||6b3fac80fb920ff2ef4b8defdf
   Version Fixed In||5.4.0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Laurent Montel  ---
Git commit 9216c53839ee536b3fac80fb920ff2ef4b8defdf by Montel Laurent.
Committed on 29/09/2016 at 04:53.
Pushed by mlaurent into branch 'master'.

Fix Bug 369489 - please use openstreetmap instead of mapquest

FIXED-IN: 5.4.0

I don't use it by default but we can use openstreetmap in kaddressbook.

M  +1-0src/actions/contactactionssettings.kcfg.cmake
M  +6-0src/actions/showaddressaction.cpp
M  +1-0src/kcm/kcmakonadicontactactions.cpp

http://commits.kde.org/akonadi-contacts/9216c53839ee536b3fac80fb920ff2ef4b8defdf

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


[valgrind] [Bug 369459] valgrind on arm64 violates the ARMv8 spec (ldxr/stxr)

2016-09-28 Thread Andrew Pinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369459

--- Comment #5 from Andrew Pinski  ---
Opps pressed save too soon.

One idea I have is to pattern match on the ldxr/stxr sequence and produce a
single instruction in the IR and then decode them after the fact.

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


[krita] [Bug 368363] Brush cursor dissapears in opengl canvas

2016-09-28 Thread Jeff H . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368363

Jeff H.  changed:

   What|Removed |Added

 CC||jeffh...@yahoo.com

--- Comment #1 from Jeff H.  ---
I have encountered this same bug. When attempting to draw with any brush on the
canvas, the canvas does not update. When I change focus to a menu item or click
the right mouse button, the canvas suddenly updates, showing all the strokes
that were made.
Windows 10 on Intel I7 with 12GB RAM, NVIDIA Geforce GT540M w/1GB and Krita
3.0.1.1. This also occurred on the previous version of krita. Like the original
poster, disabling OpenGL removes the problem.

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


[valgrind] [Bug 369459] valgrind on arm64 violates the ARMv8 spec (ldxr/stxr)

2016-09-28 Thread Andrew Pinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369459

--- Comment #4 from Andrew Pinski  ---
(In reply to Julian Seward from comment #3)
> Andrew, do you know which implementation this is?  eg is it a Cortex
> A-something,
> or something else?

It is a custom ARMv8-a core produced by Cavium.  It is not a cortex-a based at
all.  We had a similar issues with Oracle JDK but we worked with Oracle to fix
it; that was a year or so ago.

As mentioned we have a similar issue with the MIPS64 implementation of valgrind
with our (Cavium's) MIPS64r3 core (Octeon 3).  I suspect this is going to need
a fundamental change in valgrind to fix both of these issues.

One idea I have is to pattern match on the ldxr/stxr sequence and produce a
single instruction in the IR

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


[kaddressbook] [Bug 369489] please use openstreetmap instead of mapquest

2016-09-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369489

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
mapquest works fine
And why it's obsolete ?
Ok I can add openstreetmap but why it's better than mapquest ?

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


[valgrind] [Bug 369459] valgrind on arm64 violates the ARMv8 spec (ldxr/stxr)

2016-09-28 Thread Julian Seward via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369459

--- Comment #3 from Julian Seward  ---
Andrew, do you know which implementation this is?  eg is it a Cortex
A-something,
or something else?

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


[plasmashell] [Bug 369508] Garbled desktop and flickering on login

2016-09-28 Thread Gamblit via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369508

--- Comment #2 from Gamblit  ---
As i restarted again I saw it flickering the three screens.

I've had this problem for months and can't remember ever seeing the three
screens flicker. Murphy on the lookout...

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


[plasmashell] [Bug 369508] Garbled desktop and flickering on login

2016-09-28 Thread Gamblit via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369508

--- Comment #1 from Gamblit  ---
Created attachment 101337
  --> https://bugs.kde.org/attachment.cgi?id=101337=edit
Flickering

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


[plasmashell] [Bug 369508] New: Garbled desktop and flickering on login

2016-09-28 Thread Gamblit via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369508

Bug ID: 369508
   Summary: Garbled desktop and flickering on login
   Product: plasmashell
   Version: 5.7.5
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: kdebugzi...@gamblit.org
CC: bhus...@gmail.com, plasma-b...@kde.org

On login to KDE, some of my screens (running triple head) flicker the desktop
icons and widgets ( but not the taskbar panel) for a few seconds. The screens
that flicker end up with a black background, instead of my usual background
image. Right clicking on one of those screens will do nothing (on a working
screen it shows a menu).

Not all screens flicker, sometimes its one, sometimes two, but never all three.

After the flickering ends i need to "kquitapp plasmashell; kstart plasmashell"
on a console to get my desktop back to a proper working condition.

Reproducible: Always

Steps to Reproduce:
1. Login

Actual Results:  
Missing background, desktop icons and widgets. Heavy flickering.

Expected Results:  
Show proper desktop.

Running NVidia Quadro K2000M with proprietary drivers (happens in multiple
driver versions).

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


[kdenlive] [Bug 369455] Version 16.08.1 breaks the Position and Zoom plugin

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369455

--- Comment #3 from r...@libertymail.net ---
It looks like you don't need this anymore, but just in case, the output of
locale is:

LANG=en_CA.UTF-8
LC_CTYPE="en_CA.UTF-8"
LC_NUMERIC="en_CA.UTF-8"
LC_TIME="en_CA.UTF-8"
LC_COLLATE="en_CA.UTF-8"
LC_MONETARY="en_CA.UTF-8"
LC_MESSAGES="en_CA.UTF-8"
LC_PAPER="en_CA.UTF-8"
LC_NAME="en_CA.UTF-8"
LC_ADDRESS="en_CA.UTF-8"
LC_TELEPHONE="en_CA.UTF-8"
LC_MEASUREMENT="en_CA.UTF-8"
LC_IDENTIFICATION="en_CA.UTF-8"
LC_ALL=

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


[plasmashell] [Bug 364886] Desktop components either grossly oversized or undersized when started with multiple monitors connected

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364886

--- Comment #6 from kdebugzi...@gamblit.org ---
Created attachment 101336
  --> https://bugs.kde.org/attachment.cgi?id=101336=edit
Shell environment

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


[plasmashell] [Bug 364886] Desktop components either grossly oversized or undersized when started with multiple monitors connected

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364886

--- Comment #5 from kdebugzi...@gamblit.org ---
- Plasma 5.7.5 (Fedora plasma-desktop-5.7.5-1.fc23.x86_64)
- Qt 4.8.7 (Fedora qt-4.8.7-18.fc23.x86_64)

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


[kdepim] [Bug 314494] message list does not marks emails with attachment(s)

2016-09-28 Thread E . Hakan Duran via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=314494

--- Comment #4 from E. Hakan Duran  ---
On Saturday, September 24, 2016 9:00:19 PM CDT Denis Kurz via KDE Bugzilla 
wrote:
> https://bugs.kde.org/show_bug.cgi?id=314494
> 
> Denis Kurz  changed:
> 
>What|Removed |Added
> 
> Status|UNCONFIRMED |NEEDSINFO
>  Resolution|--- |WAITINGFORINFO
> 
> --- Comment #3 from Denis Kurz  ---
> This bug has only been reported for versions before 4.14, which have been
> unsupported for at least two years now. Can anyone tell if this bug still
> present?
>

I confirm that with Kontact 5.3.0 the bug no longer exists.

Thanks.

> If noone confirms this bug for a Framework-based version of kdepim (version
> 5.0 or later, as part of KDE Applications 15.08 or later), it gets closed
> in about three months.

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


[kate] [Bug 369507] New: kate crashes when changing file encoding

2016-09-28 Thread rindeal
https://bugs.kde.org/show_bug.cgi?id=369507

Bug ID: 369507
   Summary: kate crashes when changing file encoding
   Product: kate
   Version: 16.08
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: application
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: dev.rindeal+bugs.kde@gmail.com

kate detects wrong encoding and opens cp1252 file as utf8, when trying to
change the encoding, it crashes

Reproducible: Always

Steps to Reproduce:
1. open a file
2. try to change encoding from utf8 to cp1250

Actual Results:  
crash

Expected Results:  
encoding is changed

Application: kate (16.08.1)

Qt Version: 5.6.1
Frameworks Version: 5.26.0
Operating System: Linux 4.1.33-gentoo x86_64
Distribution (Platform): Gentoo Packages

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fc8e5be97c0 (LWP 585))]

Thread 3 (Thread 0x7fc8cbfff700 (LWP 618)):
#0  timerSourcePrepareHelper (src=, timeout=0x7fc8cbffec2c) at
kernel/qeventdispatcher_glib.cpp:129
#1  0x7fc8e1afd545 in timerSourcePrepare (source=,
timeout=) at kernel/qeventdispatcher_glib.cpp:159
#2  0x7fc8dcc9a826 in g_main_context_prepare () at
/tmp/portage/dev-libs/glib-2.48.2/work/glib-2.48.2/glib/gmain.c:3442
#3  0x7fc8dcc9b026 in g_main_context_iterate () at
/tmp/portage/dev-libs/glib-2.48.2/work/glib-2.48.2/glib/gmain.c:3820
#4  0x7fc8dcc9b1b2 in g_main_context_iteration () at
/tmp/portage/dev-libs/glib-2.48.2/work/glib-2.48.2/glib/gmain.c:3901
#5  0x7fc8e1afd8db in QEventDispatcherGlib::processEvents
(this=0x7fc8c40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#6  0x7fc8e1ab109a in QEventLoop::exec (this=this@entry=0x7fc8cbffede0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#7  0x7fc8e19223ac in QThread::exec (this=this@entry=0x7fc8e5d57bc0
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread.cpp:500
#8  0x7fc8e5ce7505 in QDBusConnectionManager::run (this=0x7fc8e5d57bc0
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:189
#9  0x7fc8e192658d in QThreadPrivate::start (arg=0x7fc8e5d57bc0 <(anonymous
namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:341
#10 0x7fc8de90f494 in start_thread () from /lib64/libpthread.so.0
#11 0x7fc8e0edf5dd in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7fc8d474d700 (LWP 614)):
#0  0x7fc8e0ed65fd in poll () from /lib64/libc.so.6
#1  0x7fc8ded337e2 in poll () at /usr/include/bits/poll2.h:46
#2  _xcb_conn_wait () at
/tmp/portage/x11-libs/libxcb-1.12/work/libxcb-1.12/src/xcb_conn.c:479
#3  0x7fc8ded354f7 in xcb_wait_for_event () at
/tmp/portage/x11-libs/libxcb-1.12/work/libxcb-1.12/src/xcb_in.c:693
#4  0x7fc8d6ca83b9 in QXcbEventReader::run (this=0x2386aa0) at
qxcbconnection.cpp:1325
#5  0x7fc8e192658d in QThreadPrivate::start (arg=0x2386aa0) at
thread/qthread_unix.cpp:341
#6  0x7fc8de90f494 in start_thread () from /lib64/libpthread.so.0
#7  0x7fc8e0edf5dd in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7fc8e5be97c0 (LWP 585)):
[KCrash Handler]
#6  std::__atomic_base::load () at
/usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/include/g++-v5/bits/atomic_base.h:396
#7  QAtomicOps::load () at /usr/include/qt5/QtCore/qatomic_cxx11.h:96
#8  QBasicAtomicInteger::load () at
/usr/include/qt5/QtCore/qbasicatomic.h:116
#9  QtPrivate::RefCount::isShared () at /usr/include/qt5/QtCore/qrefcount.h:95
#10 QHash >::detach ()
at /usr/include/qt5/QtCore/qhash.h:267
#11 QHash >::operator[]
() at /usr/include/qt5/QtCore/qhash.h:723
#12 KateMessageWidget::postMessage () at
/tmp/portage/kde-frameworks/ktexteditor-5.26.0-r1/work/ktexteditor-5.26.0/src/view/katemessagewidget.cpp:189
#13 0x7fc8e56a784c in KTextEditor::ViewPrivate::postMessage () at
/tmp/portage/kde-frameworks/ktexteditor-5.26.0-r1/work/ktexteditor-5.26.0/src/view/kateview.cpp:3478
#14 0x7fc8e5620999 in KTextEditor::DocumentPrivate::postMessage () at
/tmp/portage/kde-frameworks/ktexteditor-5.26.0-r1/work/ktexteditor-5.26.0/src/document/katedocument.cpp:5952
#15 0x7fc8e562e22f in KTextEditor::DocumentPrivate::openFile () at
/tmp/portage/kde-frameworks/ktexteditor-5.26.0-r1/work/ktexteditor-5.26.0/src/document/katedocument.cpp:2290
#16 0x7fc8e52d7b3d in KParts::ReadOnlyPartPrivate::openLocalFile () at
/tmp/portage/kde-frameworks/kparts-5.26.0-r1/work/kparts-5.26.0/src/readonlypart.cpp:187
#17 0x7fc8e52d8864 in KParts::ReadOnlyPart::openUrl () at
/tmp/portage/kde-frameworks/kparts-5.26.0-r1/work/kparts-5.26.0/src/readonlypart.cpp:150
#18 0x7fc8e561934e in KTextEditor::DocumentPrivate::openUrl () at

[ksmserver] [Bug 363876] Konversation session doesn't resume

2016-09-28 Thread Con Kolivas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363876

--- Comment #4 from Con Kolivas  ---
Thanks very much. Taken up with Ubuntu launchpad here
https://bugs.launchpad.net/ubuntu/+source/konversation/+bug/1628715

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


[amarok] [Bug 369494] Amarok crashes upon start

2016-09-28 Thread Myriam Schweingruber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369494

Myriam Schweingruber  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Myriam Schweingruber  ---
Sadly you do not have debugging symbols enabled, so the backtrace is not really
useful. Please see also
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

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


[systemsettings] [Bug 135633] auto-select policy -- remove / rethink / redesign

2016-09-28 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=135633

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from David Edmundson  ---
This doesn't exist in the mouse KCM anymore. Arguably your bug is now fixed.

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


[kdenlive] [Bug 369110] window border on Full screen with dual monitor

2016-09-28 Thread muzzol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369110

--- Comment #2 from muzzol  ---
$ lsb_release -a
No LSB modules are available.
Distributor ID:Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:xenial

$ dpkg -l | grep kdenlive
ii  kdenlive4:16.08.1~ubuntu16.04.1
amd64non-linear video editor

$ dpkg -l | grep Qt.*core
ii  libphonon4qt5-4:amd64   4:4.8.3-0ubuntu3   
amd64multimedia framework from KDE
using Qt 5 - core library
ii  libqt5core5a:amd64  5.5.1+dfsg-16ubuntu7.1 
amd64Qt 5 core module
ii  libqtcore4:amd644:4.8.7+dfsg-5ubuntu2  
amd64Qt 4 core module
ii  qtcore4-l10n4:4.8.7+dfsg-5ubuntu2  
all  Qt 4 core module translations


I'm using xfce and I've found that is something related to mouse focus and some
window managers. Kdenlive seems to behave erraticaly with some combinations of
mouse focus.
I've tried with fluxbox and the problem isn't present, but kdenlive crashes
after some seconds.
I'll try to test more combinations

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


[systemsettings] [Bug 368309] "Reverse scroll direction" option have no effect

2016-09-28 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368309

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from David Edmundson  ---
Works here.
Note the toolkit needs to support it, and in the case of Qt5, the app needs to
be restarted between settings.

Please reopen if you have any more information that could help.

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


[krita] [Bug 369498] Finished lining an art piece, and now it says 'not a valid krita file'

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369498

--- Comment #2 from doubleotrou...@hotmail.com ---
Comment on attachment 101334
  --> https://bugs.kde.org/attachment.cgi?id=101334
The .kra file in question

>https://drive.google.com/open?id=0B3qgt2_8aghxUTRYb24taFBlSkd

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


[systemsettings] [Bug 248265] no option for mouse wheel acceleration

2016-09-28 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=248265

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED
 CC||k...@davidedmundson.co.uk

--- Comment #5 from David Edmundson  ---
The bug for X is marked as wontfix, therefore we can't have a setting for it,
sorry.

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


[Discover] [Bug 369380] When multiple updates recommend a reboot, multiple messages are shown

2016-09-28 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369380

--- Comment #3 from Aleix Pol  ---
?
Let's see, what dialog are you talking about?

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


[dolphin] [Bug 368829] Kate/Dolphin Crash on close

2016-09-28 Thread paul s via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368829

--- Comment #2 from paul s  ---
I am using nvidia drivers from rpm-fusion. I followed the link and
un/fortunately it has not happened again since filing the bug.

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


[kde] [Bug 369506] New: Dolphin crashed on close with mutliple tabs open.

2016-09-28 Thread paul s via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369506

Bug ID: 369506
   Summary: Dolphin crashed on close with mutliple tabs open.
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: bugs.kde@queuemail.com

Application: kdeinit5 (16.08.1)

Qt Version: 5.6.1
Frameworks Version: 5.26.0
Operating System: Linux 4.7.4-200.fc24.x86_64 x86_64
Distribution: "Fedora release 24 (Twenty Four)"

-- Information about the crash:
Had six tabs open some in split window. Some locations were using fish as a
protocol. Closed dolphin and it produced this crash.

-- Backtrace:
Application: Dolphin (kdeinit5), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7ff540212900 (LWP 653))]

Thread 2 (Thread 0x7ff51d766700 (LWP 655)):
#0  0x7ff53d78d3ed in poll () at /lib64/libc.so.6
#1  0x7ff53be53a06 in g_main_context_iterate.isra () at
/lib64/libglib-2.0.so.0
#2  0x7ff53be53b1c in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7ff53e59324b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#4  0x7ff53e5425ea in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#5  0x7ff53e3a1343 in QThread::exec() () at /lib64/libQt5Core.so.5
#6  0x7ff5402ce559 in QDBusConnectionManager::run() () at
/lib64/libQt5DBus.so.5
#7  0x7ff53e3a599a in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#8  0x7ff53cfdc5ca in start_thread () at /lib64/libpthread.so.0
#9  0x7ff53d798f6d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7ff540212900 (LWP 653)):
[KCrash Handler]
#6  0x7ff53d6ca6f5 in raise () at /lib64/libc.so.6
#7  0x7ff53d6cc2fa in abort () at /lib64/libc.so.6
#8  0x7ff53d70b670 in __libc_message () at /lib64/libc.so.6
#9  0x7ff53d713e0a in _int_free () at /lib64/libc.so.6
#10 0x7ff53d71736c in free () at /lib64/libc.so.6
#11 0x7ff53e569e9f in QMetaCallEvent::~QMetaCallEvent() () at
/lib64/libQt5Core.so.5
#12 0x7ff53e569ef9 in QMetaCallEvent::~QMetaCallEvent() () at
/lib64/libQt5Core.so.5
#13 0x7ff53e545fe7 in QCoreApplication::removePostedEvents(QObject*, int)
() at /lib64/libQt5Core.so.5
#14 0x7ff53e56c7c9 in QObjectPrivate::~QObjectPrivate() () at
/lib64/libQt5Core.so.5
#15 0x7ff53e56c8c9 in QObjectPrivate::~QObjectPrivate() () at
/lib64/libQt5Core.so.5
#16 0x7ff53e573647 in QObject::~QObject() () at /lib64/libQt5Core.so.5
#17 0x7ff522b030b9 in QXcbConnection::~QXcbConnection() () at
/lib64/libQt5XcbQpa.so.5
#18 0x7ff522b04a46 in QXcbIntegration::~QXcbIntegration() () at
/lib64/libQt5XcbQpa.so.5
#19 0x7ff522b04b49 in QXcbIntegration::~QXcbIntegration() () at
/lib64/libQt5XcbQpa.so.5
#20 0x7ff53e877fab in QGuiApplicationPrivate::~QGuiApplicationPrivate() ()
at /lib64/libQt5Gui.so.5
#21 0x7ff53edd2c09 in QApplicationPrivate::~QApplicationPrivate() () at
/lib64/libQt5Widgets.so.5
#22 0x7ff53e573647 in QObject::~QObject() () at /lib64/libQt5Core.so.5
#23 0x7ff53e549f1c in QCoreApplication::~QCoreApplication() () at
/lib64/libQt5Core.so.5
#24 0x7ff53e877da3 in QGuiApplication::~QGuiApplication() () at
/lib64/libQt5Gui.so.5
#25 0x7ff53edd46cf in QApplication::~QApplication() () at
/lib64/libQt5Widgets.so.5
#26 0x7ff52e031641 in kdemain () at /usr/lib64/libkdeinit5_dolphin.so
#27 0x564e4f946f37 in launch(int, char const*, char const*, char const*,
int, char const*, bool, char const*, bool, char const*) ()
#28 0x564e4f9480e7 in handle_launcher_request(int, char const*) [clone
.isra.26] ()
#29 0x564e4f9489f7 in handle_requests(int) ()
#30 0x564e4f9439ce in main ()

Possible duplicates by query: bug 351922, bug 347134, bug 346742.

Reported using DrKonqi

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


[kdenlive] [Bug 369058] Kenlive crashing when files are imported

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369058

--- Comment #12 from ker...@gmail.com ---
melt -version shows: melt 6.3.0
   As I mentioned before I installed git version of melt (installed from Arch
user repositories which still use official package manager if that makes sense)
as with melt 6.2.0 I'm not even able to start Kdenlive. 
   It's all rather strange as there is nothing unusual about my Arch setup (I
think) and I can't find anything at Arch forum even slightly related to my
problem. Kdenlive used to work fine until maybe three weeks ago. And strangely,
kdenlive or mlt  downgrade doesn't resolve the issue as it usually would in
such instances.

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


[kmymoney4] [Bug 364425] CSV import only shows checking accounts when selecting Banking

2016-09-28 Thread Jack via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364425

Jack  changed:

   What|Removed |Added

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

--- Comment #8 from Jack  ---
Ralf - it is possible (but not easy) to run a newly compiled version of KMM.  I
use a specific install prefix just for that purpose - I don't think it will
work directly from the build dir since I'm not sure all the directories are in
the (relative) expected location.  It involves setting some KDE env variables
and running kbuildsycocaX where X is 4 or 5.  Actually, I have separate
locations for 4 (4.8.0) and 5 (frameworks from master).  I'll be glad to post
the script I use to the dev mailing list if there is interest.

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


[KScreen] [Bug 357936] Laptop-screen shows as enabled after login though lid is closed and external monitor connected.

2016-09-28 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357936

Sebastian Kügler  changed:

   What|Removed |Added

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

--- Comment #1 from Sebastian Kügler  ---
Thanks for the bug-report!

We've fixed a number of issues in the most recent development cycle that would
lead to the problem you're observing. Could you test Plasma 5.8 please and
confirm that it's fixed (and, if not definitely report back)?

I'll close this bug for now, as I'm pretty sure the problem is gone in 5.8.
(I've tested this use-case myself, and confirm it's working now.)

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

[kmymoney4] [Bug 364425] CSV import only shows checking accounts when selecting Banking

2016-09-28 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364425

--- Comment #7 from Ralf Habacker  ---
(In reply to Ralf Habacker from comment #6)
> Can confirm, reverting this commit in git 4.8 branch brings back the missing 
> accounts.
I can confirm too that Lukasz fixed this issue with his patch in comment. I got
the bug because I did run kmymoney from build dir which is not supported
according to
https://docs.kde.org/trunk5/en/extragear-office/kmymoney/installation.fromsource.html
because kmymoney loads installed plugins instead the one from the current build
dir. Using LD_LIBRARY_PATH or KDEDIRS did not help.

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


[KScreen] [Bug 369384] Dual Monitor: only unified output

2016-09-28 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369384

--- Comment #7 from Sebastian Kügler  ---
I'm not overly happy with that portion of the ui either. We're currently in the
process of polishing the design of that settings module, and I'll take your
feedback into account.

Thanks!

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

[kdenlive] [Bug 369505] New: Audio and video clips randomly moves in the timeline after mysterius duplication of clips.

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369505

Bug ID: 369505
   Summary: Audio and video clips randomly moves in the timeline
after mysterius duplication of clips.
   Product: kdenlive
   Version: 16.08.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: eman...@interfilm.no

While editing in the timeline of Kdenlive with ungrouped and splitt audio and
video channels (this is needed for complex edits), some clips will not move
while being manipulated with the selection tool. The clips can not be moved
before either cuted by the razor tool, then an undo comand and then use the
select tool, or a save and restart of Kdenlive.

On restart, sometimes kdenlive will create a duplicate clip on the timeline,
and sometimes the duplicates will move large cunks of clips on the timeline on
the track the duplication have occured. This will lead other clips, behind the
duplicate, to be out of sync. If one tries to manually sync the unsynced clips,
often, the same problem ocurres again. I.e. the clips are not moveable with the
selection tool. After a save and restart of Kdenlive, large amount of clips
will be out of place on the timeline.

On other ocations, after a manual resync, the clips will seem to be in the
correct place. But they will not appare synced on playback in the project
monitor. On save and restart, the clips will have moved alot, duplicated
themselvs in varius places, creating complete mayham on the timeline.

This problem will apeare frequently, but without any forshadowing. It might
occure two times or more a day, with a working day of several houres. It can
occure at the start of a working day, with plenty of ram avaliable or after
houres of work. The problem also apears on small and large projects.

Reproducible: Sometimes

Steps to Reproduce:
1. Splitt several audio and video on a clip on the timeline.
2. Ungroup the video and audio clips, 
3. Rearange them into a sceen
4. At some point a clip will be unwilling to move.
5. Save and restart kdenlive.
6. The clip will have moved to the place designated before the restart. However
there is a duplicate on the original place. The dublicate might have moved
other clips that occupy space behind it on the timeline.
7. Delete the duplicated clip, and move unsynced clips into place. This might
make one undo and move the clips alot inorder to sync the video and audio.
8. Sometimes after syncing the clips, audio and video will not be synced in
playback on the project monitor.
9. Save and restart kdenlive.

Actual Results:  
On reopening kdenlive clips in the timeline are duplicated, unsynced and a
complete mess. 

Expected Results:  
In order for kdenlive to be a semi- or full professional video editor,
integrity of the timeline is an absolute must. No  unwarrented duplications
should occure and clips should be on the place designated for them.

Kdenlive config: Mostly stock configuration. GPU acceleration not enabled.
Using 4 cores for playback, multithreading not enabled. In other words, noen of
the experimental features are enabled. Preview playback is used for the
timeline.

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


[skrooge] [Bug 368828] Ubuntu KF5 PPA xenial package still uses oxygen icon theme

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368828

--- Comment #9 from dberg...@gmail.com ---
Ah, I understand.

Is there a specific line I can add to a file in ~/.config that will change the
default icon theme? I actually haven't selected anything as the icon set for
KDE apps as I am using elementary OS, and I would rather not install the entire
KDE desktop just to tweak this one thing.

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


[kdenlive] [Bug 368518] git master - Layout automatically re-sizes widgets when clicking a transition in Timeline, then clicking away from it.

2016-09-28 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368518

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/kden
   ||live/ea60a6cba12d9430f9a73d
   ||6f01fd1f2a93ac5769
 Resolution|--- |FIXED

--- Comment #8 from Jean-Baptiste Mardelle  ---
Git commit ea60a6cba12d9430f9a73d6f01fd1f2a93ac5769 by Jean-Baptiste Mardelle.
Committed on 28/09/2016 at 21:07.
Pushed by mardelle into branch 'Applications/16.08'.

Don't unnecessarily expand effect stack when unselecting a transition

M  +4-2src/effectstack/effectstackview2.cpp

http://commits.kde.org/kdenlive/ea60a6cba12d9430f9a73d6f01fd1f2a93ac5769

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


[kontact] [Bug 369504] New: Event detail

2016-09-28 Thread Ege Güneş via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369504

Bug ID: 369504
   Summary: Event detail
   Product: kontact
   Version: unspecified
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: egegu...@gmail.com

Application: kontact (5.3.0 (QtWebEngine))

Qt Version: 5.6.1
Frameworks Version: 5.26.0
Operating System: Linux 4.5.5-300.fc24.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:
I clicked an upcoming event in Kontact's summary page. Events fetched from
google calendar. There is no problem in calendar page.

The crash can be reproduced every time.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f7ff7f5e940 (LWP 5402))]

Thread 43 (Thread 0x7f7e69ffb700 (LWP 5500)):
#0  0x7f800885abd0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7f83474203 in JSC::GCThread::waitForNextPhase() () from
/lib64/libQt5WebKit.so.5
#2  0x7f7f83474290 in JSC::GCThread::gcThreadMain() () from
/lib64/libQt5WebKit.so.5
#3  0x7f7f8377a531 in WTF::wtfThreadEntryPoint(void*) () from
/lib64/libQt5WebKit.so.5
#4  0x7f80088555ca in start_thread () from /lib64/libpthread.so.0
#5  0x7f80100c2f6d in clone () from /lib64/libc.so.6

Thread 42 (Thread 0x7f7e6a7fc700 (LWP 5499)):
#0  0x7f800885abd0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7f83474203 in JSC::GCThread::waitForNextPhase() () from
/lib64/libQt5WebKit.so.5
#2  0x7f7f83474290 in JSC::GCThread::gcThreadMain() () from
/lib64/libQt5WebKit.so.5
#3  0x7f7f8377a531 in WTF::wtfThreadEntryPoint(void*) () from
/lib64/libQt5WebKit.so.5
#4  0x7f80088555ca in start_thread () from /lib64/libpthread.so.0
#5  0x7f80100c2f6d in clone () from /lib64/libc.so.6

Thread 41 (Thread 0x7f7e6affd700 (LWP 5498)):
#0  0x7f800885abd0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7f83474203 in JSC::GCThread::waitForNextPhase() () from
/lib64/libQt5WebKit.so.5
#2  0x7f7f83474290 in JSC::GCThread::gcThreadMain() () from
/lib64/libQt5WebKit.so.5
#3  0x7f7f8377a531 in WTF::wtfThreadEntryPoint(void*) () from
/lib64/libQt5WebKit.so.5
#4  0x7f80088555ca in start_thread () from /lib64/libpthread.so.0
#5  0x7f80100c2f6d in clone () from /lib64/libc.so.6

Thread 40 (Thread 0x7f7e6b7fe700 (LWP 5497)):
#0  0x7f800885abd0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7f83474203 in JSC::GCThread::waitForNextPhase() () from
/lib64/libQt5WebKit.so.5
#2  0x7f7f83474290 in JSC::GCThread::gcThreadMain() () from
/lib64/libQt5WebKit.so.5
#3  0x7f7f8377a531 in WTF::wtfThreadEntryPoint(void*) () from
/lib64/libQt5WebKit.so.5
#4  0x7f80088555ca in start_thread () from /lib64/libpthread.so.0
#5  0x7f80100c2f6d in clone () from /lib64/libc.so.6

Thread 39 (Thread 0x7f7e6bfff700 (LWP 5496)):
#0  0x7f800885abd0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7f83474203 in JSC::GCThread::waitForNextPhase() () from
/lib64/libQt5WebKit.so.5
#2  0x7f7f83474290 in JSC::GCThread::gcThreadMain() () from
/lib64/libQt5WebKit.so.5
#3  0x7f7f8377a531 in WTF::wtfThreadEntryPoint(void*) () from
/lib64/libQt5WebKit.so.5
#4  0x7f80088555ca in start_thread () from /lib64/libpthread.so.0
#5  0x7f80100c2f6d in clone () from /lib64/libc.so.6

Thread 38 (Thread 0x7f7e70df6700 (LWP 5495)):
#0  0x7f800885abd0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7f83474203 in JSC::GCThread::waitForNextPhase() () from
/lib64/libQt5WebKit.so.5
#2  0x7f7f83474290 in JSC::GCThread::gcThreadMain() () from
/lib64/libQt5WebKit.so.5
#3  0x7f7f8377a531 in WTF::wtfThreadEntryPoint(void*) () from
/lib64/libQt5WebKit.so.5
#4  0x7f80088555ca in start_thread () from /lib64/libpthread.so.0
#5  0x7f80100c2f6d in clone () from /lib64/libc.so.6

Thread 37 (Thread 0x7f7e715f7700 (LWP 5494)):
#0  0x7f800885abd0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7f834733bc in JSC::BlockAllocator::blockFreeingThreadMain() () from
/lib64/libQt5WebKit.so.5
#2  0x7f7f8377a531 in WTF::wtfThreadEntryPoint(void*) () from
/lib64/libQt5WebKit.so.5
#3  0x7f80088555ca in start_thread () from /lib64/libpthread.so.0
#4  0x7f80100c2f6d in clone () from /lib64/libc.so.6

Thread 36 (Thread 0x7f7eb1efc700 (LWP 5493)):
#0  0x7f800885abd0 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7f7f83752c96 in WTF::TCMalloc_PageHeap::scavengerThread() () from
/lib64/libQt5WebKit.so.5
#2  0x7f7f83752cb9 in 

[plasmashell] [Bug 356446] plasmashell does not respect QT_DEVICE_PIXEL_RATIO

2016-09-28 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356446

--- Comment #10 from David Edmundson  ---
that's unrelated
Apparently it's intended - it's been discussed on here somewhere

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


[frameworks-knotifications] [Bug 348414] Crash in KNotification::flags() (NotifyByAudio::onAudioFinished)

2016-09-28 Thread RussianNeuroMancer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348414

RussianNeuroMancer  changed:

   What|Removed |Added

 CC|russianneuroman...@ya.ru|

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


[kdenlive] [Bug 369110] window border on Full screen with dual monitor

2016-09-28 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369110

--- Comment #1 from Jean-Baptiste Mardelle  ---
Thanks for your report. I cannot reproduce, this is probably related to your
setup. Can you give us more details, like which versions of the following apps
do you have:
* Kdenlive
* Qt

Also which distro / Desktop environment are you using, and which graphic
card...

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


[plasmashell] [Bug 356446] plasmashell does not respect QT_DEVICE_PIXEL_RATIO

2016-09-28 Thread Jan Wiele via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356446

--- Comment #9 from Jan Wiele  ---
Is this bug also responsible for non-scaling icons (wifi, klipper, etc.) in the
systray or should I open/search for a new/another one?

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


[plasmashell] [Bug 356446] plasmashell does not respect QT_DEVICE_PIXEL_RATIO

2016-09-28 Thread Jan Wiele via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356446

Jan Wiele  changed:

   What|Removed |Added

 CC||j...@wiele.org

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


[digikam] [Bug 338533] Sort by date should use picture created date not modified date

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338533

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

   What|Removed |Added

Version|4.2.0   |5.2.0

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


[kdenlive] [Bug 369479] git master: moving keyframes of a resized (shortened) transition does not update the animated transition parameters correctly

2016-09-28 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369479

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit dcf45a03726a674425f65b98015a4712fa109f9f by Jean-Baptiste Mardelle.
Committed on 28/09/2016 at 20:41.
Pushed by mardelle into branch 'master'.

Ensure we always have a keyframe at the end of a transition when resizing it to
avoid artifacts

M  +1-1src/effectstack/widgets/animationwidget.cpp
M  +23   -11   src/timeline/transition.cpp

http://commits.kde.org/kdenlive/dcf45a03726a674425f65b98015a4712fa109f9f

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


[digikam] [Bug 338533] Sort by date should use picture created date not modified date

2016-09-28 Thread Tomas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338533

Tomas  changed:

   What|Removed |Added

 CC||tomas.klou...@zoho.com

--- Comment #11 from Tomas  ---
Yes, it is still valid in digikam 5.2.0. Digikam should respect the exif date
of creation.

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


[frameworks-knotifications] [Bug 348414] Crash in KNotification::flags() (NotifyByAudio::onAudioFinished)

2016-09-28 Thread Tony via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348414

--- Comment #49 from Tony  ---
(In reply to Albert Astals Cid from comment #48)
> (In reply to Tony from comment #46)
> > I believe i get this one (or similar) on opensuse tumbleweed with Frameworks
> > version 5.26.
> > 
> > See my attached bactrace please.
> 
> Tony, which app is that? Can you reproduce the crash easily?

Sadly no, i messed up that system (i tinker too much). But the crash happen
when i was changing font options in system settings, enabling anti-aliasing to
be exact.

I posted the bug here fallowing the suggestions of the bug reporting tool.

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


[krita] [Bug 369503] Render animation encode resume after error,by looking at folder

2016-09-28 Thread Bollebib via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369503

Bollebib  changed:

   What|Removed |Added

   Severity|normal  |wishlist
 OS|Linux   |All

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


[krita] [Bug 369503] New: Render animation encode resume after error,by looking at folder

2016-09-28 Thread Bollebib via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369503

Bug ID: 369503
   Summary: Render animation encode resume after error,by looking
at folder
   Product: krita
   Version: 3.0.2 Alpha
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Animation
  Assignee: krita-bugs-n...@kde.org
  Reporter: kwadraatn...@hotmail.com

Render animation sometimes fails to render to mp4 if the naming in the export
name field is empty or wrong. A lot of times the png's have exported
succesfully anyway. There should perhaps be a way to use the folder with png's
as a source to start encoding.

Another way would be to make it impossible to have wrong naming convention, or
offer away to give a name after it fails and to just continue the process.

either of those options,or maybe even all of those could be useful.


The first option would be good to reuse png's even if you closed krita and
reopened a day after and you really need to make an mp4 quickly. Not having to
redo the png export would be such a timesaver ,if you can just make it pount to
FFmpeg in some way.
An option 'png source' or something like that

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


[frameworks-knotifications] [Bug 348414] Crash in KNotification::flags() (NotifyByAudio::onAudioFinished)

2016-09-28 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348414

--- Comment #48 from Albert Astals Cid  ---
(In reply to Tony from comment #46)
> I believe i get this one (or similar) on opensuse tumbleweed with Frameworks
> version 5.26.
> 
> See my attached bactrace please.

Tony, which app is that? Can you reproduce the crash easily?

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


[plasmashell] [Bug 368818] Panel on wrong position on wrong screen

2016-09-28 Thread Nicolas Dietrich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368818

Nicolas Dietrich  changed:

   What|Removed |Added

Version|master  |5.7.95
   Keywords||multiscreen

--- Comment #4 from Nicolas Dietrich  ---
Still happens in the 5.8 beta branch.

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


[krita] [Bug 369487] Render animation results in crash if start in animation docker = bigger then zero

2016-09-28 Thread Bollebib via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369487

--- Comment #1 from Bollebib  ---
Animtim encountered this bug also as well as Dan77 on the krita IRC

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


[kdeplasma-addons] [Bug 369437] Pinned apps use monochrome icons like system tray

2016-09-28 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369437

Eike Hein  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/0526a4c386d24aef
   ||93e81612e5124fa2d4d3a9d1

--- Comment #1 from Eike Hein  ---
Git commit 0526a4c386d24aef93e81612e5124fa2d4d3a9d1 by Eike Hein.
Committed on 28/09/2016 at 20:00.
Pushed by hein into branch 'Plasma/5.8'.

Consistently use the Plasma theme for system faves and not for other faves.

Unfortunately it doesn't work properly in the Kicker sidebar because of
a bug in IconItem::setUsesPlasmaTheme.

M  +2-1applets/kicker/package/contents/ui/DashboardRepresentation.qml
M  +1-0applets/kicker/package/contents/ui/MenuRepresentation.qml
M  +2-0applets/kicker/package/contents/ui/SideBarItem.qml
M  +2-0applets/kicker/package/contents/ui/SideBarSection.qml

http://commits.kde.org/plasma-desktop/0526a4c386d24aef93e81612e5124fa2d4d3a9d1

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


[krunner] [Bug 369502] New: Krunner crashes every time I use it

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369502

Bug ID: 369502
   Summary: Krunner crashes every time I use it
   Product: krunner
   Version: 5.7.5
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@privat.broulik.de
  Reporter: em...@clemens-karner.eu

Application: krunner (5.7.5)

Qt Version: 5.7.0
Frameworks Version: 5.26.0
Operating System: Linux 4.4.0-38-generic x86_64
Distribution: KDE neon User Edition 5.7

-- Information about the crash:
- What I was doing when the application crashed:
Enter a string, in this case a name. 
No matter what I search for, krunner crashes after some seconds (about 5-10
seconds) . This renders krunner completely useless.

The crash can be reproduced every time.

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

Thread 22 (Thread 0x7fc6d55f2700 (LWP 11433)):
#0  0x7fc73be049cd in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fc737d7c740 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fc737d38e84 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fc737d39340 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7fc737d394ac in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7fc73c73330b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7fc73c6ddd9a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7fc73c503044 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7fc73c507c28 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7fc739e016fa in start_thread (arg=0x7fc6d55f2700) at
pthread_create.c:333
#10 0x7fc73be14b5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 21 (Thread 0x7fc6d5ffb700 (LWP 11431)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fc73c508adb in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7fc7179a907f in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#3  0x7fc7179ad078 in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x7fc7179a826d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x7fc7179ad0d2 in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x7fc7179a826d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#7  0x7fc7179aabf0 in ThreadWeaver::Thread::run() () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#8  0x7fc73c507c28 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7fc739e016fa in start_thread (arg=0x7fc6d5ffb700) at
pthread_create.c:333
#10 0x7fc73be14b5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 20 (Thread 0x7fc6d67fc700 (LWP 11430)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fc73c508adb in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7fc7179a907f in
ThreadWeaver::Weaver::takeFirstAvailableJobOrSuspendOrWait(ThreadWeaver::Thread*,
bool, bool, bool) () from /usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#3  0x7fc7179ad078 in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#4  0x7fc7179a826d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#5  0x7fc7179ad0d2 in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#6  0x7fc7179a826d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#7  0x7fc7179ad0d2 in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#8  0x7fc7179a826d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#9  0x7fc7179ad0d2 in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#10 0x7fc7179a826d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#11 0x7fc7179ad0d2 in ?? () from
/usr/lib/x86_64-linux-gnu/libKF5ThreadWeaver.so.5
#12 0x7fc7179a826d in
ThreadWeaver::Weaver::applyForWork(ThreadWeaver::Thread*, bool) () 

[kmail2] [Bug 332167] KMail is failing to encrypt PGP/Inline for non-signed key

2016-09-28 Thread kolAflash via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332167

--- Comment #8 from kolAflash  ---
I'm using openSUSE 42.1 default software (KMail and GnuPG).

gpg2-2.0.24-5.1.x86_64
kmail5-15.12.3-18.5.x86_64

https://software.opensuse.org/package/gpg2
https://software.opensuse.org/package/kmail5

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


[akregator] [Bug 189195] Insufficient and delayed feedback when clicking on a link

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=189195

Denis Kurz  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Version|GIT (master)|5.1.3
 Resolution|WAITINGFORINFO  |---
 CC||kde...@posteo.de
 Status|NEEDSINFO   |CONFIRMED
Summary|no feedback clicking on a   |Insufficient and delayed
   |link|feedback when clicking on a
   ||link

--- Comment #4 from Denis Kurz  ---
Gabriele, I changed the title of the bug, but in my opinion, it is still valid.
Because of your reply to some other bug, I assume that you tested this with
5.1.3. Correct me if I'm wrong.

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


[kmail2] [Bug 310815] Warning that deleting an attachment is irreversible

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=310815

--- Comment #8 from Denis Kurz  ---
I asked about an official statement for this on IRC, and noone knew about one.
On the other hand, I couldn't find a statement that there would ever be support
by KDE (PIM) devs for PIM versions other than the most recent. But maybe this
topic should be discussed in the forums or on some mailinglist.

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


[kwin] [Bug 369501] New: kwin_wayland crashes in VM when moving window

2016-09-28 Thread Fabian Vogt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369501

Bug ID: 369501
   Summary: kwin_wayland crashes in VM when moving window
   Product: kwin
   Version: git master
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: wayland-generic
  Assignee: kwin-bugs-n...@kde.org
  Reporter: fab...@ritter-vogt.de

When moving a window, sometimes kwin_wayland crashes with a stack overflow:

#59501 0x75e5188e in QMetaObject::activate(QObject*, int, int, void**)
() from /usr/lib64/libQt5Core.so.5
#59502 0x77afa769 in KWin::WaylandCursorTheme::loadTheme() () from
/usr/lib64/libkwin.so.5
#59503 0x77afab7b in KWin::WaylandCursorTheme::get(Qt::CursorShape) ()
from /usr/lib64/libkwin.so.5
#59504 0x779efde2 in ?? () from /usr/lib64/libkwin.so.5
#59505 0x779f122c in ?? () from /usr/lib64/libkwin.so.5
#59506 0x75e5188e in QMetaObject::activate(QObject*, int, int, void**)
() from /usr/lib64/libQt5Core.so.5
#59507 0x77afa769 in KWin::WaylandCursorTheme::loadTheme() () from
/usr/lib64/libkwin.so.5
#59508 0x77afab7b in KWin::WaylandCursorTheme::get(Qt::CursorShape) ()
from /usr/lib64/libkwin.so.5
#59509 0x779efde2 in ?? () from /usr/lib64/libkwin.so.5
#59510 0x779f1187 in ?? () from /usr/lib64/libkwin.so.5
#59511 0x75e5188e in QMetaObject::activate(QObject*, int, int, void**)
() from /usr/lib64/libQt5Core.so.5
#59512 0x75e5188e in QMetaObject::activate(QObject*, int, int, void**)
() from /usr/lib64/libQt5Core.so.5
#59513 0x77b23b42 in
KWin::AbstractClient::clientStartUserMovedResized(KWin::AbstractClient*) ()
from /usr/lib64/libkwin.so.5
#59514 0x77a43f6d in KWin::AbstractClient::startMoveResize() () from
/usr/lib64/libkwin.so.5
#59515 0x779b74a7 in
KWin::AbstractClient::performMouseCommand(KWin::Options::MouseCommand, QPoint
const&) () from /usr/lib64/libkwin.so.5

Reproducible: Always

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


[akregator] [Bug 369500] Links in Feed are not opened in external browser anymore

2016-09-28 Thread Jan Sommer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369500

Jan Sommer  changed:

   What|Removed |Added

 CC||summers...@web.de

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


[akregator] [Bug 369500] New: Links in Feed are not opened in external browser anymore

2016-09-28 Thread Jan Sommer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369500

Bug ID: 369500
   Summary: Links in Feed are not opened in external browser
anymore
   Product: akregator
   Version: 5.3.0
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: internal browser
  Assignee: kdepim-b...@kde.org
  Reporter: summers...@web.de

In the Settings->Browser I have configured to open links in an external
browser.
However, if I follow a link in an article instead it opens a new Akregator
window where the link is opened.

This only happens with the links in the article itself. If I click on the
"Complete Story"-Link at the end of the article, it is correctly opened in my
browser.

The same happens if I set the option to "Open in Tab". "Complete Story" opens a
new tab inside Akregator. A normal link in the article opens an extra window of
the internal browser.


Reproducible: Always

Steps to Reproduce:
1. Set the browser settings to external browser
2. Click a link in an article
3.

Actual Results:  
The link is opened in a new Akregator-Window (the internal browser, I guess)

Expected Results:  
The link should be opened in the external browser

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


[kmail2] [Bug 348364] The does not contain field ignored

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348364

Denis Kurz  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Version|4.13.3  |5.1.3
 Resolution|WAITINGFORINFO  |---
 CC||kde...@posteo.de
 Status|NEEDSINFO   |CONFIRMED

--- Comment #3 from Denis Kurz  ---
I set this to confirmed for now. I plan to file through search related bugs
soon, and then sort them out accordingly. Thank you for your feedback

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


[kmail2] [Bug 334409] Drag and drop to a shell doesn't work for multiple files

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=334409

Denis Kurz  changed:

   What|Removed |Added

 CC||kde...@posteo.de

--- Comment #3 from Denis Kurz  ---
David, do you perchance know the number of the bug you mentioned? I just tried
to reproduce the drag+drop thingy myself, and was surprised to find that I
cannot drag attachments at all. I'd like to know if this is related.

Apart from that, this bug might be an INVALID candidate, since even a
prerequisite for the feature in question seems to be broken.

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


[kmymoney4] [Bug 364425] CSV import only shows checking accounts when selecting Banking

2016-09-28 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364425

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #6 from Ralf Habacker  ---
(In reply to Gerard Korsten from comment #0)
> I think it is related to commit bfa7b5ac37d2203e4a88d9ac73b1ec43ce5211b4
Can confirm, reverting this commit in git 4.8 branch brings back the missing
accounts.

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


[krita] [Bug 369498] Finished lining an art piece, and now it says 'not a valid krita file'

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369498

--- Comment #1 from doubleotrou...@hotmail.com ---
Created attachment 101334
  --> https://bugs.kde.org/attachment.cgi?id=101334=edit
The .kra file in question

The .kra file in question

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


[klipper] [Bug 369499] New: Klipper causes a BadWindow error when selecting a large text in a GTK text editor

2016-09-28 Thread Patrick via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369499

Bug ID: 369499
   Summary: Klipper causes a BadWindow error when selecting a
large text in a GTK text editor
   Product: klipper
   Version: 5.7.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: plasma-widget
  Assignee: mgraess...@kde.org
  Reporter: patr...@noxs.nl

Klipper causes a BadWindow error in GTK editors when a large text is selected
in the editor. Tested with gvim, medit, and scite. The error only occurs inside
a KDE environment with Klipper enabled.

Reproducible: Always

Steps to Reproduce:
1. Open a Konsole terminal window.
2. Start one of the mentioned editors inside the terminal window.
3. Create (or open) a large text (e.g. 1 lines of 80 characters).
4. Select all text.

Actual Results:  
The editor exits with a BadWindow (invalid window parameter) error.

Expected Results:  
The editor should continue without an error.

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


[kmail2] [Bug 321718] kmail can't seach

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=321718

Denis Kurz  changed:

   What|Removed |Added

 CC||kde...@posteo.de
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UNMAINTAINED

--- Comment #4 from Denis Kurz  ---
David, you're right. Search is still far from being perfect, but this
nepomuk-related bug is indeed obsolete.

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


[kmail2] [Bug 369146] Reading email advancing with "space" doesn't jump to next unread at end of current email

2016-09-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369146

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
I confirm it.
It's a regression when I ported to qtwebengine.
I will investigate to fix it soon.

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


[kmail2] [Bug 316036] autocompletion shows multiple identical results

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=316036

Denis Kurz  changed:

   What|Removed |Added

 CC||kde...@posteo.de
 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |WORKSFORME

--- Comment #6 from Denis Kurz  ---
Thanks for your feedback, resplin.

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


[kdenlive] [Bug 369058] Kenlive crashing when files are imported

2016-09-28 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369058

--- Comment #11 from Jean-Baptiste Mardelle  ---
I am not familiar with Arch, but I installed it in a virtual machine and
dependency handling seems a bit strange. MLT seems to miss several
dependencies. Can you paste the output of:

melt -version

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


[kmail2] [Bug 369147] Regression: Cannot disable delete confirmation any more

2016-09-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369147

Laurent Montel  changed:

   What|Removed |Added

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

--- Comment #2 from Laurent Montel  ---
waiting for info

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


[kontact] [Bug 229464] kontact crash when save a new taskset in KTimeTracker

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=229464

Denis Kurz  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UNMAINTAINED

--- Comment #5 from Denis Kurz  ---
Closing as unmaintained, since ktimetracker has been dropped in recent
versions. Sorry for the noise.

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


[kontact] [Bug 253951] Kontact crashes on using What's this on KTimetracker window

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=253951

Denis Kurz  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UNMAINTAINED
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Denis Kurz  ---
Closing as unmaintained, since ktimetracker has been dropped in recent
versions. Sorry for the noise.

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


[kontact] [Bug 298573] "Error storing new task." error message when I try to create a Ktimetracker New Task

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=298573

Denis Kurz  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UNMAINTAINED

--- Comment #4 from Denis Kurz  ---
Closing as unmaintained, since ktimetracker has been dropped in recent
versions. Sorry for the noise.

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


[kontact] [Bug 283827] File menu for KTimeTracker in Kontact contains twice action "Quit"

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=283827

Denis Kurz  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UNMAINTAINED

--- Comment #3 from Denis Kurz  ---
Closing as unmaintained, since ktimetracker has been dropped in recent
versions. Sorry for the noise.

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


[kontact] [Bug 279784] Kontact does not display "Configure KTimeTracker" in "Settings"

2016-09-28 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=279784

Denis Kurz  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |UNMAINTAINED

--- Comment #6 from Denis Kurz  ---
Closing as unmaintained, since ktimetracker has been dropped in recent
versions. Sorry for the noise.

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


[kmail2] [Bug 369376] Show date in message view part

2016-09-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369376

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
Which header theme do you use ?
Add screenshot please.

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


[krita] [Bug 369498] New: Finished lining an art piece, and now it says 'not a valid krita file'

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369498

Bug ID: 369498
   Summary: Finished lining an art piece, and now it says 'not a
valid krita file'
   Product: krita
   Version: unspecified
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: doubleotrou...@hotmail.com

I spent the day working on an art piece, and I made sure to save the kra before
closing my laptop. However, it turned off when it bumped against something as I
was carrying it. When I turned on my laptop again and tried to open the .kra
file, it said it was not a valid krita file.
I used a zip repair tool, and now have the .icc for the layers, but the .png
doesn't show up either, saying that the image is corrupted.
Help? This has happened one other time before, but it didn't bother me much
because it was a five minute sketch.

Reproducible: Didn't try



Expected Results:  
Open the file

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


[konsole] [Bug 369496] KPart doesn't respect Scrollback File Location for "Unlimited Scrollback"

2016-09-28 Thread Vangelis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369496

Vangelis  changed:

   What|Removed |Added

Version|3.0.2   |16.08.1

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


[konsole] [Bug 369496] KPart doesn't respect Scrollback File Location for "Unlimited Scrollback"

2016-09-28 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369496

Eike Hein  changed:

   What|Removed |Added

   Assignee|h...@kde.org|konsole-de...@kde.org
  Component|general |kpart
Product|yakuake |konsole
Summary|Yakuake doesn't respect |KPart doesn't respect
   |Scrollback File Location|Scrollback File Location
   |for "Unlimited Scrollback"  |for "Unlimited Scrollback"

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


[kmail2] [Bug 316518] HTML-mail from TYPO3 Direct Mail module mangled.

2016-09-28 Thread Morten Sjoegren via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=316518

--- Comment #8 from Morten Sjoegren  ---
I just tried to open the attachment "Mail as exported from KMail 4.9.5" and the
problem is still there.

I'm on KMail 5.3.0 KDE 5.26.0 on Fedora 24.

But honestly I had forgotten about this bugreport and I don't really use KMail
anymore (sorry, using webmail most of the time). Since no-one else have
reported something like this, I doubt it's important and you can just close the
bug again.

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


[krita] [Bug 369497] New: Crash when creating new large document directly after starting Krita

2016-09-28 Thread Miia Jalkanen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369497

Bug ID: 369497
   Summary: Crash when creating new large document directly after
starting Krita
   Product: krita
   Version: 3.0.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: jalmi...@gmail.com

When creating a large document, for example predefined A4 300 ppi, after
opening Krita, it crashes. If however a small document, for example 100 × 100
px, is created first and closed, then creating the same large document
succeeds. 

Reproducible: Always

Steps to Reproduce:
1. Open Krita. 
2. Select File > New. On Custom Document page, select A4 or A3 (300 ppi) from
Predefined and click Create. 
3. Dialog "krita.exe has stopped working" appears immediately. 
4. Close the program.
5. Open Krita again.
6. Create 100×100 px document similarly.
7. Select File > Close.
8. Repeat step 2.



Actual Results:  
9. Large document is created and Krita does not crash

Expected Results:  
New document of desired size can be created without having to first create the
small one.

Krita 3.0.1.90

Debugger: An unhandled win32 exception occured in krita.exe.

Crash info:

Problem signature:
  Problem Event Name:APPCRASH
  Application Name:krita.exe
  Application Version:0.0.0.0
  Application Timestamp:
  Fault Module Name:libkritaimage.dll
  Fault Module Version:0.0.0.0
  Fault Module Timestamp:00010401
  Exception Code:c005
  Exception Offset:00261290
  OS Version:6.1.7601.2.1.0.256.48
  Locale ID:1035
  Additional Information 1:5c3f
  Additional Information 2:5c3f1e643c259668a63456693dcbae2e
  Additional Information 3:a8fe
  Additional Information 4:a8fe8993bd848dd565875a86b95a51ef


Windows 7 Professional SP 1 64-bit
Intel Core i7-4712MQ CPU @2.30GHz 
8,00 GB RAM
NVIDIA GeForce GT 740M
Driver: NVIDIA 9.18.13.4520

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

[systemsettings] [Bug 301622] Mouse pointer gets huge if a second large screen is connected

2016-09-28 Thread Renat via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=301622

Renat  changed:

   What|Removed |Added

 CC||rena...@gmail.com

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


[akregator] [Bug 345747] link is displayed incorrectly (woff fonts are used) and page is not fully visible

2016-09-28 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345747

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #5 from Laurent Montel  ---
akregator 5.1.x still used KHtml
I switched to QtWebKit in 5.2.x
I switched to QtWebEngine in 5.3.x
So we need to test in new version.

For testing it we need to know which is the feed url.

Regards

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


[www.kde.org] [Bug 368967] Outdated links at utilities/Krusader

2016-09-28 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368967

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Astals Cid  ---
(In reply to Alex Bikadorov from comment #0)
> Can someone please update the information at 
> https://www.kde.org/applications/utilities/krusader/ ?
> 
>  * "Krusader on KDE-Apps.org" is old and should be removed
Done

>  * The forum link should point to https://forum.kde.org/viewforum.php?f=225
> (System)
Done

>  * the IRC channel is not used
Removed, it defaults to #kde when none is set

>  * the development mailing list is missing: krusader-de...@googlegroups.com
Added

>  * a link to Phabricator would be good:
> https://phabricator.kde.org/project/view/79/
The framework we use to create those pages doesn't have a phabricator entry, if
you know enough php maybe you can help with that?

> 
> Thanks!
> 
> Reproducible: Always

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


[systemsettings] [Bug 353825] Login by x2go in Plasma 5 crashes KCMInit

2016-09-28 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353825

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/46f58907179f92eb
   ||f64d0411a5dca20a0d318150
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #36 from David Edmundson  ---
Git commit 46f58907179f92ebf64d0411a5dca20a0d318150 by David Edmundson.
Committed on 28/09/2016 at 18:27.
Pushed by davidedmundson into branch 'Plasma/5.8'.

Check fetching XIQueryDevice succeeded

This can crash on systems without XI, such as x2go

M  +3-0kcms/input/mouse.cpp

http://commits.kde.org/plasma-desktop/46f58907179f92ebf64d0411a5dca20a0d318150

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


[yakuake] [Bug 369496] New: Yakuake doesn't respect Scrollback File Location for "Unlimited Scrollback"

2016-09-28 Thread Vangelis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369496

Bug ID: 369496
   Summary: Yakuake doesn't respect Scrollback File Location for
"Unlimited Scrollback"
   Product: yakuake
   Version: 3.0.2
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: h...@kde.org
  Reporter: cyberan...@gmail.com

I am not sure if this is a yakuake or a konsole-part bug, but I will describe
it here since I only experience the issue in Yakuake (I guess the same will be
happening in other applications that use the konsole-part).

In a dropped-down Yakuake window I do a "right click -> Scrollback -> Adjust
Scrollback..." and I choose the "Unlimited scrollback" option, where it gives
me the following notification:


When using this option, the scrollback data will be written unencrypted to
temporary files. Those temporary files will be deleted automatically when
Konsole is closed in a normal manner.
Use Settings->Configure Konsole->File Location to select the location of the
temporary files.


Then I open the konsole and I choose "Settings -> Configure Konsole -> File
Location -> Use user specific location". I kill and restart yakuake. Now
yakuake should save the scrollback files in /home/user/.cache/konsole
directory, but the global /tmp is still used instead.

I tried to debug the konsole (not yakuake) code since the konsole-part is
involved here, and I found that the choice of path is happening in the
History.cpp file issue and in the HistoryFile::HistoryFile() constructor.

I added the following qDebug lines in the code:

HistoryFile::HistoryFile()
: _fd(-1),
  _length(0),
  _fileMap(0),
  _readWriteBalance(0)
{
// Determine the temp directory once
// This class is called 3 times for each "unlimited" scrollback.
// This has the down-side that users must restart to
// load changes (currently only 2 choices).

if (!historyFileLocation.exists()) {
KConfigGroup configGroup(KSharedConfig::openConfig(), "FileLocation");
KSharedConfig::Ptr k = KSharedConfig::openConfig();
qDebug() << "KConfig::mainConfigName() = " << k->name();
qDebug() << "configGroup.readEntry(\"scrollbackUseCacheLocation\",
false) = " << configGroup.readEntry("scrollbackUseCacheLocation", false);
qDebug() << "configGroup.name() = " << configGroup.name();
qDebug() << "configGroup.exists() = " << configGroup.exists();
if (configGroup.readEntry("scrollbackUseCacheLocation", false)) {
*historyFileLocation() =
QStandardPaths::writableLocation(QStandardPaths::CacheLocation);
} else {
*historyFileLocation() = QDir::tempPath();
}
QDir().mkpath(*historyFileLocation());
}
const QString tmpDir = *historyFileLocation();
const QString tmpFormat = tmpDir + QLatin1Char('/') +
"konsole-XX.history";
_tmpFile.setFileTemplate(tmpFormat);
if (_tmpFile.open()) {
_tmpFile.setAutoRemove(true);
_fd = _tmpFile.handle();
}
}

And what I realized is that yakuake doesn't respect the scrollback file
location because the config file yakuakerc doesn't contain a config group
"FileLocation".

This is a sample debug output for when I run "konsole":
~$ konsole
KConfig::mainConfigName() =  "konsolerc"
configGroup.readEntry("scrollbackUseCacheLocation", false) =  true
configGroup.name() =  "FileLocation"
configGroup.exists() =  true

And this is a sample debug output when I run "yakuake":
~$ yakuake
KConfig::mainConfigName() =  "yakuakerc"
configGroup.readEntry("scrollbackUseCacheLocation", false) =  false
configGroup.name() =  "FileLocation"
configGroup.exists() =  false

What is happening here is that in the line "KConfigGroup
configGroup(KSharedConfig::openConfig(), "FileLocation");" the config file is
loaded and we try to read the config group "FileLocation". Since there is no
filename provided to the function KSharedConfig::openConfig(), the default
KConfig::mainConfigName() is used as the configuration file. Eventually, when
one uses "konsole" the default configuration file is "konsolerc", that contains
the config group "FileLocation", and the scrollback file location works as
expected, while when konsole-part is loaded from yakuake the default
configuration file is "yakuakerc". Of course, yakuakerc doesn't contain the
config group "FileLocation" and the scrollback files are saved to the default
/tmp location.

When I added in ~/.config/yakuakerc the following lines (that are the lines
added by konsole to the konsolerc when the user chooses the option "Use user
specific location" for storing the scrollback files), the problem is solved.

[FileLocation]
scrollbackUseCacheLocation=true
scrollbackUseSystemLocation=false

Reproducible: Always




I would choose the bug severity as "Normal", but I chose "Major" because 

[www.kde.org] [Bug 368929] SSL certificate *.kde.org is vulnerable to DROWN attack

2016-09-28 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368929

Albert Astals Cid  changed:

   What|Removed |Added

 CC||aa...@kde.org

--- Comment #1 from Albert Astals Cid  ---
I guess you should use http://sysadmin.kde.org/tickets/ so that system
administrator actually see this. I'll add some people here just in case though.

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


[www.kde.org] [Bug 368929] SSL certificate *.kde.org is vulnerable to DROWN attack

2016-09-28 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368929

Albert Astals Cid  changed:

   What|Removed |Added

 CC||bcooks...@kde.org,
   ||r...@kde.org

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


[kdeconnect] [Bug 369495] New: SDcard root directory is empty in Dolphin

2016-09-28 Thread Roman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369495

Bug ID: 369495
   Summary: SDcard root directory is empty in Dolphin
   Product: kdeconnect
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: subd...@gmail.com

I can see files in
~/.config/kdeconnect/xxx/kdeconnect_sftp/xxx/storage/sdcard1/DCIM/Camera/
but not in
~/.config/kdeconnect/xxx/kdeconnect_sftp/xxx/storage/sdcard1

But both locations are shown in: kdeconnect://xxx/
Also on the other hand I can see files in the root directory of the internal
memory.

Versions:
Desktop: 1.0.1
Android-App: 1.4.4 (tested on Android5 and 6)

Reproducible: Always

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


[kdenlive] [Bug 369058] Kenlive crashing when files are imported

2016-09-28 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369058

--- Comment #10 from Wegwerf  ---
Same or similar crash, that is, also somehow related to your SDL setup?

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


[digikam] [Bug 368862] Thumbnails for Olympus raw (ORF) in albumview are blurred

2016-09-28 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368862

--- Comment #24 from Maik Qualmann  ---
Git commit 7be20c293714a0f325f956e49ec58c54f3161dfc by Maik Qualmann.
Committed on 28/09/2016 at 18:07.
Pushed by mqualmann into branch 'master'.

only perform automatic rotation of JPEG images in the import tool

M  +1-1utilities/importui/main/importui.cpp

http://commits.kde.org/digikam/7be20c293714a0f325f956e49ec58c54f3161dfc

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


[amarok] [Bug 369494] New: Amarok crashes upon start

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369494

Bug ID: 369494
   Summary: Amarok crashes upon start
   Product: amarok
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: amarok-bugs-d...@kde.org
  Reporter: s.roh...@gmx.de

Application: amarok (2.8.90)
KDE Platform Version: 4.14.24
Qt Version: 4.8.6
Operating System: Linux 4.5.0-pf3 x86_64
Distribution: "Gentoo Base System release 2.2"

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

just starting amarok form konsole it crashes and i got the following error
message:

srohmen@HAL-9000 ~ $ amarok
Object::connect: No such signal Phonon::VLC::MediaObject::angleChanged(int) in
/tmp/portage/media-libs/phonon-4.9.0/work/phonon-4.9.0/phonon/mediacontroller.cpp:65
Object::connect: No such signal
Phonon::VLC::MediaObject::availableAnglesChanged(int) in
/tmp/portage/media-libs/phonon-4.9.0/work/phonon-4.9.0/phonon/mediacontroller.cpp:66
WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no
objectName ) to  Phonon::AudioDataOutput ( no objectName ). 
KCrash: Application 'amarok' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
KCrash: Connect sock_file=/home/srohmen/.kde4/socket-HAL-9000/kdeinit4__0
Warning: connect() failed: : Datei oder Verzeichnis nicht gefunden
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi directly
unnamed app(26394): Communication problem with  "amarok" , it probably crashed. 
Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Message recipient
disconnected from message bus without replying" "

The crash can be reproduced every time.

-- Backtrace:
Application: Amarok (amarok), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
29  return SYSCALL_CANCEL (wait4, pid, stat_loc, options, NULL);
[Current thread is 1 (Thread 0x7fbf50dfc7c0 (LWP 26395))]

Thread 2 (Thread 0x7fbf1e5b5700 (LWP 26396)):
#0  pthread_cond_timedwait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:225
#1  0x7fbf2af774da in inline_mysql_cond_timedwait (abstime=0x7fbf1e5b4db0,
mutex=, that=) at
/usr/src/debug/dev-db/mariadb-10.0.27/mysql/include/mysql/psi/mysql_thread.h:1202
#2  my_service_thread_sleep (control=control@entry=0x7fbf2b8b3780
, sleep_time=) at
/usr/src/debug/dev-db/mariadb-10.0.27/mysql/storage/maria/ma_servicethread.c:115
#3  0x7fbf2aeb16d7 in ma_checkpoint_background (arg=0x1e) at
/usr/src/debug/dev-db/mariadb-10.0.27/mysql/storage/maria/ma_checkpoint.c:708
#4  0x7fbf4c4d7424 in start_thread (arg=0x7fbf1e5b5700) at
pthread_create.c:334
#5  0x7fbf4dc453fd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7fbf50dfc7c0 (LWP 26395)):
[KCrash Handler]
#4  0x7fbf3a115ba0 in get_charset () from
/usr/lib64/samba/libsmbregistry-samba4.so
#5  0x7fbf2acdac51 in thd_init_client_charset(THD*, unsigned int) () from
/usr/lib64/mysql/libmysqld.so.18
#6  0x7fbf2ac38d00 in check_embedded_connection () from
/usr/lib64/mysql/libmysqld.so.18
#7  0x7fbf2ac3a1c2 in mysql_real_connect (mysql=0xc3baf8, host=, user=, passwd=, db=0x0, port=0,
unix_socket=0x0, client_flag=3580549) at
/usr/src/debug/dev-db/mariadb-10.0.27/mysql/libmysqld/libmysqld.c:183
#8  0x7fbf2c11fbfe in MySqlEmbeddedStorage::init(QString const&) () from
/usr/lib64/kde4/amarok_storage-mysqlestorage.so
#9  0x7fbf2c1208f8 in MySqleStorageFactory::init() () from
/usr/lib64/kde4/amarok_storage-mysqlestorage.so
#10 0x7fbf509112d9 in Plugins::PluginManager::checkPluginEnabledStates() ()
from /usr/lib64/libamaroklib.so.1
#11 0x7fbf50912616 in Plugins::PluginManager::PluginManager(QObject*) ()
from /usr/lib64/libamaroklib.so.1
#12 0x7fbf50912718 in Plugins::PluginManager::instance() () from
/usr/lib64/libamaroklib.so.1
#13 0x7fbf50901e36 in MainWindow::MainWindow() () from
/usr/lib64/libamaroklib.so.1
#14 0x7fbf508e7956 in App::continueInit() () from
/usr/lib64/libamaroklib.so.1
#15 0x7fbf508e8dfc in App::App() () from /usr/lib64/libamaroklib.so.1
#16 0x004086f0 in main ()

Reported using DrKonqi

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


[kmail2] [Bug 342567] TLSv1.2 is not used on imap/smtp/managesieve

2016-09-28 Thread Andrius Štikonas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342567

--- Comment #20 from Andrius Štikonas  ---
kio patch is now merged too, commit 8196a735bebc6fd5eaf9d293bd565c00ef98516b

So SMTP should be working now.

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

[kdenlive] [Bug 369058] Kenlive crashing when files are imported

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369058

--- Comment #9 from ker...@gmail.com ---
I also noticed Kdenlive crashes when I try to change anything in settings >
playback.

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


[kio] [Bug 314451] sftp: Resuming partly transferred file is impossible - "unknown error code 166"

2016-09-28 Thread Jeffrey G Thomas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=314451

--- Comment #7 from Jeffrey G Thomas  ---
This is still an issue with Debian 9 (Stretch) running KDE 5.25.0 and Dolphin
16.04.2. This bug report is over 3.5 years old and network file operations are
still not working well.

Copying a file across KIO in Dolphin (to sftp://10.10.11.150:/root/users/ if it
matters) still only partially copies the file. KDE now notifies that the copy
is complete (it didn't notify before), but that message is not correct and the
remote machine still only gets 1071882240 bytes and then KDE says the copy is
complete.

Resuming that copy operation once brings the remote-server's filesize total to
2143764480 before KDE notifies incorrectly that this is done.

Resuming the copy operation a second time brings the remote total to 3215585280
bytes.

Trying to resume a third time, Dolphin presents this error:
> Unknown error code 166
> /home/jthomas/Downloads/bigfile.tar.gz
> Please send a full bug report at http://bugs.kde.org.
> [Retry] [Cancel]

The [Retry] button just has this same error dialog box reappear.

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


[digikam] [Bug 368862] Thumbnails for Olympus raw (ORF) in albumview are blurred

2016-09-28 Thread Maik Qualmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368862

--- Comment #23 from Maik Qualmann  ---
No problem with CR2, RW2 or NEF files. Guenther, the option "If possible write
Metadata to RAW files (experimental)" is not good for ORF files! I see the
problem now in libexiv2.

Maik

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


[ksysguard] [Bug 369493] Strange string when changing process priority: ") za dani proces"

2016-09-28 Thread Götz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369493

--- Comment #1 from Götz  ---
Created attachment 101333
  --> https://bugs.kde.org/attachment.cgi?id=101333=edit
screenshot

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

[ksysguard] [Bug 369493] New: Strange string when changing process priority: ") za dani proces"

2016-09-28 Thread Götz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369493

Bug ID: 369493
   Summary: Strange string when changing process priority:  ") za
dani proces"
   Product: ksysguard
   Version: 5.7.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ksysguard-b...@kde.org
  Reporter: goetzchr...@gmail.com

When raising some process priority, the user is prompt for the password, in
that polkit dialog, there is a odd string:

") za dani proces"

Reproducible: Always

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


[kate] [Bug 368770] Kate uses default Qt File Dialog *not KDE file dialog* which breaks tons of features, including KIO

2016-09-28 Thread Marvin Jens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368770

--- Comment #13 from Marvin Jens  ---
this is still not working. please let me know how I can help. Thx

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


[kdenlive] [Bug 369058] Kenlive crashing when files are imported

2016-09-28 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369058

--- Comment #8 from ker...@gmail.com ---
Here is an example output of "ffmpeg -i". The file is a mobile phone recording
but crashes happen with every file I try: 
[code]
ffmpeg version 3.1.3 Copyright (c) 2000-2016 the FFmpeg developers  
  built with gcc 6.2.1 (GCC) 20160830   
  configuration: --prefix=/usr --disable-debug --disable-static
--disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig
--enable-gmp --enable-gnutls --enable-gpl --enable-ladspa --enable-libass
--enable-libbluray --enable-libfreetype --enable-libfribidi --enable-libgsm
--enable-libiec61883 --enable-libmodplug --enable-libmp3lame
--enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg
--enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr
--enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2
--enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp
--enable-libx264 --enable-libx265 --enable-libxvid --enable-netcdf
--enable-shared --enable-version3 --enable-x11grab  
  libavutil  55. 28.100 / 55. 28.100
  libavcodec 57. 48.101 / 57. 48.101
  libavformat57. 41.100 / 57. 41.100
  libavdevice57.  0.101 / 57.  0.101
  libavfilter 6. 47.100 /  6. 47.100
  libavresample   3.  0.  0 /  3.  0.  0
  libswscale  4.  1.100 /  4.  1.100
  libswresample   2.  1.100 /  2.  1.100
  libpostproc54.  0.100 / 54.  0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from
'/media/twardy/filmiki/yout/trininty/VIDEO00064.mp4':
  Metadata:
major_brand : mp42
minor_version   : 0
compatible_brands: isommp42
creation_time   : 2016-09-13 18:14:27
com.android.version: 6.0.1
  Duration: 00:03:22.89, start: 0.00, bitrate: 60329 kb/s
Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p,
1280x720, 59993 kb/s, SAR 1:1 DAR 16:9, 30.03 fps, 30 tbr, 90k tbn, 180k tbc
(default)
Metadata:
  rotate  : 90
  creation_time   : 2016-09-13 18:14:27
  handler_name: VideoHandle
Side data:
  displaymatrix: rotation of -90.00 degrees
Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp,
319 kb/s (default)
Metadata:
  creation_time   : 2016-09-13 18:14:27
  handler_name: SoundHandle
[/code]

I wouldn't know how to bite SDL problem. I'll try browsing Arch Linux forum for
 SDL issues people are having with it...

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


  1   2   3   >