[kdesrc-build] [Bug 363059] New: qmake should be run with the -r option

2016-05-14 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363059

Bug ID: 363059
   Summary: qmake should be run with the -r option
   Product: kdesrc-build
   Version: Git
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mp...@kde.org
  Reporter: fa...@kde.org

$ kdesrc-build -v --reconfigure libaccounts-qt   

Building libaccounts-qt (build system qmake) (1/1)
Updating libaccounts-qt (to branch master)
Updating libaccounts-qt using existing branch master
This module will not be built. Nothing updated.
No changes to libaccounts-qt source, proceeding to build.
Unable to install libaccounts-qt!



Reproducible: Always

Steps to Reproduce:
module libaccounts-qt
  repository https://gitlab.com/accounts-sso/libaccounts-qt.git
  qmake-options PREFIX=/tmp
end module

1. Comment out the qmake-options line
2. kdesrc-build libaccounts-qt
This will fail to install into /usr, as expected
3. Enable the qmake-options line again
4. kdesrc-build --reconfigure libaccounts-qt

Actual Results:  
Same error. And yet qmake was run again, I see in the logs.
The verbose output above is quite unclear about that BTW.
1) "This module will not be built" ... why? seems wrong.
2) If I use reconfigure on a cmake module I see "Running cmake...", so surely
there should be a similar line with "Running qmake..." for qmake modules.

Expected Results:  
If qmake was run with -r, then the change would actually take effect.
This is a qmake issue, where it only regenerates the toplevel Makefile, but not
Makefiles in subdirs, unless -r is passed.

The patch below fixes the main issue, but I'm still filing this for posterity,
for feedback, and because the output could be improved too.

diff --git a/modules/ksb/BuildSystem/QMake.pm
b/modules/ksb/BuildSystem/QMake.pm
index 2f7924b..aa91a74 100644   
--- a/modules/ksb/BuildSystem/QMake.pm
+++ b/modules/ksb/BuildSystem/QMake.pm
@@ -45,6 +45,7 @@ sub configureInternal
 my $builddir = $module->fullpath('build');
 my $sourcedir = $module->fullpath('source');
 my @qmakeOpts = split(' ', $module->getOption('qmake-options'));
+push @qmakeOpts, '-r';
 my @projectFiles = glob("$sourcedir/*.pro");

 if (!@projectFiles || !$projectFiles[0]) {

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


[kmail2] [Bug 354400] In Kmail 5.0.2 autocompletion only shows recent email addresses but not stored emails in Kaddressbook

2016-05-14 Thread Jacopo Torrini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354400

Jacopo Torrini  changed:

   What|Removed |Added

 CC||jac...@gmail.com

--- Comment #40 from Jacopo Torrini  ---
I have kubuntu 16.04, clean install.
I have installed libkf5akonadisearch-bin and now quick search and search in
messages work again (they were not working since kubuntu 15.04). But... address
completion is not working, only recent addresses are shown. (I have google
contacts).

(In reply to Gerhard Lehnhoff from comment #39)
> I installed "libkf5akonadisearch-bin" on Kubuntu 15.10. Address Completion
> works, also after upgrade to 16.04.
> 
> 
> 
> I installed "libkf5akonadisearch-bin" on Kubuntu 15.10. Address Completion
> works now! Success. Thanks to Andreas T. . (In reply to Andreas T from
> comment #30) > I'm on a Kubuntu 16.04 installation (upgraded from 15.04)
> > 
> > I can confirm that installing libkf5akonadisearch-bin brings back the
> > auto-completion for contacts in KAdressbook; the completion of recent
> > addresses also works. For the completion to start, it is required to enter
> > something in the recipient field and backspace to the beginning.
> > 
> > In my case, it was not required to uninstall baloo or trigger a reindex of
> > PIM data.
> > 
> > Is someone else affected by this bug, ...
> > a) who is not using Kubuntu.
> > b) for whom installing libkf5akonadisearch-bin does not bring back the
> > autocompletion?

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


[plasmashell] [Bug 363035] Plasma crashed while switching back to mu user session

2016-05-14 Thread alexandre via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363035

--- Comment #1 from alexandre  ---
Not sure how this is related to my graphic drivers but I double checked : I use
the latest nvidia drivers : 361.42-21.1. And they support my GTX660.

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


[plasmashell] [Bug 362941] Java Process Is Unresponsive In System Tray - Jitsi

2016-05-14 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362941

--- Comment #1 from vindica...@live.com ---
I'll add Gajim as another program not showing in the tray.

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


[krita] [Bug 363060] New: Crash while opening recovered file at new startup

2016-05-14 Thread Przemyslaw Golab via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363060

Bug ID: 363060
   Summary: Crash while opening recovered file at new startup
   Product: krita
   Version: 3.0 Beta
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: gbird...@gmail.com

krita-3.0-Beta-master-562442e-x86_64.appimage

Crashes when opening recovered files from recover file dialog.

Reproducible: Always

Steps to Reproduce:
1. Crash file
2. Open file from crash recovery dialog
3.

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


[krita] [Bug 362540] Crash with recovering an autosave with Krita on Ubuntu 16.04 (gdb backtrace)

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362540

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||gbird...@gmail.com

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

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


[krita] [Bug 363060] Crash while opening recovered file at new startup

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363060

Boudewijn Rempt  changed:

   What|Removed |Added

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

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


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

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


[konqueror] [Bug 363061] New: Konqueror crashing while opening URL from Thunderbird email client

2016-05-14 Thread dgutu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363061

Bug ID: 363061
   Summary: Konqueror crashing while opening URL from Thunderbird
email client
   Product: konqueror
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konq-b...@kde.org
  Reporter: dg...@suse.com

Application: konqueror (4.14.18)
KDE Platform Version: 4.14.18
Qt Version: 4.8.7
Operating System: Linux 4.5.2-1-default x86_64
Distribution: "openSUSE Tumbleweed (20160422) (x86_64)"

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

I have clicked the URL in Thunderbird , Konqueror tried to open the link and
after 1-2 seconds crashed.

-- Backtrace:
Application: Konqueror (konqueror), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f25c024c900 (LWP 6498))]

Thread 10 (Thread 0x7f25a6459700 (LWP 6499)):
#0  0x7f25beafe03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f25ab5c6866 in WTF::TCMalloc_PageHeap::scavengerThread() () at
/usr/lib64/libQtWebKit.so.4
#2  0x7f25ab5c6899 in  () at /usr/lib64/libQtWebKit.so.4
#3  0x7f25beaf8424 in start_thread () at /lib64/libpthread.so.0
#4  0x7f25bd7eaadd in clone () at /lib64/libc.so.6

Thread 9 (Thread 0x7f2564f0b700 (LWP 6500)):
#0  0x7f25bd7e207d in poll () at /lib64/libc.so.6
#1  0x7f25ba8fe364 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f25ba8fe46c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f25beec219e in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7f25bee92361 in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7f25bee92675 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7f25bed8ba29 in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7f25bed8e20c in  () at /usr/lib64/libQtCore.so.4
#8  0x7f25beaf8424 in start_thread () at /lib64/libpthread.so.0
#9  0x7f25bd7eaadd in clone () at /lib64/libc.so.6

Thread 8 (Thread 0x7f255faff700 (LWP 6501)):
#0  0x7f25beafe03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f25ab32ff99 in JSC::BlockAllocator::blockFreeingThreadMain() () at
/usr/lib64/libQtWebKit.so.4
#2  0x7f25ab5ee366 in WTF::wtfThreadEntryPoint(void*) () at
/usr/lib64/libQtWebKit.so.4
#3  0x7f25beaf8424 in start_thread () at /lib64/libpthread.so.0
#4  0x7f25bd7eaadd in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7f255dfd1700 (LWP 6503)):
#0  0x7f25ba94128a in g_private_get () at /usr/lib64/libglib-2.0.so.0
#1  0x7f25ba924570 in g_thread_self () at /usr/lib64/libglib-2.0.so.0
#2  0x7f25ba8fe45d in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f25beec219e in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7f25bee92361 in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7f25bee92675 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7f25bed8ba29 in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7f25bee73443 in  () at /usr/lib64/libQtCore.so.4
#8  0x7f25bed8e20c in  () at /usr/lib64/libQtCore.so.4
#9  0x7f25beaf8424 in start_thread () at /lib64/libpthread.so.0
#10 0x7f25bd7eaadd in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f2557fff700 (LWP 6527)):
#0  0x7f25beafe03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f255c7d6999 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#2  0x7f255c7d7229 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#3  0x7f25beaf8424 in start_thread () at /lib64/libpthread.so.0
#4  0x7f25bd7eaadd in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f25577fe700 (LWP 6528)):
#0  0x7f25beafe03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f255c7d6999 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#2  0x7f255c7d7229 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#3  0x7f25beaf8424 in start_thread () at /lib64/libpthread.so.0
#4  0x7f25bd7eaadd in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f2556ffd700 (LWP 6529)):
#0  0x7f25beafe03f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f255c7d6999 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#2  0x7f255c7d7229 in  () at
/usr/lib64/java-1_8_0-openjdk-plugin/lib/IcedTeaPlugin.so
#3  0x7f25beaf8424 in start_thread () at /lib64/libpthread.so.0
#4  0x7f25bd7eaadd in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f254c8ca700 (LWP 6538)):
#0  0x7f25bd7e207d in poll () at /lib

[krita] [Bug 363039] Clicking on the import resource (folder icon) button to import a palette crashes Krita

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363039

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/krit
   ||a/93e357d61c0276c593149f651
   ||d3f89c2b4b60f88
 Resolution|--- |FIXED

--- Comment #5 from Boudewijn Rempt  ---
Git commit 93e357d61c0276c593149f651d3f89c2b4b60f88 by Boudewijn Rempt.
Committed on 14/05/2016 at 08:52.
Pushed by rempt into branch 'rempt-opengl-check'.

It shouldn't be empty, but it's better to be careful

M  +1-11   libs/widgetutils/KoFileDialog.cpp

http://commits.kde.org/krita/93e357d61c0276c593149f651d3f89c2b4b60f88

--- Comment #6 from Boudewijn Rempt  ---
Git commit 580275ae24aa7f92a7bcc694b63265d9a13222f8 by Boudewijn Rempt.
Committed on 14/05/2016 at 08:51.
Pushed by rempt into branch 'rempt-opengl-check'.

Correctly separate the suffixes

M  +1-1libs/widgets/KoResourceItemChooser.cpp

http://commits.kde.org/krita/580275ae24aa7f92a7bcc694b63265d9a13222f8

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


[krita] [Bug 363039] Clicking on the import resource (folder icon) button to import a palette crashes Krita

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363039

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/krit
   ||a/93e357d61c0276c593149f651
   ||d3f89c2b4b60f88
 Resolution|--- |FIXED

--- Comment #5 from Boudewijn Rempt  ---
Git commit 93e357d61c0276c593149f651d3f89c2b4b60f88 by Boudewijn Rempt.
Committed on 14/05/2016 at 08:52.
Pushed by rempt into branch 'rempt-opengl-check'.

It shouldn't be empty, but it's better to be careful

M  +1-11   libs/widgetutils/KoFileDialog.cpp

http://commits.kde.org/krita/93e357d61c0276c593149f651d3f89c2b4b60f88

--- Comment #6 from Boudewijn Rempt  ---
Git commit 580275ae24aa7f92a7bcc694b63265d9a13222f8 by Boudewijn Rempt.
Committed on 14/05/2016 at 08:51.
Pushed by rempt into branch 'rempt-opengl-check'.

Correctly separate the suffixes

M  +1-1libs/widgets/KoResourceItemChooser.cpp

http://commits.kde.org/krita/580275ae24aa7f92a7bcc694b63265d9a13222f8

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


[kmail2] [Bug 362280] KMail replaces addresses in the header by "Me"

2016-05-14 Thread Luca Beltrame via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362280

Luca Beltrame  changed:

   What|Removed |Added

 CC||lbeltr...@kde.org

--- Comment #3 from Luca Beltrame  ---
http://commits.kde.org/messagelib/bb8aa0e75f50caaff4a9a7b137d3a663b2e467ac
should make "Me" change when there's more than one identity.

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


[krita] [Bug 362797] Could not open C:/Users/Paul/Pictures/Mun.kra Reason: Not a valid Krita file: C:/Users/Paul/Pictures/Mun.kra

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362797

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #12 from Boudewijn Rempt  ---
I'm sorry, without the file I cannot do anything about this bug report.

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


[krita] [Bug 361585] Two-finger gesture to zoom on trackpad causes zoom-mode to be always on

2016-05-14 Thread Johan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361585

--- Comment #3 from Johan  ---
Only on v3.0.

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


[krita] [Bug 360666] over write dialog is not shown when saving a file with preexisting file name. the file gets overwritten without alerting and data of existing file is lost

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360666

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #4 from Boudewijn Rempt  ---
Hi,

Can you still reproduce this? With my current build on plasma5, I get the
warning dialog.

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


[digikam] [Bug 361047] Wishlist: make grouped images more prominently visible [patch]

2016-05-14 Thread Jens B . Benecke via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361047

--- Comment #40 from Jens B. Benecke  ---
Some comments from my side since I opened the original bug:

I like the progress and I am really thankful that there is so much effort
invested in this feature!
I think the size of the additional border should scale with the size of the
thumbnail and not be a fixed amount of pixels. In the screenshots mentioned
above the size of the group border is (IMHO) too small and not really well
visible. Look at iPhoto's borders (e.g. https://www.apple.com/de/mac/iphoto/,
scroll down to the screenshot titled "Share.") for example.
Also, the background for an expanded group should have a little less contrast,
the current dark yellow (is this fixed, configurable or depending on the
theme?) is a little too drastic for my taste.

But apart from that, very good work! Thank you to all involved!

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


[krita] [Bug 363062] New: Wrong German translation of Levels menu item and dialog

2016-05-14 Thread Sven Claussner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363062

Bug ID: 363062
   Summary: Wrong German translation of Levels menu item and
dialog
   Product: krita
   Version: 3.0 Beta
  Platform: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Translation
  Assignee: krita-bugs-n...@kde.org
  Reporter: scl.gp...@gmail.com

The German translation of the Levels menu and dialog don't use terms from the
application domain.

Reproducible: Always

Steps to Reproduce:
1. Open Filter/Adjust (in German: Filter/Anpassen).
2. Click Levels... (in German: Stufen...)

or 
1. Add a filter layer.
2. Choose the Levels... fiter (in German: Stufen...)

Actual Results:  
The German translation uses: 
Levels... : Stufen
Input Levels: Eingangsstufen
Output Levels: Ausgangsstufen
Auto Levels: Auto Levels (untranslated)

"Stufen" has no meaning in the artistic context.


Expected Results:  
The German translation uses terms that are known to artists. The common term
for "Levels" is "Tonwerte". 
Levels... : Tonwerte... or Tonwertkorrektur...
Input Levels: Tonwertspreizung
Output Levels: Tonwertumfang
Auto Levels: Automatisch or Auto

The terms are identical to those Photoshop used to use, so professional artists
should be familiar with them.
I already investigated the terms in other FOSS software, but to no avail.
Digikam has the feature, but no labels for the input and output levels. GIMP
uses "Werte", "Eingabewerte" and "Ausgabewerte" which is as wrong and
meaningless as "Stufen".

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


[krita] [Bug 363063] New: Crash while selecting colors with changed color spaces in selectors settings

2016-05-14 Thread Przemyslaw Golab via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363063

Bug ID: 363063
   Summary: Crash while selecting colors with changed color spaces
in selectors settings
   Product: krita
   Version: 3.0 Beta
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: color selectors
  Assignee: krita-bugs-n...@kde.org
  Reporter: gbird...@gmail.com

krita-3.0-Beta-master-562442e-x86_64.appimage 

If I try to select color using advanced color selector with assigned color
space in it's settings. Krita crashes.
Similar thing happens when adding for example HSY' sliders to color sliders and
fiddling with colors for a sec.

Reproducible: Always

Steps to Reproduce:
1. Change color space in Advanced color selector settings.
2. Add HSY' sliders to color sliders.
3. Try changing colors few times

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


[krita] [Bug 362793] 3.0 Beta (git 962bfe1) Krita buggy tools performance, crashes on save and OpenGL Error on Restart

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362793

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #1 from Boudewijn Rempt  ---
Hi,

I'm sorry, but I cannot do anything with this report -- I understand your
frustration, but I need to have concrete, reproducible things to work with.
Here are some notes:

* changing adjustment layer visibility: I need a separate bug and a test
document to investigate that
* changing layer order is slow: that should have been fixed in the most recent
builds
* brushes problems: that could be a performance issue, try disabling Instant
Preview
* not registering clicks: I'm sorry, I haven't been able to reproduce that
* for the create canvas issue: try resetting the configuration ( remove
%appdata%\local\kritarc or %appdata%\local\krita\kritarc )

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


[digikam] [Bug 361047] Wishlist: make grouped images more prominently visible [patch]

2016-05-14 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361047

--- Comment #41 from caulier.gil...@gmail.com ---
Omar,

If you update you patch, Jens will be able to test last version of your code
(if he work with current implementation from git/master)...

Gilles Caulier

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


[krita] [Bug 363063] Crash while selecting colors with changed color spaces in selectors settings

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363063

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #1 from Boudewijn Rempt  ---
Hi Przemyslaw,

Thanks for your report. I can reproduce the issue.

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


[krita] [Bug 363063] Crash while selecting colors with changed color spaces in selectors settings

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363063

--- Comment #2 from Boudewijn Rempt  ---
Looks like an issue with recursive signal/slot calls, valgrind runs out of
stack:

krita.ui: Could not find sync functions, disabling sync notification.
==3777== Stack overflow in thread 1: can't grow stack to 0xffe801c60
==3777== 
==3777== Process terminating with default action of signal 11 (SIGSEGV)
==3777==  Access not within mapped region at address 0xFFE801C60
==3777==at 0xB86D674: QTextEngine::itemize() const (in
/home/boud/dev/deps/lib/libQt5Gui.so.5.6.0)
==3777==  If you believe this happened as a result of a stack
==3777==  overflow in your program's main thread (unlikely but
==3777==  possible), you can try to increase the size of the
==3777==  main thread stack using the --main-stacksize= flag.
==3777==  The main thread stack size used in this run was 8388608.

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


[frameworks-plasma] [Bug 351777] plasmashell crashed might due to applet actions is nullptr

2016-05-14 Thread Stefan Radermacher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351777

--- Comment #45 from Stefan Radermacher  ---
I'm still getting plasmashell crashes everytime my monitors wake up from
standby. KF 5.21, Plasma 5.6.4, Qt 5.6.0. Plasmashell is usually gone when they
wake up, and my windows have been moved around. I do not get a Dr. Konqui
message box anymore, though, the shell is just simply gone, so I can't post a
trace.

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


[frameworks-plasma] [Bug 351777] plasmashell crashed might due to applet actions is nullptr

2016-05-14 Thread Stefan Radermacher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351777

--- Comment #46 from Stefan Radermacher  ---
Addendum: this is what I get after the crash in the terminal when I start
plasmashell from there:

requesting unexisting screen 1
requesting unexisting screen 1
requesting unexisting screen 1
requesting unexisting screen 1
KCrash: Application 'plasmashell' crashing...
KCrash: Attempting to start /usr/lib64/libexec/drkonqi from kdeinit
sock_file=/tmp/runtime-stefan/kdeinit5__0
QSocketNotifier: Invalid socket 8 and type 'Read', disabling...
QSocketNotifier: Invalid socket 35 and type 'Read', disabling...
KCrash: Attempting to start /usr/bin/plasmashell from kdeinit
sock_file=/tmp/runtime-stefan/kdeinit5__0
Unable to start Dr. Konqi

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


[krita] [Bug 363063] Crash while selecting colors with changed color spaces in selectors settings

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363063

--- Comment #3 from Boudewijn Rempt  ---
Also, not a regression, happens in 2.9 as well, so not a release blocker.

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


[krita] [Bug 359197] [HUION] 100% pressure at stroke start

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359197

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Severity|grave   |normal

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


[krita] [Bug 362933] [WACOM] Krita paint stroke with tablet can only use left-top-corner of screen, offset with a factor of 1/2 or 1/4

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362933

--- Comment #9 from Boudewijn Rempt  ---
I suspect that this commit causes the issue:


commit 23596b92c5f1ad05379ac4e7f65a1350a6e5f2ba
Author: Michael Abrahams 
Date:   Tue Mar 15 09:40:48 2016 -0400

Support DPI switching in Wintab coordinate scaling

Read current DPI from qApp->activeWindow->devicePixelRatio()

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


[krita] [Bug 362871] [WACOM] no pressure support for some presets

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362871

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #11 from Boudewijn Rempt  ---
Wait, I only now see the version: are you really using 2.9.9? If so, please try
with the latest Linux 3.0 beta appimage.

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


[krita] [Bug 360666] over write dialog is not shown when saving a file with preexisting file name. the file gets overwritten without alerting and data of existing file is lost

2016-05-14 Thread Raghavendra kamath via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360666

--- Comment #5 from Raghavendra kamath  ---
No I still don't get a warning 

I am on latest plasma in arch linux

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


[krita] [Bug 352733] [WACOM] Cursor offset problem.

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352733

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #9 from Boudewijn Rempt  ---
Thanks for checking back!

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


[krita] [Bug 363063] Crash while selecting colors with changed color spaces in selectors settings

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363063

Boudewijn Rempt  changed:

   What|Removed |Added

Version|3.0 Beta|2.9

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


[krita] [Bug 363062] Wrong German translation of Levels menu item and dialog

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363062

Boudewijn Rempt  changed:

   What|Removed |Added

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

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


[krita] [Bug 363043] Can't use shortcuts for canvas inputs after using the layers docker

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363043

Boudewijn Rempt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||b...@valdyas.org
   Platform|Windows CE  |MS Windows
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Boudewijn Rempt  ---
Hi Tricia,

Thanks for your report. I can confirm the issue on Linux, too -- and it's
strange because this release was supposed to have this issue fixed!

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


[krita] [Bug 342072] Start Menu/Desktop icons incorrect for multiuser installs in msi

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342072

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |UNMAINTAINED
 Status|CONFIRMED   |RESOLVED

--- Comment #7 from Boudewijn Rempt  ---
I stopped making the msi installers for now, it was too much too maintain on my
own. For 3.0, we only have portable zip files.

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


[kio] [Bug 344741] Dolphin freezes while displayed files' content are modified

2016-05-14 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344741

--- Comment #10 from David Faure  ---
That isn't the same bug then. The backtraces above were about testparm taking a
long time, not 0,02s...
Do you still get a backtrace in QProcess::waitForFinished called by
KSambaSharePrivate::runProcess?

I don't use ArchLinux.

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


[krita] [Bug 363030] Text cursor can't be placed to the end of text

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363030

Boudewijn Rempt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||b...@valdyas.org
Version|3.0 Beta|2.9

--- Comment #1 from Boudewijn Rempt  ---
Hi,

Thanks for your report. It's not a regression: 2.9 had this bug as well. The
text tools are pretty bad, which is why we're now doing a fund raiser to make
it possible to replace them entirely:
https://www.kickstarter.com/projects/krita/krita-2016-lets-make-text-and-vector-art-awesome

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


[krita] [Bug 363030] Text cursor can't be placed to the end of text

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363030

Boudewijn Rempt  changed:

   What|Removed |Added

Version|2.9 |3.0 Beta

--- Comment #2 from Boudewijn Rempt  ---
Eek, I was wrong: this doesn't happen in 2.9, I was testing with the wrong
build. So it is a regression. The point about the text tool needing replacing
stands, though!

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


[krita] [Bug 363026] Crash while changing font-size on the artistic text.

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363026

Boudewijn Rempt  changed:

   What|Removed |Added

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

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


[krita] [Bug 363063] Crash while selecting colors with changed color spaces in selectors settings

2016-05-14 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363063

--- Comment #4 from wolthera  ---
this backtrace goes on foreever:

I'm afraid the best that can be done is remove the color sliders docker and
design something better. :(

Thread 2 (Thread 0x7fffe485d700 (LWP 26688)):
#0  0x74c88e8d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x735b8c62 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x735ba8d7 in xcb_wait_for_event ()
   from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7fffe570cdc9 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/plugins/platforms/../../lib/libQt5XcbQpa.so.5
#4  0x75598c89 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#5  0x7fffef1506fa in start_thread (arg=0x7fffe485d700)
at pthread_create.c:333
---Type  to continue, or q  to quit---
#6  0x74c94b5d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x77f0f8c0 (LWP 26684)):
#0  0x75e04644 in QTextEngine::itemize() const ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Gui.so.5
#1  0x75e0c69c in QTextLayout::beginLayout() ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Gui.so.5
#2  0x7671d15c in QWidgetLineControl::redoTextLayout() const ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#3  0x7671d31e in QWidgetLineControl::updateDisplayText(bool) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#4  0x76721292 in QWidgetLineControl::finishChange(int, bool, bool) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#5  0x76721693 in QWidgetLineControl::internalSetText(QString const&,
int, bool) () from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#6  0x76697352 in QLineEdit::setText(QString const&) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#7  0x766497e9 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#8  0x7664b76c in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#9  0x766dc25c in QDoubleSpinBox::setValue(double) ()
---Type  to continue, or q  to quit---
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#10 0x7fffacdba89a in KisHSXColorSliderInput::update (this=0xd1ad330)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:553
#11 0x7fffacdbab2e in KisHSXColorSliderInput::hueUpdate (
this=, h=)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:670
#12 0x7fffacdbbc4b in KisHSXColorSliderInput::qt_static_metacall (
_o=, _c=, _id=, 
_a=)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_input.cpp:227
#13 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#14 0x7fffacdb8b53 in KisColorSliderWidget::hueUpdated (
_t1=, this=)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_widget.cpp:252
#15 KisColorSliderWidget::hueUpdate (h=, this=)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_widget.cpp:471
#16 KisColorSliderWidget::qt_static_metacall (_o=, 
---Type  to continue, or q  to quit---
_c=, _id=, _a=)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_widget.cpp:133
#17 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#18 0x7fffacdbb896 in KisHSXColorSliderInput::hueUpdated (_t1=340, 
this=0xd1fb410)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_input.cpp:303
#19 KisHSXColorSliderInput::setValue (this=0xd1fb410, v=)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:171
#20 0x7fffacdbbb9e in KisHSXColorSliderInput::numInputChanged (
v=, this=)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:653
#21 KisHSXColorSliderInput::qt_static_metacall (_o=, 
_c=, _id=, _a=)
at
/home/krita/kde/build/plugins/dockers/colorslider/moc_kis_color_slider_input.cpp:233
#22 0x75783cef in QMetaObject::activate(QObject*, int, int, void**) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Core.so.5
#23 0x768cb3a0 in QDoubleSpinBox::valueChanged(double) ()
---Type  to continue, or q  to quit---
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#24 0x766dabc1 in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#25 0x7664b75a in ?? ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#26 0x766dc25c in QDoubleSpinBox::setValue(double) ()
   from /home/krita/Qt/5.6/gcc_64/lib/libQt5Widgets.so.5
#27 0x7fffacdba89a in KisHSXColorSliderInput::update (this=0xd1fb410)
at
/home/krita/kde/src/krita/plugins/dockers/colorslider/kis_color_slider_input.cpp:553
#28 0x7fffacdbab2e in KisHSXColorSliderInput::hueUpdate (

[krita] [Bug 363026] Crash while changing font-size on the artistic text.

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363026

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/krit
   ||a/f843bdfd0859f24077ae0fe48
   ||d752a78ffbdf64e

--- Comment #1 from Boudewijn Rempt  ---
Git commit f843bdfd0859f24077ae0fe48d752a78ffbdf64e by Boudewijn Rempt.
Committed on 14/05/2016 at 09:59.
Pushed by rempt into branch 'master'.

Revert "First commit of improved RTL text editing for the artistic text shape"

This reverts commit 0ab16affe98e4b0957565bc6f43da9cd26e5f609.

This commit broke the cursor for LTR languages, selecing the font
and the font size.
Related: bug 363025, bug 363030

M  +19   -52   plugins/flake/artistictextshape/ArtisticTextShape.cpp
M  +2-8plugins/flake/artistictextshape/ArtisticTextShape.h

http://commits.kde.org/krita/f843bdfd0859f24077ae0fe48d752a78ffbdf64e

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


[krita] [Bug 363025] Crash while changing font-type on artistic text.

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363025

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/krit
   ||a/f843bdfd0859f24077ae0fe48
   ||d752a78ffbdf64e
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Boudewijn Rempt  ---
Git commit f843bdfd0859f24077ae0fe48d752a78ffbdf64e by Boudewijn Rempt.
Committed on 14/05/2016 at 09:59.
Pushed by rempt into branch 'master'.

Revert "First commit of improved RTL text editing for the artistic text shape"

This reverts commit 0ab16affe98e4b0957565bc6f43da9cd26e5f609.

This commit broke the cursor for LTR languages, selecing the font
and the font size.
Related: bug 363026, bug 363030

M  +19   -52   plugins/flake/artistictextshape/ArtisticTextShape.cpp
M  +2-8plugins/flake/artistictextshape/ArtisticTextShape.h

http://commits.kde.org/krita/f843bdfd0859f24077ae0fe48d752a78ffbdf64e

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


[krita] [Bug 363030] Text cursor can't be placed to the end of text

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363030

Boudewijn Rempt  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/krit
   ||a/f843bdfd0859f24077ae0fe48
   ||d752a78ffbdf64e
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Boudewijn Rempt  ---
Git commit f843bdfd0859f24077ae0fe48d752a78ffbdf64e by Boudewijn Rempt.
Committed on 14/05/2016 at 09:59.
Pushed by rempt into branch 'master'.

Revert "First commit of improved RTL text editing for the artistic text shape"

This reverts commit 0ab16affe98e4b0957565bc6f43da9cd26e5f609.

This commit broke the cursor for LTR languages, selecing the font
and the font size.
Related: bug 363025, bug 363026

M  +19   -52   plugins/flake/artistictextshape/ArtisticTextShape.cpp
M  +2-8plugins/flake/artistictextshape/ArtisticTextShape.h

http://commits.kde.org/krita/f843bdfd0859f24077ae0fe48d752a78ffbdf64e

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


[krita] [Bug 362948] [PERITAB] Krita crashes if I touch the tablet with the pen

2016-05-14 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362948

--- Comment #4 from adrianodive...@hotmail.fr ---
I checked it, it works fine at first but crashes 2min later

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


[i18n] [Bug 363062] Wrong German translation of Levels menu item and dialog

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363062

Boudewijn Rempt  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |kde-i18n...@kde.org
Product|krita   |i18n
Version|3.0 Beta|unspecified
  Component|Translation |de

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


[krita] [Bug 363021] No pressure sensitivity on Huion 1060 Plus

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363021

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #2 from Boudewijn Rempt  ---
Which version of Krita are you using exactly?

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


[krita] [Bug 363021] [HUION] No pressure sensitivity on Huion 1060 Plus

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363021

Boudewijn Rempt  changed:

   What|Removed |Added

Summary|No pressure sensitivity on  |[HUION] No pressure
   |Huion 1060 Plus |sensitivity on Huion 1060
   ||Plus

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


[krita] [Bug 363019] Krita doesn't open Canon raw files (CR2)

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363019

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #6 from Boudewijn Rempt  ---
Hm, when I open that .raw file I get:

libkdcraw: "/home/boud/IMG_9645.raw"
libkdcraw: 
-- RAW DECODING SETTINGS 
-- autoBrightness:  true
-- sixteenBitsImage:false
-- brightness:  1
-- RAWQuality:  0
-- inputColorSpace: 0
-- outputColorSpace:1
-- RGBInterpolate4Colors:   false
-- DontStretchPixels:   false
-- unclipColors:0
-- whiteBalance:1
-- customWhiteBalance:  6500
-- customWhiteBalanceGreen: 1
-- halfSizeColorImage:  true
-- enableBlackPoint:false
-- blackPoint:  0
-- enableWhitePoint:false
-- whitePoint:  0
-- NoiseReductionType:  0
-- NoiseReductionThreshold: 0
-- enableCACorrection:  false
-- caMultiplier:0, 0
-- medianFilterPasses:  0
-- inputProfile:""
-- outputProfile:   ""
-- deadPixelMap:""
-- whiteBalanceArea:QRect(0,0 0x0)
-- dcbIterations:   -1
-- dcbEnhanceFl:false
-- eeciRefine:  false
-- esMedPasses: 0
-- NRChrominanceThreshold:  0
-- expoCorrection:  false
-- expoCorrectionShift: 0.994
-- expoCorrectionHighlight: 0
-

libkdcraw: LibRaw progress:  Reading metadata  pass  1  of  2
libkdcraw: LibRaw: failed to run open_file:  Unsupported file format or not RAW
file
libkdcraw: "/home/boud/IMG_9645.raw"
libkdcraw: 
-- RAW DECODING SETTINGS 
-- autoBrightness:  true
-- sixteenBitsImage:true
-- brightness:  1
-- RAWQuality:  0
-- inputColorSpace: 0
-- outputColorSpace:1
-- RGBInterpolate4Colors:   false
-- DontStretchPixels:   false
-- unclipColors:0
-- whiteBalance:1
-- customWhiteBalance:  6500
-- customWhiteBalanceGreen: 1
-- halfSizeColorImage:  false
-- enableBlackPoint:false
-- blackPoint:  0
-- enableWhitePoint:false
-- whitePoint:  0
-- NoiseReductionType:  0
-- NoiseReductionThreshold: 0
-- enableCACorrection:  false
-- caMultiplier:0, 0
-- medianFilterPasses:  0
-- inputProfile:""
-- outputProfile:   ""
-- deadPixelMap:""
-- whiteBalanceArea:QRect(0,0 0x0)
-- dcbIterations:   -1
-- dcbEnhanceFl:false
-- eeciRefine:  false
-- esMedPasses: 0
-- NRChrominanceThreshold:  0
-- expoCorrection:  false
-- expoCorrectionShift: 0.994
-- expoCorrectionHighlight: 0
-

libkdcraw: LibRaw progress:  Reading metadata  pass  1  of  2
libkdcraw: LibRaw: failed to run open_file:  Unsupported file format or not RAW
file
krita.general: Loading "/home/boud/IMG_9645.raw" failed

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


[krita] [Bug 363019] Krita doesn't open Canon raw files (CR2)

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363019

--- Comment #7 from Boudewijn Rempt  ---
And 2.9 gives me the same result -- but that's on Linux.

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


[krita] [Bug 363019] Krita doesn't open Canon raw files (CR2)

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363019

Boudewijn Rempt  changed:

   What|Removed |Added

   Platform|unspecified |Mac OS X Disk Images
 OS|All |OS X

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


[krita] [Bug 363014] Crash on starting next line of artistic text

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363014

Boudewijn Rempt  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 CC||b...@valdyas.org
 Resolution|--- |FIXED

--- Comment #2 from Boudewijn Rempt  ---
Also fixed by reverting the RTL patch. Let's get
https://www.kickstarter.com/projects/krita/krita-2016-lets-make-text-and-vector-art-awesome
funded and rewrite the text tools completely! (And let's not do on-canvas
editing, but safe editing in an existing edit component before rendering).

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


[krita] [Bug 363014] Crash on starting next line of artistic text

2016-05-14 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363014

--- Comment #3 from r...@rkfg.me ---
(In reply to Boudewijn Rempt from comment #2)
> Also fixed by reverting the RTL patch. Let's get
> https://www.kickstarter.com/projects/krita/krita-2016-lets-make-text-and-
> vector-art-awesome funded and rewrite the text tools completely! (And let's
> not do on-canvas editing, but safe editing in an existing edit component
> before rendering).

I've already pledged 20€ as this really needs some work! Now I only want to
grab that fixed build as soon as it's done...

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

[krita] [Bug 363003] opening png doesn't work

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363003

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #11 from Boudewijn Rempt  ---
Yes, I can confirm with this png image.

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


[krita] [Bug 363003] opening png doesn't work

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363003

--- Comment #12 from Boudewijn Rempt  ---
How was this PNG created? The gama block is extremely weird:

cHRM: 6.94525e-310 6.95262e-310 6.94525e-310 4.94066e-324 6.94525e-310 0 0
6.94508e-310
gAMA 4.94066e-324
sRGB 78

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


[krita] [Bug 363003] opening png doesn't work

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363003

--- Comment #13 from Boudewijn Rempt  ---
A normal png has:

cHRM: 6.53249e-316 6.46603e-316 6.95218e-310 6.95265e-310 7.21377e-317
7.13487e-316 6.95218e-310 6.95217e-310
gAMA 0
sRGB 2077215784

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


[krita] [Bug 363003] opening png doesn't work

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363003

--- Comment #14 from Boudewijn Rempt  ---
And imagemagick identifies it as grayscale, we load as rgb.

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


[krita] [Bug 363003] opening png doesn't work

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363003

Boudewijn Rempt  changed:

   What|Removed |Added

Version|3.0 Beta|2.9

--- Comment #15 from Boudewijn Rempt  ---
Not a regression: 2.9 loads the image the same way.

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


[krita] [Bug 363003] opening png doesn't work

2016-05-14 Thread n1k0l4 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363003

--- Comment #16 from n1k0l4  ---
I don't know how it was created because it was downloaded from an italian manga
site (http://animeprodestiny.forumcommunity.net/?t=55738497) as a test for
editor.

this is the mirror for all png 
http://www.mediafire.com/download/pyp6h8w4wsfwyiv/%5BAPD%5D+Test+Editor.rar

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


[krita] [Bug 363003] opening png doesn't work

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363003

--- Comment #17 from Boudewijn Rempt  ---
So, basically, this is a grayscale png that says it's got a palette: we don't
handle that yet. It's definitely a bug, but not a regression, so I'm first
going to move on to the next regression.

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


[krita] [Bug 362967] Cannot input Japanese as a name of brush preset tag (3.0 beta git 25ecbaf)

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362967

Boudewijn Rempt  changed:

   What|Removed |Added

Version|3.0 Alpha   |2.9
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Boudewijn Rempt  ---
I'm marking bugs that also occur in 2.9 as 2.9, focusing on real regressions
first.

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


[krita] [Bug 362961] In "Switch Application Language..." do not reset items to default values if already reset

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362961

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
Hm, I cannot reproduce that, but I guess that's because my system language is
US English. What is yours?

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


[krita] [Bug 362961] In "Switch Application Language..." do not reset items to default values if already reset

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362961

--- Comment #3 from Boudewijn Rempt  ---
Aw, I can see that from the vid, sorry.

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


[krita] [Bug 362961] In "Switch Application Language..." do not reset items to default values if already reset

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362961

Boudewijn Rempt  changed:

   What|Removed |Added

Version|3.0 Beta|2.9
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Boudewijn Rempt  ---
I think it's the same in 2.9, actually -- but we forked the code so it's now
our bug.

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


[kmail2] [Bug 362280] KMail replaces addresses in the header by "Me"

2016-05-14 Thread Alex6 via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362280

--- Comment #4 from Alex6  ---
None of my identities is "Me" !!
Should replace my identity (when I (yes, I, Me, The Only & Preferred User of My
Computer, Myself The Best) choose it) by what I want: Julius Caesar, Attila,
Maximilien Robespierre, poor myself, Google no more addict, "_^_", Ego©®™, ...,
..., or my mail address, is it too complicated?

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

[krita] [Bug 362952] "Specific Color Selector" docker becomes wider when "Show Colorspace Selector" is checked

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362952

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
Yes, you can just make the button invisible, or replace the text with ...

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


[krita] [Bug 362942] For 3.0, it's possible to try and generate a canvas from an empty clipboard.

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362942

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Hm, I'm not sure how to reproduce it. If there's nothing on the clipboard, I do
have the ability to create a new image with the clibboard page, but that just
creates a blank image for me. The crash also seems to happen right inside a
color selector.

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


[krita] [Bug 361448] Brush strokes flicker when they finish rendering

2016-05-14 Thread Dmitry Kazakov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361448

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/krit
   ||a/f114bcc1a2251d55cb3339548
   ||9cc8d52c8f84ee6
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Dmitry Kazakov  ---
Git commit f114bcc1a2251d55cb33395489cc8d52c8f84ee6 by Dmitry Kazakov.
Committed on 14/05/2016 at 10:45.
Pushed by dkazakov into branch 'master'.

Fix flickering in the end of Lod0 recalculation

The problem happened because openGL textures were painted without a
full update. Basically, we shouldn't switch a texture tile from LodN
to Lod0 mode with a partial update, because some part of the tile still
has an old data, causing that weird flickering.

So now we just issue *all* the GUI updates signals in one go, which
basically updates all the tiles and then paints them on screen.

See a comment in KisSuspendProjectionUpdatesStrokeStrategy.

Fixes T2145

M  +17   -6libs/image/kis_image.cc
M  +3-0libs/image/kis_stroke_strategy_factory.h
M  +26   -27   libs/image/kis_strokes_queue.cpp
M  +2-2libs/image/kis_strokes_queue.h
M  +121  -22   libs/image/kis_suspend_projection_updates_stroke_strategy.cpp
M  +5-2libs/image/kis_suspend_projection_updates_stroke_strategy.h
M  +2-2libs/image/kis_update_scheduler.cpp
M  +2-2libs/image/kis_update_scheduler.h

http://commits.kde.org/krita/f114bcc1a2251d55cb33395489cc8d52c8f84ee6

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


[krita] [Bug 362931] styles are not copied over when you convert layers

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362931

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
Same here.

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


[krita] [Bug 362931] styles are not copied over when you convert layers

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362931

Boudewijn Rempt  changed:

   What|Removed |Added

Version|3.0 Beta|2.9

--- Comment #3 from Boudewijn Rempt  ---
2.9 has the same bug, so no regression.

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


[krita] [Bug 362931] layer styles are lost when converting a layer to another type

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362931

Boudewijn Rempt  changed:

   What|Removed |Added

Summary|styles are not copied over  |layer styles are lost when
   |when you convert layers |converting a layer to
   ||another type

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


[krita] [Bug 363064] New: Layer styles are not cloned

2016-05-14 Thread Paul Geraskin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363064

Bug ID: 363064
   Summary: Layer styles are not cloned
   Product: krita
   Version: git master
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: paulgeras...@gmail.com

Created attachment 98958
  --> https://bugs.kde.org/attachment.cgi?id=98958&action=edit
kra file

Layer styles are not cloned.

I added kra file.
http://storage1.static.itmages.com/i/16/0514/h_1463223475_7137663_d64334656a.png

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


[krita] [Bug 362930] bevel and Emboss layer style makes the inside of the shape lighter

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362930

Boudewijn Rempt  changed:

   What|Removed |Added

Version|3.0 Beta|2.9
 CC||b...@valdyas.org

--- Comment #3 from Boudewijn Rempt  ---
Not a regression.

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


[krita] [Bug 362929] custom patterns on pattern overlay layer style not imported in PSD files

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362929

Boudewijn Rempt  changed:

   What|Removed |Added

Version|3.0 Beta|2.9
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||b...@valdyas.org

--- Comment #3 from Boudewijn Rempt  ---
Confirmed, but not a regression from 2.9

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


[krita] [Bug 363064] Layer styles are not cloned

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363064

Boudewijn Rempt  changed:

   What|Removed |Added

Version|git master  |2.9
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Similar issue to https://bugs.kde.org/show_bug.cgi?id=362931

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


[krita] [Bug 362927] “FX” icon in layer docker inconsistent between vector and paint layers

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362927

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #4 from Boudewijn Rempt  ---
It's a specific 3.0 bug, but not a regression, so no release blocker.

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


[krita] [Bug 362928] Pattern overlay moves in wrong direction when layer is moved

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362928

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
Version|3.0 Beta|2.9

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


[krita] [Bug 362869] Shortcuts not working after Configure Krita

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362869

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #2 from Boudewijn Rempt  ---
Hm, firefox tells me that the video is corrupt.

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


[kde] [Bug 363051] Kcolorchooser freeze DE

2016-05-14 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363051

Christoph Feck  changed:

   What|Removed |Added

 CC||cf...@kde.org

--- Comment #1 from Christoph Feck  ---
Could you please check if removing "X-DBUS-StartupType=Multi" from
kcolorchooser.desktop fixes the issue?

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


[krita] [Bug 362868] [AIPTEK] Krita crashes upon putting the stylus back onto the tablet

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362868

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #2 from Boudewijn Rempt  ---
Hi Blaise,

Thanks for your report. We don't have access to the hardware, so it's hard to
figure out what's going on. Could you try to download
http://files.kde.org/krita/3/windows/devbuilds/krita-3.0-Beta-master-d330a4a-x64-dbg.zip
and see if that gives a usable backtrace so we can see where the crash actually
happens? That is a build with the debug symbols included.

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


[kio-extras] [Bug 363048] File conflicts with kio_activities

2016-05-14 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363048

Christoph Feck  changed:

   What|Removed |Added

 CC||ivan.cu...@kde.org
Summary|transaction error while |File conflicts with
   |updating kio-extras with|kio_activities
   |apper   |

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


[kscreenlocker] [Bug 363041] DBUS system DisplayManager Lock does not work

2016-05-14 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363041

Christoph Feck  changed:

   What|Removed |Added

   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org
Product|kde |kscreenlocker
 CC||bhus...@gmail.com,
   ||mgraess...@kde.org
  Component|general |general

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


[kde] [Bug 363065] New: KDE crashes when I connect via x2go to localhost with different user.

2016-05-14 Thread Mikhail via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363065

Bug ID: 363065
   Summary: KDE crashes when I connect via x2go to localhost with
different user.
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: klad...@mail.ru

Application: kdeinit5 ()

Qt Version: 5.6.0
Frameworks Version: 5.21.0
Operating System: Linux 4.5.1-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
- What I was doing when the application crashed:
Just connect to x2go local server with another user.
BUT there is just don't work plasma, I can see KDE settings with kwin. No right
click on the desktop, no plasma panel.

- Custom settings of the application:
ArchLinux + 16.04.0 KDE, x2go client 4.0.5.1

The crash can be reproduced every time.

-- Backtrace:
Application: KCMInit (kdeinit5), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f5610fb6800 (LWP 10185))]

Thread 3 (Thread 0x7f55fa2f8700 (LWP 10187)):
#0  0x7f560f165c3d in poll () from /usr/lib/libc.so.6
#1  0x7f56104d1ae2 in ?? () from /usr/lib/libxcb.so.1
#2  0x7f56104d3757 in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#3  0x7f55fc867a99 in ?? () from /usr/lib/libQt5XcbQpa.so.5
#4  0x7f560f4d2de8 in ?? () from /usr/lib/libQt5Core.so.5
#5  0x7f560c6a8424 in start_thread () from /usr/lib/libpthread.so.0
#6  0x7f560f16ecbd in clone () from /usr/lib/libc.so.6

Thread 2 (Thread 0x7f55f3df3700 (LWP 10190)):
#0  0x7f560f161c0d in read () from /usr/lib/libc.so.6
#1  0x7f560abba073 in ?? () from /usr/lib/tls/libnvidia-tls.so.364.19
#2  0x7f560b9964f0 in ?? () from /usr/lib/libglib-2.0.so.0
#3  0x7f560b952be4 in g_main_context_check () from
/usr/lib/libglib-2.0.so.0
#4  0x7f560b9530a0 in ?? () from /usr/lib/libglib-2.0.so.0
#5  0x7f560b95320c in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#6  0x7f560f6fbcab in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#7  0x7f560f6a46fa in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#8  0x7f560f4cdfe4 in QThread::exec() () from /usr/lib/libQt5Core.so.5
#9  0x7f5604899a55 in ?? () from /usr/lib/libQt5DBus.so.5
#10 0x7f560f4d2de8 in ?? () from /usr/lib/libQt5Core.so.5
#11 0x7f560c6a8424 in start_thread () from /usr/lib/libpthread.so.0
#12 0x7f560f16ecbd in clone () from /usr/lib/libc.so.6

Thread 1 (Thread 0x7f5610fb6800 (LWP 10185)):
[KCrash Handler]
#5  0x7f55fe81577c in XIFreeDeviceInfo () from /usr/lib/libXi.so.6
#6  0x7f55f33e39ff in ?? () from /usr/lib/qt/plugins/kcm_input.so
#7  0x7f55f33ea034 in kcminit_mouse () from
/usr/lib/qt/plugins/kcm_input.so
#8  0x7f55fcd2d898 in ?? () from /usr/lib/libkdeinit5_kcminit_startup.so
#9  0x7f55fcd2e0a7 in ?? () from /usr/lib/libkdeinit5_kcminit_startup.so
#10 0x7f55fcd2ec8f in ?? () from /usr/lib/libkdeinit5_kcminit_startup.so
#11 0x7f55fcd2fee0 in kdemain () from
/usr/lib/libkdeinit5_kcminit_startup.so
#12 0x004086d5 in ?? ()
#13 0x00404c7b in ?? ()
#14 0x7f560f0a7710 in __libc_start_main () from /usr/lib/libc.so.6
#15 0x00405a79 in _start ()

Possible duplicates by query: bug 360018, bug 359010, bug 358873, bug 356701,
bug 355940.

Reported using DrKonqi

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


[plasmashell] [Bug 363034] Switching activities using keyboard shortcuts

2016-05-14 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363034

Christoph Feck  changed:

   What|Removed |Added

Version|unspecified |master
Product|kde |plasmashell
   Assignee|unassigned-b...@kde.org |ivan.cu...@kde.org
  Component|general |Activity Switcher
   Target Milestone|--- |1.0
 CC||plasma-b...@kde.org

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


[okular] [Bug 363011] Okular has incorrect zoom factors

2016-05-14 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363011

Christoph Feck  changed:

   What|Removed |Added

 CC||cf...@kde.org

--- Comment #1 from Christoph Feck  ---
Does your X server report the correct size for your display? Please use
"xrandr" command in Konsole, and check the "Wmm x Hmm" output.

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


[kio-extras] [Bug 363048] File conflicts with kio_activities

2016-05-14 Thread Ivan Čukić via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363048

Ivan Čukić  changed:

   What|Removed |Added

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

--- Comment #1 from Ivan Čukić  ---
You should report bug to fedora - kactivities-workspace (as communicated with
our packagers quite extensively) is only a transitional package until they
update plasma and kf5 to the latest versions.

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

[kde] [Bug 363051] Kcolorchooser freeze DE

2016-05-14 Thread varlesh via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363051

--- Comment #2 from varlesh  ---
Yes, this solve problem. Big thx ))

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


[kde] [Bug 363051] Kcolorchooser freeze DE

2016-05-14 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363051

Christoph Feck  changed:

   What|Removed |Added

   Keywords||junior-jobs

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


[kate] [Bug 343313] kate, kwrite Checking Spelling doesn't works.

2016-05-14 Thread Tim Taylor via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343313

Tim Taylor  changed:

   What|Removed |Added

 CC||tim.taylor+bugzilla.bugs.kd
   ||e@gmail.com

--- Comment #22 from Tim Taylor  ---
(In reply to Alex from comment #21)
> For me it was a font issue. Automatic spellchecking (English) works just
> fine with the DejaVu font, but not with the Hack font. Manual checking works
> with any font.
> 
> Arch
> Kate 16.04 / Kile Git
> Frameworks 5.21
> Qt 5.6

Thank you so much for that info, Alex!

I have been suffering from lack of spellcheck highlighting in Kate since Kate
15.10 and continuing into 16.04 (I'm using Kubuntu). I had set my default
system font to Liberation Sans, and that turned out to be the cause of no
spellcheck highlighting in Kate. I've now set my default font in Kate to Noto
Mono, and highlighting works again. 

Really glad to have got this annoying problem fixed at last!

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


[krita] [Bug 363019] Krita doesn't open Canon raw files (CR2)

2016-05-14 Thread Sven Claussner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363019

--- Comment #8 from Sven Claussner  ---
Indeed... Google made a JPEG file with the extension .raw out of it. Sorry for
the inconvenience, I didn't know that before.
Here is an updated link which doesn't garble the file anymore:
https://sourceforge.net/projects/scl-s-bug-report-attachments/files/IMG_9645.CR2/download

Note that the extension raw is already associated with Panasonic raw camera
files, so it must be CR2.

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


[dolphin] [Bug 363066] New: Luks dm-crypt encrypted disks and ROM media cannot be ejected via the filemanager

2016-05-14 Thread Frank via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363066

Bug ID: 363066
   Summary: Luks dm-crypt encrypted disks and ROM media cannot be
ejected via the filemanager
   Product: dolphin
   Version: unspecified
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: fhe...@inbox.lv

Version 16.03.90

I use encrypted BR-Ds and dolphin detects them and mounts / decrypts them.
Fine. But if one after that tries to unmount them the cryptsetup binding stays
in place and they cannot be ejected unless one does a manual cryptsetup close
on the automounted device.

It should not only unmount the device but also detach the cryptsetup device
mapping!

Reproducible: Always

Steps to Reproduce:
1. Put in BR-D with Luks dm-crypted iso
2. open it with dolphin which asks for password and mounts it
3. Try to unmount / release / eject it via dolphin

Actual Results:  
the cryptsetup binding stays in place and they cannot be ejected unless one
does a manual cryptsetup close on the automounted device.

Expected Results:  
It should not only unmount the device but also detach the cryptsetup device
mapping!

It is nice that dolphin supports encrypted devices, but so far the support is
"half-assed". People without a deep knowledge of the underlying encryption
process will not be able to manually detach the device to eject the media.

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


[k3b] [Bug 363067] New: Feature request: Please support luks dm-crypt encrypted data projects

2016-05-14 Thread Frank via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363067

Bug ID: 363067
   Summary: Feature request: Please support luks dm-crypt
encrypted data projects
   Product: k3b
   Version: 2.0.3
  Platform: Gentoo Packages
   URL: http://www.troubleshooters.com/lpm/201408/201408.htm#l
uksbluray_objective
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Data Project
  Assignee: k...@kde.org
  Reporter: fhe...@inbox.lv
CC: mich...@jabster.pl, tr...@kde.org

I am using millenium BR-Ds for data backup. And I encrypt these disks following
current state-of-the-art encryption, which is luks dm-crypt as described e.g.
here http://www.troubleshooters.com/lpm/201408/201408.htm#luksbluray_objective

Currently this can only be done manually, as k3b has no option to create an
encrypted data project. Ideally there should be an option on the data project
properties that allows to enable encryption and set the up to 8 password for
the luks password slots. Even better it could be listed as "encrypted data
project" and prompt for the password(s) and set such an encrypted data project
up.

The required tools for doing this are stable and available on all systems. See
the link for a description how this is manually done.

Reproducible: Always

Steps to Reproduce:
1. Try to create an encrypted data project
2. Find out that k3b does not support / offer it
3. Then do it all manually and don't use k3b

Actual Results:  
Works only manually

Expected Results:  
Would be nice if it was supported

That is the usual vicious circle for encryption. Most people know they should
use it but it is too much off a hassle for them to use it. As no one uses it,
most programs don't support it. No support = almost no one uses it. Catch 22.

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


[kmail2] [Bug 362280] KMail replaces addresses in the header by "Me"

2016-05-14 Thread Luca Beltrame via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362280

--- Comment #5 from Luca Beltrame  ---
I'm not a developer. I merely reported that when there are multiple identities,
the next version of KDE PIM will not display "Me" anymore.

For the rest, please look up https://www.kde.org/code-of-conduct when replying,
thank you.

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


[ksmserver] [Bug 354097] Session management broken when using several virtual desktops

2016-05-14 Thread Frank via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354097

--- Comment #6 from Frank  ---
No objections to mark this duplicate. The  bug#338578 should be marked
confirmed / grave then however. Several people have the same problem and
consider this a grave regression / bug.

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


[kwin] [Bug 362898] Zoom should not resort to proportional but just skip the failed cursor update

2016-05-14 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362898

Thomas Lübking  changed:

   What|Removed |Added

  Component|general |effects-various
   Severity|normal  |wishlist
Summary|KWin Zoom seems to "forget" |Zoom should not resort to
   |settings|proportional but just skip
   ||the failed cursor update

--- Comment #15 from Thomas Lübking  ---
Completely untested, I'd still prefer know to why getting the cursor image
would fail.

diff --git a/effects/zoom/zoom.cpp b/effects/zoom/zoom.cpp
index 72a976f..1807c3c 100644
--- a/effects/zoom/zoom.cpp
+++ b/effects/zoom/zoom.cpp
@@ -207,8 +207,15 @@ void ZoomEffect::recreateTexture()
 free(ximg);
 }
 else {
-qCDebug(KWINEFFECTS) << "Falling back to proportional mouse
tracking!";
-mouseTracking = MouseTrackingProportional;
+if ((effects->isOpenGLCompositing() && texture.isNull())
+#ifdef KWIN_HAVE_XRENDER_COMPOSITING
+|| (effects->compositingType() == XRenderCompositing &&
xrenderPicture.isNull())
+#endif
+) {
+qCDebug(KWINEFFECTS) << "Falling back to proportional mouse
tracking!";
+mouseTracking = MouseTrackingProportional;
+}
+// keep old texture rather than altering the behavior, bug #362898
 }
 }

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

[kmail2] [Bug 362280] KMail replaces addresses in the header by "Me"

2016-05-14 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362280

Laurent Montel  changed:

   What|Removed |Added

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

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


[kdenlive] [Bug 363033] git master: double clicking a track title does not set input focus to title input field, only selects it.

2016-05-14 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363033

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

   What|Removed |Added

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

--- Comment #2 from wegwerf-1-...@gmx.de ---
Jean-Baptiste, thank you very much for fixing this! Works now, so I will close
this bug report as RESOLVED FIXED.

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


[krita] [Bug 362948] [PERITAB] Krita crashes if I touch the tablet with the pen

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362948

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #5 from Boudewijn Rempt  ---
Okay, thanks for checking. Could you try to get a tablet log for us
(https://docs.krita.org/KritaFAQ#Tablets) and check if
http://files.kde.org/krita/3/windows/devbuilds/krita-3.0-Beta-master-d330a4a-x64-dbg.zip
produces a backtrace?

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


[kdenlive] [Bug 358185] Kdenlive-git - Title editor, shows greenish overlay after clicking "Show Background", but only the first time.

2016-05-14 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358185

--- Comment #7 from wegwerf-1-...@gmx.de ---
Jean-Baptiste, thank you very much for the fix! Works for me now.

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


[krita] [Bug 362833] Transform operation never completes

2016-05-14 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362833

Boudewijn Rempt  changed:

   What|Removed |Added

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

--- Comment #2 from Boudewijn Rempt  ---
Hi Rylune,

I'm sorry, I cannot reproduce this on Windows either. Can you reproduce it
reliably with the latest windows builds?

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


[krita] [Bug 362961] In "Switch Application Language..." do not reset items to default values if already reset

2016-05-14 Thread mvowada via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362961

--- Comment #5 from mvowada  ---
Created attachment 98959
  --> https://bugs.kde.org/attachment.cgi?id=98959&action=edit
Video example with Krita version 2.9.6.

Hi Boudewijn, thanks. It's fine with an old Krita Version: 2.9.6 (git edd766e)
(see video).

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


[kmail2] [Bug 362280] KMail replaces addresses in the header by "Me"

2016-05-14 Thread Franky via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362280

Franky  changed:

   What|Removed |Added

 CC||kaputt...@kabelmail.de

--- Comment #6 from Franky  ---
(In reply to Luca Beltrame from comment #3)
> http://commits.kde.org/messagelib/bb8aa0e75f50caaff4a9a7b137d3a663b2e467ac
> should make "Me" change when there's more than one identity.

Thanks :-)

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


[KScreen] [Bug 360926] Waking up notebook after undocking from a multi-monitor setup creates an impossible kscreen configuration

2016-05-14 Thread Ben via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360926

Ben  changed:

   What|Removed |Added

 CC||benja...@heisig.name

--- Comment #4 from Ben  ---
I've recently experienced the same behavior on my Lenovo T-450s and a docking
station with Kubuntu 16.04 LTS (Plasma 5.5).

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


  1   2   3   >