[krita] [Bug 375067] Its not letting me draw properly.

2017-01-17 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=375067

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #3 from Boudewijn Rempt  ---
I suspect you have a laptop with an Intel display chip? To verify, please
disable opengl in settings/configure krita/display and tell us the exact brand
and type of your computer, so we can try to figure out which systems are
affected by this bug in the intel display driver.

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

[valgrind] [Bug 375171] New: Crash when running "hello world"

2017-01-17 Thread Patrik Nyberg
https://bugs.kde.org/show_bug.cgi?id=375171

Bug ID: 375171
   Summary: Crash when running "hello world"
   Product: valgrind
   Version: 3.12.0
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: jsew...@acm.org
  Reporter: pnyb...@infinera.com
  Target Milestone: ---

Valgrind receive "m_scheduler/scheduler.c:1592 (vgPlain_scheduler): the
'impossible' happened." error when running "hello world" program in 32-bit.
Also tested on Callgrind producing the same error.

Reproducible: Always

Steps to reproduce:
1. Compile hello world -> gcc -m32 hello.c
2. Run valgrind -> valgrind ./a.out

Output:
==18138== Memcheck, a memory error detector
==18138== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==18138== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==18138== Command: ./a.out
==18138== 
--18138-- Valgrind options:
--18138---v
--18138-- Contents of /proc/version:
--18138--   Linux version 4.8.15 (r...@gentoo64.transmode.se) (gcc version
4.9.4 (Gentoo 4.9.4 p1.0, pie-0.6.4) ) #2 SMP PREEMPT Sat Dec 17 10:14:28 CET
2016
--18138-- Arch and hwcaps: X86, LittleEndian, x86-mmxext-sse1-sse2-lzcnt
--18138-- Page sizes: currently 4096, max supported 4096
--18138-- Valgrind library directory: /usr/lib64/valgrind
--18138-- Reading syms from /lib32/ld-2.23.so
--18138--   Considering /usr/lib/debug/lib32/ld-2.23.so.debug ..
--18138--   .. CRC is valid
--18138-- Reading syms from /home/pnyberg/tmp/a.out
--18138-- Reading syms from /usr/lib64/valgrind/memcheck-x86-linux
--18138--object doesn't have a symbol table
--18138--object doesn't have a dynamic symbol table
--18138-- Scheduler: using generic scheduler lock implementation.
--18138-- Reading suppressions file: /usr/lib64/valgrind/default.supp
==18138== embedded gdbserver: reading from
/tmp/vgdb-pipe-from-vgdb-to-18138-by-pnyberg-on-???
==18138== embedded gdbserver: writing to  
/tmp/vgdb-pipe-to-vgdb-from-18138-by-pnyberg-on-???
==18138== embedded gdbserver: shared mem  
/tmp/vgdb-pipe-shared-mem-vgdb-18138-by-pnyberg-on-???
==18138== 
==18138== TO CONTROL THIS PROCESS USING vgdb (which you probably
==18138== don't want to do, unless you know exactly what you're doing,
==18138== or are doing some strange experiment):
==18138==   /usr/lib64/valgrind/../../bin/vgdb --pid=18138 ...command...
==18138== 
==18138== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==18138==   /path/to/gdb ./a.out
==18138== and then give GDB the following command
==18138==   target remote | /usr/lib64/valgrind/../../bin/vgdb --pid=18138
==18138== --pid is optional if only one valgrind process is running
==18138== 
--18138-- REDIR: 0x4018610 (ld-linux.so.2:strlen) redirected to 0x38075552
(???)

valgrind: m_scheduler/scheduler.c:1592 (vgPlain_scheduler): the 'impossible'
happened.
valgrind: VG_(scheduler), phase 3: run_innerloop detected host state invariant
failure

host stacktrace:
==18138==at 0x3805A4A4: ??? (in /usr/lib64/valgrind/memcheck-x86-linux)
==18138==by 0x3805A5F6: ??? (in /usr/lib64/valgrind/memcheck-x86-linux)
==18138==by 0x3805A759: ??? (in /usr/lib64/valgrind/memcheck-x86-linux)
==18138==by 0x380B4BC3: ??? (in /usr/lib64/valgrind/memcheck-x86-linux)
==18138==by 0x380C6F47: ??? (in /usr/lib64/valgrind/memcheck-x86-linux)

sched status:
  running_tid=1

Thread 1: status = VgTs_Runnable
==18138==at 0x4007DD8: _dl_map_object (dl-load.c:1941)
==18138==by 0x4000C64: map_doit (rtld.c:483)
==18138==by 0x400EE34: _dl_catch_error (dl-error.c:187)
==18138==by 0x4000870: do_preload (rtld.c:666)
==18138==by 0x4003700: dl_main (rtld.c:1499)
==18138==by 0x4015D31: _dl_sysdep_start (dl-sysdep.c:249)
==18138==by 0x40047F0: _dl_start_final (rtld.c:307)
==18138==by 0x40047F0: _dl_start (rtld.c:413)
==18138==by 0x4000A76: ??? (in /lib32/ld-2.23.so)


Note: see also the FAQ in the source distribution.
It contains workarounds to several common problems.
In particular, if Valgrind aborted or crashed after
identifying problems in your program, there's a good chance
that fixing those problems will prevent Valgrind aborting or
crashing, especially if it happened in m_mallocfree.c.

If that doesn't help, please report this bug to: www.valgrind.org

In the bug report, send all the above text, the valgrind
version, and what OS and version you are using.  Thanks.


System:

uname -a

Linux hostname 4.8.15 #2 SMP PREEMPT Sat Dec 17 10:14:28 CET 2016 x86_64
Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz GenuineIntel GNU/Linux

gcc -v

Using built-in specs.
COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.9.4/gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.9.4/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.9.4/work/gcc-4.9.4/configure
--host=x86_64-pc-linux-gnu --build=x86

[trojita] [Bug 375143] Running a deletion task takes ~10 seconds per deletion

2017-01-17 Thread Jan Kundrát
https://bugs.kde.org/show_bug.cgi?id=375143

Jan Kundrát  changed:

   What|Removed |Added

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

--- Comment #7 from Jan Kundrát  ---
Thanks for the logs. This is the expected behavior in IMAP where message
deletion is a two-step process.

At first, a message is marked as deleted. This is tied to the user hitting the
Del key. The UI indicates this state of a message with a strike-trough font.

The second step is to permanently remove messages which are marked as deleted
from a given mailbox; this action is called Expunge. According to the logs
you've attached, "something" triggered expunge. As Thomas said, this can be
another client running in the background, or a server-side feature ("auto
expunge") which is configured to remove deleted messages after a short while.

You might be able to configure this in your server's settings. Apart from that,
Trojita works as designed.

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

[kwin] [Bug 375172] New: kwin_x11 crash at system start

2017-01-17 Thread Robert Sela
https://bugs.kde.org/show_bug.cgi?id=375172

Bug ID: 375172
   Summary: kwin_x11 crash at system start
   Product: kwin
   Version: 5.8.5
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: s...@beotel.net
  Target Milestone: ---

Application: kwin_x11 (5.8.5)

Qt Version: 5.6.1
Frameworks Version: 5.28.0
Operating System: Linux 4.4.0-59-generic x86_64
Distribution: Linux Mint 18 Sarah

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

- Unusual behavior I noticed:
Some startap applications behave oddly.
Eg. Yakuake starts before plasma desktop itself and stays open until manualy
closed ( hid).

-- Backtrace:
Application: К‑вин (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f904f2d3940 (LWP 2066))]

Thread 4 (Thread 0x7f901bfff700 (LWP 2105)):
#0  0x7ffc4e7f7caf in clock_gettime ()
#1  0x7f904ede8c86 in __GI___clock_gettime (clock_id=1, tp=0x7f901bffea10)
at ../sysdeps/unix/clock_gettime.c:115
#2  0x7f904cac56c6 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f904cc40f09 in QTimerInfoList::updateCurrentTime() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f904cc4030b in
QEventDispatcherUNIXPrivate::doSelect(QFlags,
timespec*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f904cc40b22 in
QEventDispatcherUNIX::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f904cbebffa in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f904ca149e4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f9047c0b6b5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#9  0x7f904ca19808 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7f9048aa86ba in start_thread (arg=0x7f901bfff700) at
pthread_create.c:333
#11 0x7f904edda82d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f9020b96700 (LWP 2104)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f902cc40213 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
#2  0x7f902cc3f937 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
#3  0x7f9048aa86ba in start_thread (arg=0x7f9020b96700) at
pthread_create.c:333
#4  0x7f904edda82d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f9035a58700 (LWP 2068)):
#0  0x7ffc4e7f7caf in clock_gettime ()
#1  0x7f904ede8c86 in __GI___clock_gettime (clock_id=1, tp=0x7f9035a57a00)
at ../sysdeps/unix/clock_gettime.c:115
#2  0x7f904cac56c6 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f904cc40f09 in QTimerInfoList::updateCurrentTime() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f904cc4030b in
QEventDispatcherUNIXPrivate::doSelect(QFlags,
timespec*) () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f904cc40b22 in
QEventDispatcherUNIX::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f904cbebffa in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f904ca149e4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f904f3f7515 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#9  0x7f904ca19808 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7f9048aa86ba in start_thread (arg=0x7f9035a58700) at
pthread_create.c:333
#11 0x7f904edda82d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f904f2d3940 (LWP 2066)):
[KCrash Handler]
#6  0x7f9047ba5984 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f9047ba3571 in QQmlMetaType::qmlSingletonTypes() () from
/usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7f9047b7b6b1 in QQmlEngine::~QQmlEngine() () from
/usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#9  0x7f9047b7b849 in QQmlEngine::~QQmlEngine() () from
/usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#10 0x7f904ed0dff8 in __run_exit_handlers (status=1, listp=0x7f904f0975f8
<__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
#11 0x7f904ed0e045 in __GI_exit (status=) at exit.c:104
#12 0x7f9038208d18 in QXcbConnection::processXcbEvents() () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#13 0x7f904cc1b719 in QObject::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x7f904d523afc in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x7f904d529036 in QApplication::notify(QObject*, QEvent*) () from

[digikam] [Bug 262168] When adding name, the list should only contain people [patch]

2017-01-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=262168

--- Comment #21 from Mario Frank  ---
(In reply to Mario Frank from comment #19)
> (In reply to Simon from comment #16)
> > Thanks Mario, that's neat. I would even argue only showing face tags
> > should be the default.
> 
> Hey Simon,
> Setting this as default is not yet a good idea. If you want to tag some name
> that is a tag but not yet a face tag would not be accomplishable easily. We
> need a context menu item in tags sidebar that marks an ordinary tag as face
> tag.

Done

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

[digikam] [Bug 262168] When adding name, the list should only contain people [patch]

2017-01-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=262168

--- Comment #20 from Mario Frank  ---
Git commit 434b0ee73c9a6bb80eac2b8280e8d86d963bda7c by Mario Frank.
Committed on 17/01/2017 at 09:17.
Pushed by mfrank into branch 'master'.

This commit introduces the possibility to mark tags in tag sidebar as face
tags, if they are not already face tags.
Meaning, when one tag is selected and is no face tag, the context menu for it
contains an properties action to set this
tag as face tag. If multiple tags are selected, the context menu contains the
action to mark them as face tags if at
least one of the selected tags is no face tag.

The default option for filtering names for confirmation in people sidebar is
set to true. Meaning, by default,
the suggested tags in line edit and tag tree are filtered to only be face tags.
The option can be unset in setup->misc->Show only face tags ... .

M  +20   -0app/utils/contextmenuhelper.cpp
M  +6-0app/utils/contextmenuhelper.h
M  +1-1libs/settings/applicationsettings.cpp
M  +18   -1libs/tags/tagfolderview.cpp
M  +34   -0libs/tags/tagmodificationhelper.cpp
M  +24   -0libs/tags/tagmodificationhelper.h

https://commits.kde.org/digikam/434b0ee73c9a6bb80eac2b8280e8d86d963bda7c

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

[kmail2] [Bug 374903] KMail crashing so often it renders usless.

2017-01-17 Thread Nikolai
https://bugs.kde.org/show_bug.cgi?id=374903

--- Comment #2 from Nikolai  ---
Adding the backtrace.

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

[kmail2] [Bug 374903] KMail crashing so often it renders usless.

2017-01-17 Thread Nikolai
https://bugs.kde.org/show_bug.cgi?id=374903

--- Comment #3 from Nikolai  ---
Created attachment 103454
  --> https://bugs.kde.org/attachment.cgi?id=103454&action=edit
bactrace

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

[kmail2] [Bug 374903] KMail crashing so often it renders usless.

2017-01-17 Thread Nikolai
https://bugs.kde.org/show_bug.cgi?id=374903

Nikolai  changed:

   What|Removed |Added

 Attachment #103454|bactrace|backtrace
description||

--- Comment #4 from Nikolai  ---
Comment on attachment 103454
  --> https://bugs.kde.org/attachment.cgi?id=103454
backtrace

Just to add what i was doing when kmail crashed (this time). Changed message
preview pane to the "next to message list" from "below" and tried to resize
side pane.

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

[Discover] [Bug 375173] New: sparita lista programmi

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375173

Bug ID: 375173
   Summary: sparita lista programmi
   Product: Discover
   Version: 5.6.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: robrosse...@alice.it
  Target Milestone: ---

manca la lista dei programmi installati e da installare

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

[krita] [Bug 375174] New: Contiguos selection tool and Similar color selection tool doesn't work

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375174

Bug ID: 375174
   Summary: Contiguos selection tool and Similar color selection
tool doesn't work
   Product: krita
   Version: 3.1.0
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Tools
  Assignee: krita-bugs-n...@kde.org
  Reporter: atdy...@gmx.de
  Target Milestone: ---

If I want to select an area with the contiguos selection tool it doesn't select
the area. If i want to select similar colors with the similar color selectin
tool it doesn't select them.

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

[krita] [Bug 375174] Contiguos selection tool and Similar color selection tool doesn't work

2017-01-17 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=375174

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Boudewijn Rempt  ---


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

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

[krita] [Bug 374142] Contiguous selection tool not always works

2017-01-17 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=374142

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||atdy...@gmx.de

--- Comment #5 from Boudewijn Rempt  ---
*** Bug 375174 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 375141] folder view: tooltip should show full file name

2017-01-17 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=375141

Eike Hein  changed:

   What|Removed |Added

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

--- Comment #1 from Eike Hein  ---
I can't reproduce this. I renamed a file to "This is a testof a hugely long
file name that is probably going to be truncated according to the reporter.jpg"
and it's not truncated in the tooltip. Can you add a screenshot?

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

[plasmashell] [Bug 375141] folder view: tooltip should show full file name

2017-01-17 Thread Eike Hein
https://bugs.kde.org/show_bug.cgi?id=375141

--- Comment #2 from Eike Hein  ---
Created attachment 103455
  --> https://bugs.kde.org/attachment.cgi?id=103455&action=edit
Example screenshot

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

[digikam] [Bug 269424] Rebuild all thumbnails misses people (faces) thumbnails

2017-01-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=269424

Mario Frank  changed:

   What|Removed |Added

 CC||mario.fr...@uni-potsdam.de

--- Comment #7 from Mario Frank  ---
(In reply to Michal Sylwester from comment #6)
> Seems to be still valid with digikam 4.12.0

Is this still valid with current release (5.4.0)?

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

[ksysguard] [Bug 344498] Display wrong sensor names for disk throughput

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=344498

azr...@googlemail.com changed:

   What|Removed |Added

 CC||azr...@googlemail.com

--- Comment #2 from azr...@googlemail.com ---
Related to https://bugs.kde.org/show_bug.cgi?id=373935 (Sensor relabeling)

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

[ksysguard] [Bug 373935] Bar graph does not allow you to change sensor label

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=373935

azr...@googlemail.com changed:

   What|Removed |Added

 CC||azr...@googlemail.com

--- Comment #2 from azr...@googlemail.com ---
I also cannot change the name at all, which makes a graph with 5 times "temp1"
quite cumbersome.

Related to https://bugs.kde.org/show_bug.cgi?id=344498

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

[krita] [Bug 375155] Add option to texture each dab instead of stroke

2017-01-17 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=375155

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||b...@valdyas.org
 Ever confirmed|0   |1

--- Comment #1 from Boudewijn Rempt  ---
Yes, that would be interesting to have.

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

[digikam] [Bug 316898] Manage face area position as persistent data in database accordingly with image manipulations

2017-01-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=316898

Mario Frank  changed:

   What|Removed |Added

 CC||mario.fr...@uni-potsdam.de

--- Comment #3 from Mario Frank  ---
(In reply to Marcel Wiesweg from comment #2)
> Yes, it is always the tag (the person) and the area on the photo

Marcel is right. The face area is persistent in database. For every face,
there is an entry with image id, face tag id and the tag region/autodetected
face as absolute coordinates (x,y, width and heigth) to the specific image.

Is this still valid? What behaviour is exactly expected?

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

[dolphin] [Bug 307883] "Places" in an file open/save dialog does not use device names from /etc/fstab

2017-01-17 Thread Vadym Krevs
https://bugs.kde.org/show_bug.cgi?id=307883

--- Comment #13 from Vadym Krevs  ---
(In reply to kdeu from comment #12)
> > /etc/fstab contains /dev/sda1
> 
> I can't really understand the proponents of the sdx naming scheme here, sdx
> should never be used. You should use persistent device names instead... such
> as labels. The sdx names can change, which is especially bad in the case of
> the fstab.
> 
> If you want a filesystem/partition to have a unique human readable name in
> Dolphin set the FSLABEL or PARTLABEL, dolphin will show it.
> 
> You can use the KDE partitionmanager to create it, it shows you abundant
> information to identify which device you want to set the label on.
> 
> Dolphin *can* use the device names from fstab.
> 
> > /etc/fstab
> > LABEL=EFI   /boot vfat   rw 0  2
> > LABEL=SYSTEM/ ext4   rw 0  1

IMHO, the vast majority of people do not swap in/out  their harddrives nor do
they constantly repartition the drive, so sdx names for them are actually
effectively persistent. LABEL's are also often not present in fstab by default.
Therefore, displaying a label or an sdx name (in a list of many other labels)
is more useful and conveys more information than "50Gb hard drive".

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

[digikam] [Bug 366556] Add possibility to exclude an album (and possibily its children) from face detection

2017-01-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=366556

Mario Frank  changed:

   What|Removed |Added

 CC||mario.fr...@uni-potsdam.de

--- Comment #1 from Mario Frank  ---
It is already possible to select specific albums to scan. You can first select
all albums and then unselect complete subtrees with context menu.

Is this what you expect?

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

[plasmashell] [Bug 368071] Crash in KDeclarative::Plotter with threaded render loop

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=368071

Marco Martin  changed:

   What|Removed |Added

 CC||k...@kolivas.org

--- Comment #5 from Marco Martin  ---
*** Bug 375165 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 375165] Crash on restoring second screen

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=375165

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||notm...@gmail.com

--- Comment #3 from Marco Martin  ---


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

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

[digikam] [Bug 277620] Face recognition should propose the tagged name as default in the face identification page

2017-01-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=277620

Mario Frank  changed:

   What|Removed |Added

 CC||mario.fr...@uni-potsdam.de

--- Comment #6 from Mario Frank  ---
(In reply to Todd from comment #5)
> What if there are multiple people tags on a single picture?

Todd is right. Proposing face identities based on tags is not a good idea.
Images may have multiple face regions and multiple face tags already assigned
but not linked to the faces. This could mislead the recognition.

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

[plasmashell] [Bug 373569] Plasmashell crashes when changing activities after switching to multi screen setup

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=373569

Marco Martin  changed:

   What|Removed |Added

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

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

[plasmashell] [Bug 373569] Plasmashell crashes when changing activities after switching to multi screen setup

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=373569

Marco Martin  changed:

   What|Removed |Added

 CC||ol...@quickaudio.com

--- Comment #8 from Marco Martin  ---
*** Bug 375140 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 375140] Crash occurs when restoring from RAM/attaching an external monitor

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=375140

Marco Martin  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||notm...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Marco Martin  ---


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

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

[digikam] [Bug 366556] Add possibility to exclude an album (and possibily its children) from face detection

2017-01-17 Thread Stefano
https://bugs.kde.org/show_bug.cgi?id=366556

--- Comment #2 from Stefano  ---
Yes, but it would be convenient to have a persistent per-album choice, so it
wouldn't be needed to unflag them every time.

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

[plasmashell] [Bug 375105] Plasma Shell crashes (restarts) when choosing "Alternatives" from the "start icon" context menu

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=375105

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
this crashes *before* actually choosing an alternative?

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

[krusader] [Bug 346091] View text file makes crash Krusader, Kate and KWrite

2017-01-17 Thread Hendrik Lipka
https://bugs.kde.org/show_bug.cgi?id=346091

--- Comment #5 from Hendrik Lipka  ---
Created attachment 103457
  --> https://bugs.kde.org/attachment.cgi?id=103457&action=edit
New crash information added by DrKonqi

krusader (2.4.0-beta3 "Single Step") on KDE Platform 4.14.22 using Qt 4.8.7

* opening a file with a digit as first character still crashes the viewer (kate
works fine) as of Krusader 2.4.0-beta3 / KDE 4.14.22 (I'm running Kubuntu
16.10)
* I tested with text mode and generic mode, both crash
* I also tested with 'mime magic enabled and disabled, both crash
* 'lister mode' works fine, though

-- Backtrace (Reduced):
#6  0x7f3f251b8af8 in KSycocaEntry::name() const () from
/usr/lib/libkdecore.so.5
#7  0x7f3f0a96a332 in Kate::TextBuffer::load(QString const&, bool&, bool&,
bool) () from /usr/lib/libkatepartinterfaces.so.4
#8  0x7f3f0a9e32ee in KateBuffer::openFile(QString const&, bool) () from
/usr/lib/libkatepartinterfaces.so.4
#9  0x7f3f0a9d895f in KateDocument::openFile() () from
/usr/lib/libkatepartinterfaces.so.4
[...]
#11 0x7f3f25ddaefd in KParts::ReadOnlyPart::openUrl(KUrl const&) () from
/usr/lib/libkparts.so.4

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

[plasmashell] [Bug 375081] Plasmashell crashes with plasmawayland session on startup

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=375081

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 CC||notm...@gmail.com
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Marco Martin  ---
needs backtrace to be useful

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

[krita] [Bug 375082] Left-click on canvas misleading when deselecting the "Outline Selection Tool" (Ubuntu 14.04 - Krita 3.1.1 appimage)

2017-01-17 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=375082

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #2 from Boudewijn Rempt  ---
Can you also make a tablet log? I cannot reproduce this on OpenSUSE Leap 42.2
with kwin... I wonder if it's another Unity 14.04 issue.

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

[plasmashell] [Bug 371275] Sudden plasma crash

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=371275

Marco Martin  changed:

   What|Removed |Added

 CC||k...@kolivas.org

--- Comment #4 from Marco Martin  ---
*** Bug 375074 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 375074] Selecting icon on taskbar caused crash

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=375074

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---


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

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

[kholidays] [Bug 271632] Holiday settings unclear: provide informative tooltips explaining settings?

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=271632

Denis Kurz  changed:

   What|Removed |Added

Product|kdepimlibs  |kholidays
  Component|kholidays   |general

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

[kholidays] [Bug 359708] Updated holiday file for Ukraine

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=359708

Denis Kurz  changed:

   What|Removed |Added

Product|kdepimlibs  |kholidays
  Component|kholidays   |general

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

[kholidays] [Bug 288142] French Kalendar

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=288142

Denis Kurz  changed:

   What|Removed |Added

Product|kdepimlibs  |kholidays
  Component|kholidays   |general

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

[kholidays] [Bug 324683] Holidays for kcalendar for Dominican Republic

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=324683

Denis Kurz  changed:

   What|Removed |Added

  Component|kholidays   |general
Product|kdepimlibs  |kholidays

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

[kholidays] [Bug 346169] Wrong date computed for holidays in the Belarus

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=346169

Denis Kurz  changed:

   What|Removed |Added

  Component|kholidays   |general
Product|kdepimlibs  |kholidays

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

[kholidays] [Bug 272673] Please add Taiwanese holidays to kholidays

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=272673

Denis Kurz  changed:

   What|Removed |Added

Product|kdepimlibs  |kholidays
  Component|kholidays   |general

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

[kholidays] [Bug 343366] Crash when trying to change digital clock settings

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=343366

Denis Kurz  changed:

   What|Removed |Added

Product|kdepimlibs  |kholidays
Version|4.14.2  |unspecified
  Component|kholidays   |general

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

[kholidays] [Bug 331425] Pls add Srilankan Holidays to kde calendar

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=331425

Denis Kurz  changed:

   What|Removed |Added

Product|kdepimlibs  |kholidays
  Component|kholidays   |general

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

[kholidays] [Bug 336147] cannot turn off religious days in calendar

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=336147

Denis Kurz  changed:

   What|Removed |Added

Product|kdepimlibs  |kholidays
  Component|kholidays   |general

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

[plasmashell] [Bug 375049] plasma crash while selection new widget

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=375049

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
did yoou change the plugin name for your modified widget?

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

[krita] [Bug 375175] New: Krita menu weird behaviour (missing create or open file etc)- right after start - only if started at 2nd monitor.

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375175

Bug ID: 375175
   Summary: Krita menu weird behaviour (missing create or open
file etc)- right after start - only if started at 2nd
monitor.
   Product: krita
   Version: 3.1.1
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: dark...@gmail.com
  Target Milestone: ---

Created attachment 103456
  --> https://bugs.kde.org/attachment.cgi?id=103456&action=edit
Showcase of Krita menu weird behaviour - right after start, on 2nd mon.

I have 2nd display (monitor) attached to my laptop, now it is set as a primary.
When Krita is started from this display, menu is weird - different, and there
are not options to open / create any file (as could be seen on attached
screenshot).
You have to click on top border, or click to minimize/maximize window (top
right) to actually start Krita. Then it behaves normally.
If I start Krita from laptop display, everything is as should be.
It could be something related to OS, but that doesn't matter: many graphicians
would run Krita with 2 monitors and this could hurt Krita, not OS (somebody
would change Krita, not OS). I almost deleted Krita because I thought it is
broken (althought I had previous version that works - but I did not try it with
2nd mon)!

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

[kaddressbook] [Bug 307622] Support for the IMPP property missing

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=307622

Denis Kurz  changed:

   What|Removed |Added

  Component|kabc|general
Version|4.9 |5.3.0
Product|kdepimlibs  |kaddressbook
 CC||kde...@posteo.de,
   ||to...@kde.org

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

[kaddressbook] [Bug 317966] Invalid interpretation of 'X-KADDRESSBOOK-…' (case sensitive?)

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=317966

Denis Kurz  changed:

   What|Removed |Added

 CC||kde...@posteo.de,
   ||to...@kde.org
Product|kdepimlibs  |kaddressbook
Version|unspecified |5.3.0
  Component|kabc|general

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

[plasmashell] [Bug 342763] Crash In Task Manager Item Changed

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=342763

Marco Martin  changed:

   What|Removed |Added

 CC||manuavazq...@gmail.com

--- Comment #281 from Marco Martin  ---
*** Bug 374953 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 374953] Plasma crashed when closing all the plot windows in Rstudio

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=374953

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Marco Martin  ---


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

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

[krita] [Bug 375175] Krita menu weird behaviour (missing create or open file etc)- right after start - only if started at 2nd monitor.

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375175

dark...@gmail.com changed:

   What|Removed |Added

 CC||dark...@gmail.com

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

[kwalletmanager] [Bug 356624] KWalletManager - You are not allowed to save settings

2017-01-17 Thread Sven Eden
https://bugs.kde.org/show_bug.cgi?id=356624

Sven Eden  changed:

   What|Removed |Added

 CC||sven.e...@gmx.de

--- Comment #3 from Sven Eden  ---
I can confirm that the kwallet kcm module does no longer allow me to save any
settings. All relevant files are owned by me.

Gentoo Linux
QT 5.7.1
KDE Frameworks 5.29
KDE Plasma 5.8.5
KDE Apps 16.12.1

Changing the settings by editing ~/.config/kwalletrc by hand does work. But the
kcm does not allow any changes.

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

[kaddressbook] [Bug 88680] Field for the preferred language

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=88680

Denis Kurz  changed:

   What|Removed |Added

Product|kdepimlibs  |kaddressbook
 CC||kde...@posteo.de,
   ||to...@kde.org
  Component|kabc|general
Version|unspecified |5.4.1

--- Comment #7 from Denis Kurz  ---
No such preferred-language field to be found as of KAddressbook 5.4.1

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

[plasmashell] [Bug 369142] Crash in QQuickItem::isEnabled on startup

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=369142

Marco Martin  changed:

   What|Removed |Added

 CC||thewest12...@seznam.cz

--- Comment #18 from Marco Martin  ---
*** Bug 374932 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 374932] Crash when installing kubuntu in virtualbox - can't install

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=374932

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Marco Martin  ---


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

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

[kdepimlibs] [Bug 280881] KOrganizer independent widgets to show/edit events, todos

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=280881

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||kde...@posteo.de

--- Comment #1 from Denis Kurz  ---
incidenceeditor has been extracted from korganizer some time ago, so your wish
wash granted.

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

[krita] [Bug 375070] Cumulative undo not working

2017-01-17 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=375070

Boudewijn Rempt  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/61dcdf5c81651b7324da9879 |ta/152862cb4aeac4eb98af3058
   |6e9b60eb695c6de5|daabae0a566a195a

--- Comment #4 from Boudewijn Rempt  ---
Git commit 152862cb4aeac4eb98af3058daabae0a566a195a by Boudewijn Rempt.
Committed on 17/01/2017 at 10:33.
Pushed by rempt into branch 'krita/3.1'.

M  +5-5plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp
M  +2-1plugins/dockers/historydocker/DlgConfigureHistoryDock.h
M  +1-1plugins/dockers/historydocker/HistoryDock.cpp

https://commits.kde.org/krita/152862cb4aeac4eb98af3058daabae0a566a195a

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

[krita] [Bug 375070] Cumulative undo not working

2017-01-17 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=375070

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kri
   ||ta/61dcdf5c81651b7324da9879
   ||6e9b60eb695c6de5
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Boudewijn Rempt  ---
Git commit 61dcdf5c81651b7324da98796e9b60eb695c6de5 by Boudewijn Rempt.
Committed on 17/01/2017 at 10:32.
Pushed by rempt into branch 'master'.

M  +5-5plugins/dockers/historydocker/DlgConfigureHistoryDock.cpp
M  +2-1plugins/dockers/historydocker/DlgConfigureHistoryDock.h
M  +1-1plugins/dockers/historydocker/HistoryDock.cpp

https://commits.kde.org/krita/61dcdf5c81651b7324da98796e9b60eb695c6de5

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

[plasmashell] [Bug 374930] Plasma crashes when hot-plug new displays

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=374930

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
the external displays were connected before or after resuming?

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

[plasmashell] [Bug 374930] Plasma crashes when hot-plug new displays

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=374930

--- Comment #2 from Marco Martin  ---
isthis reproducible?

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

[digikam] [Bug 269424] Rebuild all thumbnails misses people (faces) thumbnails

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=269424

--- Comment #8 from caulier.gil...@gmail.com ---
Mario,

Yes, i think. The Maintenance Thumbnail tool only handle full image size. It do
not take a care about face tags.

Gilles

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

[dolphin] [Bug 375176] New: No document preview (.odt, .doc, .docx, .ods)

2017-01-17 Thread Benjamin
https://bugs.kde.org/show_bug.cgi?id=375176

Bug ID: 375176
   Summary: No document preview (.odt, .doc, .docx, .ods)
   Product: dolphin
   Version: unspecified
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: benjami...@gmx.at
  Target Milestone: ---

I have tried some stuff to get the preview of odt and other Document-Files to
work (as it does for example in konqueror), but didn't manage to get it
working.
Pdf preview is working smoothly but not the odf-formats. This would be a great
feature of dolphin for people doing a lot of work with document stuff.

Version 16.04.3
KDE Frameworks 5.28.0
Qt 5.6.1 (kompiliert gegen 5.6.1)

kde-thumbnailer-openoffice and kdegraphics-thumbnailers installed.

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

[plasmashell] [Bug 374927] Disappearance of the taskbar and graphics components

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=374927

Marco Martin  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---


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

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

[plasmashell] [Bug 373372] Crash of the plasma in the transition from the desktop menu items

2017-01-17 Thread Marco Martin
https://bugs.kde.org/show_bug.cgi?id=373372

Marco Martin  changed:

   What|Removed |Added

 CC||laurentmark...@gmail.com

--- Comment #1 from Marco Martin  ---
*** Bug 374927 has been marked as a duplicate of this bug. ***

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

[digikam] [Bug 316898] Manage face area position as persistent data in database accordingly with image manipulations

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=316898

--- Comment #4 from caulier.gil...@gmail.com ---
Mario,

Imagine a photo with a face already registered as face tag.

Open the image, and crop it. The face area is changed. The expected behavior is
to recompute face area accordingly with manipulations. The can be a perspective
adjustment, a flip, a rotation, a crop, etc.

And this must be true also with BQM tools.

So this can be a complex patch to do.

Gilles

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

[digikam] [Bug 326034] Allow to add "unknown" face tags in Preview mode

2017-01-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=326034

Mario Frank  changed:

   What|Removed |Added

 CC||mario.fr...@uni-potsdam.de

--- Comment #4 from Mario Frank  ---
(In reply to Rick Wagner from comment #0)
> The people search has a convenient feature where if you select the
> "People/Unknown" tag, tagged faces without assigned names can be batched
> tagged. This is very helpful when you have a number of recurring people you
> wish to tag. You can for instance select several thumbnails, hover over the
> tag input, and enter the name. All the tags will be set in one go.
> 
> When you have a number of images of groups of the same people, it would be
> nice to be able to draw a face rectangle from the image preview, but leave
> the tag as unknown. Then you can later go to the people search, select the
> "People/Unknown" and batch assign the tags.
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. Preview an image with a face
> 2. Draw a face rectangle on one of the faces
> 3. The default name is "unknown". Clicking Ok does not accept the "unknown",
> and if you don't set a name, the tag is not recorded.
> Actual Results:  
> "Ok" on the default name of "unknown" is not accepted, and if a name is not
> entered, the rectangle is not recorded.
> 
> Expected Results:  
> The default "unknown" should be accepted, allowing to go to the
> "People/Unknown" search, and batch tag.

Hey Rick,
I tested this with current state of digiKam (5.4.0).
If you draw a rect on some image to identify a face, the region is
automatically
saved in database. The name "unknown" is suggested. But as long you do not
enter
a real identity of a person, the face region is automatically assigned to the
tag
"People/Unknown". You do not have to confirm that. So if you draw a face rect
and klick somewhere else on the image, the assigned "face" tag is the dummy tag
Unknown. And then you can go into the face tag Unknown and batch tag.

Isn't this what you expect? Or do I miss something?

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

[plasma-nm] [Bug 375170] Not able to delete passphrase for private key in openvpn profile

2017-01-17 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=375170

Jan Grulich  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/pla
   ||sma-nm/11fba0b008732f28709d
   ||aba4a9062ce81cc21f0d

--- Comment #1 from Jan Grulich  ---
Git commit 11fba0b008732f28709daba4a9062ce81cc21f0d by Jan Grulich.
Committed on 17/01/2017 at 10:46.
Pushed by grulich into branch 'master'.

OpenVPN: Remove previously configured secrets to avoid passing them back

M  +13   -1vpn/openvpn/openvpnwidget.cpp

https://commits.kde.org/plasma-nm/11fba0b008732f28709daba4a9062ce81cc21f0d

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

[plasma-nm] [Bug 375170] Not able to delete passphrase for private key in openvpn profile

2017-01-17 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=375170

--- Comment #4 from Jan Grulich  ---
This still needs some adjustments on NM side:
https://bugzilla.gnome.org/show_bug.cgi?id=777378

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

[plasma-nm] [Bug 375170] Not able to delete passphrase for private key in openvpn profile

2017-01-17 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=375170

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla
   |sma-nm/11fba0b008732f28709d |sma-nm/30226c538ff9b0c1e353
   |aba4a9062ce81cc21f0d|a9303b873548ca3dfbff

--- Comment #2 from Jan Grulich  ---
Git commit 30226c538ff9b0c1e353a9303b873548ca3dfbff by Jan Grulich.
Committed on 17/01/2017 at 10:47.
Pushed by grulich into branch 'Plasma/5.8'.

OpenVPN: Remove previously configured secrets to avoid passing them back

M  +13   -1vpn/openvpn/openvpnwidget.cpp

https://commits.kde.org/plasma-nm/30226c538ff9b0c1e353a9303b873548ca3dfbff

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

[valgrind] [Bug 375171] Crash when running "hello world"

2017-01-17 Thread Patrik Nyberg
https://bugs.kde.org/show_bug.cgi?id=375171

--- Comment #1 from Patrik Nyberg  ---
Downgrading kernel to version 4.4.39-gentoo and the error is no longer present.

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

[plasma-nm] [Bug 375170] Not able to delete passphrase for private key in openvpn profile

2017-01-17 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=375170

Jan Grulich  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/pla |https://commits.kde.org/pla
   |sma-nm/30226c538ff9b0c1e353 |sma-nm/ff24c65d45502f5ab789
   |a9303b873548ca3dfbff|7b8b76e7576b03d725f6

--- Comment #3 from Jan Grulich  ---
Git commit ff24c65d45502f5ab7897b8b76e7576b03d725f6 by Jan Grulich.
Committed on 17/01/2017 at 10:47.
Pushed by grulich into branch 'Plasma/5.9'.

OpenVPN: Remove previously configured secrets to avoid passing them back

M  +13   -1vpn/openvpn/openvpnwidget.cpp

https://commits.kde.org/plasma-nm/ff24c65d45502f5ab7897b8b76e7576b03d725f6

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

[kmail2] [Bug 357945] Deleting a message on an IMAP account moves the message to local "Trash" instead of IMAP "Trash"

2017-01-17 Thread Hufschmidt
https://bugs.kde.org/show_bug.cgi?id=357945

Hufschmidt  changed:

   What|Removed |Added

 CC||hufsc...@hrz.uni-marburg.de

--- Comment #2 from Hufschmidt  ---
I can confirm this issue, although it is happening in Kmail 5.4.0 on a
relatively new install of Arch/Manjaro Linux.

As with the previous posters I added a new IMAP-Account and changed  the Trash
folder to a folder on the IMAP-Server.

A few observations:
 * Behaviour seems to be inconsistent across kmail account (not imap accounts)
 -> I have to gmail accounts, with the same exact settings (especially trash is
set to an imap folder), one account deletes mails into the correct trash, the
other one into the local trash
 -> A similar issue is happening with our internal work imap server (based on
horde mail - https://www.horde.org/). At first it did not work, aka mails were
moved to local trash despite being configured to use an imap folder. After
having recreated a kmail account (multiple times if I remember correctly) it is
magically working now. I'm pretty sure I used the same settings on all kmail
accounts I created for this imap account.
 * Critical observation: On the accounts that do work, the designated trash
folders have an "Empty Trash" option in their right-click menu. While for the
account(s) that don't work [only one for me right now] the right-click menu of
the designed trash folder does not have this option, instead it has the normal
"Move all messages to trash" option that all other non-trash folders have (!).
(Side-Note: All trash folder, regardless if working or not have the correct
trash-can folder icon, its just the menu-option that missing)

My guess is, moving to trash does not work, because KMail failed to
(completely) register those folders as designated-trash, indicated by the
missing/wrong menu-option but still correct folder icon.

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

[kwin] [Bug 375177] New: Redrawing sometimes fails

2017-01-17 Thread Dan Dart
https://bugs.kde.org/show_bug.cgi?id=375177

Bug ID: 375177
   Summary: Redrawing sometimes fails
   Product: kwin
   Version: 5.8.5
  Platform: Mint (Ubuntu based)
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: k...@dandart.co.uk
  Target Milestone: ---

I'm not sure what component, so have added to kwin/general.
This could even be an X11/freedesktop bug but I don't know enough about it to
know.

Problem: Often interacting with a window does not show the effects of
interaction (e.g. scrolling) until the window is minimised or another window is
put over the top of it, at which point the window is again drawn.

I suspect this is something to do with the window manager not realising or
forgetting that it's active.

This often happens without warning and is not easily reproducable.

I have Skylake integrated graphics (i965, 520) with oibaf graphics drivers on
Mint 18 if this helps narrow it down.

It's happened with Firefox, Konqueror and Amarok before, and I've only noticed
it happening one window at a time. The rest of the desktop is unaffected.

I have to close the app and restart it for it to return to normal behaviour.

Any logs you need to see about this?

Cheers

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

[digikam] [Bug 366556] Add possibility to exclude an album (and possibily its children) from face detection

2017-01-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=366556

--- Comment #3 from Mario Frank  ---
(In reply to Stefano from comment #2)
> Yes, but it would be convenient to have a persistent per-album choice, so it
> wouldn't be needed to unflag them every time.

Okay, I see. You would like to have the opportunity to mark albums explicitely
as don't-cares. And those should be ignored in face detection and recognition.
Do I get this right?

If yes, this could be desirable for tags, too, since face detection and
recognition can also be done on tags.

This would make the task far more complex. Marking tags as don't care is not
this complex since we can use tag properties. But we currently do not have
album properties - at least I did not find them.

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

[systemsettings] [Bug 375178] New: changing styles and going back to system settings

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375178

Bug ID: 375178
   Summary: changing styles and going back to system settings
   Product: systemsettings
   Version: 5.8.5
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: aladinoalad...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.8.5)

Qt Version: 5.7.1
Frameworks Version: 5.30.0
Operating System: Linux 4.8.13-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

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

i changed the style of gtk3 applications, and going back to system settings it
crashed, the crash repeats every time

The crash can be reproduced every time.

-- Backtrace:
Application: Impostazioni di sistema (systemsettings5), signal: Aborted
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa5dd61a1c0 (LWP 6530))]

Thread 12 (Thread 0x7fa5789a4700 (LWP 6828)):
#0  0x7fa5d53fbeeb in __lll_lock_wait_private () at
/usr/lib/libpthread.so.0
#1  0x7fa5d53f26cb in __deallocate_stack () at /usr/lib/libpthread.so.0
#2  0x7fa5d53f36d4 in start_thread () at /usr/lib/libpthread.so.0
#3  0x7fa5d932f7df in clone () at /usr/lib/libc.so.6

Thread 11 (Thread 0x7fa5791a5700 (LWP 6827)):
#0  0x7fa5d933bfdb in __lll_lock_wait_private () at /usr/lib/libc.so.6
#1  0x7fa5d92beba0 in _int_free () at /usr/lib/libc.so.6
#2  0x7fa5dd4ed5a7 in _dl_deallocate_tls () at /lib64/ld-linux-x86-64.so.2
#3  0x7fa5d53f2666 in __free_stacks () at /usr/lib/libpthread.so.0
#4  0x7fa5d53f27ba in __deallocate_stack () at /usr/lib/libpthread.so.0
#5  0x7fa5d53f36d4 in start_thread () at /usr/lib/libpthread.so.0
#6  0x7fa5d932f7df in clone () at /usr/lib/libc.so.6

Thread 10 (Thread 0x7fa57abb5700 (LWP 6824)):
#0  0x7fa5d53fbeeb in __lll_lock_wait_private () at
/usr/lib/libpthread.so.0
#1  0x7fa5d53f26cb in __deallocate_stack () at /usr/lib/libpthread.so.0
#2  0x7fa5d53f36d4 in start_thread () at /usr/lib/libpthread.so.0
#3  0x7fa5d932f7df in clone () at /usr/lib/libc.so.6

Thread 9 (Thread 0x7fa57b3b6700 (LWP 6823)):
#0  0x7fa5d53fbeeb in __lll_lock_wait_private () at
/usr/lib/libpthread.so.0
#1  0x7fa5d53f26cb in __deallocate_stack () at /usr/lib/libpthread.so.0
#2  0x7fa5d53f36d4 in start_thread () at /usr/lib/libpthread.so.0
#3  0x7fa5d932f7df in clone () at /usr/lib/libc.so.6

Thread 8 (Thread 0x7fa57bffe700 (LWP 6822)):
#0  0x7fa5d53fbeeb in __lll_lock_wait_private () at
/usr/lib/libpthread.so.0
#1  0x7fa5d53f26cb in __deallocate_stack () at /usr/lib/libpthread.so.0
#2  0x7fa5d53f36d4 in start_thread () at /usr/lib/libpthread.so.0
#3  0x7fa5d932f7df in clone () at /usr/lib/libc.so.6

Thread 7 (Thread 0x7fa5969b1700 (LWP 6804)):
#0  0x7fa5d932648d in poll () at /usr/lib/libc.so.6
#1  0x7fa5d36e3786 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fa5d36e389c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fa5d9c4948b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fa5d9bf2e9a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fa5d9a15053 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fa5d7d67e75 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7fa5d9a19ce8 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fa5d53f3454 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fa5d932f7df in clone () at /usr/lib/libc.so.6

Thread 6 (Thread 0x7fa5a7fff700 (LWP 6549)):
#0  0x7fa5d932648d in poll () at /usr/lib/libc.so.6
#1  0x7fa5d36e3786 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fa5d36e389c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fa5d9c4948b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fa5d9bf2e9a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fa5d9a15053 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7fa5d7d67e75 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7fa5d9a19ce8 in  () at /usr/lib/libQt5Core.so.5
#8  0x7fa5d53f3454 in start_thread () at /usr/lib/libpthread.so.0
#9  0x7fa5d932f7df in clone () at /usr/lib/libc.so.6

Thread 5 (Thread 0x7fa5ad711700 (LWP 6544)):
#0  0x7fa5d3728db9 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7fa5d36e376b in  () at /usr/lib/libglib-2.0.so.0
#2  0x7fa5d36e389c in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7fa5d9c4948b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7fa5d9bf2e9a in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7fa5d9a15053 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x0

[valgrind] [Bug 375171] Crash when running "hello world"

2017-01-17 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=375171

--- Comment #2 from Julian Seward  ---
(In reply to Patrik Nyberg from comment #1)
> Downgrading kernel to version 4.4.39-gentoo and the error is no longer
> present.

Yeah, I did wonder if this is kernel specific.  The same failure
happened some years ago and it turned out to be, if I remember
correctly, a kernel bug, in which the kernel did not correctly
maintain the FPU state across context switches.  I wonder if 
4.9.x has some related problem.

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

[digikam] [Bug 366556] Add possibility to exclude an album (and possibily its children) from face detection

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=366556

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

   What|Removed |Added

 CC||caulier.gil...@gmail.com

--- Comment #4 from caulier.gil...@gmail.com ---
Mario,

Yes, Album properties do not exist yet, as i know. There are an old album
categories but not in database. There is another report to implement album
properties in DB as well, and to remove legacy album categories.

Gilles

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

[korganizer] [Bug 369616] Korganizer and Kaddressbok crashes, Debug packages for download not found

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=369616

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||kde...@posteo.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Denis Kurz  ---


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

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

[kaddressbook] [Bug 365800] Since I moved to Kubuntu 16.04, kaddressbook crashes.

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=365800

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||kde...@posteo.de

--- Comment #15 from Denis Kurz  ---


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

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

[kaddressbook] [Bug 365944] KAddressbook crashes on startup with configured CardDav

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=365944

--- Comment #16 from Denis Kurz  ---
*** Bug 369616 has been marked as a duplicate of this bug. ***

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

[kaddressbook] [Bug 365944] KAddressbook crashes on startup with configured CardDav

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=365944

--- Comment #17 from Denis Kurz  ---
*** Bug 365800 has been marked as a duplicate of this bug. ***

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

[kaddressbook] [Bug 372782] kadressbook crashes on wily

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=372782

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||kde...@posteo.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Denis Kurz  ---


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

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

[digikam] [Bug 366556] Add possibility to exclude an album (and possibily its children) from face detection

2017-01-17 Thread Stefano
https://bugs.kde.org/show_bug.cgi?id=366556

--- Comment #5 from Stefano  ---
If I understand correctly, the tag exclusion is a different matter though,
because it's a "dont detect this automatically whithin the whole collection".
May be useful too, though I don't see any practical case myself.

The album "blacklisting" would instead just avoid the need to unselect albums
every time you run a face detection/scanning.

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

[kontact] [Bug 374333] Kontact crashes on vcard import

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=374333

Denis Kurz  changed:

   What|Removed |Added

 CC||kde...@posteo.de
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Denis Kurz  ---


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

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

[kaddressbook] [Bug 365944] KAddressbook crashes on startup with configured CardDav

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=365944

--- Comment #20 from Denis Kurz  ---
*** Bug 372782 has been marked as a duplicate of this bug. ***

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

[kaddressbook] [Bug 365944] KAddressbook crashes on startup with configured CardDav

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=365944

Denis Kurz  changed:

   What|Removed |Added

 CC||fhe...@inbox.lv

--- Comment #19 from Denis Kurz  ---
*** Bug 374333 has been marked as a duplicate of this bug. ***

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

[kaddressbook] [Bug 372711] kaddressbook crashes on startup

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=372711

Denis Kurz  changed:

   What|Removed |Added

 CC||kde...@posteo.de
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Denis Kurz  ---


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

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

[kaddressbook] [Bug 365944] KAddressbook crashes on startup with configured CardDav

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=365944

--- Comment #18 from Denis Kurz  ---
*** Bug 372711 has been marked as a duplicate of this bug. ***

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

[umbrello] [Bug 374530] Crash when adding message to sequence diagram

2017-01-17 Thread Clemens John
https://bugs.kde.org/show_bug.cgi?id=374530

--- Comment #12 from Clemens John  ---
I just want to leave some feedback, that the bug is fixed for me in Version
2.21.1. Thank you!

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

[kontact] [Bug 354728] Korganizer crash wenn make a new event

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=354728

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||kde...@posteo.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Denis Kurz  ---


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

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

[kontact] [Bug 353797] Kontact crashes when changing components

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=353797

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||kde...@posteo.de

--- Comment #1 from Denis Kurz  ---


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

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

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

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=353482

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||kde...@posteo.de

--- Comment #15 from Denis Kurz  ---


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

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

[kdepimlibs] [Bug 353326] Korganizer crashed when trying to add a new event.

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=353326

Denis Kurz  changed:

   What|Removed |Added

 CC||frank.spe...@gmx.de

--- Comment #7 from Denis Kurz  ---
*** Bug 355158 has been marked as a duplicate of this bug. ***

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

[kdepimlibs] [Bug 353326] Korganizer crashed when trying to add a new event.

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=353326

Denis Kurz  changed:

   What|Removed |Added

 CC||allanmills2...@gmail.com

--- Comment #6 from Denis Kurz  ---
*** Bug 353797 has been marked as a duplicate of this bug. ***

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

[kdepimlibs] [Bug 353326] Korganizer crashed when trying to add a new event.

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=353326

Denis Kurz  changed:

   What|Removed |Added

 CC||barth@gmail.com

--- Comment #10 from Denis Kurz  ---
*** Bug 359610 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 355158] Kontact crashs when activating tasks

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=355158

Denis Kurz  changed:

   What|Removed |Added

 CC||kde...@posteo.de
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Denis Kurz  ---


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

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

[kdepimlibs] [Bug 353326] Korganizer crashed when trying to add a new event.

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=353326

Denis Kurz  changed:

   What|Removed |Added

 CC||emman...@murzeau.de

--- Comment #8 from Denis Kurz  ---
*** Bug 354728 has been marked as a duplicate of this bug. ***

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

[kdepimlibs] [Bug 353326] Korganizer crashed when trying to add a new event.

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=353326

Denis Kurz  changed:

   What|Removed |Added

 CC||r...@barmannsbar.com

--- Comment #9 from Denis Kurz  ---
*** Bug 353482 has been marked as a duplicate of this bug. ***

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

[kontact] [Bug 359610] Kontact crashed after trying to add new category to calendar event, now calendar and addressbook crashes on start

2017-01-17 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=359610

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||kde...@posteo.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Denis Kurz  ---


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

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

[telepathy] [Bug 368339] Add support for XEP-0313 Message Archive Management on XMPP accounts to KDE Telepathy log viewer

2017-01-17 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=368339

eseif...@error-reports.org changed:

   What|Removed |Added

 CC||eseif...@error-reports.org

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

  1   2   3   >