[kio] [Bug 358723] Gwenview, Dolphin, and many other apps crash when clicking 'Network' folder in the dir tree view.

2016-01-29 Thread Takahiro Hashimoto via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358723

--- Comment #3 from Takahiro Hashimoto  ---
(In reply to Eike Hein from comment #2)
> This seems to be kio rather than Plasma?

I'm sorry if I don't point correct module category for this bug report.
Please let me explain the reason why I think my fixes suits for this bug.

First, certainly, the root cause of crash is the ASSERT, empty check of
UDS_NAME in kio/core/kcoredirlister.cpp. UDS_NAME should not be empty,
described in kio/core/udsentry.h:177 [1] 

---
175 /// Filename - as displayed in directory listings etc.
176 /// "." has the usual special meaning of "current directory"
177 /// UDS_NAME must always be set and never be empty, neither contain
'/'.
178 ///
179 /// Note that KIO will append the UDS_NAME to the url of their
180 /// parent directory, so all kioslaves must use that naming scheme
181 /// ("url_of_parent/filename" will be the full url of that file).
182 /// To customize the appearance of files without changing the url
183 /// of the items, use UDS_DISPLAY_NAME.
184 UDS_NAME = 6 | UDS_STRING,


Second, the lack of UDS_NAME in the dirlist is caused by 'remote' kioslave
implementation.
In this case, the wrong .desktop name is specified in
kioslave/remote/remoteimpl.cpp in plasma-workspace. One of my patches[2] is to
fix it.

The last, 'Network' folder is created by createWizardEntry() in
kioslave/remote/kio_remote.cpp.
It's my guess, for some situation, for example, of knetattach isn't installed,
createWizardEntry() returns bool value. I'd like to add the check of this value
if correct dir entry is created or not with my patch.[3]

Of course much better solution makes me happy. Please let me have your
comment:)

[1]
https://quickgit.kde.org/?p=kio.git=blob=9b2153061cc3f9552eb18a6dc950a904fb4d4285=7f3dbd33391ca62d9944e00490933f801f555ba2=src%2Fcore%2Fudsentry.h
[2] https://git.reviewboard.kde.org/r/126893/diff/1#0
[3] https://git.reviewboard.kde.org/r/126892/diff/1#index_header

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


[umbrello] [Bug 358731] Message 'too big indentation amount' on windows

2016-01-29 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358731

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/umbr
   ||ello/01b2b16339521c051049b5
   ||3662ecf890ac0cbe49
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||2.18.2 (KDE Applications
   ||15.12.2)

--- Comment #1 from Ralf Habacker  ---
Git commit 01b2b16339521c051049b53662ecf890ac0cbe49 by Ralf Habacker.
Committed on 29/01/2016 at 12:42.
Pushed by habacker into branch 'Applications/15.12'.

Fix 'Message "too big indentation amount" on windows'.

The type of the struct's  ...CodeGenerationState are changed
into classes, constructors are added and class members are
initialized to useful defaults.

The code generator line ending type is initialized accordingly
to the platform umbrello is build for.
FIXED-IN:2.18.2 (KDE Applications 15.12.2)

M  +2-7umbrello/codegenerators/codegenerationpolicy.cpp
M  +64   -5umbrello/optionstate.h

http://commits.kde.org/umbrello/01b2b16339521c051049b53662ecf890ac0cbe49

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


[Breeze] [Bug 343369] Menu in QtQuickControls Combo Box on Breeze Dark Theme Unreadable

2016-01-29 Thread richardlm via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343369

richardlm  changed:

   What|Removed |Added

 CC||richard.l...@gmail.com

--- Comment #19 from richardlm  ---
Same here.

However I was wondering if this actual theme related or by the (combo box)
implementation in the GUI.

For Example:
System Settings -> Multimedia -> Audio Volume -> Configuration
The combo boxes here doesn't follow color sheme, but they also appear rather
random on the screen (see attachment 96556).
Where as in
System Settings -> Multimedia -> Audio and Video -> Audio Hardware Setup
Combo box follows color sheme and is correctly placed.

HTH

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


[akregator] [Bug 358716] New: Occasional loss of GUI layout settings after system restart

2016-01-29 Thread Maxim via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358716

Bug ID: 358716
   Summary: Occasional loss of GUI layout settings after system
restart
   Product: akregator
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: mmarinche...@yahoo.com

I use Akregator as a resident application (autolaunch at startup). Sometimes
after restarting the system Akregator "forgets" GUI layout settings and I have
to resize controls.

Not critical but annoying...

Reproducible: Sometimes

Steps to Reproduce:
See "Details" section.



openSUSE 13.2 with KDE:Extra repository, Akregator 4.14.9, KDE Platform
4.11.20.

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


[kwin] [Bug 358722] New: ASAN: Use after free

2016-01-29 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358722

Bug ID: 358722
   Summary: ASAN: Use after free
   Product: kwin
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: compositing
  Assignee: kwin-bugs-n...@kde.org
  Reporter: kf...@kde.org

Built kwin with ASAN enabled, to detect potential memory leaks.

Instead, detected a heap-use-after free when exiting kwin_x11.

==5038==ERROR: AddressSanitizer: heap-use-after-free on address 0x6121a0b8
at pc 0x7f24ba11fe11 bp 0x7ffc4766d910 sp 0x7ffc4766d908
READ of size 8 at 0x6121a0b8 thread T0
#0 0x7f24ba11fe10 in KWin::Compositor::hasScene() const
/home/kfunk/devel/src/kf5/kwin/composite.h:74:16
#1 0x7f24ba72dee0 in KWin::Workspace::compositing() const
/home/kfunk/devel/src/kf5/kwin/composite.cpp:956:28
#2 0x7f24ba72e88b in KWin::Toplevel::compositing() const
/home/kfunk/devel/src/kf5/kwin/composite.cpp:1033:12
#3 0x7f24ba7326ab in KWin::Toplevel::addWorkspaceRepaint(QRect const&)
/home/kfunk/devel/src/kf5/kwin/composite.cpp:1202:10
#4 0x7f24ba1b1dc5 in KWin::Client::releaseWindow(bool)
/home/kfunk/devel/src/kf5/kwin/client.cpp:226:9
#5 0x7f24ba021a8e in KWin::Workspace::~Workspace()
/home/kfunk/devel/src/kf5/kwin/workspace.cpp:444:9
#6 0x7f24ba0228b3 in KWin::Workspace::~Workspace()
/home/kfunk/devel/src/kf5/kwin/workspace.cpp:427:1
#7 0x7f24ba3e9b4a in KWin::Application::destroyWorkspace()
/home/kfunk/devel/src/kf5/kwin/main.cpp:416:5
#8 0x7f24bb432e80 in KWin::ApplicationX11::lostSelection()
/home/kfunk/devel/src/kf5/kwin/main_x11.cpp:139:5
#9 0x7f24bb44689c in KWin::ApplicationX11::qt_static_metacall(QObject*,
QMetaObject::Call, int, void**)
/home/kfunk/devel/build/kf5/kwin/moc_main_x11.cpp:137:17
#10 0x7f24b453a8e9 in QMetaObject::activate(QObject*, int, int, void**)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2b58e9)
#11 0x7f24b538ac71 in KSelectionOwner::lostOwnership()
/home/kfunk/devel/build/kf5/kwindowsystem/src/moc_kselectionowner.cpp:144:5
#12 0x7f24b5364946 in KSelectionOwner::filterEvent(void*)
/home/kfunk/devel/src/kf5/kwindowsystem/src/platforms/xcb/kselectionowner.cpp:378:14
#13 0x7f24b5365569 in
KSelectionOwner::Private::nativeEventFilter(QByteArray const&, void*, long*)
/home/kfunk/devel/src/kf5/kwindowsystem/src/platforms/xcb/kselectionowner.cpp:117:16
#14 0x7f24b450869e in
QAbstractEventDispatcher::filterNativeEvent(QByteArray const&, void*, long*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x28369e)
#15 0x7f24a5754253 in QXcbConnection::handleXcbEvent(xcb_generic_event_t*)
(/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5+0x3d253)
#16 0x7f24a5755002 in QXcbConnection::processXcbEvents()
(/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5+0x3e002)
#17 0x7f24b453b7b0 in QObject::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2b67b0)
#18 0x7f24b4e009db in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x15b9db)
#19 0x7f24b4e05ea5 in QApplication::notify(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x160ea5)
#20 0x7f24ba3e30aa in KWin::Application::notify(QObject*, QEvent*)
/home/kfunk/devel/src/kf5/kwin/main.cpp:246:26
#21 0x7f24b450bd7a in QCoreApplication::notifyInternal(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x286d7a)
#22 0x7f24b450e175 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x289175)
#23 0x7f24b455fa71 in
QEventDispatcherUNIX::processEvents(QFlags)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2daa71)
#24 0x7f24a57b7a1c  (/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5+0xa0a1c)
#25 0x7f24b4509509 in
QEventLoop::exec(QFlags)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x284509)
#26 0x7f24b45115eb in QCoreApplication::exec()
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x28c5eb)
#27 0x7f24bb436158 in kdemain
/home/kfunk/devel/src/kf5/kwin/main_x11.cpp:316:12
#28 0x4ddbc5 in main
/home/kfunk/devel/build/kf5/kwin/kwin_x11_dummy.cpp:3:43
#29 0x7f24b2d16a3f in __libc_start_main
/build/buildd/glibc-2.21/csu/libc-start.c:289
#30 0x436488 in _start
(/home/kfunk/devel/install/kf5/bin/kwin_x11+0x436488)

0x6121a0b8 is located 248 bytes inside of 264-byte region
[0x61219fc0,0x6121a0c8)
freed by thread T0 here:
#0 0x4dcee2 in operator delete(void*)
(/home/kfunk/devel/install/kf5/bin/kwin_x11+0x4dcee2)
#1 0x7f24ba715a50 in KWin::Compositor::~Compositor()
/home/kfunk/devel/src/kf5/kwin/composite.cpp:150:1
#2 0x7f24ba3e9d3a in KWin::Application::destroyCompositor()
/home/kfunk/devel/src/kf5/kwin/main.cpp:421:5
#3 0x7f24bb432e73 in KWin::ApplicationX11::lostSelection()
/home/kfunk/devel/src/kf5/kwin/main_x11.cpp:138:5
#4 0x7f24bb44689c in 

[umbrello] [Bug 358731] New: Message 'too big indentation amount' on windows

2016-01-29 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358731

Bug ID: 358731
   Summary: Message 'too big indentation amount' on windows
   Product: umbrello
   Version: 2.17.3 (KDE Applications 15.08.3)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: ralf.habac...@freenet.de

Running umbrello on Windows shows the following warning ' too big indentation
amount x'

Reproducible: Always

Steps to Reproduce:
1. start dbgview from https://live.sysinternals.com/dbgview.exe
2. download umbrello from http://download.kde.org/stable/umbrello/2.17.3/ and
install
3. start umbrello



Actual Results:  
In dbgview the related message is printed.

Expected Results:  
The bug causing this message should be fixed.

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


[kmailcvt] [Bug 358725] TheBat! mail-account does not show in list for import to kmail

2016-01-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358725

Laurent Montel  changed:

   What|Removed |Added

   Version Fixed In||5.2
  Latest Commit||http://commits.kde.org/kdep
   ||im/3a10f1c5896ee60467beaa1d
   ||29ffa05fb11de110
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Laurent Montel  ---
Git commit 3a10f1c5896ee60467beaa1d29ffa05fb11de110 by Montel Laurent.
Committed on 29/01/2016 at 12:42.
Pushed by mlaurent into branch 'master'.

Fix Bug 358725 - TheBat! mail-account does not show in list for import to kmail

Reactivate it even if we are not on windows we can have access to it.

FIXED-IN: 5.2

M  +0-2importwizard/autodetect/thebat/thebatimportdata.cpp

http://commits.kde.org/kdepim/3a10f1c5896ee60467beaa1d29ffa05fb11de110

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


[kde] [Bug 358733] New: KDE Connect Crash

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358733

Bug ID: 358733
   Summary: KDE Connect Crash
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: milesjpar...@gmail.com

Application: kdeconnectd (0.1)
KDE Platform Version: 4.14.14
Qt Version: 4.8.7
Operating System: Linux 3.18.11 x86_64
Distribution (Platform): Slackware Packages

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

I was trying to connect my phone to KDE connect. When prompted to "accept"
KDEConnect crashed

The crash can be reproduced every time.

-- Backtrace:
Application: kdeconnect (kdeconnectd), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa19fb7e7c0 (LWP 1515))]

Thread 2 (Thread 0x7fa18b937700 (LWP 1521)):
#0  0x7fa19d4cfe85 in  () at /usr/lib64/qt/lib/libQtCore.so.4
#1  0x7fa19d4ce80c in  () at /usr/lib64/qt/lib/libQtCore.so.4
#2  0x7fa19d4ce8b5 in  () at /usr/lib64/qt/lib/libQtCore.so.4
#3  0x7fa1992cff7d in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#4  0x7fa1992d0883 in  () at /usr/lib64/libglib-2.0.so.0
#5  0x7fa1992d0a5c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#6  0x7fa19d4cf0fe in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/qt/lib/libQtCore.so.4
#7  0x7fa19d49f601 in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/qt/lib/libQtCore.so.4
#8  0x7fa19d49f915 in
QEventLoop::exec(QFlags) () at
/usr/lib64/qt/lib/libQtCore.so.4
#9  0x7fa19d398c69 in QThread::exec() () at
/usr/lib64/qt/lib/libQtCore.so.4
#10 0x7fa19d39b3ec in  () at /usr/lib64/qt/lib/libQtCore.so.4
#11 0x7fa19d817704 in start_thread () at /lib64/libpthread.so.0
#12 0x7fa19c7a7f8d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fa19fb7e7c0 (LWP 1515)):
[KCrash Handler]
#6  0x7fa19b9a54c0 in QCA::Provider::Context::provider() const () at
/usr/lib64/libqca.so.2
#7  0x7fa19b9bc59d in QCA::PublicKey::toPEM() const () at
/usr/lib64/libqca.so.2
#8  0x7fa19f7aafa8 in Device::sendOwnPublicKey() () at
/usr/lib64/libkdeconnectcore.so.1
#9  0x7fa19f7ae1b8 in Device::acceptPairing() () at
/usr/lib64/libkdeconnectcore.so.1
#10 0x7fa19f794895 in  () at /usr/lib64/libkdeconnectcore.so.1
#11 0x7fa19d4b3e60 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /usr/lib64/qt/lib/libQtCore.so.4
#12 0x7fa19f379195 in KNotification::activate(unsigned int) () at
/usr/lib64/libkdeui.so.5
#13 0x7fa19f37aa58 in  () at /usr/lib64/libkdeui.so.5
#14 0x7fa19d4b3e60 in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /usr/lib64/qt/lib/libQtCore.so.4
#15 0x7fa19f49aaf4 in  () at /usr/lib64/libkdeui.so.5
#16 0x7fa19f49b073 in  () at /usr/lib64/libkdeui.so.5
#17 0x7fa19da56175 in  () at /usr/lib64/qt/lib/libQtDBus.so.4
#18 0x7fa19d4b9951 in QObject::event(QEvent*) () at
/usr/lib64/qt/lib/libQtCore.so.4
#19 0x7fa19e5ff54c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/qt/lib/libQtGui.so.4
#20 0x7fa19e60601c in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/qt/lib/libQtGui.so.4
#21 0x7fa19f34f88a in KApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libkdeui.so.5
#22 0x7fa19d4a0c3d in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /usr/lib64/qt/lib/libQtCore.so.4
#23 0x7fa19d4a3e9e in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib64/qt/lib/libQtCore.so.4
#24 0x7fa19d4cef6e in  () at /usr/lib64/qt/lib/libQtCore.so.4
#25 0x7fa1992d0787 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#26 0x7fa1992d09b8 in  () at /usr/lib64/libglib-2.0.so.0
#27 0x7fa1992d0a5c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#28 0x7fa19d4cf0de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/qt/lib/libQtCore.so.4
#29 0x7fa19e6a2aa6 in  () at /usr/lib64/qt/lib/libQtGui.so.4
#30 0x7fa19d49f601 in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/qt/lib/libQtCore.so.4
#31 0x7fa19d49f915 in
QEventLoop::exec(QFlags) () at
/usr/lib64/qt/lib/libQtCore.so.4
#32 0x7fa19d4a4ef9 in QCoreApplication::exec() () at
/usr/lib64/qt/lib/libQtCore.so.4
#33 0x004012f4 in  ()
#34 0x7fa19c6c06d0 in __libc_start_main () at /lib64/libc.so.6
#35 0x004013a9 in _start ()

Reported using DrKonqi

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


[krita] [Bug 358734] [Hard] Incorrect 2nd square HSV color picker (checked by HCG color model)

2016-01-29 Thread acterhd via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358734

--- Comment #1 from acterhd  ---
Some info: 
https://github.com/acterhd/hcg-color
I wrote C++ version for QT.

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


[kio] [Bug 358723] Gwenview, Dolphin, and many other apps crash when clicking 'Network' folder in the dir tree view.

2016-01-29 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358723

Eike Hein  changed:

   What|Removed |Added

Version|master  |unspecified
  Component|Folder  |remote
   Target Milestone|1.0 |---
   Assignee|h...@kde.org|unassigned-b...@kde.org
Product|plasmashell |kio

--- Comment #2 from Eike Hein  ---
This seems to be kio rather than Plasma?

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


[trojita] [Bug 342032] Context menu for Images inside HTML messages should offer saving them

2016-01-29 Thread Jan Kundrát via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342032

Jan Kundrát  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/troj
   ||ita/f7d1ecb05347c524d97e194
   ||fd9fc56a78a496449
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Jan Kundrát  ---
Git commit f7d1ecb05347c524d97e194fd9fc56a78a496449 by Jan Kundrát.
Committed on 27/01/2016 at 14:19.
Pushed by gerrit into branch 'master'.

Add support for downloading of embedded images
Change-Id: I0a2cd63bb3a628c7119ffdea4386863d51f3ed94

M  +15   -2src/Gui/SimplePartWidget.cpp
M  +1-0src/Gui/SimplePartWidget.h
M  +29   -0src/Imap/Network/FileDownloadManager.cpp
M  +2-0src/Imap/Network/FileDownloadManager.h

http://commits.kde.org/trojita/f7d1ecb05347c524d97e194fd9fc56a78a496449

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

[akregator] [Bug 352512] 5.0.xx after a crash, the restore session pops up twice then akregator crashes

2016-01-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352512

Laurent Montel  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.2
 Status|CONFIRMED   |RESOLVED

--- Comment #23 from Laurent Montel  ---
I recreate a new widget to inform if we want to restore session (for akregator
5.2).
It's better now. We can or not restore session as previously.

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


[kwin] [Bug 358722] ASAN: Use after free

2016-01-29 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358722

Martin Gräßlin  changed:

   What|Removed |Added

URL||https://git.reviewboard.kde
   ||.org/r/126925/
  Flags||ReviewRequest+

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

[kmailcvt] [Bug 358725] TheBat! mail-account does not show in list for import to kmail

2016-01-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358725

--- Comment #1 from Laurent Montel  ---
The bat ! indeed it's disable from linux I think that we can't access to it.
But you're right we can
I will reactivate it now.
(but for kdepim 5.2)

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


[clazy] [Bug 358732] New: qstring-uneeded-heap-allocations: fixit changes QString to QLatin1String even if a QString function (sprintf, arg...) on that object

2016-01-29 Thread NooN via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358732

Bug ID: 358732
   Summary: qstring-uneeded-heap-allocations: fixit changes
QString to QLatin1String even if a QString function
(sprintf, arg...) on that object
   Product: clazy
   Version: unspecified
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: oo.o+...@windbuechse.samba-tng.org
CC: smart...@kde.org

Created attachment 96901
  --> https://bugs.kde.org/attachment.cgi?id=96901=edit
testcase for QString with sprintf

If a QString is created and a function of that object get's called ist must not
be converted to a QLatin1String.
That class has only a minimal set of functions and for example arg or sprintf
is not supported.

testcase_qstring.cpp:21:5: warning: QString(const char*) being called
[-Wclazy-qstring-uneeded-heap-allocations]
QString("").sprintf("0x%02X", 0x1E);

If the (automatic) fixit get applied there is than a no member error.

testcase_with_fixit.cpp:21:23: error: no member named 'sprintf' in
'QLatin1String'
QLatin1String("").sprintf("0x%02X", 0x1E);

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


[umbrello] [Bug 358655] Umbrello does not import private class

2016-01-29 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358655

--- Comment #11 from Ralf Habacker  ---
(In reply to Ken Standard from comment #4)
> Not seeing it here. 
> 
> In fact the whole source import process is very rough and is not as intuitive 
> as one would expect.
What could be simplier as 
1. Start umbrello
2. setup required language with  'Code'->Active Language' (defaults to c++)
3. click on 'Code'->'Import project', select directory and wait until import is
finished.

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


[kwin] [Bug 358646] Rendering breaks if Triple Buffer detection gives NOT available

2016-01-29 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358646

--- Comment #14 from Martin Gräßlin  ---
And I'm sorry to say the patch doesn't help

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

[kwin] [Bug 358646] Rendering breaks if Triple Buffer detection gives NOT available

2016-01-29 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358646

--- Comment #13 from Martin Gräßlin  ---
> Just to be sure: it's a phone video because that was the convenient thing to 
> do, not because it doesn't show up with recordmydesktop et al.?

For convenience.

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

[krita] [Bug 358734] New: [Hard] Incorrect 2nd square HSV color picker (checked by HCG color model)

2016-01-29 Thread acterhd via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358734

Bug ID: 358734
   Summary: [Hard] Incorrect 2nd square HSV color picker (checked
by HCG color model)
   Product: krita
   Version: 2.9.10
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: acte...@gmail.com

Hello. I found bug with HSV2 square. Found by HCG color model patch for source
code. 
I see that square is not right, slider moves to wrong directions. 

Reproducible: Always

Steps to Reproduce:
Very hard question. Need patch source code for support HCG (HST) color model.
Need move sliders for check square. This patch are complex. 

Actual Results:  
Wrong color picker, from HCG view point.

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


[kdenlive] [Bug 358698] 15.13.0 git master - Using keyboard navigation in timeline causes playback position to become unresponsive (video example included)

2016-01-29 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358698

Jesse  changed:

   What|Removed |Added

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

--- Comment #3 from Jesse  ---
Turned out project notes was pretty handy for bug report screencasts. :)

Just tested the latest master git build. Looks like everything works perfectly
again. Issue is resolved. Thanks JB!

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


[umbrello] [Bug 358293] C++ Code Generation Settings don't change anything

2016-01-29 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358293

Ralf Habacker  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||ralf.habac...@freenet.de

--- Comment #2 from Ralf Habacker  ---
(In reply to ryan.niehaus from comment #1)
> Created attachment 96895 [details]
> A patch to fix part of the issue
> This patch makes it so the generated C++ commenting style selection actually
> works now.
Did a quick review and found a few issues: 
> Settings aren't actually saved
1. works 
> Generated code still uses // comments instead of /* */ when that style is 
> selected.

2. The generated comments in // style for example on classes looks like
  /// 
  /// class SDL_RWops

and for  methods like
  /// 
  /// Set the value of type
  /// @param new_var the new value of type
  void setType (Uint32 new_var)   {

in /* */ mode for classes 

  /** 
   * class SDL_RWops
   */

but for methods 

/*  */
/* Methods */
/*  */

which should be 

/**
  * Methods
 */

There may be more issues, which could be verified by opening the code generator
test case   'test/test-COG.xmi' from the umbrello source and generating code
with it.

2. Please follow topic 12. of CODING-STYLE from the umbrello source eg. 
if (...) {
...
} else { 
  
}

3. If possible use 'git format-patch' to generate the patch to have a complete
patch header, which could be easily applied with 'git am'.

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


[akregator] [Bug 358716] Occasional loss of GUI layout settings after system restart

2016-01-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358716

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel  ---
Which layout settings is "forgetting" ?
view layout ?
Size ?
etc.

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


[akregator] [Bug 358724] akregator crashes every time when trying to open a tab

2016-01-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358724

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org
 Resolution|--- |FIXED
   Version Fixed In||5.1.2
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Laurent Montel  ---
I disabled it in 5.1.2 it's broken.
you can fix to remove crash info:
rm -rf ~/.local/akregator/crashed

it will not ask you to restore it.
I work on a new method for it in 5.2.
Sorry for the actual bug

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


[kwin] [Bug 358664] On display configuration change some maximised windows are lost

2016-01-29 Thread Ben Cooksley via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358664

--- Comment #10 from Ben Cooksley  ---
Comment expunged as requested.

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


[kdenlive] [Bug 358727] Git master 2016-01-26 - Segfault on video seek with movit installed

2016-01-29 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358727

--- Comment #2 from Evert Vorster  ---
When I drag a clip on the timeline, kdenlive crashes like this:

[evert@Vorster ~]$ gdb kdenlive
GNU gdb (GDB) 7.10.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from kdenlive...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/kdenlive 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe17df700 (LWP 1641)]
[New Thread 0x7fffc6051700 (LWP 1642)]
[New Thread 0x7fffbfb2c700 (LWP 1643)]
[New Thread 0x7fffbe932700 (LWP 1644)]
Trying to convert empty KLocalizedString to QString.
Removing cache at "/home/evert/.cache/kdenlive-thumbs.kcache"
[New Thread 0x7fffb7fff700 (LWP 1646)]
[New Thread 0x7fffb77fe700 (LWP 1648)]
[New Thread 0x7fffb6ffd700 (LWP 1649)]
[New Thread 0x7fffb66fc700 (LWP 1650)]
QXcbConnection: XCB error: 8 (BadMatch), sequence: 10465, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 10478, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 10506, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 10516, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 10562, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 11876, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 11896, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 11921, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 11981, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12030, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12079, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12128, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12177, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12226, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12576, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12596, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12627, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12661, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12703, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12704, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12753, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12754, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12803, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12804, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12853, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12854, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12903, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 12904, resource id: 2097368,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 

[kdenlive] [Bug 358727] Git master 2016-01-26 - Segfault on video seek with movit installed

2016-01-29 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358727

--- Comment #1 from Evert Vorster  ---
With the nvidia drivers, I can seek through a video, but only if it's less than
4k.

When I apply a layout, kdenlive segfaults like this:
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: /usr/bin/kdenlive 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe17df700 (LWP 1503)]
[New Thread 0x7fffc6051700 (LWP 1504)]
[New Thread 0x7fffbfb2c700 (LWP 1506)]
[New Thread 0x7fffbe932700 (LWP 1507)]
Trying to convert empty KLocalizedString to QString.
[New Thread 0x7fffb7fff700 (LWP 1508)]
[Thread 0x7fffb7fff700 (LWP 1508) exited]
[New Thread 0x7fffb7fff700 (LWP 1509)]
[New Thread 0x7fffb77fe700 (LWP 1510)]
[New Thread 0x7fffaa946700 (LWP 1512)]
[New Thread 0x7fffaa845700 (LWP 1513)]
[New Thread 0x7fffa9939700 (LWP 1514)]
[Thread 0x7fffaa946700 (LWP 1512) exited]
[Thread 0x7fffb77fe700 (LWP 1510) exited]
QFile::setFileName: File
(/home/evert/.local/share/stalefiles/kdenlive/_untitled.kdenliveJpjfile_%2Fdata%2FKdenlive9NTIKJpj)
is already opened
Removing cache at "/home/evert/.cache/kdenlive-thumbs.kcache"
[New Thread 0x7fffa9138700 (LWP 1515)]
[New Thread 0x7fffa8937700 (LWP 1516)]
QXcbConnection: XCB error: 8 (BadMatch), sequence: 6665, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 6679, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 6774, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7545, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7565, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 7590, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 8105, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 8125, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 8150, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 8280, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 8475, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 8646, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 8995, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 9106, resource id: 10485940,
major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 27751, resource id:
10485940, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 27772, resource id:
10485940, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 27863, resource id:
10485940, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 27892, resource id:
10485940, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 28128, resource id:
10485940, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 28148, resource id:
10485940, major code: 130 (Unknown), minor code: 3
QXcbConnection: XCB error: 8 (BadMatch), sequence: 28170, resource id:
10485940, major code: 130 (Unknown), minor code: 3
[New Thread 0x7fff9bbf8700 (LWP 1517)]
[Thread 0x7fff9bbf8700 (LWP 1517) exited]
[New Thread 0x7fff9bbf8700 (LWP 1518)]
[New Thread 0x7fff9b3f7700 (LWP 1519)]
[New Thread 0x7fff99c36700 (LWP 1520)]
[New Thread 0x7fff99435700 (LWP 1521)]
[Thread 0x7fff99435700 (LWP 1521) exited]
[Thread 0x7fff9bbf8700 (LWP 1518) exited]
[Thread 0x7fff99c36700 (LWP 1520) exited]
[New Thread 0x7fff99c36700 (LWP 1522)]
[Thread 0x7fff9b3f7700 (LWP 1519) exited]
[Thread 0x7fff99c36700 (LWP 1522) exited]
[New Thread 0x7fff99c36700 (LWP 1523)]
[New Thread 0x7fff9b3f7700 (LWP 1524)]
GL error 0x501 at filter_glsl_manager.cpp:381

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x7fff9b3f7700 (LWP 1524)]
0x7104f5f8 in raise () from /usr/lib/libc.so.6
(gdb) thread apply all bt

Thread 21 (Thread 0x7fff9b3f7700 (LWP 1524)):
#0  0x7104f5f8 in raise () from /usr/lib/libc.so.6
#1  0x71050a7a in abort () from /usr/lib/libc.so.6
#2  0x7fffdb186af3 in
GlslManager::render_frame_texture(movit::EffectChain*, mlt_frame_s*, int, int,
unsigned char**) () from 

[kwin] [Bug 356882] No compositing with Mesa 11.1.0 (EGL 1.5) and Plasma/KWin 5.5.1 when using EGL OpenGL interface

2016-01-29 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356882

Thomas Lübking  changed:

   What|Removed |Added

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

--- Comment #17 from Thomas Lübking  ---
Yupp, it's apparently a dupe then (see comment #8) - since we didn't know for
sure, I only CC'd this one and waited for confirmation ;-)

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

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

[kwin] [Bug 356992] Intel Mesa drivers not supported EGL_SWAP_BEHAVIOR_PRESERVED_BIT

2016-01-29 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356992

Thomas Lübking  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

--- Comment #36 from Thomas Lübking  ---
*** Bug 356882 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 358722] ASAN: Use after free

2016-01-29 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358722

Thomas Lübking  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Thomas Lübking  ---
Workspace holds a pointer pointing Compositor::self() which is nuked by
Application::destroyCompositor() (so m_compositor in workspace now dangles)

This was previously prevented by noop'ing destroyCompositor() as long as there
was Workspace::self() and boke with

commit 1998d5ac1ad92011505f0e00761ccc618099fa19
Date:   Tue Nov 10 08:52:40 2015 +0100

[wayland] Improve tear-down to not crash if X11 applications are still
around

We need to destroy the compositor after Xwayland terminated and after
the internal Wayland connection is destroyed. This means when destroying
the Workspace we may no longer destroy the Compositor at the same time.
Also we need to ensure that other tear down functionality doesn't call
into the no longer existing internal client connection.

With this change kwin doesn't crash when exiting with Wayland and/or
X11 windows still open.


...
 void Application::destroyCompositor()
 {
-if (Workspace::self()) {
-// compositor is destroyed together with Workspace
-return;
-}
 delete Compositor::self();
 }
...

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

[kdenlive] [Bug 358583] Gt Master 2016-01-26 - cannot make a proxy of a stabilised .mlt file.

2016-01-29 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358583

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit 50b186e2268e61577680d40ebad0a1ead6cb8dcb by Jean-Baptiste Mardelle.
Committed on 29/01/2016 at 11:02.
Pushed by mardelle into branch 'master'.

Fix proxy for playlist clips

M  +1-1src/mltcontroller/producerqueue.cpp

http://commits.kde.org/kdenlive/50b186e2268e61577680d40ebad0a1ead6cb8dcb

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


[akregator] [Bug 358716] Occasional loss of GUI layout settings after system restart

2016-01-29 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358716

--- Comment #5 from Laurent Montel  ---
Ok splitter size ok

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


[plasmashell] [Bug 357597] High Plasmashell CPU Usage With Animated Desktop Widgets

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357597

giuseppemargar...@gmail.com changed:

   What|Removed |Added

 CC||giuseppemargar...@gmail.com

--- Comment #1 from giuseppemargar...@gmail.com ---
I can confirm this on Arch Linux.

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


[kdenlive] [Bug 358727] New: Git master 2016-01-26 - Segfault on video seek with movit installed

2016-01-29 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358727

Bug ID: 358727
   Summary: Git master 2016-01-26 - Segfault on video seek with
movit installed
   Product: kdenlive
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: evert.vors...@yandex.com

I am using nouveau driver and the latest stable movit library on nvidia
chipset. 
When I enable hardware decoding on playback, kdenlive crashes whenever one
seeks in a video, be it in the clip monitor or project monitor.

I will try again with nvidia's drivers, to see if it is in the driver or in
kdenlive code. 

Also, thumbnails that are generated are corrupt.

Reproducible: Always

Steps to Reproduce:
1. Enable movit
2. load a video
3. seek to a frame in video

Actual Results:  
Segfault

Expected Results:  
Hardware accelerated video decode

Backtrace:

Starting program: /usr/bin/kdenlive 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe302b700 (LWP 2229)]
[New Thread 0x7fffc3a08700 (LWP 2230)]
[New Thread 0x7fffbd563700 (LWP 2231)]
[New Thread 0x7fffb7fff700 (LWP 2232)]
Trying to convert empty KLocalizedString to QString.
Removing cache at "/home/evert/.cache/kdenlive-thumbs.kcache"
[New Thread 0x7fffb5eb2700 (LWP 2234)]
[New Thread 0x7fffb56b1700 (LWP 2235)]
0x1c32330 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c32b10 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c32b10 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c32330 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0xe5f290 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c32330 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c32b10 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0xe5fb70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c32330 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0xe5f290 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0xe5fb70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c32330 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0xe5f290 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0xe5fb70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3b670 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3b1f0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c627a0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3cd70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3d280 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3d810 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3c900 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c7bf50 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3bb30 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3cd70 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3d280 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1d3d810 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0xbbee30) ): Attempt to set a screen on a child window.
0x1c7bf50 void 

[Akonadi] [Bug 355743] akonadiconsole shows now enties in the 'Browser' tab

2016-01-29 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355743

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-29 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116

--- Comment #7 from Sandro Knauß  ---
I've created a patch that should improve the situation:
https://phabricator.kde.org/D883

Still we have no handling, if the application crashes, but we now delete the
temp dirs directly, if the object is deleted. It would be great to test it in
the wild.

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

[umbrello] [Bug 358655] Umbrello does not import private class

2016-01-29 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358655

--- Comment #9 from Ralf Habacker  ---
(In reply to Ken Standard from comment #8)

> Comment 7: I find no dock window, list, or other window, named or titled
> "Protocol". The import wizard has a "Logger" window and the main window has
> a "Log" dock window.  
Sorry for confusion. "Protokoll" is the german translation of 'log'. I'm
refering to the "log" window. The log window is filled with errors from import
regardless started an import from the import wizard or using menu entry
'code'->'import project'

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


[akregator] [Bug 358716] Occasional loss of GUI layout settings after system restart

2016-01-29 Thread Maxim via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358716

--- Comment #3 from Maxim  ---
Created attachment 96899
  --> https://bugs.kde.org/attachment.cgi?id=96899=edit
After

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


[akregator] [Bug 358716] Occasional loss of GUI layout settings after system restart

2016-01-29 Thread Maxim via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358716

--- Comment #4 from Maxim  ---
I've attached sample screenshots: before and after reboot (log off/on
actually).

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


[kwin] [Bug 358710] Request: Add "activities dialog" (meta+tab) screen edge action

2016-01-29 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358710

Martin Gräßlin  changed:

   What|Removed |Added

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

--- Comment #2 from Martin Gräßlin  ---
You can
1) bind a script to a screen edge
2) invoke a DBus call from the script

Both combined gives you the power to invoke the shortcut.

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

[akregator] [Bug 358724] New: akregator crashes every time when trying to open a tab

2016-01-29 Thread Con Hennessy via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358724

Bug ID: 358724
   Summary: akregator crashes every time when trying to open a tab
   Product: akregator
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: con.henne...@gmail.com

Application: akregator (5.1.1)

Qt Version: 5.5.1
Operating System: Linux 4.4.0-rc8-1.ge628e30-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
On restarting when I selected "Restore session" this crash happens. It can also
be duplicated by "Do not restore" and then selecting any feed.

The crash can be reproduced every time.

-- Backtrace:
Application: Akregator (akregator), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f7885381800 (LWP 20152))]

Thread 4 (Thread 0x7f78647a6700 (LWP 20153)):
#0  0x7f78810ebc1d in poll () at /lib64/libc.so.6
#1  0x7f7877984422 in  () at /usr/lib64/libxcb.so.1
#2  0x7f787798600f in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7f78664d13c9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7f78819fa32f in  () at /usr/lib64/libQt5Core.so.5
#5  0x7f787a1cf0a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7f78810f404d in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f7861e26700 (LWP 20154)):
#0  0x7f78810e7ced in read () at /lib64/libc.so.6
#1  0x7f7879cf3b60 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f7879cb2999 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f7879cb2df8 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f7879cb2f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7f7881c2cd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#6  0x7f7881bd3d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#7  0x7f78819f561a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#8  0x7f78819fa32f in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f787a1cf0a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7f78810f404d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f781dffb700 (LWP 20171)):
#0  0x7f787a1d3408 in pthread_cond_timedwait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f78819fb298 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQt5Core.so.5
#2  0x7f78819f74e6 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f78819fa32f in  () at /usr/lib64/libQt5Core.so.5
#4  0x7f787a1cf0a4 in start_thread () at /lib64/libpthread.so.0
#5  0x7f78810f404d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f7885381800 (LWP 20152)):
[KCrash Handler]
#6  0x7f7883f82b42 in KActionCollection::action(QString const&) const () at
/usr/lib64/libKF5XmlGui.so.5
#7  0x7f7862473a81 in  () at /usr/lib64/qt5/plugins/akregatorpart.so
#8  0x7f7862473658 in  () at /usr/lib64/qt5/plugins/akregatorpart.so
#9  0x7f7862485bc4 in
Akregator::ArticleViewer::slotShowSummary(Akregator::TreeNode*) () at
/usr/lib64/qt5/plugins/akregatorpart.so
#10 0x7f78624ac7a3 in
Akregator::MainWidget::slotNodeSelected(Akregator::TreeNode*) () at
/usr/lib64/qt5/plugins/akregatorpart.so
#11 0x7f7881c0573f in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib64/libQt5Core.so.5
#12 0x7f78624c6a1f in  () at /usr/lib64/qt5/plugins/akregatorpart.so
#13 0x7f7862469f3f in  () at /usr/lib64/qt5/plugins/akregatorpart.so
#14 0x7f7881c0573f in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib64/libQt5Core.so.5
#15 0x7f7881b8a8fa in QItemSelectionModel::currentChanged(QModelIndex
const&, QModelIndex const&) () at /usr/lib64/libQt5Core.so.5
#16 0x7f7881b8aace in QItemSelectionModel::setCurrentIndex(QModelIndex
const&, QFlags) () at
/usr/lib64/libQt5Core.so.5
#17 0x7f78834c6bf4 in QAbstractItemView::mousePressEvent(QMouseEvent*) ()
at /usr/lib64/libQt5Widgets.so.5
#18 0x7f788350af0a in QTreeView::mousePressEvent(QMouseEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#19 0x7f78832b83ba in QWidget::event(QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#20 0x7f78833b243e in QFrame::event(QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#21 0x7f78834cd94b in QAbstractItemView::viewportEvent(QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#22 0x7f788350a870 in QTreeView::viewportEvent(QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#23 0x7f7881bd60d3 in
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) () at
/usr/lib64/libQt5Core.so.5
#24 0x7f7883277e5c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#25 0x7f788327d2cb in QApplication::notify(QObject*, QEvent*) () at

[kmail2] [Bug 358116] messageviewer leaks temporary files with mail parts in it

2016-01-29 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358116

--- Comment #6 from Sandro Knauß  ---
Well I can reproduce this behaviour with a simple testcase.  This one fails:
QString path;
{
NodeHelper helper;
path = helper.createTempDir(QStringLiteral("foo"));
QVERIFY(QDir(path).exists());
}
QEventLoop loop;
QTimer::singleShot(0, , ::quit);
loop.exec();
QVERIFY(!QDir(path).exists());

if I change the singleShot to something like 11000 (11secs) if passes.

The problem here is that if the NodeHelper instance is deleted the tempfiles
are deleted also only 10secs after the application and not directly with the
deletion of NodeHelper. I see no need to wait 10secs when the object is already
deleted.

NodeHelper::~NodeHelper()
{
//Don't delete it it will delete in class with a deleteLater;
if (mAttachmentFilesDir) {
mAttachmentFilesDir->removeTempFiles();
mAttachmentFilesDir = 0;
}
}

void AttachmentTemporaryFilesDirs::removeTempFiles()
{
QTimer::singleShot(d->mDelayRemoveAll, this,
::slotRemoveTempFiles);
}

^^ d->mDelayRemoveAll is 10secs.

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

[plasmashell] [Bug 358730] New: KDE Instant Messaging - Google account setup

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358730

Bug ID: 358730
   Summary: KDE Instant Messaging - Google account setup
   Product: plasmashell
   Version: 5.5.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: nev...@ergulec.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.5.3)

Qt Version: 5.5.1
Operating System: Linux 4.3.0-040300-generic x86_64
Distribution: Ubuntu 15.10

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

I am trying to set my gmail chat account , when i pushed the configure button -
the application crushed

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f4f4d905800 (LWP 10084))]

Thread 10 (Thread 0x7f4f38d06700 (LWP 10087)):
#0  0x7f4f480088dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f4f4c0d6bd2 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f4f4c0d874f in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f4f3ae4f7e9 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7f4f486fea6e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f4f477ea6aa in start_thread (arg=0x7f4f38d06700) at
pthread_create.c:333
#6  0x7f4f48013eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 9 (Thread 0x7f4f32405700 (LWP 10089)):
#0  0x7f4f44de2884 in g_mutex_unlock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f4f44d9dc19 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f4f44d9e190 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f4f44d9e2fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f4f4893650b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f4f488dd50a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f4f486f9ac4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f4f4afa7c35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7f4f486fea6e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7f4f477ea6aa in start_thread (arg=0x7f4f32405700) at
pthread_create.c:333
#10 0x7f4f48013eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 8 (Thread 0x7f4f26fa5700 (LWP 10090)):
#0  0x7f4f480088dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f4f44d9e1ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f4f44d9e2fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f4f4893650b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f4f488dd50a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f4f486f9ac4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f4f4afa7c35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f4f486fea6e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f4f477ea6aa in start_thread (arg=0x7f4f26fa5700) at
pthread_create.c:333
#9  0x7f4f48013eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 7 (Thread 0x7f4f25182700 (LWP 10091)):
#0  0x7f4f44d9dc24 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f4f44d9e190 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f4f44d9e2fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f4f4893650b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f4f488dd50a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f4f486f9ac4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f4f4afa7c35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f4f486fea6e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f4f477ea6aa in start_thread (arg=0x7f4f25182700) at
pthread_create.c:333
#9  0x7f4f48013eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7f4f1f7bc700 (LWP 10094)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f4f4d350194 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#2  0x7f4f4d3501d9 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#3  0x7f4f477ea6aa in start_thread (arg=0x7f4f1f7bc700) at

[kdenlive] [Bug 358702] New option in "Current Monitor Overlay": "Show Playback FPS"

2016-01-29 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358702

--- Comment #6 from Jean-Baptiste Mardelle  ---
Git commit 059b8c6509e3c545ff6b83adc7933019c54859a2 by Jean-Baptiste Mardelle.
Committed on 29/01/2016 at 08:44.
Pushed by mardelle into branch 'master'.

Fix fps indicator broken on clip monitor

M  +2-0data/kdenliveclipmonitor.qml

http://commits.kde.org/kdenlive/059b8c6509e3c545ff6b83adc7933019c54859a2

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


[systemsettings] [Bug 358728] Crash when opening the Fonts KCM (QRasterPaintEngine::renderHintsChanged)

2016-01-29 Thread Willem via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358728

--- Comment #1 from Willem  ---
Created attachment 96900
  --> https://bugs.kde.org/attachment.cgi?id=96900=edit
Garbled font rendering in the Font Management KCM

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


[systemsettings] [Bug 358728] Crash when opening the Fonts KCM (QRasterPaintEngine::renderHintsChanged)

2016-01-29 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358728

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #2 from Wolfgang Bauer  ---
FYI, the garbled font rendering should be fixed in 5.5.4.
See Bug#336089.

No idea if that would also fix your crash though.

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


[kwin] [Bug 356882] No compositing with Mesa 11.1.0 (EGL 1.5) and Plasma/KWin 5.5.1 when using EGL OpenGL interface

2016-01-29 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356882

--- Comment #15 from Dennis Schridde  ---
Thomas: You wrote "FIXED-IN: 5.5.4". Can this bug be marked RESOLVED/FIXED now?

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


[kmailcvt] [Bug 358725] New: TheBat! mail-account does not show in list for import to kmail

2016-01-29 Thread Hauke via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358725

Bug ID: 358725
   Summary: TheBat!  mail-account does not show in list for import
to kmail
   Product: kmailcvt
   Version: unspecified
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mon...@kde.org
  Reporter: hkleybo...@web.de

The above boxes seem not to be working properly... 

I newly installed linux mint rosa 17.3 with kde, containing
kmail 4.14.2.
I used The Bat! on my Win-System (linux-accessible and mounted partition on
same laptop). Tried to import Mail, settings, addressbook to kmail: Started the
import-assisstant, but nothing showed in the opening window.
So I gave Thunderbird a try: Installed it, but could not import data from the
TheBat! to TBird either.
Now "Thunderbird" shows up in the window when I try to import any settings to
kmail.
Next step: Installed TheBat with wine. Works fine so far (!) - but I'm not sure
how it will work in the future - prefer linux application for mail.
Tried to import to kmail: Still nothing.

Reproducible: Always


Actual Results:  
I did as written in the helpfiles. Seems so simple. Nothing.

Expected Results:  
The Bat! should show up as a prog in the opening box.

Asus f5rl- notebook, 32 bit, dual-core cpu pentium duoT2370

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


[kde] [Bug 358726] New: message finish update administrator

2016-01-29 Thread Manuel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358726

Bug ID: 358726
   Summary: message finish update administrator
   Product: kde
   Version: 4.13.2
  Platform: MacPorts Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: num...@gmail.com

When terminode upgrades administrator updates, the following message appears :
" W : Unable to get http://packages.domain.com/dists/trusty/InRelease

W : Unable to get http://packages.domain.com/dists/trusty/Release.gpg Could not
connect to packages.domain.com:http :

W : Some index files failed to download. They have been ignored, or old ones
used instead "
Can you help , please?

Reproducible: Always

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


[Baloo] [Bug 358729] New: Baloo crashes on log in

2016-01-29 Thread Teunis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358729

Bug ID: 358729
   Summary: Baloo crashes on log in
   Product: Baloo
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: m...@vhanda.in
  Reporter: dverb...@xs4all.nl
CC: pinak.ah...@gmail.com

Application: baloo_file (5.15.0)

Qt Version: 5.4.2
Operating System: Linux 4.2.0-27-generic x86_64
Distribution: Ubuntu 15.10

-- Information about the crash:
- What I was doing when the application crashed: 
I booted up and logged in, a few seconds later I got the Baloo crash report. 
This is repeatable.

This install is a few days old but with a re used /home.

The crash can be reproduced every time.

-- Backtrace:
Application: Baloo File Indexing Daemon (baloo_file), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
__lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
[Current thread is 1 (Thread 0x7fa2eb45f800 (LWP 1393))]

Thread 2 (Thread 0x7fa19f393700 (LWP 1497)):
[KCrash Handler]
#6  0x7fa2e94e2267 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:55
#7  0x7fa2e94e3eca in __GI_abort () at abort.c:89
#8  0x7fa2e7cf71b2 in mdb_assert_fail (env=0x990950,
expr_txt=expr_txt@entry=0x7fa2e7d031cf "rc == 0",
func=func@entry=0x7fa2e7d03ac5 <__FUNCTION__.6980> "mdb_page_dirty",
line=line@entry=1945, file=0x7fa2e7d031b0 "mdb.c") at mdb.c:1369
#9  0x7fa2e7cf75f5 in mdb_page_dirty (txn=0x994070, mp=) at
mdb.c:1945
#10 0x7fa2e7cf87cb in mdb_page_alloc (num=num@entry=1,
mp=mp@entry=0x7fa19f392158, mc=0x7fa19f392690) at mdb.c:2126
#11 0x7fa2e7cf8a29 in mdb_page_touch (mc=mc@entry=0x7fa19f392690) at
mdb.c:2244
#12 0x7fa2e7cfa664 in mdb_cursor_touch (mc=mc@entry=0x7fa19f392690) at
mdb.c:6086
#13 0x7fa2e7cfd27a in mdb_cursor_put (mc=0x7fa19f392690,
key=0x7fa19f392a80, data=0x7fa19f392a90, flags=) at mdb.c:6221
#14 0x7fa2e7cffb29 in mdb_put (txn=, dbi=,
key=key@entry=0x7fa19f392a80, data=data@entry=0x7fa19f392a90,
flags=flags@entry=0) at mdb.c:8395
#15 0x7fa2ea64e51d in Baloo::DocumentDB::put
(this=this@entry=0x7fa19f392b60, docId=docId@entry=15798985658730505, list=...)
at ../../../src/engine/documentdb.cpp:77
#16 0x7fa2ea666f80 in Baloo::WriteTransaction::addDocument
(this=0x7fa198003190, doc=...) at ../../../src/engine/writetransaction.cpp:61
#17 0x7fa2ea660b79 in Baloo::Transaction::addDocument
(this=this@entry=0x7fa19f392c90, doc=...) at
../../../src/engine/transaction.cpp:235
#18 0x0041bcff in Baloo::NewFileIndexer::run (this=0x8bc720) at
../../../src/file/newfileindexer.cpp:72
#19 0x7fa2e9f9fe73 in QThreadPoolThread::run (this=0x9ef5e0) at
thread/qthreadpool.cpp:93
#20 0x7fa2e9fa32be in QThreadPrivate::start (arg=0x9ef5e0) at
thread/qthread_unix.cpp:337
#21 0x7fa2e8c156aa in start_thread (arg=0x7fa19f393700) at
pthread_create.c:333
#22 0x7fa2e95b3eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7fa2eb45f800 (LWP 1393)):
#0  __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1  0x7fa2e8c17cfd in __GI___pthread_mutex_lock (mutex=0x7fa2eb5da040) at
../nptl/pthread_mutex_lock.c:80
#2  0x7fa2e7cf69c2 in mdb_txn_renew0 (txn=txn@entry=0x994070) at mdb.c:2566
#3  0x7fa2e7cf7c10 in mdb_txn_begin (env=0x990950, parent=parent@entry=0x0,
flags=flags@entry=0, ret=ret@entry=0x7ffc623afb08) at mdb.c:2740
#4  0x7fa2ea6604bb in Baloo::Transaction::Transaction (this=0x7ffc623afb00,
db=..., type=Baloo::Transaction::ReadWrite) at
../../../src/engine/transaction.cpp:54
#5  0x0042853f in Baloo::MetadataMover::removeFileMetadata
(this=0x990ad0, file=...) at ../../../src/file/metadatamover.cpp:65
#6  0x7fa2ea1b3617 in QtPrivate::QSlotObjectBase::call (a=0x7ffc623afc50,
r=0x990ad0, this=) at
../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:124
#7  QMetaObject::activate (sender=sender@entry=0x97e4e0,
signalOffset=, local_signal_index=local_signal_index@entry=3,
argv=argv@entry=0x7ffc623afc50) at kernel/qobject.cpp:3702
#8  0x7fa2ea1b3f87 in QMetaObject::activate (sender=sender@entry=0x97e4e0,
m=m@entry=0x6448a0 ,
local_signal_index=local_signal_index@entry=3, argv=argv@entry=0x7ffc623afc50)
at kernel/qobject.cpp:3582
#9  0x00431d65 in Baloo::PendingFileQueue::removeFileIndex
(this=this@entry=0x97e4e0, _t1=...) at moc_pendingfilequeue.cpp:216
#10 0x00426776 in Baloo::PendingFileQueue::processCache (this=0x97e4e0)
at ../../../src/file/pendingfilequeue.cpp:89
#11 0x7fa2ea1b3617 in QtPrivate::QSlotObjectBase::call (a=0x7ffc623afdd0,
r=0x97e4e0, this=) at
../../include/QtCore/../../src/corelib/kernel/qobject_impl.h:124
#12 QMetaObject::activate (sender=sender@entry=0x97e4f8,

[Akonadi] [Bug 354056] Deleted emails stay, but greyed out

2016-01-29 Thread Dmitry Roshchin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354056

Dmitry Roshchin  changed:

   What|Removed |Added

 CC||dmi...@roshchin.org

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


[umbrello] [Bug 358655] Umbrello does not import private class

2016-01-29 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358655

--- Comment #10 from Ralf Habacker  ---
(In reply to Ken Standard from comment #5)
> I have discovered an interesting phenomenon that affects this situation. 
On umbrello start c++ is predefined as standard and opening the import wizard
shows file extensions supported by the cxx support.

> If the .pro file contains either comments (lines with #)  or an
> include(include.file) there is a log message that treats it as an error.
.pro files are not intended to be imported by the c++ import.

> Also, files are not displayed in the files list of the wizard - only folders
> - unless the list of filter patterns is modified.
You cleaned up the list of file patterns  and entered *.pro as extension to
search for ? 
As said .pro is not a supported file extension for c++ import.

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


[skrooge] [Bug 358315] Typo in .desktop file leads to KRunner freeze

2016-01-29 Thread Stephane MANKOWSKI via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358315

--- Comment #6 from Stephane MANKOWSKI  ---
This fix is needed too:
https://quickgit.kde.org/?p=skrooge.git=commit=54527cdff004875bae03fd28433f4df15c9d1988

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


[akregator] [Bug 358716] Occasional loss of GUI layout settings after system restart

2016-01-29 Thread Maxim via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358716

--- Comment #2 from Maxim  ---
Created attachment 96898
  --> https://bugs.kde.org/attachment.cgi?id=96898=edit
Before

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


[kwin] [Bug 358722] ASAN: Use after free

2016-01-29 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358722

--- Comment #2 from Kevin Funk  ---
0x6121a0b8 is located 248 bytes inside of 264-byte region
[0x61219fc0,0x6121a0c8)
freed by thread T0 here:
#0 0x4dcee2 in operator delete(void*)
(/home/kfunk/devel/install/kf5/bin/kwin_x11+0x4dcee2)
#1 0x7f24ba715a50 in KWin::Compositor::~Compositor()
/home/kfunk/devel/src/kf5/kwin/composite.cpp:150:1

Yes :)

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


[skrooge] [Bug 358315] Typo in .desktop file leads to KRunner freeze

2016-01-29 Thread Adrian Piotrowicz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358315

--- Comment #7 from Adrian Piotrowicz  ---
Thanks Stephane, now it's working like a charm.

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


[kwin] [Bug 358646] Rendering breaks if Triple Buffer detection gives NOT available

2016-01-29 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358646

--- Comment #11 from Martin Gräßlin  ---
video at https://share.kde.org/index.php/s/Ili1SSWhCftIK3S

I went for cube effect to show it. Also have a video with Present Windows but
there it's difficult to recognize on the video.

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

[systemsettings] [Bug 358728] New: Crash when opening the Fonts KCM (QRasterPaintEngine::renderHintsChanged)

2016-01-29 Thread Willem via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358728

Bug ID: 358728
   Summary: Crash when opening the Fonts KCM
(QRasterPaintEngine::renderHintsChanged)
   Product: systemsettings
   Version: 5.5.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: kcm_fontinst
  Assignee: unassigned-b...@kde.org
  Reporter: willemso...@planet.nl

When I try to launch the Font Management KCM from the System Settings, the
application crashes. This happens every time I try.

Reproducible: Always

Steps to Reproduce:
1. From the main windows of the System Settings, select Font.
2. In the left sidebar, click Font Management.

Actual Results:  
The software crashes with the backtrace pasted here:
https://paste.kde.org/p2nqfazrg

Expected Results:  
Show the Font Management KCM and not crash ;)

Application: systemsettings5 (5.5.3)

Qt Version: 5.5.1
Operating System: Linux 4.2.0-25-generic x86_64
Distribution: Ubuntu 15.10

I'm using the kubuntu-ppa/backports PPA.

If I launch the Font Management module separately using KRunner, the
application does not crash. However, the font preview is garbled, which might
be related? See the attached screenshot.

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


[plasmashell] [Bug 357895] Regression: KDE Plasma with KF 5.18 crash, if mouse repeatedly hovers over panel

2016-01-29 Thread René Krell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357895

--- Comment #28 from René Krell  ---
Just for the record:
Workaround for me to get rid of these crashes: Right click on Task Manager:
Task Manager Settings -> Tab "General" -> Uncheck "Show tooltips"

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

[kwin] [Bug 358646] Rendering breaks if Triple Buffer detection gives NOT available

2016-01-29 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358646

--- Comment #12 from Thomas Lübking  ---
diff --git a/glxbackend.cpp b/glxbackend.cpp
index c59c647..9a8e0e1 100644
--- a/glxbackend.cpp
+++ b/glxbackend.cpp
@@ -751,7 +751,7 @@ void GlxBackend::endRenderingFrame(const QRegion
, const QRegion
 } else {
 // Make sure that the GPU begins processing the command stream
 // now and not the next time prepareRenderingFrame() is called.
-glFlush();
+glXWaitGL();
 }

 if (overlayWindow()->window())  // show the window only after the first
pass,



Just to be sure: it's a phone video because that was the convenient thing to
do, not because it doesn't show up with recordmydesktop et al.?

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

[krita] [Bug 358717] Unable to dock timeline to bottom of window once it's removed

2016-01-29 Thread zottg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358717

--- Comment #1 from zottg  ---
After some more fooling around, it seems the ability to dock to the bottom of
the window depends on the sizes of the docks on the sides.

If both side docks are at their minimum width, then you can't dock to the top
or bottom of the window.

If you resize either side dock to increase its width a little, then you can
attach the timeline to the top or bottom.

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


[krita] [Bug 358717] Unable to dock timeline to bottom of window once it's removed

2016-01-29 Thread zottg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358717

--- Comment #2 from zottg  ---
Downgraded to minor, since there's a work around.

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


[krita] [Bug 349165] Krita's Window not resizing properly, maximize button not working either

2016-01-29 Thread zottg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349165

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

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


[krita] [Bug 358146] Window size and position are not saved

2016-01-29 Thread zottg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358146

zottg  changed:

   What|Removed |Added

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

--- Comment #2 from zottg  ---
After some more inspection, it appears this is a duplicate of
https://bugs.kde.org/show_bug.cgi?id=349165

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

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


[plasmashell] [Bug 358721] New: Plasma5 crash changing sessions

2016-01-29 Thread Ivor Hewitt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358721

Bug ID: 358721
   Summary: Plasma5 crash changing sessions
   Product: plasmashell
   Version: 5.4.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: i...@ivor.org
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.4.3)

Qt Version: 5.5.1
Operating System: Linux 4.1.13-5-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
I'm frequently getting plasma5 crashes when switching between user sessions.

Note: this is using the NVidia binary drivers. I will see if changing the
drivers or disabling compositing has any effect.

The crash can be reproduced sometimes.

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

Thread 7 (Thread 0x7f08e1183700 (LWP 19086)):
#0  0x7f08f2660c1d in poll () at /lib64/libc.so.6
#1  0x7f08f75e7422 in  () at /usr/lib64/libxcb.so.1
#2  0x7f08f75e900f in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7f08e393c3c9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7f08f2d5f32f in  () at /usr/lib64/libQt5Core.so.5
#5  0x7f08f1e5c0a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7f08f266904d in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f08d9fcb700 (LWP 19092)):
#0  0x7f08f1e5e300 in pthread_mutex_lock () at /lib64/libpthread.so.0
#1  0x7f08ee107fcc in  () at /usr/X11R6/lib64/libGL.so.1
#2  0x7f08ee10cb11 in  () at /usr/X11R6/lib64/libGL.so.1
#3  0x7f08ee10cfbb in  () at /usr/X11R6/lib64/libGL.so.1
#4  0x7f08ea75dff0 in  () at /usr/lib64/tls/libnvidia-tls.so.352.79
#5  0x7f08eed18b60 in  () at /usr/lib64/libglib-2.0.so.0
#6  0x7f08eecd7999 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f08eecd7df8 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f08eecd7f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f08f2f91d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7f08f2f38d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7f08f2d5a61a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7f08f607cdf8 in  () at /usr/lib64/libQt5Qml.so.5
#13 0x7f08f2d5f32f in  () at /usr/lib64/libQt5Core.so.5
#14 0x7f08f1e5c0a4 in start_thread () at /lib64/libpthread.so.0
#15 0x7f08f266904d in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f08ce2cb700 (LWP 19095)):
#0  0x7f08f1e627bc in __lll_lock_wait () at /lib64/libpthread.so.0
#1  0x7f08f1e5e4a4 in _L_lock_986 () at /lib64/libpthread.so.0
#2  0x7f08f1e5e306 in pthread_mutex_lock () at /lib64/libpthread.so.0
#3  0x7f08ee107fcc in  () at /usr/X11R6/lib64/libGL.so.1
#4  0x7f08ee10cb11 in  () at /usr/X11R6/lib64/libGL.so.1
#5  0x7f08ee10d018 in  () at /usr/X11R6/lib64/libGL.so.1
#6  0x7f08ea75e001 in  () at /usr/lib64/tls/libnvidia-tls.so.352.79
#7  0x7f08eed18b60 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f08eecd7999 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f08eecd7df8 in  () at /usr/lib64/libglib-2.0.so.0
#10 0x7f08eecd7f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#11 0x7f08f2f91d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#12 0x7f08f2f38d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#13 0x7f08f2d5a61a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#14 0x7f08f607cdf8 in  () at /usr/lib64/libQt5Qml.so.5
#15 0x7f08f2d5f32f in  () at /usr/lib64/libQt5Core.so.5
#16 0x7f08f1e5c0a4 in start_thread () at /lib64/libpthread.so.0
#17 0x7f08f266904d in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f08c7fff700 (LWP 19098)):
#0  0x7f08f1e627bc in __lll_lock_wait () at /lib64/libpthread.so.0
#1  0x7f08f1e5e4a4 in _L_lock_986 () at /lib64/libpthread.so.0
#2  0x7f08f1e5e306 in pthread_mutex_lock () at /lib64/libpthread.so.0
#3  0x7f08ee107fcc in  () at /usr/X11R6/lib64/libGL.so.1
#4  0x7f08ee10cb11 in  () at /usr/X11R6/lib64/libGL.so.1
#5  0x7f08ee10d018 in  () at /usr/X11R6/lib64/libGL.so.1
#6  0x7f08ea75e001 in  () at /usr/lib64/tls/libnvidia-tls.so.352.79
#7  0x7f08eed18b60 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f08eecd7999 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f08eecd7df8 in  () at /usr/lib64/libglib-2.0.so.0
#10 0x7f08eecd7f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#11 0x7f08f2f91d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#12 

[frameworks-ktexteditor] [Bug 358708] Neo arrow keys do not work

2016-01-29 Thread Kåre Särs via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358708

Kåre Särs  changed:

   What|Removed |Added

 CC||kare.s...@iki.fi

--- Comment #1 from Kåre Särs  ---
What version of Qt are you using? There was a bug in Qt that prevented the
keypad keys from being recognized by QAction. Maybe it is a similar problem?

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

[krita] [Bug 358717] Unable to dock timeline to bottom of window once it's removed

2016-01-29 Thread zottg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358717

zottg  changed:

   What|Removed |Added

   Severity|normal  |minor

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


[plasmashell] [Bug 345563] Assert in QGLXContext::init when OpenGL drivers are not installed

2016-01-29 Thread Stefan Rücker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345563

Stefan Rücker  changed:

   What|Removed |Added

 CC|s.ruec...@gmx.de|

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

[konsole] [Bug 347008] Konsole does not start, process list shows several konsole instances as "defunct".

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347008

sid...@yandex.ru changed:

   What|Removed |Added

 CC|sid...@yandex.ru|

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


[konsole] [Bug 347008] Konsole does not start, process list shows several konsole instances as "defunct".

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347008

sid...@yandex.ru changed:

   What|Removed |Added

 CC||sid...@yandex.ru

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


[krita] [Bug 358717] New: Unable to dock timeline to bottom of window once it's removed

2016-01-29 Thread zottg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358717

Bug ID: 358717
   Summary: Unable to dock timeline to bottom of window once it's
removed
   Product: krita
   Version: 3.0 Alpha
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: zottgram...@gmail.com

1. Add timeline docker
2. If the timeline docker is at the bottom of the window, drag it away so it
detaches.
3. Click and drag the timeline docker to the bottom of the window

Expect: Timeline to attach to the bottom of the window
Actual: This doesn't happen.

FWIW, the docker can still attach to the side of the window, where the layers
docker is.

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


[plasmashell] [Bug 358719] New: fcitx creates blank unusable xembed icon in systray

2016-01-29 Thread Mark via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358719

Bug ID: 358719
   Summary: fcitx creates blank unusable xembed icon in systray
   Product: plasmashell
   Version: 5.5.4
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: XembedSNIProxy
  Assignee: plasma-b...@kde.org
  Reporter: mrkf...@yahoo.co.nz

prior to plasma 5.5.4 fcitx (ime) prevented xembed icons loading in system
tray.
This was fixed in plasma 5.5.4 and now fcitx and xembed icons can happily
coexist.
However, fcitx now creates a blank xembed icon in systray along with its usual
ime/keyboard icon.
The blank icon can be hidden in systray settings but on reboot the "hide"
setting resets to "auto" and the blank icon is visible again.

Reproducible: Always



Expected Results:  
a blank xembed icon should not be created in systray by fcitx as it serves no
practical purpose.

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


[plasmashell] [Bug 358723] New: Gwenview, Dolphin, and many other apps crash when clicking 'Network' folder in the dir tree view.

2016-01-29 Thread Takahiro Hashimoto via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358723

Bug ID: 358723
   Summary: Gwenview, Dolphin, and many other apps crash when
clicking 'Network' folder in the dir tree view.
   Product: plasmashell
   Version: master
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: Folder
  Assignee: h...@kde.org
  Reporter: kenya...@gmail.com
CC: plasma-b...@kde.org

-- Information about the crash:
- Environment:
 * Gentoo kernel 4.4.0/Qt 5.6 branch latest self build
 * Fedora 23 Kernel 4.3.3/Qt5.5 branch latest self build 
 * KF5 branch: master

- My investigation

Because of empty UDS_NAME in dir list entry causes crash.
Please review these pactches[1][2] to fix this issue.

[1] https://git.reviewboard.kde.org/r/126892/
[2] https://git.reviewboard.kde.org/r/126893/

Reproducible: Always

Steps to Reproduce:
  The procedure to reproduce
   1. Open Gwenview
   2. Click the folder 'home' or 'Network' folder on the treeview in the left
directory tree view.

Actual Results:  
App crash

Expected Results:  
App remains working

gdb log attached.

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


[kwin] [Bug 358722] ASAN: Use after free

2016-01-29 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358722

Kevin Funk  changed:

   What|Removed |Added

 CC||kf...@kde.org
   Severity|normal  |crash

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


[skrooge] [Bug 358315] Typo in .desktop file leads to KRunner freeze

2016-01-29 Thread Adrian Piotrowicz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358315

Adrian Piotrowicz  changed:

   What|Removed |Added

 CC||nex...@nxstudio.pl

--- Comment #4 from Adrian Piotrowicz  ---
Changing desktop file didn't work for me.

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


[plasmashell] [Bug 358723] Gwenview, Dolphin, and many other apps crash when clicking 'Network' folder in the dir tree view.

2016-01-29 Thread Takahiro Hashimoto via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358723

Takahiro Hashimoto  changed:

   What|Removed |Added

 CC||kenya...@gmail.com

--- Comment #1 from Takahiro Hashimoto  ---
Created attachment 96897
  --> https://bugs.kde.org/attachment.cgi?id=96897=edit
gdb output

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


[skrooge] [Bug 358315] Typo in .desktop file leads to KRunner freeze

2016-01-29 Thread Alexey Chernov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358315

--- Comment #5 from Alexey Chernov <4er...@gmail.com> ---
(In reply to Adrian Piotrowicz from comment #4)
> Changing desktop file didn't work for me.

It could also be that some other version is caught up in KRunner. In this case
cleaning up ~/.local/share/applications worked for me (but be sure you don't
have anything useful there, back it up beforehand).

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


[krita] [Bug 358718] New: When at min width, tools docker UI overlaps timeline docker

2016-01-29 Thread zottg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358718

Bug ID: 358718
   Summary: When at min width, tools docker UI overlaps timeline
docker
   Product: krita
   Version: 3.0 Alpha
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: Dockers
  Assignee: krita-bugs-n...@kde.org
  Reporter: zottgram...@gmail.com

1. Enable timeline docker.
2. Place timeline docker at bottom of window.
3. Resize tools docker to be 2+ columns
4. Resize tools docker to be 1 column wide

Actual: The icons in the tools docker overlaps the timeline docker.
Expect: The UI should prevent the user from resizing a docker smaller than the
content can fit. In this case, since there isn't enough vertical space to have
a single column of tools, the UI should set the minimum width to what will
accommodate the tool icons.

5. Click on any of the icons that overlap the timeline docker.

Actual: The timeline docker shrinks to minimum height.
Expect: This to not happen.

May be related to https://bugs.kde.org/show_bug.cgi?id=355544

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


[plasmashell] [Bug 358720] New: Plasmashell constantly crash

2016-01-29 Thread Erick Osorio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358720

Bug ID: 358720
   Summary: Plasmashell constantly crash
   Product: plasmashell
   Version: 5.5.4
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: evgom@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.5.4)

Qt Version: 5.5.1
Operating System: Linux 4.3.3-22-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
I don't know what could is happening, but plasmashell constantly crash,
sometimes every 5 minutes.

The crash can be reproduced every time.

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

Thread 15 (Thread 0x7f25697b9700 (LWP 20078)):
#0  0x7f2580f13c1d in poll () at /lib64/libc.so.6
#1  0x7f257d5f4e64 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f257d5f4f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f258183dd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f25817e4d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f258160661a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f2584918df8 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7f258160b32f in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f258071d0a4 in start_thread () at /lib64/libpthread.so.0
#9  0x7f2580f1c04d in clone () at /lib64/libc.so.6

Thread 14 (Thread 0x7f255d2e1700 (LWP 20096)):
#0  0x7f2580f13c1d in poll () at /lib64/libc.so.6
#1  0x7f257d5f4e64 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f257d5f4f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f258183dd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f25817e4d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f258160661a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f2584918df8 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7f258160b32f in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f258071d0a4 in start_thread () at /lib64/libpthread.so.0
#9  0x7f2580f1c04d in clone () at /lib64/libc.so.6

Thread 13 (Thread 0x7f25579d0700 (LWP 20097)):
#0  0x7f2580f0fced in read () at /lib64/libc.so.6
#1  0x7f2579094073 in  () at /usr/lib64/tls/libnvidia-tls.so.358.16
#2  0x7f257d635b60 in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f257d5f4999 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f257d5f4df8 in  () at /usr/lib64/libglib-2.0.so.0
#5  0x7f257d5f4f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#6  0x7f258183dd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#7  0x7f25817e4d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#8  0x7f258160661a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#9  0x7f2584918df8 in  () at /usr/lib64/libQt5Qml.so.5
#10 0x7f258160b32f in  () at /usr/lib64/libQt5Core.so.5
#11 0x7f258071d0a4 in start_thread () at /lib64/libpthread.so.0
#12 0x7f2580f1c04d in clone () at /lib64/libc.so.6

Thread 12 (Thread 0x7f2555f36700 (LWP 20098)):
#0  0x7f258072105f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f25870df86b in  () at /usr/lib64/libQt5Script.so.5
#2  0x7f25870df899 in  () at /usr/lib64/libQt5Script.so.5
#3  0x7f258071d0a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f2580f1c04d in clone () at /lib64/libc.so.6

Thread 11 (Thread 0x7f24ce3da700 (LWP 20100)):
#0  0x7ffc563d9aeb in clock_gettime ()
#1  0x7f2580f28c9d in clock_gettime () at /lib64/libc.so.6
#2  0x7f25816bc7d6 in  () at /usr/lib64/libQt5Core.so.5
#3  0x7f258183c3b9 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#4  0x7f258183c945 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f258183db5e in  () at /usr/lib64/libQt5Core.so.5
#6  0x7f257d5f44ad in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f257d5f4d80 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f257d5f4f7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f258183dd8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7f25817e4d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7f258160661a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7f25854b1282 in  () at /usr/lib64/libQt5Quick.so.5
#13 0x7f258160b32f in  () at /usr/lib64/libQt5Core.so.5
#14 0x7f258071d0a4 in 

[kwin] [Bug 356318] I can run wayland plasma session from terminal, not from sddm

2016-01-29 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356318

--- Comment #14 from Martin Gräßlin  ---
I think we in upstream should not find for QtWayland. We also don't check
whether the Qt's xcb plugin is present. Given that kwayland-integration is the
wrong place. It doesn't solve the problem for GNOME or any other Wayland
compositor so a check in our code is just useless.

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

[kdelibs] [Bug 358736] New: KDE component crashes during logging

2016-01-29 Thread Andriy via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358736

Bug ID: 358736
   Summary: KDE component crashes during logging
   Product: kdelibs
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: kded
  Assignee: unassigned-b...@kde.org
  Reporter: andriy.trotse...@gmail.com

Application: kded4 (4.14.9)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-29-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

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

I've logged into the KDE and it's crashed. It's happens under root and regular
user. It was started today, after two new updates was installed (I dont
remember which one).

The crash can be reproduced every time.

-- Backtrace:
Application: KDE Daemon (kded4), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa570292780 (LWP 3498))]

Thread 4 (Thread 0x7fa54e598700 (LWP 3558)):
#0  0x7ffcdd6c4b35 in  ()
#1  0x7fff in  ()
#2  0x6ef19260 in  ()
#3  0x30002ee07fa5 in  ()
#4  0x4e597c687fa5 in  ()
#5  0x4e597c007fa5 in  ()
#6  0x7fff7fa5 in  ()
#7  0x6ef19000 in  ()
#8  0x4e597c707fa5 in  ()
#9  0x6d8cdccd7fa5 in  ()
#10 0x6efcc5477fa5 in  ()
#11 0x6ee3ed477fa5 in  ()
#12 0x00027fa5 in  ()
#13 0x30001c20 in  ()
#14 0x05217fa5 in  ()
#15 0x30002ee0 in  ()
#16 0x00099b527fa5 in  ()
#17 0x6ef1a875 in  ()
#18 0x7fa5 in  ()
#19 0x4e597c647fa5 in  ()
#20 0x4e597c707fa5 in  ()
#21 0x4e597c687fa5 in  ()
#22 0x7fa5 in  ()
#23 0x6ef18f8c in  ()
#24 0x7fa5 in  ()
#25 0x in  ()

Thread 3 (Thread 0x7fa54db90700 (LWP 3572)):
#0  0x7fa56d8b8c5d in poll () at /lib64/libc.so.6
#1  0x7fa56a9cbbe4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fa56a9cbcec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fa56ef190de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7fa56eeeae6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7fa56eeeb165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7fa56ede80bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7fa552bf0287 in KCupsConnection::run() () at
/usr/lib64/libkcupslib.so
#8  0x7fa56edea79f in  () at /usr/lib64/libQtCore.so.4
#9  0x7fa56eb540a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7fa56d8c108d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7fa54d38f700 (LWP 3573)):
#0  0x7fa56d8b8c5d in poll () at /lib64/libc.so.6
#1  0x7fa56a9cbbe4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fa56a9cbcec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fa56ef190de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7fa56eeeae6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7fa56eeeb165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7fa56ede80bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7fa56edea79f in  () at /usr/lib64/libQtCore.so.4
#8  0x7fa56eb540a4 in start_thread () at /lib64/libpthread.so.0
#9  0x7fa56d8c108d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fa570292780 (LWP 3498)):
[KCrash Handler]
#5  0x7fa55388e730 in KScreen::Mode::size() const () at
/usr/lib64/libkscreen.so.1
#6  0x7fa553aa2559 in  () at /usr/lib64/kde4/kded_kscreen.so
#7  0x7fa553aa2ea0 in  () at /usr/lib64/kde4/kded_kscreen.so
#8  0x7fa553aa4cfb in  () at /usr/lib64/kde4/kded_kscreen.so
#9  0x7fa553a9c6b7 in KScreenDaemon::applyIdealConfig() () at
/usr/lib64/kde4/kded_kscreen.so
#10 0x7fa553a9c8ee in KScreenDaemon::applyConfig() () at
/usr/lib64/kde4/kded_kscreen.so
#11 0x7fa56ef001fa in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /usr/lib64/libQtCore.so.4
#12 0x7fa56ef001fa in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /usr/lib64/libQtCore.so.4
#13 0x7fa553aa701e in  () at /usr/lib64/kde4/kded_kscreen.so
#14 0x7fa56ef001fa in QMetaObject::activate(QObject*, QMetaObject const*,
int, void**) () at /usr/lib64/libQtCore.so.4
#15 0x7fa56bc71b5f in
QDBusPendingCallWatcher::finished(QDBusPendingCallWatcher*) () at
/usr/lib64/libQtDBus.so.4
#16 0x7fa56ef0459e in QObject::event(QEvent*) () at
/usr/lib64/libQtCore.so.4
#17 0x7fa56e06876c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQtGui.so.4
#18 0x7fa56e06ecad in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQtGui.so.4
#19 

[krita] [Bug 358734] [Hard] Incorrect 2nd square HSV color picker (checked by HCG color model)

2016-01-29 Thread acterhd via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358734

--- Comment #2 from acterhd  ---
Created attachment 96902
  --> https://bugs.kde.org/attachment.cgi?id=96902=edit
HCG screenshot

Bug fixed version (with HCG color model).

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


[plasmashell] [Bug 357453] Plasma5 Crash on folder view desktop while selecting properties of an icon

2016-01-29 Thread sac via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357453

sac  changed:

   What|Removed |Added

   Platform|Ubuntu Packages |Compiled Sources
 Depends on||355570

--- Comment #2 from sac  ---
"I fixed this by doing the following in Dolphin: Configure Dolphin > Services >
Uncheck 'File to activity linking plugin'." --> workaround working for me, too;
Amazing that a crash for the complete Shell that affects >90% of the userbase
can be open for months (because of a new feature that is probably only
used/known by 1%). Reason why we're not flooded with tickets is that the
automatic bug reporting cannot be used for this one (I was just able to create
the dump by luck after many trys). I suggest to deactivate Dolphin " 'File to
activity linking plugin'" by default as a first solution measure. Fixing this
feature (whatever it does) can be done in a seperate INC.

If someone's currently collecting donations for a QA, ping me and I'll support
;)

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


[plasmashell] [Bug 355570] plasmashell crashes every time I right click on a folder and move the mouse up and down on the context menu.

2016-01-29 Thread sac via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355570

sac  changed:

   What|Removed |Added

 CC||j1563...@trbvm.com

--- Comment #3 from sac  ---
(In reply to John Choate from comment #2)
> I fixed this by doing the following in Dolphin:
> Configure Dolphin > Services > Uncheck 'File to activity linking plugin'.
> Plasmashell and dolphin have not crashed when hovering mouse in the context
> menu since I did that.
Great thanks. I already created 357453, including a detailed dumb of the crash
until I found this bug and workaround by coincidence.

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


[plasmashell] [Bug 358629] Notification popup not shown with 2 screen extended desktop

2016-01-29 Thread Ian Newton via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358629

--- Comment #2 from Ian Newton  ---
Plasma 5.18.0

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


[KScreen] [Bug 355928] kscreen reports change of primary screen without apparent reason

2016-01-29 Thread Maxime Chassagneux via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355928

Maxime Chassagneux  changed:

   What|Removed |Added

 CC||maxime.chassagn...@gmail.co
   ||m

--- Comment #12 from Maxime Chassagneux  ---
Lot of this kind of line for me too (NVIDIA driver) 

org.kde.KScreen[1506]: kscreen: Primary output changed from KScreen::Output(Id:
638 , Name: "DVI-D-0" ) ( "DVI-D-0" ) to KScreen::Output(Id: 638 , Name:
"DVI-D-0" ) ( "DVI-D-0" )

All the time, the same line.
Dual head conf ( 2 HDMI , my screen + one TV )

Some time, I have this line too :

kscreen_backend[1722]: segfault at 10 ip 7f9ededaba22 sp 7ffd5cbe2dd0
error 4 in KSC_XRandR.so[7f9eded98000+2]

And after, all context menu on plasma don't appear. Don't know if it's 
concerns about this bug.

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


[dolphin] [Bug 358737] New: Dolphin crashes after click on "Configure Dolphin"

2016-01-29 Thread Sebastian Dicke via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358737

Bug ID: 358737
   Summary: Dolphin crashes after click on "Configure Dolphin"
   Product: dolphin
   Version: 15.12.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: sdi...@live.de

Application: dolphin (15.12.1) 
KDE Platform Version: 5.5.4
Qt Version: 5.5.1
Operating System: Linux 4.1.16-1-lts x86_64
Distribution: Antergos 

Output to stderr:

KSambaShare: Could not find smb.conf!
QLayout: Cannot add a null widget to QVBoxLayout/
QLayout: Cannot add a null widget to QVBoxLayout/
initialization OK, home trash dir: "/home/sebastian/.local/share/Trash"
"Tag 'b' is not defined in message {<__kuit_internal_top__>Check this box
to allow automatic deletion o...}."
"Tag 'b' is not defined in message {<__kuit_internal_top__>Check this box
to allow automatic deletion o...}."
QLayout: Attempting to add QLayout "" to PreviewsSettingsPage "", which already
has a layout
QLayout: Cannot add a null widget to QVBoxLayout/
QLayout: Cannot add a null widget to QVBoxLayout/
initialization OK, home trash dir: "/home/sebastian/.local/share/Trash"
"Tag 'b' is not defined in message {<__kuit_internal_top__>Check this box
to allow automatic deletion o...}."
"Tag 'b' is not defined in message {<__kuit_internal_top__>Check this box
to allow automatic deletion o...}."
QLayout: Attempting to add QLayout "" to PreviewsSettingsPage "", which already
has a layout
QLayout: Cannot add a null widget to QVBoxLayout/
QLayout: Cannot add a null widget to QVBoxLayout/
initialization OK, home trash dir: "/home/sebastian/.local/share/Trash"
"Tag 'b' is not defined in message {<__kuit_internal_top__>Check this box
to allow automatic deletion o...}."
"Tag 'b' is not defined in message {<__kuit_internal_top__>Check this box
to allow automatic deletion o...}."
QLayout: Attempting to add QLayout "" to PreviewsSettingsPage "", which already
has a layout



When I was using valgrind to analyse the problem, no crash occurred.

Reproducible: Sometimes

Steps to Reproduce:
1. Left click on Control menu
2. Left click on Configure Dolphin

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


[plasmashell] [Bug 355570] plasmashell crashes every time I right click on a folder and move the mouse up and down on the context menu.

2016-01-29 Thread sac via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355570

sac  changed:

   What|Removed |Added

 Blocks||357453

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


[krita] [Bug 358734] [Hard] Incorrect 2nd square HSV color picker (checked by HCG color model)

2016-01-29 Thread acterhd via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358734

acterhd  changed:

   What|Removed |Added

  Attachment #96903|0   |1
is obsolete||

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


[krita] [Bug 358734] [Hard] Incorrect 2nd square HSV color picker (checked by HCG color model)

2016-01-29 Thread acterhd via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358734

--- Comment #3 from acterhd  ---
Created attachment 96903
  --> https://bugs.kde.org/attachment.cgi?id=96903=edit
Changed files

Most files was changed. Later I give real patch.

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


[plasmashell] [Bug 358735] New: Several seemingly related monitor connect/disconnect issues

2016-01-29 Thread Tom B via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358735

Bug ID: 358735
   Summary: Several seemingly related monitor connect/disconnect
issues
   Product: plasmashell
   Version: master
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: t...@r.je
CC: bhus...@gmail.com, plasma-b...@kde.org

I have a desktop and laptop and both suffer problems with monitors, I'm
assuming these are related as the problems are similar. My desktop suffers the
problem detailed here: https://bugs.kde.org/show_bug.cgi?id=340267 but with
slightly different results:

1. Turn the monitor off
2. Turn the monitor on
3. Sometimes plasma will crash entirely and return to SDDM
3a. Sometimes plasma will still be running but in an unstable state, all window
decorations will disappear from opened windows and new programs cannot be
launched. Existing programs can be used as normal (although not moved around
the screen or minimized/maximized). I have to fix this by restarting SDDM in
another TTY

Alternative problem:

1. Log out of plasma back to the SDDM login screen
2. Turn off the monitor
3. Turn on the monitor
4. SDDM now displays a black screen and a mouse pointer. The only way to
recover is switching to a different TTY and restarting SDDM. This may be an
SDDM bug, if it is, it may help you track down the problems with Plasma.

Hardware: nvidia GTX 980Ti using nvidia driver + Asus P287Q


Secondly, I have different, but similar problems with my laptop

Firstly using HDMI out:

1. Sometimes when connecting a HDMI monitor plasma would crash entirely and
require restarting SDDM manually. This hasn't happened since 5.5 so may have
been resolved, although it was always intermittent.

2. This still happens, after disconnecting a HDMI monitor plasma will become
unstable. Programs will crash and odd display issues will appear on the laptop
screen, e.g. fuzzy lines on places on the screen and wrongly drawn pixels

3. When a monitor is connected using mini-displayport the laptop screen turns
off and the desktop is only displayed on the external monitor. This in itself
is likely not a bug, however when pressing the keyboard key to cycle monitor
states (e.g. clone, different desktop, etc) different effects occur:

3a. If the external monitor is displaying the desktop and the laptop screen is
off, it works fine
3b. If the external monitor is set up as a clone of the laptop screen it works
fine
3c. If the external monitor is a separate screen that increases the size of the
desktop strange things start to happen:

3c. i) Sometimes the laptop screen will freeze entirely but if I move the mouse
around so it appears on the external monitor, I can use the external monitor
perfectly, open programs on it and use them (with the laptop screen showing the
same frozen image)

3c. ii) Sometimes plasma will become unstable. Programs will crash and new
programs cannot be opened.

3c. iii) Sometimes (and this is less frequently than the other two) it will
work as expected

4. If I've been using the external monitor in one if its usable states (3a, 3b,
3c. iii) and unplug the monitor, I almost always have to restart SDDM soon
afterwards due to crashes and strange behaviour.

Hardware: Asus N550 monitor using Intel graphics driver

I realise these may be somewhat unreleated, however there is a huge problem
with KDE and external monitors. On both my laptop and desktop I have to restart
SDDM daily due to issues with unplugging/plugging in/sleeping monitors.

Let me know if you'd like me to post any logs (and how to turn them on/find
them).

Both desktop and laptop are running ArchLinux with up to date packages from
their official repos. I do not have the testing repo enabled.




Reproducible: Sometimes

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


[umbrello] [Bug 358655] Umbrello does not import private class

2016-01-29 Thread Ken Standard via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358655

--- Comment #12 from Ken Standard  ---
OK, maybe we are having a language barrier - not sure.

When talking about "project import" for a Qt project, you cannot ignore the
.pro file - it is the project. Are we redefining "project" to mean only the
.h,.hpp,/h++, etc. and the .cpp implementations in the "project"?

Or are we accepting the "project" definition as is common to Qt and defined by
the .pro file.

Besides all that. When the actions described are performed and the entire
project is imported correctly.

It serves no purpose for me to post a bug if I have not performed every options
to resolve the problem BEFORE submitting the bug. That should be obvious from
comment 8. My point is that I should not have to do half of that. The project
files should alreays be displayed according to the filter pattern, instead it
must be modified first, then they are displayed. 

Secondly, folders are included in the selection process but that does not
select the files underneath that match the selection pattern - not intuitive.
Do one or the other but not both.

Even when all the files in a folder are selected, the import to a class diagram
is not always 100%. Sometimes files are not converted. I gave the example of a
.cpp file where a "//" comment was detected as an error. This syntax is
completely valid C++ comment style and should not error. When coverted to a "C"
style comment (/* */) there is no error. This is not proper - both are correct.

I submitted the bug because your procedure in comment 11 does not work -
especially if headers and implementation files are in separate folders or if
there are multiple sub-projects.

I don't want to get too far afield here but my original bug is still valid and
I think I have proven it.

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


[kio] [Bug 325335] kio-mtp fails with Windows Phone 8X

2016-01-29 Thread Ysarior via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325335

Ysarior  changed:

   What|Removed |Added

 CC||brice.saug...@scle.fr

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


[clazy] [Bug 358740] New: Utils::isInitializedExternally: getSingleDecl fails to account for multiple declarations

2016-01-29 Thread Jan Kundrát via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358740

Bug ID: 358740
   Summary: Utils::isInitializedExternally: getSingleDecl fails to
account for multiple declarations
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: j...@kde.org
CC: smart...@kde.org

The following minimal example causes an assertion failure within clang in a
code path triggered by the clazy plugin:

#include 
void x()
{
QList list;
int a, b;
}

Here's the backtrace:

(gdb) bt
#0  0x7fffec04989b in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:55
#1  0x7fffec04ae51 in __GI_abort () at abort.c:89
#2  0x7fffec041fb8 in __assert_fail_base (fmt=0x7fffec18ace0 "%s%s%s:%u:
%s%sAssertion `%s' failed.\n%n", assertion=assertion@entry=0x7fffe4b00fe0
"isSingleDecl() && \"Isn't a declgroup\"", 
file=file@entry=0x7fffe4b01006 "/usr/include/clang/AST/DeclGroup.h",
line=line@entry=88, function=function@entry=0x7fffe4b01029 "clang::Decl
*clang::DeclGroupRef::getSingleDecl()") at assert.c:92
#3  0x7fffec042076 in __GI___assert_fail (assertion=0x7fffe4b00fe0
"isSingleDecl() && \"Isn't a declgroup\"", file=0x7fffe4b01006
"/usr/include/clang/AST/DeclGroup.h", line=88, 
function=0x7fffe4b01029 "clang::Decl
*clang::DeclGroupRef::getSingleDecl()") at assert.c:101
#4  0x7fffe4a02cea in clang::DeclGroupRef::getSingleDecl() () from
/home/jkt/.local/lib64/ClangLazy.so
#5  0x7fffe4a028c9 in clang::DeclStmt::getSingleDecl() () from
/home/jkt/.local/lib64/ClangLazy.so
#6  0x7fffe4acb339 in Utils::isInitializedExternally(clang::VarDecl*) ()
from /home/jkt/.local/lib64/ClangLazy.so
#7  0x7fffe4a0877e in
InefficientQListBase::shouldIgnoreVariable(clang::VarDecl*) const () from
/home/jkt/.local/lib64/ClangLazy.so
#8  0x7fffe4a08828 in InefficientQListBase::VisitDecl(clang::Decl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#9  0x7fffe49dbe26 in CheckBase::VisitDeclaration(clang::Decl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#10 0x7fffe4a45323 in (anonymous
namespace)::LazyASTConsumer::VisitDecl(clang::Decl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#11 0x7fffe4a45285 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::WalkUpFromDecl(clang::Decl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#12 0x7fffe4a7ba45 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::WalkUpFromNamedDecl(clang::NamedDecl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#13 0x7fffe4a7dfa5 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::WalkUpFromValueDecl(clang::ValueDecl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#14 0x7fffe4a7def5 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::WalkUpFromDeclaratorDecl(clang::DeclaratorDecl*)
() from /home/jkt/.local/lib64/ClangLazy.so
#15 0x7fffe4a7eba5 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::WalkUpFromVarDecl(clang::VarDecl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#16 0x7fffe4a4223d in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseVarDecl(clang::VarDecl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#17 0x7fffe4a3ecf5 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseDecl(clang::Decl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#18 0x7fffe4a56654 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseDeclStmt(clang::DeclStmt*) () from
/home/jkt/.local/lib64/ClangLazy.so
#19 0x7fffe4a46c41 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseStmt(clang::Stmt*) () from
/home/jkt/.local/lib64/ClangLazy.so
#20 0x7fffe4a5641f in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseCompoundStmt(clang::CompoundStmt*) ()
from /home/jkt/.local/lib64/ClangLazy.so
#21 0x7fffe4a46be7 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseStmt(clang::Stmt*) () from
/home/jkt/.local/lib64/ClangLazy.so
#22 0x7fffe4a7e5f0 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseFunctionHelper(clang::FunctionDecl*) ()
from /home/jkt/.local/lib64/ClangLazy.so
#23 0x7fffe4a41e20 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseFunctionDecl(clang::FunctionDecl*) ()
from /home/jkt/.local/lib64/ClangLazy.so
#24 0x7fffe4a3eb66 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseDecl(clang::Decl*) () from
/home/jkt/.local/lib64/ClangLazy.so
#25 0x7fffe4a45215 in clang::RecursiveASTVisitor<(anonymous
namespace)::LazyASTConsumer>::TraverseDeclContextHelper(clang::DeclContext*) ()
from 

[krita] [Bug 358738] New: Krita crashes when opening any file or creating new one

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358738

Bug ID: 358738
   Summary: Krita crashes when opening any file or creating new
one
   Product: krita
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: federico.fi...@gmail.com

Application: krita (2.9.10 (git ed01576))
KDE Platform Version: 4.14.2 (Compiled from sources)
Qt Version: 4.8.6
Operating System: Linux 3.16.0-38-generic x86_64
Distribution: Linux Mint 17.2 Rafaela

-- Information about the crash:
- What I was doing when the application crashed:
Open a .kra file or create a new file. Krita crashes seconds later, before the
action is complete.

The crash can be reproduced every time.

-- Backtrace:
Application: Krita (krita), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f6cbb149800 (LWP 2843))]

Thread 7 (Thread 0x7f6c8b7fe700 (LWP 2851)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6cb8ee2816 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f6cb8ede95b in QSemaphore::acquire(int) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#3  0x7f6cb729ac1e in KisTileDataPooler::waitForWork
(this=this@entry=0x297f930) at
/home/federico/kde4/src/calligra/krita/image/tiles3/kis_tile_data_pooler.cc:165
#4  0x7f6cb729b03d in KisTileDataPooler::run (this=0x297f930) at
/home/federico/kde4/src/calligra/krita/image/tiles3/kis_tile_data_pooler.cc:187
#5  0x7f6cb8ee232f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7f6cb3156182 in start_thread (arg=0x7f6c8b7fe700) at
pthread_create.c:312
#7  0x7f6cb868247d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 6 (Thread 0x7f6c8bfff700 (LWP 2852)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6cb8ee2816 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f6cb8eded63 in QSemaphore::tryAcquire(int, int) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#3  0x7f6cb72b7653 in KisTileDataSwapper::waitForWork (this=) at
/home/federico/kde4/src/calligra/krita/image/tiles3/swap/kis_tile_data_swapper.cpp:86
#4  0x7f6cb72b78ea in KisTileDataSwapper::run (this=0x297f970) at
/home/federico/kde4/src/calligra/krita/image/tiles3/swap/kis_tile_data_swapper.cpp:92
#5  0x7f6cb8ee232f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7f6cb3156182 in start_thread (arg=0x7f6c8bfff700) at
pthread_create.c:312
#7  0x7f6cb868247d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 5 (Thread 0x7f6c8a7fc700 (LWP 2854)):
#0  0x7f6cb8679da3 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f6cb900f2c7 in qt_safe_select(int, fd_set*, fd_set*, fd_set*,
timeval const*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f6cb9014824 in
QEventDispatcherUNIXPrivate::doSelect(QFlags,
timeval*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#3  0x7f6cb9014c92 in
QEventDispatcherUNIX::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#4  0x7f6cb8fe30af in
QEventLoop::processEvents(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5  0x7f6cb8fe33a5 in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#6  0x7f6cb8edfc5f in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#7  0x7f6cb8fc4823 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x7f6cb8ee232f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x7f6cb3156182 in start_thread (arg=0x7f6c8a7fc700) at
pthread_create.c:312
#10 0x7f6cb868247d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 4 (Thread 0x7f6c89ffb700 (LWP 2855)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f6cb8ee2816 in QWaitCondition::wait(QMutex*, unsigned long) () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x7f6cb9eb3e16 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#3  0x7f6cb8ee232f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#4  0x7f6cb3156182 in start_thread (arg=0x7f6c89ffb700) at
pthread_create.c:312
#5  0x7f6cb868247d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 3 (Thread 0x7f6c88f7e700 (LWP 2856)):
#0  0x7f6cb8679da3 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f6cb900f2c7 in qt_safe_select(int, fd_set*, fd_set*, fd_set*,
timeval const*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4

[calligraflow] [Bug 358739] New: Flow needs the option to label a connector

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358739

Bug ID: 358739
   Summary: Flow needs the option to label a connector
   Product: calligraflow
   Version: 2.9.7
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: yue@mail.com
  Reporter: danikva...@gmail.com

There needs to be an option to label connectors in Calligra Flow

Reproducible: Always

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


[kontact] [Bug 358742] New: Kontact (Akregator) crashed after clicking "more" on a feed

2016-01-29 Thread Ian Borg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358742

Bug ID: 358742
   Summary: Kontact (Akregator) crashed after clicking "more" on a
feed
   Product: kontact
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: bor...@gmail.com

Application: kontact (4.14.9)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-29-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

-- Information about the crash:
Was reading a feed in the Kontact (Akregator) window. Clicked on "more" to read
more of the feed, which switched me to Firefox. As I read the feed in the
firefox browser I noticed that Kontact had closed and the crash Reporting
Assistant was up on the screen.

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

Thread 45 (Thread 0x7f3ad7316700 (LWP 1637)):
#0  0x7f3aebe1605f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f3aef5bc686 in WTF::TCMalloc_PageHeap::scavengerThread() () at
/usr/lib64/libQtWebKit.so.4
#2  0x7f3aef5bc6b9 in  () at /usr/lib64/libQtWebKit.so.4
#3  0x7f3aebe120a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f3af1d9f08d in clone () at /lib64/libc.so.6

Thread 44 (Thread 0x7f3a96a13700 (LWP 1653)):
#0  0x7f3aebe1605f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f3aef32ee7d in JSC::BlockAllocator::blockFreeingThreadMain() () at
/usr/lib64/libQtWebKit.so.4
#2  0x7f3aef5e41e6 in WTF::wtfThreadEntryPoint(void*) () at
/usr/lib64/libQtWebKit.so.4
#3  0x7f3aebe120a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f3af1d9f08d in clone () at /lib64/libc.so.6

Thread 43 (Thread 0x7f3a7f156700 (LWP 1781)):
#0  0x7f3af1d96c5d in poll () at /lib64/libc.so.6
#1  0x7f3aeb846be4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f3aeb846cec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f3af25190de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7f3af24eae6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7f3af24eb165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7f3af23e80bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7f3af23ea79f in  () at /usr/lib64/libQtCore.so.4
#8  0x7f3aebe120a4 in start_thread () at /lib64/libpthread.so.0
#9  0x7f3af1d9f08d in clone () at /lib64/libc.so.6

Thread 42 (Thread 0x7f3a777fe700 (LWP 7340)):
#0  0x7f3af1d96c5d in poll () at /lib64/libc.so.6
#1  0x7f3aeb846be4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f3aeb846f0a in g_main_loop_run () at /usr/lib64/libglib-2.0.so.0
#3  0x7f3a58ae8946 in  () at /usr/lib64/libgio-2.0.so.0
#4  0x7f3aeb86bb85 in  () at /usr/lib64/libglib-2.0.so.0
#5  0x7f3aebe120a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7f3af1d9f08d in clone () at /lib64/libc.so.6

Thread 41 (Thread 0x7f3a77fff700 (LWP 7341)):
#0  0x7f3aeb8464ae in g_main_context_query () at
/usr/lib64/libglib-2.0.so.0
#1  0x7f3aeb846b52 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f3aeb846cec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f3aeb846d29 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f3aeb86bb85 in  () at /usr/lib64/libglib-2.0.so.0
#5  0x7f3aebe120a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7f3af1d9f08d in clone () at /lib64/libc.so.6

Thread 40 (Thread 0x7f3a51479700 (LWP 7344)):
#0  0x7f3aebe1605f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f3a514e0d79 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#2  0x7f3a514e1819 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#3  0x7f3aebe120a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f3af1d9f08d in clone () at /lib64/libc.so.6

Thread 39 (Thread 0x7f3a50c78700 (LWP 7345)):
#0  0x7f3aebe1605f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f3a514e0d79 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#2  0x7f3a514e1819 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#3  0x7f3aebe120a4 in start_thread () at /lib64/libpthread.so.0
#4  0x7f3af1d9f08d in clone () at /lib64/libc.so.6

Thread 38 (Thread 0x7f3a50477700 (LWP 7346)):
#0  0x7f3aebe1605f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f3a514e0d79 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#2  0x7f3a514e1819 in  () at

[plasmashell] [Bug 337079] sddm theme doesn't focus password field

2016-01-29 Thread Hugo Parente Lima via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337079

Hugo Parente Lima  changed:

   What|Removed |Added

 CC||hugo...@gmail.com

--- Comment #17 from Hugo Parente Lima  ---
No focus to me too on start-up.

sddm 0.13.0-2
plasma 5.5.4

notebook + monitor

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


[kdenlive] [Bug 358741] New: 15.13 git master: extract frame exports proxy clip frame instead of original clip frame

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358741

Bug ID: 358741
   Summary: 15.13 git master: extract frame exports proxy clip
frame instead of original clip frame
   Product: kdenlive
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Effects & Transitions
  Assignee: vpi...@kde.org
  Reporter: wegwerf-1-...@gmx.de

When extracting a frame in the clip monitor from a clip with a proxy, Kdenlive
exports the frame from the proxy. This results in low quality exported frames.
Instead, Kdenlive should export the frame from the original clip but never from
the proxy clip.

Reproducible: Always

Steps to Reproduce:
1. Add clip to project.
2. Create proxy for clip.
3. Export frame from this clip with proxy.
4. Check quality of exported frame.

Actual Results:  
Low-quality frame exported from proxy clip.

Expected Results:  
Original quality frame exported from original clip.

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


[kdenlive] [Bug 358741] 15.13 git master: extract frame exports proxy clip frame instead of original clip frame

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358741

wegwerf-1-...@gmx.de changed:

   What|Removed |Added

 CC||wegwerf-1-...@gmx.de

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


[kontact] [Bug 353482] Akonadi will not load in PMI files.

2016-01-29 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353482

--- Comment #11 from bu...@gmx.at ---
Created attachment 96904
  --> https://bugs.kde.org/attachment.cgi?id=96904=edit
New crash information added by DrKonqi

kaddressbook (5.0.2) using Qt 5.5.1

- What I was doing when the application crashed:

I just opened the application. I have one Google contact account configured.

-- Backtrace (Reduced):
#7  0xb54d226a in Akonadi::Tag::operator= (this=0xbffd4df4, other=...) at
../../../../akonadi/src/core/tag.cpp:80
#8  0xb54d23cf in Akonadi::Tag::Tag (this=0xbffd4df4, other=...) at
../../../../akonadi/src/core/tag.cpp:72
#9  0xb5571537 in Akonadi::TagModelPrivate::tagForIndex (this=0x91d0b80,
index=...) at ../../../../akonadi/src/core/models/tagmodel_p.cpp:105
#10 0xb557032c in Akonadi::TagModel::data (this=0x91d1cd0, index=..., role=258)
at ../../../../akonadi/src/core/models/tagmodel.cpp:91
#11 0xb7626145 in CategorySelectWidgetPrivate::slotTagsInserted
(this=0x91cdd80, parent=..., start=0, end=0) at
../../kaddressbook/categoryselectwidget.cpp:173

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


  1   2   3   >