[krita] [Bug 393971] sip.dump() kills Krita

2018-05-07 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=393971

Antti Savolainen  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 OS|MS Windows  |All
   Platform|MS Windows  |unspecified

--- Comment #4 from Antti Savolainen  ---
Thank you, confirming this. Partly. I can replicate a crash using
from krita import *
Application.pyqtConfigure()
but not with
from krita import *
import sip 
sip.dump(Krita.instance())
The key to replicating the crash reliably is saving the script to a file or
opening one before running it. Using sip might be a Windows specific problem.

Recording of the crash https://webmshare.com/WBR6q
Build Date & Platform:
krita 4.1.0-pre-alpha (Built on 8.5.2018)
Xubuntu 17.10
Krita Lime https://launchpad.net/~kritalime/+archive/ubuntu/ppa

(gdb) bt
#0  0x7fffad80b7e0 in _PyDict_Next () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#1  0x7fffac9ff3de in  () at
/usr/lib/python3/dist-packages/PyQt5/QtCore.cpython-36m-x86_64-linux-gnu.so
#2  0x7fffad81b5da in _PyCFunction_FastCallDict () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#3  0x7fffad8a9e9f in  () at /usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#4  0x7fffad8aef41 in _PyEval_EvalFrameDefault () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#5  0x7fffad8a9a9a in  () at /usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#6  0x7fffad8aa0fe in PyEval_EvalCodeEx () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#7  0x7fffad8aa12b in PyEval_EvalCode () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#8  0x7fffad8a6fed in  () at /usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#9  0x7fffad81b6f5 in PyCFunction_Call () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#10 0x7fffad8b0950 in _PyEval_EvalFrameDefault () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#11 0x7fffad8a9a9a in  () at /usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#12 0x7fffad8a9d32 in  () at /usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#13 0x7fffad8aef41 in _PyEval_EvalFrameDefault () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#14 0x7fffad8aa099 in  () at /usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#15 0x7fffad8aef41 in _PyEval_EvalFrameDefault () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#16 0x7fffad8b27b7 in _PyFunction_FastCallDict () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#17 0x7fffad7b12ce in _PyObject_FastCallDict () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#18 0x7fffad7b13cc in _PyObject_Call_Prepend () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#19 0x7fffad7b1098 in PyObject_Call () at
/usr/lib/x86_64-linux-gnu/libpython3.6m.so.1.0
#20 0x7fffac9fadac in  () at
/usr/lib/python3/dist-packages/PyQt5/QtCore.cpython-36m-x86_64-linux-gnu.so
#21 0x7fffac9fb110 in  () at
/usr/lib/python3/dist-packages/PyQt5/QtCore.cpython-36m-x86_64-linux-gnu.so
#22 0x7fffac9f5030 in  () at
/usr/lib/python3/dist-packages/PyQt5/QtCore.cpython-36m-x86_64-linux-gnu.so
#23 0x7fffac9f5997 in  () at
/usr/lib/python3/dist-packages/PyQt5/QtCore.cpython-36m-x86_64-linux-gnu.so
#24 0x750f29a9 in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#25 0x75e37d82 in QAction::triggered(bool) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#26 0x75e3a46c in QAction::activate(QAction::ActionEvent) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#27 0x75ffbafb in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#28 0x75ffbd54 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#29 0x75fdb08a in QToolButton::mouseReleaseEvent(QMouseEvent*) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#30 0x75e7edc8 in QWidget::event(QEvent*) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#31 0x75fdb124 in QToolButton::event(QEvent*) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#32 0x75e3e46c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#33 0x75e4628f in QApplication::notify(QObject*, QEvent*) () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#34 0x776aa4f5 in KisApplication::notify(QObject*, QEvent*)
(this=0x7fffde40, receiver=0x607ebd10, event=0x7fffd500) at
./libs/ui/KisApplication.cpp:652
#35 0x750c3de8 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#36 0x75e45262 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool) () at

[digikam] [Bug 393970] No mts video thumbnails

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393970

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

   What|Removed |Added

   Version Fixed In||6.0.0
 CC||caulier.gil...@gmail.com
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

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

[plasmashell] [Bug 393787] Icons only task manager gets confused between Native Steam app and Wine Steam

2018-05-07 Thread Benjamin Xiao
https://bugs.kde.org/show_bug.cgi?id=393787

--- Comment #7 from Benjamin Xiao  ---
Created attachment 112494
  --> https://bugs.kde.org/attachment.cgi?id=112494=edit
Picture of bug

Here's a shot of my desktop showing the issue. I launched native Steam, yet the
Wine steam icon shows up instead of simply matching with the pinned native
Steam icon.

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

[kdevelop] [Bug 393138] “Delete session” confirmation dialog lacks session name

2018-05-07 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=393138

--- Comment #5 from Kevin Funk  ---
@Sagnik: I'm not sure I understand. 

First of all: I wouldn't change the title of said dialog, it might need to
expand too much in size in order to display a long session name.

There's this line of code in sessionchooserdialog.cpp:
  const QString text = i18nc("@info", "The session and all contained
settings will be deleted. The projects will stay unaffected. Do you really want
to continue?");

Try changing it to:
  const QString text = i18nc("@info", "The session %1 and all
contained settings will be deleted. The projects will stay unaffected. Do you
really want to continue?", sessionName);

(You'll have to figure out how to find out the `sessionName` in that method,
though).

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

[kwin] [Bug 393980] Kwin crashed upon opening laptop lid.

2018-05-07 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=393980

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #1 from Martin Flöser  ---
Crash happens in the Intel driver. As the backtrace is really good, please
report to Mesa developers.

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

[kwin] [Bug 393911] kwinrulesrc rewritten unnecessarily

2018-05-07 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=393911

--- Comment #6 from Martin Flöser  ---
Great! Thanks for testing

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

[plasmashell] [Bug 393787] Icons only task manager gets confused between Native Steam app and Wine Steam

2018-05-07 Thread Benjamin Xiao
https://bugs.kde.org/show_bug.cgi?id=393787

--- Comment #6 from Benjamin Xiao  ---
Created attachment 112493
  --> https://bugs.kde.org/attachment.cgi?id=112493=edit
xprop of native steam window while bug is occuring

The bug happened again today. I am still not sure what triggers it. I've
uploaded a new xprop output for the Native Steam window, but doing a diff I
don't think much has changed.

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

[kwin] [Bug 393980] New: Kwin crashed upon opening laptop lid.

2018-05-07 Thread Nathaniel Clark
https://bugs.kde.org/show_bug.cgi?id=393980

Bug ID: 393980
   Summary: Kwin crashed upon opening laptop lid.
   Product: kwin
   Version: 5.12.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: pcwizz...@gmail.com
  Target Milestone: ---

Application: kwin_x11 (5.12.5)

Qt Version: 5.10.1
Frameworks Version: 5.45.0
Operating System: Linux 4.14.9-tarball x86_64
Distribution: "Arch Linux"

-- Information about the crash:
I had Discord, Chrome, Thunar, and console open, I closed the laptop lid (It is
set to not go to standby or anything, just turn off the display), and a couple
hours later, I opened the laptop lid,the screen flashed, and I got a
notification that Kwin has crashed. The important specifications of the laptop
are: 
Model: HP ProBook 6570b
CPU: Intel Core i5-3230M
(i)GPU, Intel HD Graphics 4000
RAM: 8GB
Linux Distribution: Arch Linux.
MESA: 18.2.0-devel (Compiled from source, also with libdrm)
Compositer is enabled, I have gauusion blur, and the United theme.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f444e81d840 (LWP 20162))]

Thread 7 (Thread 0x7f4419ed4700 (LWP 20358)):
#0  0x7f444e1d2fa6 in ppoll () at /usr/lib/libc.so.6
#1  0x7f444b5d9db3 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7f444b5db54f in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7f444b58031b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7f444b38f71e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7f4445cdd319 in  () at /usr/lib/libQt5Qml.so.5
#6  0x7f444b394abd in  () at /usr/lib/libQt5Core.so.5
#7  0x7f4447211075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f444e1dd53f in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7f44196d3700 (LWP 20241)):
#0  0x7f4447216ffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f444a4ccf77 in  () at /usr/lib/libQt5Script.so.5
#2  0x7f444a4ccfb9 in  () at /usr/lib/libQt5Script.so.5
#3  0x7f4447211075 in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f444e1dd53f in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7f441bcb4700 (LWP 20223)):
#0  0x7f4447216ffc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f442460b73b in cnd_wait (mtx=0x55c0c7295550, cond=0x55c0c7295578) at
../../include/c11/threads_posix.h:155
#2  0x7f442460b73b in util_queue_thread_func
(input=input@entry=0x55c0c718e450) at u_queue.c:255
#3  0x7f442460b477 in impl_thrd_routine (p=) at
../../include/c11/threads_posix.h:87
#4  0x7f4447211075 in start_thread () at /usr/lib/libpthread.so.0
#5  0x7f444e1dd53f in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7f4427de1700 (LWP 20213)):
#0  0x7f444b5db423 in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#1  0x7f444b58031b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#2  0x7f444b38f71e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#3  0x7f4445cdd319 in  () at /usr/lib/libQt5Qml.so.5
#4  0x7f444b394abd in  () at /usr/lib/libQt5Core.so.5
#5  0x7f4447211075 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f444e1dd53f in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7f442e36d700 (LWP 20179)):
#0  0x7f444e1d2fa6 in ppoll () at /usr/lib/libc.so.6
#1  0x7f444b5d9db3 in qt_safe_poll(pollfd*, unsigned long, timespec const*)
() at /usr/lib/libQt5Core.so.5
#2  0x7f444b5db54f in
QEventDispatcherUNIX::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#3  0x7f444b58031b in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#4  0x7f444b38f71e in QThread::exec() () at /usr/lib/libQt5Core.so.5
#5  0x7fb7a416 in  () at /usr/lib/libQt5DBus.so.5
#6  0x7f444b394abd in  () at /usr/lib/libQt5Core.so.5
#7  0x7f4447211075 in start_thread () at /usr/lib/libpthread.so.0
#8  0x7f444e1dd53f in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7f44349cb700 (LWP 20163)):
#0  0x7f444e1d2ea9 in poll () at /usr/lib/libc.so.6
#1  0x7f444d0f8180 in  () at /usr/lib/libxcb.so.1
#2  0x7f444d0f9e4b in xcb_wait_for_event () at /usr/lib/libxcb.so.1
#3  0x7f4435ab682a in  () at /usr/lib/libQt5XcbQpa.so.5
#4  0x7f444b394abd in  () at /usr/lib/libQt5Core.so.5
#5  0x7f4447211075 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7f444e1dd53f in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7f444e81d840 (LWP 20162)):
[KCrash Handler]
#6  0x7f442473efb3 in atomic_add_unless (add=,
unless=, v=) 

[plasma-pa] [Bug 393963] Audio Volume Settings should include by default pulseaudio-module-gconf to automatically switch output device

2018-05-07 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=393963

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

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

[Discover] [Bug 393979] New: discover crash upon visiting settings

2018-05-07 Thread Mohammed El-Afifi
https://bugs.kde.org/show_bug.cgi?id=393979

Bug ID: 393979
   Summary: discover crash upon visiting settings
   Product: Discover
   Version: 5.12.4
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: mohammed_elaf...@yahoo.com
  Target Milestone: ---

Application: plasma-discover (5.12.4)

Qt Version: 5.10.1
Frameworks Version: 5.44.0
Operating System: Linux 4.16.5-300.fc28.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed:
I was trying to view the discover app settings. Once I clicked the settings,
the application crashed.

- Custom settings of the application:
The rpmfusion-nonfree repository is configured and enabled.

I should add that the problem seems deeper than being related to discover
alone. Upon trying to run the following command from the shell

sudo pkcon refresh force

I always get the following error at the end:

Fatal error: Error when getting information for file
“/var/cache/PackageKit/28/metadata/rpmfusion-nonfree/repodata/appstream.xml.gz”:
No such file or directory

At one time one I issue the `pkcon refresh' command it didn't spit out the
error message. Consequently discover app didn't crash ever since.

The crash can be reproduced every time.

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

Thread 11 (Thread 0x7fcc79b8c700 (LWP 13058)):
#0  0x7fccbe0938e8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fccc0d7c736 in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7fccc0d79662 in QThreadPoolThread::run() () from
/lib64/libQt5Core.so.5
#3  0x7fccc0d7c11d in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#4  0x7fccbe08d564 in start_thread () from /lib64/libpthread.so.0
#5  0x7fccc00b931f in clone () from /lib64/libc.so.6

Thread 10 (Thread 0x7fcc7a38d700 (LWP 13057)):
#0  0x7fccc00aa374 in read () from /lib64/libc.so.6
#1  0x7fccb9183dd0 in g_wakeup_acknowledge () from /lib64/libglib-2.0.so.0
#2  0x7fccb913e5fb in g_main_context_check () from /lib64/libglib-2.0.so.0
#3  0x7fccb913eab0 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#4  0x7fccb913ec30 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#5  0x7fccc0f7ac2b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#6  0x7fccc0f2912b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#7  0x7fccc0d779c6 in QThread::exec() () from /lib64/libQt5Core.so.5
#8  0x7fccc0d7c11d in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#9  0x7fccbe08d564 in start_thread () from /lib64/libpthread.so.0
#10 0x7fccc00b931f in clone () from /lib64/libc.so.6

Thread 9 (Thread 0x7fcc7ab8e700 (LWP 13056)):
#0  0x7fccbe0938e8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fccc0d7c736 in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7fccc0d79662 in QThreadPoolThread::run() () from
/lib64/libQt5Core.so.5
#3  0x7fccc0d7c11d in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#4  0x7fccbe08d564 in start_thread () from /lib64/libpthread.so.0
#5  0x7fccc00b931f in clone () from /lib64/libc.so.6

Thread 8 (Thread 0x7fcc7b38f700 (LWP 13055)):
#0  0x7fccbe0938e8 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7fccc0d7c736 in QWaitCondition::wait(QMutex*, unsigned long) () from
/lib64/libQt5Core.so.5
#2  0x7fccc0d79662 in QThreadPoolThread::run() () from
/lib64/libQt5Core.so.5
#3  0x7fccc0d7c11d in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#4  0x7fccbe08d564 in start_thread () from /lib64/libpthread.so.0
#5  0x7fccc00b931f in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7fcc7bb90700 (LWP 13054)):
#0  0x7fccb91851ed in g_mutex_lock () from /lib64/libglib-2.0.so.0
#1  0x7fccb913e235 in g_main_context_query () from /lib64/libglib-2.0.so.0
#2  0x7fccb913ea87 in g_main_context_iterate.isra () from
/lib64/libglib-2.0.so.0
#3  0x7fccb913ec30 in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#4  0x7fccc0f7ac2b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /lib64/libQt5Core.so.5
#5  0x7fccc0f2912b in
QEventLoop::exec(QFlags) () from
/lib64/libQt5Core.so.5
#6  0x7fccc0d779c6 in QThread::exec() () from /lib64/libQt5Core.so.5
#7  0x7fccc0d7c11d in QThreadPrivate::start(void*) () from
/lib64/libQt5Core.so.5
#8  0x7fccbe08d564 in start_thread () from /lib64/libpthread.so.0

[konsole] [Bug 393620] Konsole doesn't respect monospace font configed with fontconf

2018-05-07 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=393620

Kurt Hindenburg  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kon
   ||sole/259b98011f3d247be6068e
   ||781da6988847159fb7

--- Comment #2 from Kurt Hindenburg  ---
Git commit 259b98011f3d247be6068e781da6988847159fb7 by Kurt Hindenburg.
Committed on 08/05/2018 at 02:45.
Pushed by hindenburg into branch 'master'.

Fallback to fixed width fonts

Summary:
Before this commit when Konsole was trying to render a character that
didn't exist in the font selected by user, it'd fall back to default font
provided
by font config without any hints that it needs monospace fonts which usually
would be a sans font.

Now Konsole hints system that it needs a monospace font.

Reviewers: hindenburg

Reviewed By: hindenburg

Subscribers: #konsole, hindenburg, mglb, ahmadsamir

Tags: #konsole

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

M  +5-0src/TerminalDisplay.cpp

https://commits.kde.org/konsole/259b98011f3d247be6068e781da6988847159fb7

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

[dolphin] [Bug 393412] Dolphin fails to build with disabled support for Baloo

2018-05-07 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=393412

Duncan <1i5t5.dun...@cox.net> changed:

   What|Removed |Added

 CC||1i5t5.dun...@cox.net

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

[clazy] [Bug 393745] Build is broken with trunk LLVM/Clang

2018-05-07 Thread Eugene Zelenko
https://bugs.kde.org/show_bug.cgi?id=393745

Eugene Zelenko  changed:

   What|Removed |Added

 Resolution|FIXED   |---
 Status|RESOLVED|REOPENED

--- Comment #2 from Eugene Zelenko  ---
Actually trunk LLVM/Clang version is 7.

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

[valgrind] [Bug 393146] Memcheck fails assert "is_DebugInfo_active(di)" even though code built with -g

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393146

spartac...@gmail.com changed:

   What|Removed |Added

 CC||spartac...@gmail.com

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

[dolphin] [Bug 393978] New: default Dolphin Preview behavior changed; looking for setting to change it back

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393978

Bug ID: 393978
   Summary: default Dolphin Preview behavior changed; looking for
setting to change it back
   Product: dolphin
   Version: 18.04.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bugreporte...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Generally, I do not keep Preview enabled for most of my folders. After this
recent update (18.04.0), Previews are now enabled by default for all folders. I
wish to return to the prior behavior. 

I'm running KDE on Arch.  Here's some system info:

plasmashell --version: plasmashell 5.12.5
dolphin --version: dolphin 18.04.0
Linux 4.16.6-1-ARCH #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018 x86_64
GNU/Linux

Is this recent change related to the following bug?
Bug 338492 "File icon previews should be turned on for all icon types by
default"
https://bugs.kde.org/show_bug.cgi?id=338492

I personally disagree that file icon previews should be turned on for all icon
types by default. 

However, if that is the new Dolphin default, I hope there is a setting in
Dolphin (or a config file) that will let me revert to the prior default. If so,
where do I find it?

Any additional information about this change is appreciated.

Thanks

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

[kgpg] [Bug 388026] non-functioning

2018-05-07 Thread dlrapp
https://bugs.kde.org/show_bug.cgi?id=388026

--- Comment #2 from dlr...@islandexpertise.com  ---
Greetings,

After shutting down all instances of kgpg and entering "kgpg" in a
terminal I receive this response:

log_kgpg: checking version of GnuPG executable "gpg2"
log_kgpg: version is "2.1.21-2.mga6" 131328
gpg: option file '/home/dlrapp/.gnupg/gpg.conf': No such file or directory
gpg: option file '/home/dlrapp/.gnupg/gpg.conf': No such file or directory
gpg: option file '/home/dlrapp/.gnupg/gpg.conf': No such file or directory
gpg: option file '/home/dlrapp/.gnupg/gpg.conf': No such file or directory
gpg: option file '/home/dlrapp/.gnupg/gpg.conf': No such file or directory
gpg: option file '/home/dlrapp/.gnupg/gpg.conf': No such file or directory

DLR


On 05/07/2018 01:04 PM, Rolf Eike Beer wrote:
> https://bugs.kde.org/show_bug.cgi?id=388026
>
> --- Comment #1 from Rolf Eike Beer  ---
> Can you please shut down all KGpg instances (File -> Quit, not only close the
> window), and then run KGpg from a terminal. Does this show any information?
>

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

[dolphin] [Bug 393977] New: Dolphin has become very slow after recent update

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393977

Bug ID: 393977
   Summary: Dolphin has become very slow after recent update
   Product: dolphin
   Version: 18.04.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: bugreporte...@gmail.com
CC: elvis.angelac...@kde.org
  Target Milestone: ---

Dolphin has become slow recently. In particular, adding or moving a bookmark in
the Places panel has a delay of several seconds.

To reproduce, create a new bookmark in Places or move an existing bookmark up
or down in the Places panel. There is a delay of a few seconds. Previously,
there was no noticeable delay. I now experience these delays 100% of the time.

Just now I timed it and there is a delay of about 5-6 seconds before the moved
bookmark appears moved, then there is a delay of another second or so before
Dolphin's GUI is responsive again.

Also, if I leave Dolphin open all day, even normal navigation from location to
location also becomes very slow. To reproduce, navigate to any location using
Dolphin. There is a delay of several seconds before Dolphin refreshes to show
the new location. During this time the Dolphin UI is unresponsive (Dolphin
appears frozen briefly). Previously, there was no noticeable delay. I only
experience this if Dolphin has been open for a while. If I close and reopen it,
I do not get the very long delay when navigating to a new location.

I'm running KDE on Arch.  Here's some system info:

plasmashell --version: plasmashell 5.12.5
dolphin --version: dolphin 18.04.0
Linux 4.16.6-1-ARCH #1 SMP PREEMPT Mon Apr 30 12:30:03 UTC 2018 x86_64
GNU/Linux

The previous time I looked at my version, I had plasmashell 5.12.3 (a couple
months ago). Dolphin was fine in that version. So the problem started after
that version, but it may have appeared before my current version. I first
noticed it several weeks ago. Nothing about my system has changed other than
normal Arch updates.

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

[krita] [Bug 393971] sip.dump() kills Krita

2018-05-07 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=393971

--- Comment #3 from Michael  ---
I get a crash from these steps. 

1. Open the Python scripter.

2. Paste this script in:

from krita import *
import sip 
sip.dump(Krita.instance())

3. Run the script.

I discovered another two liner:

from krita import *
Application.pyqtConfigure()


Crash log attached.

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

[krita] [Bug 393971] sip.dump() kills Krita

2018-05-07 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=393971

--- Comment #2 from Michael  ---
Created attachment 112492
  --> https://bugs.kde.org/attachment.cgi?id=112492=edit
Krita pyqt crashes

First one is calling Application().pyqtConfigure(), second is calling
sip.dump(Application)

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

[kwin] [Bug 393911] kwinrulesrc rewritten unnecessarily

2018-05-07 Thread Antonio Russo
https://bugs.kde.org/show_bug.cgi?id=393911

--- Comment #5 from Antonio Russo  ---
Thanks! After patching, I'm not seeing the unnecessary updates anymore. (The
original symptom was *terrible* lag when opening new Konsole windows during a
ZFS scrub)

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

[digikam] [Bug 393970] No mts video thumbnails

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393970

--- Comment #2 from piotergmo...@hotmail.com ---
Tested and it works. So DK 6.x generates thumbs from mts files. Strange, that
the latest 5.x versions of DK have regression in that area.
P.

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

[plasmashell] [Bug 393929] Plasmashell gobbles all my memory leak

2018-05-07 Thread Rex Dieter
https://bugs.kde.org/show_bug.cgi?id=393929

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@gmail.com

--- Comment #1 from Rex Dieter  ---
Do you use slideshow wallpaper?

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

[Falkon] [Bug 393976] New: [Vertical Tabs] Last closed tab is not reopened in correct position with Ctrl+Shift+T

2018-05-07 Thread Theo
https://bugs.kde.org/show_bug.cgi?id=393976

Bug ID: 393976
   Summary: [Vertical Tabs] Last closed tab is not reopened in
correct position with Ctrl+Shift+T
   Product: Falkon
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: extensions
  Assignee: now...@gmail.com
  Reporter: alpha0...@yahoo.de
  Target Milestone: ---

When reopening the last closed tab with Ctrl+Shift+T, the tab appears at the
end of the tab tree, not at the position in the tree where it was closed.

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

[systemsettings] [Bug 353886] SystemSettings - shortcuts and gestures

2018-05-07 Thread Eridani Rodríguez
https://bugs.kde.org/show_bug.cgi?id=353886

--- Comment #2 from Eridani Rodríguez  ---
Comment on attachment 112491
  --> https://bugs.kde.org/attachment.cgi?id=112491
New crash information added by DrKonqi

>Application: systemsettings5 (5.12.5)
>
>Qt Version: 5.10.0
>Frameworks Version: 5.45.0
>Operating System: Linux 4.15.0-15-lowlatency x86_64
>Distribution: KDE neon User Edition 5.12
>
>-- Information about the crash:
>- Unusual behavior I noticed:
>
>systemsettings5 crashes when editing a previously saved custom shortcut.
>Reproduce by: Creating a new custom group, add a few conditions and save it. 
>Then go back, edit the conditions and try saving it again to have it crash.
>
>
>The crash can be reproduced every time.
>
>-- Backtrace:
>Application: Preferencias del sistema (systemsettings5), signal: Segmentation 
>fault
>Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
>[Current thread is 1 (Thread 0x7efe76c65900 (LWP 20612))]
>
>Thread 4 (Thread 0x7efe455af700 (LWP 20618)):
>#0  0x7efe7277574d in poll () at ../sysdeps/unix/syscall-template.S:84
>#1  0x7efe6c61838c in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
>#2  0x7efe6c61849c in g_main_context_iteration () from 
>/lib/x86_64-linux-gnu/libglib-2.0.so.0
>#3  0x7efe730a85cb in QEventDispatcherGlib::processEvents 
>(this=0x7efe48c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
>#4  0x7efe7304f64a in QEventLoop::exec (this=this@entry=0x7efe455aeca0, 
>flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
>#5  0x7efe72e6f554 in QThread::exec (this=) at 
>thread/qthread.cpp:522
>#6  0x7efe709ada35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
>#7  0x7efe72e746eb in QThreadPrivate::start (arg=0x11d17e0) at 
>thread/qthread_unix.cpp:376
>#8  0x7efe6ebfe6ba in start_thread (arg=0x7efe455af700) at 
>pthread_create.c:333
>#9  0x7efe7278141d in clone () at 
>../sysdeps/unix/sysv/linux/x86_64/clone.S:109
>
>Thread 3 (Thread 0x7efe4e11a700 (LWP 20617)):
>#0  0x7efe6c65ca79 in g_mutex_lock () from 
>/lib/x86_64-linux-gnu/libglib-2.0.so.0
>#1  0x7efe6c617929 in g_main_context_prepare () from 
>/lib/x86_64-linux-gnu/libglib-2.0.so.0
>#2  0x7efe6c6182bb in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
>#3  0x7efe6c61849c in g_main_context_iteration () from 
>/lib/x86_64-linux-gnu/libglib-2.0.so.0
>#4  0x7efe730a85cb in QEventDispatcherGlib::processEvents 
>(this=0x7efe480008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
>#5  0x7efe7304f64a in QEventLoop::exec (this=this@entry=0x7efe4e119ca0, 
>flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
>#6  0x7efe72e6f554 in QThread::exec (this=) at 
>thread/qthread.cpp:522
>#7  0x7efe709ada35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
>#8  0x7efe72e746eb in QThreadPrivate::start (arg=0xe664a0) at 
>thread/qthread_unix.cpp:376
>#9  0x7efe6ebfe6ba in start_thread (arg=0x7efe4e11a700) at 
>pthread_create.c:333
>#10 0x7efe7278141d in clone () at 
>../sysdeps/unix/sysv/linux/x86_64/clone.S:109
>
>Thread 2 (Thread 0x7efe593bc700 (LWP 20615)):
>#0  0x7efe7277127d in read () at ../sysdeps/unix/syscall-template.S:84
>#1  0x7efe6c65b6f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
>#2  0x7efe6c617e74 in g_main_context_check () from 
>/lib/x86_64-linux-gnu/libglib-2.0.so.0
>#3  0x7efe6c618330 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
>#4  0x7efe6c61849c in g_main_context_iteration () from 
>/lib/x86_64-linux-gnu/libglib-2.0.so.0
>#5  0x7efe730a85cb in QEventDispatcherGlib::processEvents 
>(this=0x7efe540008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
>#6  0x7efe7304f64a in QEventLoop::exec (this=this@entry=0x7efe593bbc90, 
>flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
>#7  0x7efe72e6f554 in QThread::exec (this=) at 
>thread/qthread.cpp:522
>#8  0x7efe749882c5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
>#9  0x7efe72e746eb in QThreadPrivate::start (arg=0x7efe74bfcd60) at 
>thread/qthread_unix.cpp:376
>#10 0x7efe6ebfe6ba in start_thread (arg=0x7efe593bc700) at 
>pthread_create.c:333
>#11 0x7efe7278141d in clone () at 
>../sysdeps/unix/sysv/linux/x86_64/clone.S:109
>
>Thread 1 (Thread 0x7efe76c65900 (LWP 20612)):
>[KCrash Handler]
>#6  0x0021 in ?? ()
>#7  0x7efe3c6adafe in 
>qDeleteAll::const_iterator> (end=..., begin=...) 
>at /usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:320
>#8  qDeleteAll (c=...) at 
>/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:328
>#9  ConditionsWidget::copyToObject (this=0x26d2410) at 
>/workspace/build/kcm_hotkeys/conditions/conditions_widget.cpp:177
>#10 0x7efe3c6b11fd in HotkeysWidgetBase::apply (this=0x26d9880) at 
>/workspace/build/kcm_hotkeys/hotkeys_widget_base.cpp:46
>#11 0x7efe3c695b63 in KCMHotkeysPrivate::save (this=0x26b9cc0) at 

[Spectacle] [Bug 393964] spectacle can't capture expanded dropdown list

2018-05-07 Thread Henrik Fehlauer
https://bugs.kde.org/show_bug.cgi?id=393964

Henrik Fehlauer  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||rk...@lab12.net

--- Comment #4 from Henrik Fehlauer  ---
Works fine if you set your capture mode to either "Window Under Cursor" or
"Rectangular Region".

The reason it does not work for "Active Window" is that this captures the
window before compositing the final image you see. You can see the difference
if you move a window to go below the panel and even below the border of the
screen: "Active Window" still captures the full window, while "Window under
Cursor" will only capture the part that is visible as well as the panel on top
(I suspect XFCE's screenshot tool will work the same).

We are aware that this could be made easier from a usability perspective, but
this is no simple task for various reasons.

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

[systemsettings] [Bug 353886] SystemSettings - shortcuts and gestures

2018-05-07 Thread Eridani Rodríguez
https://bugs.kde.org/show_bug.cgi?id=353886

--- Comment #1 from Eridani Rodríguez  ---
Created attachment 112491
  --> https://bugs.kde.org/attachment.cgi?id=112491=edit
New crash information added by DrKonqi

systemsettings5 (5.12.5) using Qt 5.10.0

- Unusual behavior I noticed:

systemsettings5 crashes when editing a previously saved custom shortcut.

-- Backtrace (Reduced):
#7  0x7efe3c6adafe in
qDeleteAll::const_iterator> (end=..., begin=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:320
#8  qDeleteAll (c=...) at
/usr/include/x86_64-linux-gnu/qt5/QtCore/qalgorithms.h:328
#9  ConditionsWidget::copyToObject (this=0x26d2410) at
/workspace/build/kcm_hotkeys/conditions/conditions_widget.cpp:177
#10 0x7efe3c6b11fd in HotkeysWidgetBase::apply (this=0x26d9880) at
/workspace/build/kcm_hotkeys/hotkeys_widget_base.cpp:46
#11 0x7efe3c695b63 in KCMHotkeysPrivate::save (this=0x26b9cc0) at
/workspace/build/kcm_hotkeys/kcm_hotkeys.cpp:397

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

[systemsettings] [Bug 353886] SystemSettings - shortcuts and gestures

2018-05-07 Thread Eridani Rodríguez
https://bugs.kde.org/show_bug.cgi?id=353886

Eridani Rodríguez  changed:

   What|Removed |Added

 CC||eridanired...@yahoo.com.mx

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

[plasmashell] [Bug 393975] Calendar popup reports incorrect day (but, hover, date, and settings are correct)

2018-05-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=393975

--- Comment #2 from Christoph Feck  ---
Maybe related to the start weekday (it is Monday here).

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

[plasmashell] [Bug 393975] Calendar popup reports incorrect day (but, hover, date, and settings are correct)

2018-05-07 Thread Andrew Brouwers
https://bugs.kde.org/show_bug.cgi?id=393975

--- Comment #1 from Andrew Brouwers  ---
Created attachment 112490
  --> https://bugs.kde.org/attachment.cgi?id=112490=edit
Popup2

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

[plasmashell] [Bug 393975] New: Calendar popup reports incorrect day (but, hover, date, and settings are correct)

2018-05-07 Thread Andrew Brouwers
https://bugs.kde.org/show_bug.cgi?id=393975

Bug ID: 393975
   Summary: Calendar popup reports incorrect day (but, hover,
date, and settings are correct)
   Product: plasmashell
   Version: 5.12.5
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Calendar
  Assignee: plasma-b...@kde.org
  Reporter: abrouw...@gmail.com
  Target Milestone: 1.0

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

My calendar popup is 1 day off.  "date," KDE's "Adjust date and time," and even
the calender hover pop-up show the correct date.  However, the grid is exactly
1 day off.

I'm running plasma 5.12.5, kde-frameworks 5.45.0, and Qt 5.11.0beta4.

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

[bugs.kde.org] [Bug 393966] Kubuntu 18.04 Installation fails with LVM and two Harddisks with GRUB installation error

2018-05-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=393966

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Christoph Feck  ---
Please report installation issues directly to the bug tracker of your
distribution.

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

[plasma-pa] [Bug 393963] Audio Volume Settings should include by default pulseaudio-module-gconf to automatically switch output device

2018-05-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=393963

Christoph Feck  changed:

   What|Removed |Added

   Assignee|plasma-b...@kde.org |now...@gmail.com
  Component|general |kcm
 CC||plasma-b...@kde.org
Product|systemsettings  |plasma-pa

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

[kdevelop] [Bug 393779] Code parsing is totally broken

2018-05-07 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=393779

--- Comment #32 from Milian Wolff  ---
Long-term fixing that in libclang itself would be ideal. For now, we need to
support older libclang and llvm-config anyways, so coming up with a heuristic
is required anyways.

We could also just say: We depend on clang being available for the version of
libclang we use at runtime, then query that clang and use its path. I'd be fine
with that too.

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

[digikam] [Bug 393974] Appimage version does not recognise Xiomi smartphone

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393974

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com
  Component|Import-Gphoto2  |Bundle-AppImage

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

[plasmashell] [Bug 393961] switching kde from other language to english causes some strings not to be changed

2018-05-07 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=393961

Albert Astals Cid  changed:

   What|Removed |Added

 CC||plasma-b...@kde.org
Product|i18n|plasmashell
Version|unspecified |5.12.4
   Target Milestone|--- |1.0
   Assignee|aa...@kde.org   |k...@davidedmundson.co.uk
  Component|general |general

--- Comment #6 from Albert Astals Cid  ---
I couldn't find a component for the language kcm, so assigning to general
plasmashell.

Someone rewrote this for the next version as far as i remember, would be good
to check if this still happens or not

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

[kmail2] [Bug 389682] Kmail stops collecting gmail

2018-05-07 Thread davidblunkett
https://bugs.kde.org/show_bug.cgi?id=389682

--- Comment #6 from davidblunkett  ---
Its

akonadi_imap_resource

freezing that causes the problem, killing or restarting this enables a new
instance that works (for a while).

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

[i18n] [Bug 393961] switching kde from other language to english causes some strings not to be changed

2018-05-07 Thread Albert Astals Cid
https://bugs.kde.org/show_bug.cgi?id=393961

--- Comment #5 from Albert Astals Cid  ---
There's no such thing as KDE. I guess you mean Plasma?

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

[Discover] [Bug 393776] left bar disappears when I click in "Updates".

2018-05-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=393776

--- Comment #3 from Christoph Feck  ---
Is just an example of the same bug, or an issue that shows up even with the
commit from comment #1?

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

[Discover] [Bug 393937] Discover crashes when clicking "Settings"

2018-05-07 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=393937

Christoph Feck  changed:

   What|Removed |Added

 Resolution|FIXED   |INVALID

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

[dolphin] [Bug 332463] The "Create Folder" and "Create New" toolbar buttons are enabled in the Trash, but do not work

2018-05-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=332463

Nate Graham  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/dol
   ||phin/e133c4557ecc37ed3f7e1b
   ||9418306aa8cc516865
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||18.08.0

--- Comment #8 from Nate Graham  ---
Git commit e133c4557ecc37ed3f7e1b9418306aa8cc516865 by Nathaniel Graham.
Committed on 07/05/2018 at 20:55.
Pushed by ngraham into branch 'master'.

Disable all the 'create new' items when in the Trash

Summary:
Disable all the items in the 'create new' menu when the active view is in the
trash,
because they're not useful and don't even work. We don't disable the entire
menu
because it's useful to be able to see what specific things are disabled.

This can be reverted once T8234 is implemented.
FIXED-IN: 18.08.0

Test Plan:
- Enter the trash with and without a split view; the 'create new' menu items
are all disabled
- Be looking at something other than the trash with and without a split view;
the 'create new' menu items are all enabled
- Toggle between split views (one in the trash, one elsewhere); menu is correct
for both cases

Out of the trash:
{F5837042}

In the trash:
{F5837043}

Reviewers: #dolphin, broulik, elvisangelaccio, markg

Reviewed By: #dolphin, elvisangelaccio, markg

Subscribers: markg, elvisangelaccio

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

M  +8-1src/dolphinmainwindow.cpp

https://commits.kde.org/dolphin/e133c4557ecc37ed3f7e1b9418306aa8cc516865

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

[kontact] [Bug 393893] Cannot disable week numbers in date navigator

2018-05-07 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=393893

Allen Winter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 CC||win...@kde.org
 Ever confirmed|0   |1

--- Comment #1 from Allen Winter  ---
kinda like this idea.
I don't remember why we have "17/18" instead of "17" either
haven't looked at the date navigator code in a long time.

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

[cantor] [Bug 374098] Replace the Maxima entry code with its LaTeX representation

2018-05-07 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=374098

Alexander Semke  changed:

   What|Removed |Added

   Assignee|fil...@kde.org  |alexander.se...@web.de

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

[kdevelop] [Bug 393779] Code parsing is totally broken

2018-05-07 Thread Sven Brauch
https://bugs.kde.org/show_bug.cgi?id=393779

--- Comment #31 from Sven Brauch  ---
That sounds super terrible to me. Why exactly can there not be an option in
llvm-config which simply prints this path?

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

[kontact] [Bug 393947] kontact does not find calendar when accepting outlook invitation

2018-05-07 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=393947

Allen Winter  changed:

   What|Removed |Added

 CC||win...@kde.org

--- Comment #1 from Allen Winter  ---
any chance you can email me the calendar event as a .ics file?

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

[digikam] [Bug 393974] New: Appimage version does not recognise Xiomi smartphone

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393974

Bug ID: 393974
   Summary: Appimage version does not recognise Xiomi smartphone
   Product: digikam
   Version: 5.9.0
  Platform: Appimage
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Import-Gphoto2
  Assignee: digikam-bugs-n...@kde.org
  Reporter: piotergmo...@hotmail.com
  Target Milestone: ---

The same smartphone (xiomi Redmi note 4) two DK: 5.5.0 (from ubuntu PPA) and
appimage 5.9.0. The 5.5.0 version is able to import pictures from this device,
the appimage version 5.9 is not able to do this - it does not recognize this
smartphone (no camera detected in the Import menu).

The OS is Kubuntu 16.04.

P.

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

[cantor] [Bug 358975] Make the worksheet path available to backends (enhancement proposal with patch)

2018-05-07 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=358975

Alexander Semke  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/can |https://commits.kde.org/can
   |tor/976dbf7727389d022b8d884 |tor/211c00896d3f64e3761832d
   |854ab2d3f8d008b50   |3ab2e72cf28cbfc0d

--- Comment #5 from Alexander Semke  ---
Git commit 211c00896d3f64e3761832d3ab2e72cf28cbfc0d by Alexander Semke.
Committed on 07/05/2018 at 20:45.
Pushed by asemke into branch 'Applications/18.04'.

Make the path of the currently opened project file available in the sage
session.
FIXED-IN: 18.04.1

M  +9-0src/backends/sage/sagesession.cpp
M  +1-0src/backends/sage/sagesession.h
M  +6-0src/lib/session.cpp
M  +10   -0src/lib/session.h
M  +5-1src/worksheet.cpp

https://commits.kde.org/cantor/211c00896d3f64e3761832d3ab2e72cf28cbfc0d

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

[cantor] [Bug 372074] cantor/octave: calling quit() and then stopping calculation crashes whole desktop

2018-05-07 Thread Alexander Semke
https://bugs.kde.org/show_bug.cgi?id=372074

Alexander Semke  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/can |https://commits.kde.org/can
   |tor/4681dc925f090228ddee58d |tor/1ffa0816e1daacfadd7723b
   |e9afaa9b9e5c1749e   |ba75cead53492b7fb

--- Comment #3 from Alexander Semke  ---
Git commit 1ffa0816e1daacfadd7723bba75cead53492b7fb by Alexander Semke, on
behalf of Nikita Sirgienko.
Committed on 07/05/2018 at 20:45.
Pushed by asemke into branch 'Applications/18.04'.

Avoid octave backend crushing, when we try to kill ended process

Summary:
Now octave backend don't crash, but we still need to interrupt `quit` entry and
restart backend.
FIXED-IN: 18.04.1

Reviewers: #cantor, asemke

Reviewed By: #cantor, asemke

Subscribers: #cantor, #kde_edu

Tags: #kde_edu, #cantor

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

M  +5-2src/backends/octave/octavesession.cpp

https://commits.kde.org/cantor/1ffa0816e1daacfadd7723bba75cead53492b7fb

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

[krita] [Bug 393971] sip.dump() kills Krita

2018-05-07 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=393971

Antti Savolainen  changed:

   What|Removed |Added

 CC||antti.s...@gmail.com

--- Comment #1 from Antti Savolainen  ---
How exactly do you replicate this crash? I can test if it is a crossplatform
bug if I know how to do it precisely.

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

[dolphin] [Bug 332463] The "Create Folder" and "Create New" toolbar buttons are enabled in the Trash, but do not work

2018-05-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=332463

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org
   Keywords||usability

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

[dolphin] [Bug 332463] The "Create Folder" and "Create New" toolbar buttons are enabled in the Trash, but do not work

2018-05-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=332463

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

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

[frameworks-kio] [Bug 332464] Trash has menu option to create files. Does not work but leads to confirmation

2018-05-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=332464

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||elvis.angelac...@kde.org
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Elvis Angelaccio  ---


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

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

[kgpg] [Bug 290221] KGpg 2.6.80 fails to start with nonexistant .gnupg directory

2018-05-07 Thread Rolf Eike Beer
https://bugs.kde.org/show_bug.cgi?id=290221

Rolf Eike Beer  changed:

   What|Removed |Added

 Resolution|--- |DOWNSTREAM
 Status|CONFIRMED   |RESOLVED

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

[systemsettings] [Bug 393973] New: System Settings crashes after select a menu option

2018-05-07 Thread Miguel Matos
https://bugs.kde.org/show_bug.cgi?id=393973

Bug ID: 393973
   Summary: System Settings crashes after select a menu option
   Product: systemsettings
   Version: 5.8.8
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: matospmigu...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.8.8)

Qt Version: 5.6.1
Frameworks Version: 5.36.0
Operating System: Linux 4.10.0-38-generic x86_64
Distribution: Linux Mint 18.3 Sylvia

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

I select "Apperance" option , when I choose a submenu option, the app close
unexpectedly...

The crash can be reproduced sometimes.

-- Backtrace:
Application: Preferencias del sistema (systemsettings5), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f16ebbfe900 (LWP 12691))]

Thread 4 (Thread 0x7f16c2c2a700 (LWP 12706)):
#0  0x7f16e4fd4a79 in g_mutex_lock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f16e4f9034e in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f16e4f9049c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f16e8bd637b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f16e8b7effa in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f16e89a79e4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f16e73016b5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f16e89ac808 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f16e54b16ba in start_thread (arg=0x7f16c2c2a700) at
pthread_create.c:333
#9  0x7f16e82ba41d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f16d08aa700 (LWP 12699)):
#0  __lll_unlock_wake () at
../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:371
#1  0x7f16e54b54ff in __pthread_mutex_unlock_usercnt (decr=1,
mutex=0x7f16e48a39d0) at pthread_mutex_unlock.c:55
#2  __GI___pthread_mutex_unlock (mutex=0x7f16e48a39d0) at
pthread_mutex_unlock.c:314
#3  0x7f16e461db65 in ?? () from /usr/lib/nvidia-384/libGL.so.1
#4  0x7f16e462323b in ?? () from /usr/lib/nvidia-384/libGL.so.1
#5  0x7f16e089d0f1 in ?? () from
/usr/lib/nvidia-384/tls/libnvidia-tls.so.384.111
#6  0x7f16e4fd36f0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#7  0x7f16e4f8fe74 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#8  0x7f16e4f90330 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x7f16e4f9049c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x7f16e8bd637b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#11 0x7f16e8b7effa in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x7f16e89a79e4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x7f16ebd53515 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#14 0x7f16e89ac808 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x7f16e54b16ba in start_thread (arg=0x7f16d08aa700) at
pthread_create.c:333
#16 0x7f16e82ba41d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f16d91ae700 (LWP 12693)):
#0  0x7f16e82ae74d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f16e5d27c62 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f16e5d298d7 in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f16dbd36d29 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7f16e89ac808 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f16e54b16ba in start_thread (arg=0x7f16d91ae700) at
pthread_create.c:333
#6  0x7f16e82ba41d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f16ebbfe900 (LWP 12691)):
[KCrash Handler]
#6  0x7f16e81e8428 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:54
#7  0x7f16e81ea02a in __GI_abort () at abort.c:89
#8  0x7f16e8993f41 in QMessageLogger::fatal(char const*, ...) const () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7f16ebd31457 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so.5
#10 0x7f16ebd317aa in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so.5
#11 0x7f16ebd32695 in QQuickWidget::resizeEvent(QResizeEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5QuickWidgets.so.5
#12 0x7f16ea0f72ee in QWidget::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#13 0x7f16ea0b1afc in 

[ark] [Bug 393959] Ark should check if there is sufficient free space available in destination before start extraction

2018-05-07 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=393959

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Elvis Angelaccio  ---
Yep, this is in the todo list. See https://phabricator.kde.org/T1876

(Patches welcome!)

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

[kwin] [Bug 393911] kwinrulesrc rewritten unnecessarily

2018-05-07 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=393911

Martin Flöser  changed:

   What|Removed |Added

  Flags||ReviewRequest+
URL||https://phabricator.kde.org
   ||/D12749

--- Comment #4 from Martin Flöser  ---
Patch at: https://phabricator.kde.org/D12749

If you could test and verify that the issue is fixed, this would be
appreciated.

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

[kgpg] [Bug 388026] non-functioning

2018-05-07 Thread Rolf Eike Beer
https://bugs.kde.org/show_bug.cgi?id=388026

--- Comment #1 from Rolf Eike Beer  ---
Can you please shut down all KGpg instances (File -> Quit, not only close the
window), and then run KGpg from a terminal. Does this show any information?

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

[okular] [Bug 393972] New: Okular Does not print PDF 1:1 scale

2018-05-07 Thread Ted Becker
https://bugs.kde.org/show_bug.cgi?id=393972

Bug ID: 393972
   Summary: Okular Does not print PDF 1:1 scale
   Product: okular
   Version: 1.3.3
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: okular-de...@kde.org
  Reporter: rail.b...@att.net
  Target Milestone: ---

Created attachment 112488
  --> https://bugs.kde.org/attachment.cgi?id=112488=edit
PDF Template that should print to proper scale.

PDF printed image is approximately 92% of full size.  PDF is displayed properly
to scale on screen.  Margins are are adequate for printer.  Paper size and
orientation are set properly. Setting margins to 0.0 in printer properties has
no effect.

Printer is Brother HL-L2300D
Driver is current.
OS  Kubuntu 18.04
KDE Plasman 5.12.4
Okular 1.3.3
Paper set to Letter, Lanscape

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

[kgpg] [Bug 393934] deleting pgp key

2018-05-07 Thread Rolf Eike Beer
https://bugs.kde.org/show_bug.cgi?id=393934

--- Comment #1 from Rolf Eike Beer  ---
Can you please install debug information and try again? Preferably running KGpg
from a terminal window, so possible debug output can be seen.

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

[ktorrent] [Bug 363852] Ktorrent no longer starts hidden in tray

2018-05-07 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=363852

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[ktorrent] [Bug 361997] can't resume torrent from system tray icon

2018-05-07 Thread Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=361997

Alexander Potashev  changed:

   What|Removed |Added

 CC||aspotas...@gmail.com

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

[Discover] [Bug 393776] left bar disappears when I click in "Updates".

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393776

--- Comment #2 from paninomaninod...@gmail.com ---
Created attachment 112487
  --> https://bugs.kde.org/attachment.cgi?id=112487=edit
image of the bug

Another example.
Notification panel said that it had a security update. I opened Discover and
clicked to update. But, it seems that it's doing nothing, the updated don't
progress, then I clicked at "updates" in that left panel and the whole panel
again disappeared.

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

[kgpg] [Bug 391499] KGPG crashes on setting trust level for self keypair

2018-05-07 Thread Rolf Eike Beer
https://bugs.kde.org/show_bug.cgi?id=391499

Rolf Eike Beer  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kgp
   ||g/68fc9165947c054423ac600b1
   ||1462294d56fa06e
 Status|UNCONFIRMED |RESOLVED

--- Comment #8 from Rolf Eike Beer  ---
Git commit 68fc9165947c054423ac600b11462294d56fa06e by Rolf Eike Beer, on
behalf of Harindu Dilshan.
Committed on 07/05/2018 at 19:45.
Pushed by dakon into branch 'Applications/18.04'.

Resolve KGpg crashing when setting trust level to ultimate

KGpg with GnuPG 2.2 crashes when setting trust level of a imported key to
ultimate.
Related: bug 373909
Differential Revision: https://phabricator.kde.org/D12624

M  +0-9transactions/kgpgchangedisable.cpp
M  +0-1transactions/kgpgchangedisable.h
M  +1-3transactions/kgpgdelkey.cpp
M  +0-4transactions/kgpgsignkey.cpp
M  +3-2transactions/kgpgtransactionprivate.cpp

https://commits.kde.org/kgpg/68fc9165947c054423ac600b11462294d56fa06e

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

[kgpg] [Bug 373909] Cannot change imported private keys' owner trust to ultimate (own key)

2018-05-07 Thread Rolf Eike Beer
https://bugs.kde.org/show_bug.cgi?id=373909

Rolf Eike Beer  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kgp
   ||g/68fc9165947c054423ac600b1
   ||1462294d56fa06e
 Resolution|--- |FIXED

--- Comment #4 from Rolf Eike Beer  ---
Git commit 68fc9165947c054423ac600b11462294d56fa06e by Rolf Eike Beer, on
behalf of Harindu Dilshan.
Committed on 07/05/2018 at 19:45.
Pushed by dakon into branch 'Applications/18.04'.

Resolve KGpg crashing when setting trust level to ultimate

KGpg with GnuPG 2.2 crashes when setting trust level of a imported key to
ultimate.
Related: bug 391499
Differential Revision: https://phabricator.kde.org/D12624

M  +0-9transactions/kgpgchangedisable.cpp
M  +0-1transactions/kgpgchangedisable.h
M  +1-3transactions/kgpgdelkey.cpp
M  +0-4transactions/kgpgsignkey.cpp
M  +3-2transactions/kgpgtransactionprivate.cpp

https://commits.kde.org/kgpg/68fc9165947c054423ac600b11462294d56fa06e

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

[digikam] [Bug 393970] No mts video thumbnails

2018-05-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393970

Maik Qualmann  changed:

   What|Removed |Added

 CC||metzping...@gmail.com

--- Comment #1 from Maik Qualmann  ---
The log is not complete, next would be the call of the video thumbnailer. In
digiKam-6.0.0 we use a new FFMpeg thumbnailer. Please test the pre-release
AppImage from here:

https://files.kde.org/digikam/

Maik

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

[krita] [Bug 393971] New: sip.dump() kills Krita

2018-05-07 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=393971

Bug ID: 393971
   Summary: sip.dump() kills Krita
   Product: krita
   Version: 4.0.1
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Scripting
  Assignee: krita-bugs-n...@kde.org
  Reporter: miabr...@gmail.com
  Target Milestone: ---

Murder Krita instantly with this one weird trick! It seems to crash Krita no
matter what object you feed to dump().

import sip 
sip.dump(Krita.instance())

I'm sure it will always be easy to kill Krita through Python when you poke 
around in its guts too much, but although I'm not familiar with sip I don't
think it's supposed to be dangerous so it seems like a bug, or at least
something that would be good to disable.

Using the Windows App Store version 4.0.1.

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

[digikam] [Bug 393970] New: No mts video thumbnails

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393970

Bug ID: 393970
   Summary: No mts video thumbnails
   Product: digikam
   Version: 5.9.0
  Platform: Appimage
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Thumbs-Video
  Assignee: digikam-bugs-n...@kde.org
  Reporter: piotergmo...@hotmail.com
  Target Milestone: ---

Once (I don't remember which version od DK it was) the thumbnails for mts video
files were generated ok. But 'recently' (5.5.0 from kubuntu packages) it
stopped working. I have tried appimage version 5.9 and the same there. 

The output:
..
digikam.metaengine: Cannot load metadata from file   (Error # 11 : 
/mnt/domek/foto/2018/2018-05/2018-05-02_19.20.58.mts: The file contains data of
an unknown image type
digikam.general: Trying to load Embedded preview with libraw
digikam.rawengine: Failed to load embedded RAW preview
digikam.general: Trying to load half preview with libraw
digikam.general: Trying to load Embedded preview with Exiv2
digikam.metaengine: Cannot load metadata using Exiv2   (Error # 11 : 
/mnt/domek/foto/2018/2018-05/2018-05-02_19.20.58.mts: The file contains data of
an unknown image type
digikam.dimg: "/mnt/domek/foto/2018/2018-05/2018-05-02_19.20.58.mts"  : QIMAGE
file identified
digikam.dimg.qimage: Can not load "
"/mnt/domek/foto/2018/2018-05/2018-05-02_19.20.58.mts" " using
DImg::QImageLoader!
digikam.general: mimetype =  ""  ext =  "MTS"
digikam.general: Cannot create thumbnail for 
"/mnt/domek/foto/2018/2018-05/2018-05-02_19.20.58.mts"
digikam.general: Thumbnail is null for 
"/mnt/domek/foto/2018/2018-05/2018-05-02_19.20.58.mts"

I'm on kubuntu 16.04 where gwenview shows the thumbnails.

Regards
Piotr

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

[kdelibs] [Bug 360735] kdelibs-4.14.18 - does not compile using gcc-6

2018-05-07 Thread David Kredba
https://bugs.kde.org/show_bug.cgi?id=360735

--- Comment #3 from David Kredba  ---
I do not need kdelibs any more.

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

[kdelibs] [Bug 360735] kdelibs-4.14.18 - does not compile using gcc-6

2018-05-07 Thread David Kredba
https://bugs.kde.org/show_bug.cgi?id=360735

David Kredba  changed:

   What|Removed |Added

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

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

[kdevelop] [Bug 393779] Code parsing is totally broken

2018-05-07 Thread Eugene Shalygin
https://bugs.kde.org/show_bug.cgi?id=393779

--- Comment #30 from Eugene Shalygin  
---
If it is possible to get libclang version at runtime, I would add a
configuration parameter to pass a regular expression that transforms the clang
version string into the includes directory path. I hope distributions maintain
the same scheme for various clang versions.

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

[kopete] [Bug 226414] Kopete crash - doing nothing ( running in the background ) [free, QRingBuffer, QAbstractSocketPrivate::canWriteNotification]

2018-05-07 Thread Filipe Azevedo
https://bugs.kde.org/show_bug.cgi?id=226414

--- Comment #8 from Filipe Azevedo  ---
Let close this one as well

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

[plasmashell] [Bug 393793] Can't correctly pin application desktop file

2018-05-07 Thread Filipe Azevedo
https://bugs.kde.org/show_bug.cgi?id=393793

--- Comment #3 from Filipe Azevedo  ---
Created attachment 112486
  --> https://bugs.kde.org/attachment.cgi?id=112486=edit
quasselclient desktop file

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

[plasmashell] [Bug 393793] Can't correctly pin application desktop file

2018-05-07 Thread Filipe Azevedo
https://bugs.kde.org/show_bug.cgi?id=393793

--- Comment #2 from Filipe Azevedo  ---
Created attachment 112485
  --> https://bugs.kde.org/attachment.cgi?id=112485=edit
xprop quasselclient

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

[amarok] [Bug 393969] New: File browser doesn't refesh on nfs volumes

2018-05-07 Thread Martin Schröder
https://bugs.kde.org/show_bug.cgi?id=393969

Bug ID: 393969
   Summary: File browser doesn't refesh on nfs volumes
   Product: amarok
   Version: 2.9.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: File Browser
  Assignee: amarok-bugs-d...@kde.org
  Reporter: mar...@oneiros.de
CC: ma...@laitl.cz
  Target Milestone: kf5

This is probably a duplicate of Bug 275925 as I see the same symptoms: The file
browser doesn't catch updates of the file list if the volume is an NFS mount
(client and server are OpenSUSE 42.3). 

Clicking the refresh icon does nothing. 

Restarting Amarok is the only solution.

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

[kwin] [Bug 393924] Immediate logoff if settings are applied

2018-05-07 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=393924

Martin Flöser  changed:

   What|Removed |Added

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

--- Comment #3 from Martin Flöser  ---
If KWin crashes we need the backtrace. Without it's guessing

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

[kopete] [Bug 213329] msn crash while doing nothing MSN::SwitchboardServerConnection::handle_BYE

2018-05-07 Thread Filipe Azevedo
https://bugs.kde.org/show_bug.cgi?id=213329

--- Comment #7 from Filipe Azevedo  ---
Let close this issue by now.

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

[kopete] [Bug 212319] unknow crash msn multiuser chat ( QString alloc error )

2018-05-07 Thread Filipe Azevedo
https://bugs.kde.org/show_bug.cgi?id=212319

--- Comment #2 from Filipe Azevedo  ---
I guess we can now close this issue.

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

[plasmashell] [Bug 294572] panel icon of folderview for path "applications:/Games" is white icon instead of the one visible in dolphin

2018-05-07 Thread Filipe Azevedo
https://bugs.kde.org/show_bug.cgi?id=294572

Filipe Azevedo  changed:

   What|Removed |Added

   Target Milestone|--- |1.0
Version|4.8.0   |master
Product|plasma4 |plasmashell
 CC||plasma-b...@kde.org
  Component|widget-folderview   |Folder
   Platform|Ubuntu Packages |unspecified
   Assignee|i.semenov@gmail.com |h...@kde.org

--- Comment #3 from Filipe Azevedo  ---
Still present.

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

[dolphin] [Bug 393960] Dolphin should not write a .directory file in a db directory that is used by IndexedDB

2018-05-07 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=393960

Nate Graham  changed:

   What|Removed |Added

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

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

[konsole] [Bug 393968] New: Konsole doesn't always respect the --profile command-line option when run from a custom shortcut key.

2018-05-07 Thread rob
https://bugs.kde.org/show_bug.cgi?id=393968

Bug ID: 393968
   Summary: Konsole doesn't always respect the --profile
command-line option when run from a custom shortcut
key.
   Product: konsole
   Version: unspecified
  Platform: Mint (Debian based)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: ryampol...@yahoo.com
  Target Milestone: ---

Created attachment 112484
  --> https://bugs.kde.org/attachment.cgi?id=112484=edit
'launcher' script to launch or activate a konsole session based on a
profile-set window title

version 16.04.03 (Mint 17.3 KDE)

I have konsole set up with several profiles, basically to generate different
colored windows for various terminals I use to ssh into a development AIX
system.  The profiles also specify a window title that I can search on to
activate the window via a hotkey.

Anyway, I've set up a bunch of 'launcher' scripts that let me configure hotkeys
to launch and re-activate these terminal sessions.  These scripts use xdotool
to search for the window title, and either launch konsole or windowactivate the
session if it's already running.

And it all works, except for some reason when I run the launcher to activate
the terminal with profile 'rs2' from a custom kwin shortcut, it launches
konsole, but the profile doesn't take.  Other launchers that differ only by the
profile name work fine.  And the rs2 launcher works fine if I run it from
another konsole window.  Just not when I run it from my hotkey.  So the first
time I launch my 'rs2' session, I need to manually select the profile after it
starts.  Again, this doesn't happen for other sessions with their own profiles.

I'm attaching the launcher script.  Again, a second launcher script that
differs from this one only with respect to the window title and profile used
works from a custom shortcut key.  Here are the diffs between the two:

rob@ry-desktop ~/bin/launchers $ diff launchjds.sh launchrs2.sh
3c3
< pid=`xdotool search --name jds`
---
> pid=`xdotool search --name rob`
6c6
<   konsole --profile jds -e ssh jds@rs2&
---
>   konsole --profile rs2 -e ssh rob@rs2&

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

[yakuake] [Bug 364873] Add support for command line --new-tab

2018-05-07 Thread Filipe Azevedo
https://bugs.kde.org/show_bug.cgi?id=364873

Filipe Azevedo  changed:

   What|Removed |Added

   Platform|Kubuntu Packages|unspecified

--- Comment #1 from Filipe Azevedo  ---
Any chance to see that happen ?

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

[kmix] [Bug 326705] Can't reliably see current active device for a recording stream when activating the context menu of a recording stream

2018-05-07 Thread Filipe Azevedo
https://bugs.kde.org/show_bug.cgi?id=326705

--- Comment #4 from Filipe Azevedo  ---
I guess we can now close this issue as kmix seems no longer the prefered kde
sound mixer (not installed anymore on my distro).
Looks like plasma sound plasmoid is fine enough.

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

[krita] [Bug 393967] New: UI doesn't show German language strings

2018-05-07 Thread Sven Claussner
https://bugs.kde.org/show_bug.cgi?id=393967

Bug ID: 393967
   Summary: UI doesn't show German language strings
   Product: krita
   Version: 4.0.1
  Platform: unspecified
OS: unspecified
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: krita-bugs-n...@kde.org
  Reporter: scl.gp...@gmail.com
  Target Milestone: ---

I'm using Krita 4.0.1 on OS X and the portable version on Windows 7.

In both cases the UI language is set to German, but almost the whole UI is in
English. Only the template names are in German.

How to reproduce:
1. Go to Settings/Switch Application Language. -> The primary language is
German.
2. Create a new file (File/New)

Expected results:
1. The UI reads in German.
2. The template names are in German.

Actual results:
1. The UI reads in English.
2. The template names are in German.

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

[kmail2] [Bug 389659] Please wait while the message is transferred

2018-05-07 Thread Raúl
https://bugs.kde.org/show_bug.cgi?id=389659

Raúl  changed:

   What|Removed |Added

 CC||rasas...@gmail.com

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

[kontact] [Bug 393947] kontact does not find calendar when accepting outlook invitation

2018-05-07 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=393947

Axel Braun  changed:

   What|Removed |Added

Summary|kmail does not find |kontact does not find
   |calendar when accepting |calendar when accepting
   |outlook invitation  |outlook invitation

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

[dolphin] [Bug 392319] Visual feedback when moving files per drag and drop and shift-key

2018-05-07 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=392319

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #4 from Dr. Chapatin  ---
Created attachment 112483
  --> https://bugs.kde.org/attachment.cgi?id=112483=edit
right arrow when dragging with ctrl+shift

On my system I get a hand shaped cursor if I press and hold shift before drag
the file. Dragging with ctrl I get a plus icon, with ctrl+shift I get a right
arrow as my screnshot shows.

Arch Linux
plasma 5.12.5
frameworks 5.45
dolphin 18.04

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

[kdevelop] [Bug 393779] Code parsing is totally broken

2018-05-07 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=393779

--- Comment #29 from Milian Wolff  ---
right, we may need to implement heuristics similar to what the other tools out
there that use libclang do. cf.:
https://github.com/Rip-Rip/clang_complete/issues/238

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

[kwin] [Bug 393924] Immediate logoff if settings are applied

2018-05-07 Thread Sebastian Kügler
https://bugs.kde.org/show_bug.cgi?id=393924

Sebastian Kügler  changed:

   What|Removed |Added

 CC||se...@kde.org

--- Comment #2 from Sebastian Kügler  ---
Sounds like kwin is crashing when changing the config. Reassignung.

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

[kwin] [Bug 393924] Immediate logoff if settings are applied

2018-05-07 Thread Sebastian Kügler
https://bugs.kde.org/show_bug.cgi?id=393924

Sebastian Kügler  changed:

   What|Removed |Added

Product|KScreen |kwin
   Assignee|se...@kde.org   |kwin-bugs-n...@kde.org
  Component|common  |wayland-generic

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

[bugs.kde.org] [Bug 393966] Kubuntu 18.04 Installation fails with LVM and two Harddisks with GRUB installation error

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393966

--- Comment #1 from r...@ffpx.de ---
see also:
https://www.kubuntuforums.net/showthread.php/73495-Grub-Installation-ISSUE?goto=newpost

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

[bugs.kde.org] [Bug 393966] New: Kubuntu 18.04 Installation fails with LVM and two Harddisks with GRUB installation error

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393966

Bug ID: 393966
   Summary: Kubuntu 18.04 Installation fails with LVM and two
Harddisks with GRUB installation error
   Product: bugs.kde.org
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: code customizations
  Assignee: sysad...@kde.org
  Reporter: r...@ffpx.de
CC: she...@kde.org
  Target Milestone: ---

BIG BUG in the Kubuntu Installation-Program

Did I post these BUGs on the right forum or not!?? - This are real bugs in
the KUBUNTU-Implementation of the installation program! - Since I want to have
an actual operating system with full bug actualisations i tried the same
procedure with the same version of UBUNTU 18.04 - and miracle - THERE the
installation succeeded!!! - Neverteless ALL the LVM inconvenients and bugs are
very similar -but at least the writing of the boot-record and the
GRUB-Installation WORKED!!!
Its really a pitty that the KUBUNTU-Team cant provide a LVM running
installation! - with two LVM-used disks...!?? - And I would like it so much to
get Kubuntu, because I hate the gnome environment and behaviour!! -

Could anybody forward these posts to any developer who could resolve the
problems!?? - will the resolving be part of any Release-note remark???:rip:

thanks a lot anybody

The Bug is in any case reproducible on my hardware since i tried it several
times in different installation-modes! - PLEASE FIX THIS!!! - Since ubuntu
18.04 works!



Grub-Installation ISSUE

The installation-routine of 18.04 LTS 64 bit seems quite buggy! - at least
with a new 500 GB Samsung SSD-drive
The drive was well recognied by the bios and also by linux and it was
possible to manage it by gparted.
I have a "old" raid-system in the PC which is also configured by LVM2

I tried to install in several kinds.
1.) manually - there was the problem, that in the lvm-configuration it is
actually NOT POSSIBLE to give an specific lv-name to each lv - any changement
seems also not possible - so the LVs are numerated notoriously from 1 to n -
what is often not helpfully
- when I also put the configuration on and start the installation - then
the programm rubs without any question the Swap-partition of the OLD RAID-lvm
!!! This is not very usefull since the Raid will be much slower than the SSD -
and just I want to speed up the system!
After installation there is the message that the grub-installation failed
since it could not write to /dev/sda however the SSD has /dev/sdb

THIS issue cames also in the automatical installation!
Other issue:
configuring first all LV with mountpoint and changing later it to set the
format-option makes crashing the programm

- when there is any LVM-partition it seems not possible to remove/delete
it!
- in the same way it is not possible to delete any partition in relation to
an LV! or VG
- - to make such changes seems not possible...!
DOES the programmer of this nice prog have any real experience with LVM!???

2.) automatical installation with LVM
in my whole desesperation I tried now the automatical (guided) LVM -
installation - but here the grub-installation fails in the SAME WAY!

However I tried some howto - how to install or repair grub-install - but
even this dont works as promised and fails with mount-issues -

Also grub-setup ist not available!

How shall I change to the new Kubuntu, when it is even not possible to
realize a simple installation!???
??:-\

How can I now install the actual kubuntu 18.04 LTS!???

Some tests with the LVM-Options enabled with the installation programm...
seems strongly recommended!

Po

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

[Akonadi] [Bug 393898] Kmail2 EWS does not load contacts - version 17.12.3

2018-05-07 Thread Christian
https://bugs.kde.org/show_bug.cgi?id=393898

--- Comment #5 from Christian  ---
Thank you!  Please let me know if you need more information from me (and what
commands to run to get it).

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

[ark] [Bug 393594] Drag file from compressed archive to other applications does not work

2018-05-07 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=393594

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #8 from Maik Qualmann  ---
I fixed the reported issue, but this is not the cause. In the Loading Cache we
have a QHash list, in which the Loading Tasks register and unsubscribe to
receive messages. This is programmed in a complex way. The idea is that a task
can communicate what it is loading so that another task does not load the same,
very well done. The problem is that an already dead task still receives a
message. There are only 2 possibilities, either it actually creates a QHash
collision or a timing problem and a finished task has not yet removed from
QHash list.

Maik

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread Maik Qualmann
https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #7 from Maik Qualmann  ---
Git commit f2f48773e6204c4a3643a6f9a5f98c09120c0528 by Maik Qualmann.
Committed on 07/05/2018 at 17:18.
Pushed by mqualmann into branch 'master'.

Clang static analyzer fix about null C++ object pointer called

M  +7-2core/libs/threadimageio/thumbnailcreator.cpp

https://commits.kde.org/digikam/f2f48773e6204c4a3643a6f9a5f98c09120c0528

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

[frameworks-kio] [Bug 334535] display and internal use of a wrong file name (the new name) after trying to rename a file with a too long name (results in an error)

2018-05-07 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=334535

Dr. Chapatin  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[umbrello] [Bug 393535] No auto layout support for entity relation diagrams

2018-05-07 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=393535

Ralf Habacker  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/umb
   ||rello/7732b112e898db6668839
   ||b2ec8e56f64eb04faaa
   Version Fixed In||2.25.80 (KDE Applications
   ||18.07.80)

--- Comment #1 from Ralf Habacker  ---
Git commit 7732b112e898db6668839b2ec8e56f64eb04faaa by Ralf Habacker.
Committed on 07/05/2018 at 17:12.
Pushed by habacker into branch 'master'.

Add auto layout config for entity relation diagrams

Note: Not applied to stable branch because the added
files affects translations
FIXED-IN: 2.25.80 (KDE Applications 18.07.80)

A  +103  -0umbrello/layouts/entityrelationship-export.desktop
A  +103  -0umbrello/layouts/entityrelationship-horizontal.desktop
A  +102  -0umbrello/layouts/entityrelationship-vertical.desktop

https://commits.kde.org/umbrello/7732b112e898db6668839b2ec8e56f64eb04faaa

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

[systemsettings] [Bug 393963] Audio Volume Settings should include by default pulseaudio-module-gconf to automatically switch output device

2018-05-07 Thread Teddy
https://bugs.kde.org/show_bug.cgi?id=393963

--- Comment #7 from Teddy  ---
Running pulseaudio-module-gconf-11.1-18.fc28.x86_64

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

[systemsettings] [Bug 393963] Audio Volume Settings should include by default pulseaudio-module-gconf to automatically switch output device

2018-05-07 Thread Teddy
https://bugs.kde.org/show_bug.cgi?id=393963

--- Comment #6 from Teddy  ---
Reported:
https://bugs.freedesktop.org/show_bug.cgi?id=106429

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

[digikam] [Bug 393935] Segmentation fault during face detection

2018-05-07 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=393935

--- Comment #6 from caulier.gil...@gmail.com ---
Simon, 

Linux AppImage 64 bits will be online in few minutes (403Mb):

https://files.kde.org/digikam/

Gilles

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

[kdeconnect] [Bug 393965] New: Mobile application notifications

2018-05-07 Thread Sethox
https://bugs.kde.org/show_bug.cgi?id=393965

Bug ID: 393965
   Summary: Mobile application notifications
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: colpe...@gmail.com
  Target Milestone: ---

There are applications like Battle.net Authentication that has an "Accept" or
Reject" options, if it possible to be able to accept or reject a notification.

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

  1   2   3   >