[digikam] [Bug 367853] Digikam hangs on 'Reading database' when stumbling across MacOS' Photos Library of a huge size (>20GB)

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367853

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

   What|Removed |Added

Summary|Digikam hangs on 'Reading   |Digikam hangs on 'Reading
   |database' when stumbling|database' when stumbling
   |across MacOS' Photos|across MacOS' Photos
   |Library.photoslibrary of a  |Library of a huge size
   |huge size (>20GB)   |(>20GB)
 CC||caulier.gil...@gmail.com

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


[konsole] [Bug 367447] Having one konsole window open at logout opens two at next login

2016-08-26 Thread John Stanley via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367447

John Stanley  changed:

   What|Removed |Added

 CC||jpsinthe...@gmail.com

--- Comment #6 from John Stanley  ---
This bug is due to'konsoleApp.newInstance() being called always, even when
session Restoration is in effect. As a workaround, I've patched as follows:

--- konsole-16.08.0.old/src/main.cpp2016-08-09 19:01:34.0 -0400
+++ konsole-16.08.0.new/src/main.cpp2016-08-25 20:58:20.973978896 -0400
@@ -158,15 +158,13 @@ extern "C" int Q_DECL_EXPORT kdemain(int
 // of Konsole is started.
 QObject::connect(, ::activateRequested,
, ::slotActivateRequested);

-if (!konsoleApp.newInstance()) {
+if (app->isSessionRestored())
+restoreSession(konsoleApp);
+else if (!konsoleApp.newInstance()) {
 // An argument that printed something and mean we should just quit was
passed.
 delete app;
 return 0;
 }
-
-if (app->isSessionRestored())
-restoreSession(konsoleApp);
-
 // Since we've allocated the QApplication on the heap for the KDBusService
workaround,
 // we need to delete it manually before returning from main().
 int ret = app->exec();

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


[digikam] [Bug 367880] Nexus 5X videos show up upside-down in Digikam

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367880

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

   What|Removed |Added

 Resolution|--- |UPSTREAM
 CC||caulier.gil...@gmail.com
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from caulier.gil...@gmail.com ---
There is no video decoder in digiKam. All is done with Qt5Multimedia which use
GStremer backend under Linux

Giles Caulier

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


[konsole] [Bug 367882] New: FileFilter implementation cause konsole cpu usage to go to 80-100%

2016-08-26 Thread John Stanley via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367882

Bug ID: 367882
   Summary: FileFilter implementation cause konsole cpu usage to
go to 80-100%
   Product: konsole
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: jpsinthe...@gmail.com

With commit 9d2fd9a3583c85d8c64cee1a46183befd5d5e5d6, "Implement a new file
filter using POSIX Portable Filename Character Set", konsole consumes 80-100%
cpu for 1-3 second periods when selecting/high-lighting text displayed after
issuing, e.g., 'ls -R'  or 'find -name xx' on directories with many
sub-directories/files. Also, afterward, konsole is erratically sluggish, using
11-40% cpu during routine activities.

Version konsole-16.04.3 (or commits prior to
9d2fd9a3583c85d8c64cee1a46183befd5d5e5d6 do not exhibit this behavior.

Reproducible: Always

Steps to Reproduce:
1. launch 'top' in a non-konsole terminal, say, QTerminal, to monitor CPU
activity
2. launch konsole
3. in konsole, issue 'find ' or 'ls -R' in a directory with many
sub-directories/files

Actual Results:  
After issuing the 'find' or 'ls -R' commands, konsole erratically uses 8-13%
cpu.

Further, double-left clicking on any of the displayed filenames (for copy/paste
purposes), takes up to 2-3 seconds for the string to be high-lighted, and cpu
usage jumps to 80-100% for 1-3 seconds.

Further, scrolling has horrible delays and konsole is generally sluggish at
this point onward, and, changing focus to/from konsole to another window is
also sluggish. At this point, konsole erratically uses 11-39% cpu.

Expected Results:  
Repeating the above steps for konsole versions prior to this commit never show
more than 1-3% cpu for copy/pasting. Konsole should not exhibit such high cpu
and become sluggish under said conditions.

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


[kdenlive] [Bug 366806] In 16.08.0 the project monitor remains blank (gray) while clips are playing

2016-08-26 Thread Grzegorz Nowak via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366806

Grzegorz Nowak  changed:

   What|Removed |Added

 CC||gno...@gmail.com

--- Comment #9 from Grzegorz Nowak  ---
I can confirm this bug.

It does not work for specific setups, but I don't know why. The latest stable
version of Kdenlive is 16.04.3. Quite big jump in the repository from that
version to 16.08.0.. hmm stable? :-)

Well looking forward to see what causes this. I would rather not be stuck in
16.04.. :-)

But hey, calling a .0 version stable is pretty random too. :-)

All the best.

/G

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


[kdevelop] [Bug 367881] New: Incorrect virtual function override of textChanged in AdaptSignatureAssistant

2016-08-26 Thread Rafal Lalik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367881

Bug ID: 367881
   Summary: Incorrect virtual function override of textChanged in
AdaptSignatureAssistant
   Product: kdevelop
   Version: 5.0.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: kdevelop-bugs-n...@kde.org
  Reporter: rafalla...@gmail.com

Compilation of kdevelop-5.0 fails with following error:

In file included from
/tmp/portage/dev-util/kdevelop-5.0.0/work/kdevelop-5.0/languages/cpp/cpplanguagesupport.cpp:81:0:
/tmp/portage/dev-util/kdevelop-5.0.0/work/kdevelop-5.0/languages/cpp/codegen/adaptsignatureassistant.h:45:18:
error: ‘virtual void
Cpp::AdaptSignatureAssistant::textChanged(KTextEditor::View*, const
KTextEditor::Range&, const QString&)’ marked override, but does not override
 virtual void textChanged(KTextEditor::View* view, const
KTextEditor::Range& invocationRange, const QString& removedText = QString())
override;

I found that kdevplatform defines base function
(kdevplatform-5.0/language/assistant/staticassistant.h, line 82) as:

virtual void textChanged(KTextEditor::Document* doc, const KTextEditor::Range&
invocationRange, const QString& removedText = QString()) = 0;

whereas kdevelop overrides it as
(kdevelop-5.0/languages/cpp/codegen/adaptsignatureassistant.h, line 45):

virtual void textChanged(KTextEditor::View* view, const KTextEditor::Range&
invocationRange, const QString& removedText = QString()) override;

Mismatch is with the first argument: KTextEditor::Document* ->
KTextEditor::View*) and 'override' modifier causes fail of the compilation.

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

[plasmashell] [Bug 362556] Right click on legacy GTK tray icons does not work.

2016-08-26 Thread pdf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362556

pdf  changed:

   What|Removed |Added

 CC||k...@obfusc8.org

--- Comment #5 from pdf  ---
pamac issue: https://github.com/manjaro/pamac/issues/159

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


[ksnapshot] [Bug 210916] ksnapshot can lock up the screen when capturing context menu under the "region" mode, unless you use double clicking.

2016-08-26 Thread : Lee Cowell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=210916

:Lee Cowell  changed:

   What|Removed |Added

 CC||le...@yahoo.com

--- Comment #11 from :Lee Cowell  ---
Reported years ago. attempting to capture ANY menu with say; a delay then
selecting an hitting Enter locks the entire system. its reproducible at will.

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


[digikam] [Bug 367880] New: Nexus 5X videos show up upside-down in Digikam

2016-08-26 Thread Eric Mesa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367880

Bug ID: 367880
   Summary: Nexus 5X videos show up upside-down in Digikam
   Product: digikam
   Version: 5.1.0
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: digikam-de...@kde.org
  Reporter: ericsbinarywo...@gmail.com

The videos are landscape mode and show up upside-down in Digikam. By contast,
videos taken with Canon S100 are correctly upside up.

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


[plasmashell] [Bug 350826] plasma desktop containment seems to intermediately switch window type to normal when showing desktop

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350826

--- Comment #69 from jeremy9...@gmail.com ---
Well I spook too soon. The rule wasn't saved (I probably didn't click on
"apply" even if I thought I had). So with the rule "show desktop" seem to work
properly.

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


[plasmashell] [Bug 350826] plasma desktop containment seems to intermediately switch window type to normal when showing desktop

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350826

jeremy9...@gmail.com changed:

   What|Removed |Added

   Platform|Kubuntu Packages|Fedora RPMs
Version|5.6.1   |5.7.3

--- Comment #68 from jeremy9...@gmail.com ---
That doesn't change anything it seems. "show desktop" doesn't work sometime.

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


[Akonadi] [Bug 338571] Performance Regression: Folder synchronisation in Akonadi 16.08 (actually in any release, starting with KDE 4.14) very slow, compared to kMail from KDE 4.13.x

2016-08-26 Thread Gunter Ohrner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338571

--- Comment #21 from Gunter Ohrner  ---
Wow, it's much worse than one query per mail...

Activating the MySQL query log and just opening my Sent folder leaves me with a
log file which is - 190 MByte (!) in size... Admittedly there are also some
timestamps in there, but at least half of that is SQL...

Apparently, kMail runs the following set of queries *twice* for *each* single
mail:

2016-08-26T22:57:43.864393Z   88 ExecuteSELECT PimItemTable.id,
PimItemTable.rev, PimItemTable.remoteId, PimItemTable.remoteRevision,
PimItemTable.gid, PimItemTable.collectionId, PimItemTable.mimeTypeId,
PimItemTable.datetime, PimItemTable.atime, PimItemTable.dirty,
PimItemTable.size FROM PimItemTable WHERE ( collectionId = 602 AND remoteId =
'24314' )
2016-08-26T22:57:43.864535Z   88 Reset stmt
2016-08-26T22:57:43.864561Z   88 ExecuteSELECT FlagTable.id,
FlagTable.name FROM FlagTable INNER JOIN PimItemFlagRelation ON (
PimItemFlagRelation.Flag_id = FlagTable.id ) WHERE (
PimItemFlagRelation.PimItem_id = 653279 )
2016-08-26T22:57:43.864667Z   88 Reset stmt
2016-08-26T22:57:43.864693Z   88 ExecuteSELECT FlagTable.id,
FlagTable.name FROM FlagTable INNER JOIN PimItemFlagRelation ON (
PimItemFlagRelation.Flag_id = FlagTable.id ) WHERE (
PimItemFlagRelation.PimItem_id = 653279 )
2016-08-26T22:57:43.864793Z   88 Reset stmt
2016-08-26T22:57:43.864819Z   88 ExecuteSELECT PartTable.id,
PartTable.pimItemId, PartTable.partTypeId, PartTable.data, PartTable.datasize,
PartTable.version, PartTable.external FROM PartTable WHERE ( pimItemId = 653279
)
2016-08-26T22:57:43.864946Z   88 Reset stmt
2016-08-26T22:57:43.864980Z   88 ExecuteUPDATE PimItemTable SET rev =
1, remoteId = '24314', remoteRevision = NULL, gid =
'<201101172158.07416.xxx...@example.com>', collectionId = 602, mimeTypeId = 2,
datetime = '2016-08-26 22:57:43', atime = '2016-08-27 00:57:43', dirty = 0,
size = 967 WHERE ( id = 653279 )
2016-08-26T22:57:43.865197Z   88 Reset stmt

That sums up to 5 queries times 40,000 mails times 2 = 400,000 queries just to
*open* a single folder. Whoa.

In addition to the sheer number of queries one notes that the following
identical query (with same parameters!) is executed twice in this batch, and is
even a *join*:

SELECT FlagTable.id, FlagTable.name FROM FlagTable INNER JOIN
PimItemFlagRelation ON ( PimItemFlagRelation.Flag_id = FlagTable.id ) WHERE (
PimItemFlagRelation.PimItem_id = 653279 )

Hopefully, the MySQL query cache is able to optimize the second execution away
but you still lose some time to send the query and retrieve the response.

So we could already save 80,000 join executions just by removing the second
redundant call and re-using the result the first call returned. That would
still leave us with 320,000 queries however. If kMail would scan the folder
only once, we would be down to 160,000 queries - still a lot for 40,000 mails,
but already about 2.5 times faster than at the moment.

All queries properly use indices, but given the sheer number of simple
statements and a necessary join, I'm not surprised it's *that* slow.

All I know about relational databases would suggest it would be much better to
use larger batch-selects and updates instead of tons of individual key lookups.
This kind of workload would be more suited for KVP/hash based data stores - and
preferrably an in-memory cache, at least for read accesses...

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


[neon] [Bug 367745] KDE neon User Edition 5.7 - xenial 16.04 - sudo apt-get upgrade - appstream is crashing the install or upgrade of software - appstreamcli: symbol lookup error: appstreamcli: undefi

2016-08-26 Thread Cristian Umaña via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367745

Cristian Umaña  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Cristian Umaña  ---
> Always use dist-upgrade
Thanks I didn't know that, I think that dist-upgrade is for a complete distro
upgrade.

> Why are you talking about yakkety?
This link:
https://launchpad.net/ubuntu/+source/appstream

It's the ubuntu archive for appstream 0.9.7-1 and 0.9.8-4 both are intended for
Yakkety
The appstream version 0.9.4-1 is for Xenial

>> qma@mjolnir:~$ uname -a
>> Linux mjolnir 4.6.2-040602-generic #201606100516 SMP Fri Jun 10 09:18:34 UTC 
>> 2016 x86_64 x86_64 x86_64 GNU/Linux 
>
>That's not a supported kernel.
My computer was having troubles with my wifi card and that kernel solved it

>If you look closely at the URLs you'll see that they don't actually add up. 
Well you're right they seem different searching on google it was the only place
I found it

>If you dist-upgrade. Does the issue persist?
I dist-upgrade and everything is working now, thanks for all the help, I'm
sorry to bother you
Regards,

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

[Akonadi] [Bug 338571] Performance Regression: Folder synchronisation in Akonadi 16.08 (actually in any release, starting with KDE 4.14) very slow, compared to kMail from KDE 4.13.x

2016-08-26 Thread Gunter Ohrner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338571

--- Comment #20 from Gunter Ohrner  ---
Currently slightly more than 41000 mails. It was somewhat less two years ago
with kMail from KDE 4.13, but not significantly, and the performance dropped
all of a sudden with the update.

Thunderbird is quite snappy with a folder that size, but I like kMail more -
although the extremely bad performance is definitely getting on my nerves.

I tried increasing the innodb buffer size, but this did not result in any
significant improvement.

My impression is that there's at least one separate query issued for each mail,
maybe more. This would also match the observations stated above by another
user. Probably a lot less queries were issued in kMail 4.13, which also was
already based on Akonadi. (KDE 4.7 was the first release that included the
Akonadi-based kMail 2.)

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


[KScreen] [Bug 365455] Second external monitor of MST setup does not turn on most of the times

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365455

--- Comment #35 from darkba...@linuxsystems.it ---
Created attachment 100794
  --> https://bugs.kde.org/attachment.cgi?id=100794=edit
Xorg.0.log

> Would be interesting indeed if you can trigger switching the display on by 
> going through a dpms
> cycle, as Martin asked.

After the dpms cycle the right monitor turned on as Martin said! I wouldn't be
surprised if it ends up being yet another Intel bug.

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


[KScreen] [Bug 365455] Second external monitor of MST setup does not turn on most of the times

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365455

--- Comment #34 from darkba...@linuxsystems.it ---
Created attachment 100793
  --> https://bugs.kde.org/attachment.cgi?id=100793=edit
dmesg

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


[plasmashell] [Bug 364482] Plasma Wayland : the minimizing animation of a window won't play unless mouse pointer leaves task manager area

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364482

tro...@free.fr changed:

   What|Removed |Added

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

--- Comment #4 from tro...@free.fr ---
It is fixed in Plasma 5.7.4.

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


[Akonadi] [Bug 338571] Performance Regression: Folder synchronisation in Akonadi 16.08 (actually in any release, starting with KDE 4.14) very slow, compared to kMail from KDE 4.13.x

2016-08-26 Thread Martin Steigerwald via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338571

--- Comment #19 from Martin Steigerwald  ---
Gunter, how big is your sent folder? How many mails are in there.

And, I am not sure whether it has been mentioned already, but my better
experience may (!) be related to some manual MySQL tuning. Especially:

# memory buffer InnoDB uses to cache data and indexes of its tables
(default:128M)
# Larger values means less I/O
innodb_buffer_pool_size=1024M

I have no scientific measurement, but I think I noticed slowdowns as after an
upgrade of Akonadi its replaced that file with a newer one. I made a bug report
about this quite some time ago, but the a dev declined my suggestion to raise
the ridiculously low 64M I think default to something higher with the argument
the configuration came from I think Kristian Köhntopp so it must be right.
Also, and I get that, there are smaller mail setups as well. From what I
understand about MySQL performance tuning, the default value set by Akonadi
MySQL standard config is way to low for larger setups. mysqltuner.pl agrees
there as well. I suggest you run mysqltuner against the socket of the Akonadi
database and then review the suggestions it makes. I am pretty sure it will
tell you to raise the InnoDB buffer pool size considerably.

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

[kdevelop] [Bug 359720] Wrong question about a deleted session when opening one with the same name

2016-08-26 Thread Folco via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359720

--- Comment #1 from Folco  ---
Typo in the window title and in the label: "Open" instead of "Opened"

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


[okteta] [Bug 367863] add string encoding="ebcdic"

2016-08-26 Thread Alex Richardson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367863

Alex Richardson  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

--- Comment #1 from Alex Richardson  ---
Added to my to do list. However, I am quite busy at the moment and probably
won't have time to work on okteta for the next 2 months.

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


[kmail2] [Bug 367879] New: typing "/" in composer shouldn't activate quicksearch

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367879

Bug ID: 367879
   Summary: typing "/" in composer shouldn't activate quicksearch
   Product: kmail2
   Version: 5.2.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: composer
  Assignee: kdepim-b...@kde.org
  Reporter: i...@umich.edu

When composing a message, there's no reason I can think of one might want to
use forward-slash key to activate the quicksearch popup, instead of typing the
"/" character.
I couldn't find any means to configure this behavior, except in the KDE global
keyboard shortcut settings - which doesn't seem to have any effect.

Reproducible: Always

Steps to Reproduce:
1. Start a new message
2. Focus the editor pane
3. Press the "/" key

Actual Results:  
The quicksearch popup appears.

Expected Results:  
Insert the "/" character at cursor location.

plaintext or rich text setting makes no difference.

>From "About":
Version 5.2.3
Using:
  KDE Frameworks 5.25.0
  Qt 5.7.0 (built against 5.7.0)
  The xcb windowing system

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


[okteta] [Bug 367864] Specify Big or Little Endian for multi-byte structure primitives

2016-08-26 Thread Alex Richardson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367864

Alex Richardson  changed:

   What|Removed |Added

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

--- Comment #1 from Alex Richardson  ---
You can use  to get the
desired result.

Or do you want to be able to have type aliases so that  type="uint32-be" refers
to that? That is not implemented yet and I'm not sure it makes sense. You could
achieve that when using javascript structure definitions
(https://userbase.kde.org/Okteta/Writing_structure_definitions):

function uint32_be() {
  var ret = uint32()
  ret.byteOrder = "big-endian"
  return ret;
}

function init() {
  var mm_example = struct({foo: uint32_be()}
  return mm_example;
}

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


[krita] [Bug 367832] Do not export PNG with Embed sRGB profile checked by default because Firefox color shift and more.

2016-08-26 Thread Elle Stone via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367832

--- Comment #16 from Elle Stone  ---
(In reply to Tyson Tan from comment #15)

> MS and Adobe both supplies a sRGB V2 profile with their software. Adobe also
> provides a color profile download that includes sRGB and AdobeRGB profiles.

Do you have a link? I checked the Adobe website about a month ago, and there
were no sRGB profiles in the download pack, and haven't been for quite awhile.

> Last time I checked, the said sRGB profiles was produced by ICC in the meta
> information. Ubuntu also has a similar sRGB profile to generate default ICC
> for everything. If you cannot find them, I can extract them later for you.

I'm not sure what you mean by "Last time I checked, the said sRGB profiles was
produced by ICC in the meta information." A kind person sent me two files
exported from CS5 and CS6  with embedded sRGB profiles, and the copyright was
by Hewlett-Packard. The sRGB profiles downloadable from color.org are
copyrighted by the ICC. These are the only sRGB profiles I've ever seen that
are copyrighted by the ICC.

Your offer to send extracted profiles is very kind, but there's no need. I have
an extensive collection of sRGB profiles from a previous investigation of "the"
sRGB profile. And I'm pretty sure that if you extracted a profile from an image
and sent the profile to me, and the profile wasn't copyrighted as CC0, public
domain, etc, then you'd be violating the profile copyright. 

Fortunately you can easily eximine embedded profiles by using exiftool: 
exiftool filename.png

As an aside, the sRGB profile embedded by CS5/CS6 (one on Windows, one on Mac)
in the two images that were sent to me is a profile that libpng marks as "known
incorrect sRGB profile". The CMM tag says "Lino" and the copyright tag says
Hewlett-Packard. I could be wrong, but I think this profile might be
distributed by the OS, not by PhotoShop. Of course this doesn't preclude the
possibility that there really is an ICC-copyrighted sRGB profile distributed
along with some versions of PhotoShop.

If Firefox with default settings on OSX treats the old "Lino" profile as sRGB,
how does it treat Graham Gill's sRGB.icm profile? If you wouldn't mind
checking, I included a png with Graham Gill's profile embedded in my post to my
website
(http://ninedegreesbelow.com/bug-reports/browsers-and-icc-profiles.html). 

> The cheapest workaround is simple: change the default value of “Embed sRGB
> profile” to UNCHECKED, and ideally add some explanation text below so people
> don’t try to be smart by checking it. We are already doing that when
> exporting JPG, why not PNG too? I understand that as a developer, you want
> things to work according to the standard with a correct process. But people
> just want to see correct result.

As long as the user has a chance to check the box to embed the profile, and
keep that box checked, instead of having to check it every time, your solution
sounds reasonable. But it results in what the esteemed Bruce Fraser called
"mystery meat" images. In an ICC profile color managed workflow, images need
embedded ICC profiles. I understand that there are exceptions. And it's a shame
that Firefox has created such a disaster for color managing images posted to
the web. But it would be best if Krita users have the option to made a choice
to embed (or not embed) a profile and have that choice "stick" until they
deliberately make the opposite choice.

Best,
Elle

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

[kcontrol] [Bug 131193] Keyboard shortcuts don't work with combinations [Modifier]+KP_[0-9]

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=131193

ru...@janmaes.com changed:

   What|Removed |Added

 CC||ru...@janmaes.com

--- Comment #3 from ru...@janmaes.com ---
This prevents making a quick tile setup like in Unity. That would be nice to
have.

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


[plasmashell] [Bug 367816] Icons in kickoff have varying stroke width

2016-08-26 Thread andreas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367816

andreas  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/plas
   ||ma-framework/152b71df5b8e32
   ||70ad0d0cbfc78758c20c9e902e

--- Comment #10 from andreas  ---
Git commit 152b71df5b8e3270ad0d0cbfc78758c20c9e902e by andreas kainz.
Committed on 26/08/2016 at 21:47.
Pushed by andreask into branch 'master'.

add computer and laptop icon for kicker

M  +---src/desktoptheme/breeze/icons/computer.svgz
M  +1-1src/desktoptheme/breeze/metadata.desktop

http://commits.kde.org/plasma-framework/152b71df5b8e3270ad0d0cbfc78758c20c9e902e

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


[kwin] [Bug 366689] kwin_wayland segfault ... error 4 in libQt5Qml.so.5.7.0

2016-08-26 Thread James via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366689

--- Comment #11 from James  ---
Ok - hopefully something simple:

While dragging a window, the dragged window is visible only on the "first"
display, and is not visible on the second or third display.  The window becomes
visible again when the mouse button is released. 

Also, the dragged window may appear to be "under" another window and not seen
while dragging, but not always.

A dragged window should always be visible.

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


[kio-extras] [Bug 366795] Paste action disabled when copying a local file to smb:// or mtp://

2016-08-26 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366795

--- Comment #10 from Elvis Angelaccio  ---
(In reply to Elvis Angelaccio from comment #9)
> sftp:// is also affected.

Actually sftp is fine. I thought that kdeconnect was using sftp://, but instead
it has its own kio slave, so I filed another report for it:
https://bugs.kde.org/show_bug.cgi?id=367878

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


[kdeconnect] [Bug 367878] New: [KIO >= 5.25] Paste action disabled when copying local files to kdeconnect:// slave

2016-08-26 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367878

Bug ID: 367878
   Summary: [KIO >= 5.25] Paste action disabled when copying local
files to kdeconnect:// slave
   Product: kdeconnect
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: elvis.angelac...@kdemail.net

The kdeconnect:// kio slave is affected by the same bug described in
https://bugs.kde.org/show_bug.cgi?id=366795

To fix this, it should be enough to emit a valid (and writable) UDSEntry for
"." in the slave's listDir() method.

Reproducible: Always

Steps to Reproduce:
1. Update to KIO 5.25
2. Try to paste some file to your smartphone

Actual Results:  
Paste action disabled

Expected Results:  
Paste action enabled

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


[kdeconnect] [Bug 367877] New: Use the PC keyboard to type directly into the phone

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367877

Bug ID: 367877
   Summary: Use the PC keyboard to type directly into the phone
   Product: kdeconnect
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: ci3...@gmail.com

For me the most common usecase for kdeconnect is: Type some long message in an
editor, than copy paste it to the phone.

It would be awesome, if you browse your android and the virtual keyboard
appears, there appears also a notification on the desktop "Click here to type
in Android." Clicking the button then opens a window or so, allowing you to
type in, and this is instantly send to android (or instead a window, a "unlink
button" appears that you can click to deaktivate the linking of the keyboard to
android).

Reproducible: Always

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


[krita] [Bug 367832] Do not export PNG with Embed sRGB profile checked by default because Firefox color shift and more.

2016-08-26 Thread Tyson Tan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367832

--- Comment #14 from Tyson Tan  ---
Hi Elle,

MS and Adobe both supplies a sRGB V2 profile with their software. Adobe also
provides a color profile download that includes sRGB and AdobeRGB profiles.
Last time I checked, the said sRGB profiles was produced by ICC in the meta
information. Ubuntu also has a similar sRGB profile to generate default ICC for
everything. If you cannot find them, I can extract them later for you.

I agree with your idea to make a new option that reads like “Workaround broken
color management of some OS”, which is checked by default, does whatever
necessary to make sure the exported picture shows correct color everywhere.

As for the technical stuff... look at all those parties you’ve mentioned.
Because of the horrible foundation they laid, everybody now has developed their
own ways to coupe with the problem. You change one thing upstream, you break
everybody downstream. I bet they’d rather remain the current state.

Although I can understand everything in this conversation so far, I’m just a
desperate artist who was forced to learn stuff that’s not in my legit
territory. I’ll do whatever I can to help the research, but our research will
take time. I understand the ideal solution indeed SHOULD be done by the
upstreams, but in reality it probably won’t be there in a few years. Meanwhile,
the artists use Krita probably have deadlines to beat and cannot wait that
long. 

The cheapest workaround is simple: change the default value of “Embed sRGB
profile” to UNCHECKED, and ideally add some explanation text below so people
don’t try to be smart by checking it. We are already doing that for JPG, why
not PNG too? I understand that as a developer, you want things to work
according to the standard with a correct process. But in reality, people just
want to see right color.

It’s so frustrating seeing my own pictures displayed and printed with wrong
color, probably losing potential clients as well. Although I know how to avoid
it now, it still breaks my heart seeing fellow Krita artists unknowingly
suffering the same. Please help them!
Hi Elle,

MS and Adobe both supplies a sRGB V2 profile with their software. Adobe also
provides a color profile download that includes sRGB and AdobeRGB profiles.
Last time I checked, the said sRGB profiles was produced by ICC in the meta
information. Ubuntu also has a similar sRGB profile to generate default ICC for
everything. If you cannot find them, I can extract them later for you.

I agree with your idea to make a new option that reads like “Workaround broken
color management of some OS”, which is checked by default, does whatever
necessary to make sure the exported picture shows correct color everywhere.

As for the technical stuff... look at all those parties you’ve mentioned.
Because of the horrible foundation they laid, everybody now has developed their
own ways to coupe with the problem. You change one thing upstream, you break
everybody downstream. I bet they’d rather remain the current state.

Although I can understand everything in this conversation so far, I’m just a
desperate artist who was forced to learn stuff that’s not in my territory. I’ll
do whatever I can to help the research, but our research will take time. I
understand the ideal solution indeed SHOULD be done by the upstreams, but in
reality it probably won’t be there in years. Meanwhile, the artists use Krita
probably have deadlines to beat and cannot wait that long. It’s frustrating
seeing my own pictures displayed and printed with wrong color, probably losing
potential clients as a result as well. Now I know how to avoid it myself, it
still breaks my heart seeing fellow Krita artists unknowingly suffering the
same.

The cheapest workaround is simple: change the default value of “Embed sRGB
profile” to UNCHECKED, and ideally add some explanation text below so people
don’t try to be smart by checking it. We are already doing that when exporting
JPG, why not PNG too? I understand that as a developer, you want things to work
according to the standard with a correct process. But people just want to see
nice result.

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

[kmail2] [Bug 367874] kMail crashes upon Thunderbird-generated invitation confirmations

2016-08-26 Thread Gunter Ohrner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367874

Gunter Ohrner  changed:

   What|Removed |Added

 CC||kdeb...@customcdrom.de

--- Comment #1 from Gunter Ohrner  ---
Created attachment 100792
  --> https://bugs.kde.org/attachment.cgi?id=100792=edit
Testcase message

Ah, looks as if I actually CAN reproduce the crash also with another UID.
Please try the attached message.

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


[kdevelop] [Bug 344192] Crash while trying to save a file as an already open file

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344192

--- Comment #6 from Kevin Funk  ---
Reproduced.

SUMMARY: AddressSanitizer: undefined-behavior
/home/kfunk/devel/src/kf5/kdevplatform-stable/sublime/document.cpp:64:70 in 
=
==6799==ERROR: AddressSanitizer: heap-use-after-free on address 0x606000ed92e0
at pc 0x7fed1fc9d0eb bp 0x7ffc8f498cb0 sp 0x7ffc8f498ca8
READ of size 8 at 0x606000ed92e0 thread T0
#0 0x7fed1fc9d0ea in
KDevelop::MainWindow::updateTabColor(KDevelop::IDocument*)
/home/kfunk/devel/src/kf5/kdevplatform-stable/shell/mainwindow.cpp:433:41
#1 0x7fed1fcc0e5e in QtPrivate::FunctorCall,
QtPrivate::List, void, void
(KDevelop::MainWindow::*)(KDevelop::IDocument*)>::call(void
(KDevelop::MainWindow::*)(KDevelop::IDocument*), KDevelop::MainWindow*, void**)
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:501:13
#2 0x7fed1fcc098d in void QtPrivate::FunctionPointer::call,
void>(void (KDevelop::MainWindow::*)(KDevelop::IDocument*),
KDevelop::MainWindow*, void**)
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs_impl.h:520:13
#3 0x7fed1fcc0431 in QtPrivate::QSlotObject, void>::impl(int,
QtPrivate::QSlotObjectBase*, QObject*, void**, bool*)
/usr/include/x86_64-linux-gnu/qt5/QtCore/qobject_impl.h:143:17
#4 0x7fed19501ea0 in QObject::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2b5ea0)
#5 0x7fed19e07cda in QWidget::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x19dcda)
#6 0x7fed19f1dd8a in QMainWindow::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x2b3d8a)
#7 0x7fed1cc1c6a6 in KMainWindow::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libKF5XmlGui.so.5+0x7a6a6)
#8 0x7fed1cc56964 in KXmlGuiWindow::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libKF5XmlGui.so.5+0xb4964)
#9 0x7fed19dc505b in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x15b05b)
#10 0x7fed19dca515 in QApplication::notify(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x160515)
#11 0x7fed194d262a in QCoreApplication::notifyInternal(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x28662a)
#12 0x7fed194d4a25 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x288a25)
#13 0x7fed19528672  (/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2dc672)
#14 0x7fed0c7471a6 in g_main_context_dispatch
(/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4a1a6)
#15 0x7fed0c7473ff  (/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4a3ff)
#16 0x7fed0c7474ab in g_main_context_iteration
(/lib/x86_64-linux-gnu/libglib-2.0.so.0+0x4a4ab)
#17 0x7fed19528a7e in
QEventDispatcherGlib::processEvents(QFlags)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2dca7e)
#18 0x7fed194cfde9 in
QEventLoop::exec(QFlags)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x283de9)
#19 0x7fed194d7e8b in QCoreApplication::exec()
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x28be8b)
#20 0x5226a7 in main
/home/kfunk/devel/src/kf5/kdevelop-stable/app/main.cpp:745:12
#21 0x7fed17fd982f in __libc_start_main
/build/glibc-GKVZIf/glibc-2.23/csu/../csu/libc-start.c:291
#22 0x424228 in _start
(/home/kfunk/devel/install/kf5-stable/bin/kdevelop+0x424228)

0x606000ed92e0 is located 32 bytes inside of 64-byte region
[0x606000ed92c0,0x606000ed9300)
freed by thread T0 here:
#0 0x4f5f40 in operator delete(void*)
(/home/kfunk/devel/install/kf5-stable/bin/kdevelop+0x4f5f40)
#1 0x7fed1ff19cdf in KDevelop::TextDocument::~TextDocument()
/home/kfunk/devel/src/kf5/kdevplatform-stable/shell/textdocument.cpp:258:1
#2 0x7fed19501ebf in QObject::event(QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Core.so.5+0x2b5ebf)
#3 0x7fed19dc505b in QApplicationPrivate::notify_helper(QObject*, QEvent*)
(/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5+0x15b05b)

previously allocated by thread T0 here:
#0 0x4f5940 in operator new(unsigned long)
(/home/kfunk/devel/install/kf5-stable/bin/kdevelop+0x4f5940)
#1 0x7fed1ff9fd56 in
KDevelop::DocumentControllerPrivate::openDocumentInternal(QUrl const&, QString
const&, KTextEditor::Range const&, QString const&,
QFlags,
KDevelop::IDocument*)
/home/kfunk/devel/src/kf5/kdevplatform-stable/shell/documentcontroller.cpp:322:27
#2 0x7fed1ff7418c in KDevelop::DocumentController::openDocument(QUrl
const&, KTextEditor::Range const&,
QFlags, QString const&,
KDevelop::IDocument*)
/home/kfunk/devel/src/kf5/kdevplatform-stable/shell/documentcontroller.cpp:703:12
#3 0x7fed1d834caf in KDevelop::IDocumentController::openDocument(QUrl
const&, KTextEditor::Cursor const&,
QFlags, QString const&)
/home/kfunk/devel/src/kf5/kdevplatform-stable/interfaces/idocumentcontroller.cpp:33:12
#4 0x7fed1fbe353b in KDevelop::WorkingSet::loadToArea(Sublime::Area*,

[kdevelop] [Bug 338441] Add vera++ support

2016-08-26 Thread Alexander Zaitsev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338441

--- Comment #8 from Alexander Zaitsev  ---
(In reply to Kevin Funk from comment #7)
> How does that make it dead? There seems to be some activity here:
> https://bitbucket.org/verateam/vera/commits/all

Yes, you are right. Maybe for more infomartion we should talk with vera++
developers.

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


[plasmashell] [Bug 350826] plasma desktop containment seems to intermediately switch window type to normal when showing desktop

2016-08-26 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350826

Thomas Lübking  changed:

   What|Removed |Added

 CC||thomas.luebk...@gmail.com

--- Comment #67 from Thomas Lübking  ---
Sorry for the delay (but I'm officially no longer here ;-)

run "kcmshell5 kwinrules", "detect", click the desktop, ensure to select *all*
window types in the lower listview of the main dialog and finally in its
"appearance and fixes" tab, force the window to be of desktop type.

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

[dolphin] [Bug 367876] New: Dolphin crashes while opening file properties of a file

2016-08-26 Thread Darin S . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367876

Bug ID: 367876
   Summary: Dolphin crashes while opening file properties of a
file
   Product: dolphin
   Version: 15.12.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: dolphin-bugs-n...@kde.org
  Reporter: d.myoozik.luhver.1...@gmail.com

Application: dolphin (15.12.3)

Qt Version: 5.5.1
Operating System: Linux 4.4.0-34-generic x86_64
Distribution: Ubuntu 16.04.1 LTS

-- Information about the crash:
- What I was doing when the application crashed: In Dolphin I was trying to
open a file properties, when I right mouse click on my file a drop down box
opens and before I get time to left mouse click on properties dolphin crashes.
Never get a chance to open properties for my file.

The crash can be reproduced every time.

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

Thread 4 (Thread 0x7f1ac2970700 (LWP 8298)):
#0  syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
#1  0x7f1ade176928 in QBasicMutex::lockInternal() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x7f1ade176a1d in QMutex::lock() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#3  0x7f1ade17d9ab in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f1ade17e86f in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f1ada92c6fa in start_thread (arg=0x7f1ac2970700) at
pthread_create.c:333
#6  0x7f1ae35b8b5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f1ac4149700 (LWP 8296)):
#0  0x7f1ad9da0e20 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f1ad9da1340 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f1ad9da14ac in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f1ade3b5a9b in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x7f1ade35cdea in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f1ade1798a4 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f1ade17e84e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f1ada92c6fa in start_thread (arg=0x7f1ac4149700) at
pthread_create.c:333
#8  0x7f1ae35b8b5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f1ace09d700 (LWP 8294)):
#0  0x7f1ae35ace8d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f1ad7d38c62 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f1ad7d3a8d7 in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f1ad03ef629 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7f1ade17e84e in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f1ada92c6fa in start_thread (arg=0x7f1ace09d700) at
pthread_create.c:333
#6  0x7f1ae35b8b5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7f1ad07998c0 (LWP 8293)):
[KCrash Handler]
#6  0x7f1ae34e7418 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:54
#7  0x7f1ae34e901a in __GI_abort () at abort.c:89
#8  0x7f1ae352972a in __libc_message (do_abort=do_abort@entry=2,
fmt=fmt@entry=0x7f1ae36426b0 "*** Error in `%s': %s: 0x%s ***\n") at
../sysdeps/posix/libc_fatal.c:175
#9  0x7f1ae3531f4a in malloc_printerr (ar_ptr=,
ptr=, str=0x7f1ae36427c0 "double free or corruption (out)",
action=3) at malloc.c:5007
#10 _int_free (av=, p=, have_lock=0) at
malloc.c:3868
#11 0x7f1ae3535abc in __GI___libc_free (mem=) at
malloc.c:2969
#12 0x7f1ade395b41 in QObject::~QObject() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x7f1adee58359 in QAction::~QAction() () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#14 0x7f1adee58389 in QAction::~QAction() () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#15 0x7f1ade38c52b in QObjectPrivate::deleteChildren() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x7f1adeea06c8 in QWidget::~QWidget() () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#17 0x7f1adefe15d9 in QMenu::~QMenu() () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#18 0x7f1ade38c52b in QObjectPrivate::deleteChildren() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#19 0x7f1adeea06c8 in QWidget::~QWidget() () from
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x7f1ae38ce739 in ?? () from
/usr/lib/x86_64-linux-gnu/libkdeinit5_dolphin.so
#21 0x7f1ade38eec0 in QObject::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#22 0x7f1adeea4cdb in 

[kdevelop] [Bug 338441] Add vera++ support

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338441

--- Comment #7 from Kevin Funk  ---
How does that make it dead? There seems to be some activity here:
https://bitbucket.org/verateam/vera/commits/all

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


[kdenlive] [Bug 367875] git master - Progress bar in Render window isn't showing. Stays at "Waiting", even after render is done.

2016-08-26 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367875

Jesse  changed:

   What|Removed |Added

 CC||jesse.dub...@gmail.com

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


[kdenlive] [Bug 367875] New: git master - Progress bar in Render window isn't showing. Stays at "Waiting", even after render is done.

2016-08-26 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367875

Bug ID: 367875
   Summary: git master - Progress bar in Render window isn't
showing. Stays at "Waiting", even after render is
done.
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: jesse.dub...@gmail.com

Came across this when working on a project. I thought that Kdenlive froze, at
first, but then my system monitor showed all CPUs were in use, and my RAM had
maxed out (on 4GB on my laptop, no biggie).

But after starting a render, the window shows "Waiting", with no indication
that it is actually rendering, even when render is complete. No progress bar.
Actual rendered final video file still looks fine.

Reproducible: Always

Steps to Reproduce:
1. Open video project.
2. Start Render (with presumptively any parameters)

Actual Results:  
No progress bar in "Job Queue" window -- it simply says "waiting".

Expected Results:  
Progress bar to show in job queue window after render has started, then show
complete when render is complete.

Bug discovered while using Kdenlive 16.11.70 git master build via
ppa:kdenlive/kdenlive-master.

Ubuntu 16.04 x64, Unity 7.4.0 desktop environment.

KDE Frameworks 5.18.0
Qt 5.5.1

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


[kdevelop] [Bug 351795] The parser shows a problem whenever __func__ is defined saying that the declaration is not found.

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351795

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #2 from Kevin Funk  ---
Works fine under KDevelop 5.0 with the new Clang backend.

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


[kmail2] [Bug 367874] New: kMail crashes upon Thunderbird-generated invitation confirmations

2016-08-26 Thread Gunter Ohrner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367874

Bug ID: 367874
   Summary: kMail crashes upon Thunderbird-generated invitation
confirmations
   Product: kmail2
   Version: Git (master)
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: kdeb...@customcdrom.de

Using kMail and kOrganizer Version 5.3.0 (QtWebEngine), KDE Frameworks 5.25.0,
Qt 5.7.0 (built against 5.7.0), The xcb windowing system from KDE Neon, I
created an incident for which I invited several people. Actually, I invited
some email distribution lists, so the invitations were spread out to other
email addresses.

Some receipients use Thunderbird and confirmed the incident. kMail crashes
immediately as soon as I click at the mail in the mailing list and kMail tries
to open it in the preview window.

Unfortunately, I cannot provide a test case, as kMail does not seem to crash if
it cannot find a link to the calendar incident. (If I modify the message to
reference another indicent UID, the crash does not seem to happen.)

I'm also having a hard time generaring a meaningful backtrace, as I could not
find packages with debug symbols in my KDE Neon package lists - I'd probably
need the developer edition, but I only installed the stable users' edition...
:-/

Currently, I do not even seem to be able to get a partial stacktrace, only the
information that kMail caused a segmentation fault...

"Application: KMail (kmail), signal: Segmentation fault"

:-(

Reproducible: Always

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


[kdevplatform] [Bug 360347] Cannot create-open file by full path

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360347

Kevin Funk  changed:

   What|Removed |Added

   Priority|NOR |LO

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


[kdevelop] [Bug 360295] Open project dialog should not use heading for long text

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360295

Kevin Funk  changed:

   What|Removed |Added

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

--- Comment #6 from Kevin Funk  ---
This is fixed now with Sven's refactoring of the Open Project Dialog.

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


[kdevplatform] [Bug 338939] Fix right-to-left glitches in the UI [RTL, GUI]

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338939

Kevin Funk  changed:

   What|Removed |Added

   Priority|NOR |VLO

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


[kdevelop] [Bug 338441] Add vera++ support

2016-08-26 Thread Alexander Zaitsev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338441

--- Comment #6 from Alexander Zaitsev  ---
(In reply to Kevin Funk from comment #5)
> Where does it say it is dead? Source?

Last release was in 2015-01-22.
https://bitbucket.org/verateam/vera/wiki/Home

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


[kdevelop] [Bug 323337] Kdevelop crashes on reformat wrong preprocessor macro

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=323337

--- Comment #4 from Kevin Funk  ---
Any updates, adu?

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


[kdevelop] [Bug 338441] Add vera++ support

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338441

--- Comment #5 from Kevin Funk  ---
Where does it say it is dead? Source?

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


[kdevelop] [Bug 364991] Don't only search for kioclient, but (also) for kioclient5

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364991

Kevin Funk  changed:

   What|Removed |Added

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

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


[kmail2] [Bug 360320] kMail 5 garbles original "To" header when bouncing a message

2016-08-26 Thread Gunter Ohrner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360320

--- Comment #3 from Gunter Ohrner  ---
I'll start with a disclaimer:

The point is, I'm not even using these addresses, the bug described happens if
I just want to bounce a mail which *contains* such an address - I'm using a
totally plain new address as the bounce target. The mail that is being
forwarded gets garbled in the process.


How does it happen that such mail addresses get introduced into mails I
receive?

Good question. However, I see addresses formatted like this quite frequently. I
guess it's an unlucky combination of different MUAs which first cause an
address like 

   localp...@example.com 

to be generated from the pure address, and in later steps the "real name" part
gets quoted somehow.

Possibly also Akonadi address search - or possibly older versions thereof -
might come into play, as addresses like this are often suggested to my by
kMails address search. Then again, it might also be that Akonadi just extracted
these strangely formatted addresses as-is from existing mails.

In any case, I think the format - strange, as it is - is technically correct
and addresses like this ought to work, shouldn't they?

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


[kdeconnect] [Bug 367871] New: CMakeLists.txt only requires Qt 5.2 while code requires Qt 5.6

2016-08-26 Thread Fabian Vogt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367871

Bug ID: 367871
   Summary: CMakeLists.txt only requires Qt 5.2 while code
requires Qt 5.6
   Product: kdeconnect
   Version: 1.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: common
  Assignee: albertv...@gmail.com
  Reporter: fab...@ritter-vogt.de

I noticed that kdeconnect 1.0 does not build against openSUSE Leap 42.1, which
ships Qt 5.5.1.
This is due to usage of QSet::intersect in the code:

[  145s] /home/abuild/rpmbuild/BUILD/kdeconnect-kde-1.0/core/pluginloader.cpp:
In member function 'QSet PluginLoader::pluginsForCapabilities(const
QSet&, const QSet&)':
[  145s]
/home/abuild/rpmbuild/BUILD/kdeconnect-kde-1.0/core/pluginloader.cpp:113:25:
error: 'const class QSet' has no member named 'intersects'
[  145s]  || incoming.intersects(pluginOutgoingCapabilities) ||
outgoing.intersects(pluginIncomingCapabilities)) {
[  145s]  ^
[  145s]
/home/abuild/rpmbuild/BUILD/kdeconnect-kde-1.0/core/pluginloader.cpp:113:76:
error: 'const class QSet' has no member named 'intersects'
[  145s]  || incoming.intersects(pluginOutgoingCapabilities) ||
outgoing.intersects(pluginIncomingCapabilities)) {
[  145s]   
 ^
[  145s] core/CMakeFiles/kdeconnectcore.dir/build.make:398: recipe for target
'core/CMakeFiles/kdeconnectcore.dir/pluginloader.cpp.o' failed

Reproducible: Always

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


[plasmashell] [Bug 367816] Icons in kickoff have varying stroke width

2016-08-26 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367816

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #9 from Kai Uwe Broulik  ---
Stroke width is fine now, thanks.

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


[krita] [Bug 367873] New: Fuzzy Stroke doesn't work correctly in windows

2016-08-26 Thread Bollebib via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367873

Bug ID: 367873
   Summary: Fuzzy Stroke doesn't work correctly in windows
   Product: krita
   Version: 3.0.1 Beta
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Brush engine
  Assignee: krita-bugs-n...@kde.org
  Reporter: kwadraatn...@hotmail.com

Rotation and other dynamics  don't seem to work correctly for windows.


tested in beta with multiple brushes


just activate fuzzy stroke on rotation on a few image brushes to reproduce

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


[krita] [Bug 367832] Do not export PNG with Embed sRGB profile checked by default because Firefox color shift and more.

2016-08-26 Thread Tyson Tan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367832

--- Comment #15 from Tyson Tan  ---
Oops, Comment 14 got double pasted. Here is the correct version.

Hi Elle,

MS and Adobe both supplies a sRGB V2 profile with their software. Adobe also
provides a color profile download that includes sRGB and AdobeRGB profiles.
Last time I checked, the said sRGB profiles was produced by ICC in the meta
information. Ubuntu also has a similar sRGB profile to generate default ICC for
everything. If you cannot find them, I can extract them later for you.

I agree with your idea to make a new option that reads like “Workaround broken
color management of some OS”, which is checked by default, does whatever
necessary to make sure the exported picture shows correct color everywhere.

As for the technical stuff... look at all those parties you’ve mentioned.
Because of the horrible foundation they laid, everybody now has developed their
own ways to coupe with the problem. You change one thing upstream, you break
everybody downstream. I bet they’d rather remain the current state.

Although I can understand everything in this conversation so far, I’m just a
desperate artist who was forced to learn stuff that’s not in my territory. I’ll
do whatever I can to help the research, but our research will take time. I
understand the ideal solution indeed SHOULD be done by the upstreams, but in
reality it probably won’t be there in years. Meanwhile, the artists use Krita
probably have deadlines to beat and cannot wait that long. It’s frustrating
seeing my own pictures displayed and printed with wrong color, probably losing
potential clients as a result as well. Now I know how to avoid it myself, it
still breaks my heart seeing fellow Krita artists unknowingly suffering the
same.

The cheapest workaround is simple: change the default value of “Embed sRGB
profile” to UNCHECKED, and ideally add some explanation text below so people
don’t try to be smart by checking it. We are already doing that when exporting
JPG, why not PNG too? I understand that as a developer, you want things to work
according to the standard with a correct process. But people just want to see
correct result.

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

[kmail2] [Bug 367858] Fancy message headers not-so-fancy if dspam information is shown

2016-08-26 Thread Gunter Ohrner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367858

--- Comment #4 from Gunter Ohrner  ---
Created attachment 100791
  --> https://bugs.kde.org/attachment.cgi?id=100791=edit
Testcase message

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


[bangarang] [Bug 367872] New: <<<<<<<<<<>>> 1.800.790.9186<<><><><><><> HP printer technical support phone number

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367872

Bug ID: 367872
   Summary: <<>>> 1.800.790.9186<<><><><><><> HP printer
technical support phone number
   Product: bangarang
   Version: unspecified
  Platform: Other
   URL: https://bugs.kde.org/show_bug.cgi?id=367870
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Baloo
  Assignee: jamboar...@gmail.com
  Reporter: mome1...@rhyta.com

<<>>> 1.800.790.9186<<><><><><><> HP printer technical support phone
number

USA-support@1-800-790-9186 HP printer technical support phone number HP
customer service number 1.800.790.9186 HP call center HP customer service email
address HP customer care no HP printer technical support phone number
1.800.790.9186 HP printer tech support phone number 1.800.790.9186 HP printer
customer service phone number 1.800.790.9186 HP wireless wifi technical support
phone number 1.800.790.9186 symantec technical support phone number
1.800.790.9186 HP technical support phone number 1.800.790.9186 HP customer
service telephone number 1.800.790.9186 HP printer phone number 1.800.790.9186
HP printer customer service phone number 1.800.790.9186 HP printer customer
service billing HP printer phone number 1.800.790.9186 HP phone number
1.800.790.9186 cancel subscription HP technical support phone number
1.800.790.9186 HP 800 phone number 1.800.790.9186 snapdeal toll free customer
care number 1.800.790.9186 sbi toll free customer care number 1.800.790.9186
airtel toll free customer care number 1.800.790.9186 hdfc toll free customear
care number 1.800.790.9186 bsnl toll free customer care number 1.800.790.9186
icici toll free customer care number 1.800.790.9186 flipkart toll free customer
care number 1.800.790.9186 vodafone toll free customer care number
1.800.790.9186 HP technical support phone number 1.800.790.9186 HP technical
support number 1.800.790.9186 HP technical support number 1.800.790.9186
symantec technical support number 1.800.790.9186 HP printer technical support
number 1.800.790.9186 HP locations HP online support HP billing phone number
1.800.790.9186 HP customer care HP tech support phone number 1.800.790.9186 HP
tech support phone number 1.800.790.9186 HP printer tech support phone number
1.800.790.9186 HP locations HP billing phone number 1.800.790.9186 service HP
com HP login HP technical support phone number 1.800.790.9186 HP customer
service HP billing phone number 1.800.790.9186 HP support telephone number
1.800.790.9186 HP support phone number 1.800.790.9186 HP printer support phone
number 1.800.790.9186 HP support phone number 1.800.790.9186 HP locations HP
customer service HP customer care HP billing phone number 1.800.790.9186 HP
customer support phone number 1.800.790.9186 HP customer support phone number
1.800.790.9186 HP printer customer support phone number 1.800.790.9186 HP
printer customer service phone number 1.800.790.9186 HP printer technical
support phone number 1.800.790.9186 HP printer tech support phone number
1.800.790.9186 HP printer phone number 1.800.790.9186 HP security center phone
number 1.800.790.9186 HP support telephone number 1.800.790.9186 HP wireless
wifi technical support phone number 1.800.790.9186 symantec technical support
phone number 1.800.790.9186 HP tech support phone number 1.800.790.9186 apple
technical support phone number 1.800.790.9186 usa microsoft technical support
phone number 1.800.790.9186 usa gmail technical support phone number
1.800.790.9186 usa kaspersky technical support phone number 1.800.790.9186 usa
lenovo technical support phone number 1.800.790.9186 usa HP technical support
phone number 1.800.790.9186 usa HP technical support phone number
1.800.790.9186 call HP support chat with HP support HP customer support HP
printer customer service number 1.800.790.9186 HP address HP call center HP hq
HP office locations HP support site HP telephone number 1.800.790.9186 for
customer support HP customer service contact number 1.800.790.9186 HP customer
care HP toll free number 1.800.790.9186 HP security contact number
1.800.790.9186 contact Vipre HP headquarters HP customer service chat HP
customer service telephone number 1.800.790.9186 HP billing phone number
1.800.790.9186 HP customer support HP customer service refund HP login HP
locations HP customer service number 1.800.790.9186 uk HP locations HP customer
service email address HP support site HP technical support phone number
1.800.790.9186 HP technical support live chat HP technical support email
address HP technical support number 1.800.790.9186 HP technical support number
1.800.790.9186 symantec technical support number 1.800.790.9186 HP printer
technical support number 1.800.790.9186 HP customer support phone number
1.800.790.9186 HP customer support number 1.800.790.9186 HP customer support
number 1.800.790.9186 HP printer customer 

[kmail2] [Bug 367858] Fancy message headers not-so-fancy if dspam information is shown

2016-08-26 Thread Gunter Ohrner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367858

--- Comment #3 from Gunter Ohrner  ---
Ah, yes, a testcase would make it simpler to reproduce and fix, wouldn't it? ;)
Sorry, don't know where I had my mind...

I'll attach your notification mail.

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


[kmymoney4] [Bug 367869] New: Wishlist item - Update stock prices via crond

2016-08-26 Thread Tobias Lorenz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367869

Bug ID: 367869
   Summary: Wishlist item - Update stock prices via crond
   Product: kmymoney4
   Version: git (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: tobias.lor...@gmx.net

Hi, it would be great to have a possibility to update stock prices, even when
kmymoney is not running. I'm not starting the software on a daily base. So
having an executable that I can run via a cron job would be a great possibility
to always have updated courses in the charts within kmymoney. I just file this
as an idea for new functionality and hope I can convince somebody to implement
it. ;-) Bye Tobias

Reproducible: Always



Expected Results:  
To have an executable that can run as a cron job. It should update the prices
of the stocks that I currently own.

Some kind of mechanism (locking) might be necessary to ensure proper behavior
when kmymoney runs and cron job is triggered in parallel.

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


[plasma-nm] [Bug 352326] Plasma nm applet keeps spinning even after wifi network is connected

2016-08-26 Thread Derek Dolney via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352326

Derek Dolney  changed:

   What|Removed |Added

 CC||k...@dolney.com

--- Comment #59 from Derek Dolney  ---
Also happening to me on gentoo stable, running Networkmanager 1.0.12 plasma
5.6.5

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


[plasmashell] [Bug 365846] Sorting by DnD broken if not done slow

2016-08-26 Thread lmk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365846

lmk  changed:

   What|Removed |Added

 CC||incma...@gmail.com

--- Comment #8 from lmk  ---
Same here https://gfycat.com/FragrantEasygoingFlounder 
I even see some rearrangements if i run application after this from dockbar.

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


[gwenview] [Bug 367868] Animated GIFs playback too slow

2016-08-26 Thread Gustavo Alvarez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367868

--- Comment #1 from Gustavo Alvarez  ---
the vid is recorder on January, i have this issue since then

I talk for this issue in the irc channel #kde-devel

[domingo, 17 de enero de 2016] [21:31:14 (CET)]
https://dl.dropboxusercontent.com/u/6596386/vokoscreen-2016-01-17_21-24-30.mkv
this is normal? the gifs on gwenview 15.12.1 is too slow. source 
http://media.giphy.com/media/3oFyD36wrMy4RcUDx6/giphy.gif (all gifs, local or
network is affected)
[domingo, 17 de enero de 2016] [21:53:25 (CET)] sL1pKn07: can't
reproduce here
[domingo, 17 de enero de 2016] [21:55:50 (CET)] :/
[domingo, 17 de enero de 2016] [22:04:37 (CET)] with debug
http://sl1pkn07.wtf/paste/view/f102bd2b

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


[gwenview] [Bug 367868] Animated GIFs playback too slow

2016-08-26 Thread Gustavo Alvarez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367868

Gustavo Alvarez  changed:

   What|Removed |Added

Summary|Animated GIFs plays too |Animated GIFs playback too
   |slow|slow

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


[gwenview] [Bug 367868] New: Animated GIFs plays too slow

2016-08-26 Thread Gustavo Alvarez via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367868

Bug ID: 367868
   Summary: Animated GIFs plays too slow
   Product: gwenview
   Version: Git (add output of "git log -1 --oneline" to
description)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: sl1pk...@gmail.com
CC: myr...@kde.org

a video of the issue (left chromium, right gwenview)

https://dl.dropboxusercontent.com/u/6596386/vokoscreen-2016-01-17_21-24-30.mkv

source: http://media.giphy.com/media/3oFyD36wrMy4RcUDx6/giphy.gif

all animated gif have the same issue

Reproducible: Always

Steps to Reproduce:
1. build gwenview from git
2. open any animated GIF
3. compare with other image viewers (or internet navigator (as y video))

Actual Results:  
the animation GIF playback too slow

Expected Results:  
animation GIF playback with normal speed

latest commit tested:
https://quickgit.kde.org/?p=gwenview.git=commit=68d5249485705a9ba5fefaa157bfa9bed82c2bc9

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


[kdeplasma-addons] [Bug 361928] Comic-widget of Plasma5-addons 5.6.2-89.1 shows big yellow smiley instead of selected comic after restarting plasma5.

2016-08-26 Thread Frederik Gladhorn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361928

Frederik Gladhorn  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #5 from Frederik Gladhorn  ---
For me a small change in the ui/main.qml file fixes the issue, not sure how
many other things it breaks ;)
https://phabricator.kde.org/D2595

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


[umbrello] [Bug 173777] import from java code don't read abstract classes

2016-08-26 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=173777

--- Comment #9 from Ralf Habacker  ---
Created attachment 100790
  --> https://bugs.kde.org/attachment.cgi?id=100790=edit
testcase

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


[umbrello] [Bug 173777] import from java code don't read abstract classes

2016-08-26 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=173777

Ralf Habacker  changed:

   What|Removed |Added

   Assignee|laysrodriguessi...@gmail.co |ralf.habac...@freenet.de
   |m   |

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


[kdevelop] [Bug 367837] KDevelop crashes when trying to debug from command-line

2016-08-26 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367837

--- Comment #3 from Kevin Funk  ---
You didn't see the assert? Then you didn't compile kdevelop/kdevplatform in
debug mode (-DCMAKE_BUILD_TYPE=Debug).

Also, in my opinion kdevelop -d gdb dolphin *should* find /usr/bin/dolphin

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


[telepathy] [Bug 365609] No way to set the nick name in XMPP multi-user chat (MUC)

2016-08-26 Thread Alexandr Akulich via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365609

Alexandr Akulich  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED
 CC||akulichalexan...@gmail.com

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


[kdeplasma-addons] [Bug 361928] Comic-widget of Plasma5-addons 5.6.2-89.1 shows big yellow smiley instead of selected comic after restarting plasma5.

2016-08-26 Thread Frederik Gladhorn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361928

Frederik Gladhorn  changed:

   What|Removed |Added

 CC||gladh...@kde.org

--- Comment #4 from Frederik Gladhorn  ---
I have the same on Ubuntu and Arch - I suspect plasma shows the "icon" version
of the applet (to support putting it into the panel for example) instead of the
expanded applet.

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


[kdenlive] [Bug 352851] Make clips in timeline straight-edged instead of rounded corners?

2016-08-26 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352851

--- Comment #11 from Jesse  ---
Nice. :)

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


[kdeconnect] [Bug 367865] New: notifications are only displayed at startup, no write associated file

2016-08-26 Thread giubbix via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367865

Bug ID: 367865
   Summary: notifications are only displayed at startup, no write
associated file
   Product: kdeconnect
   Version: 0.8
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: plasmoid
  Assignee: albertv...@gmail.com
  Reporter: giu...@gmail.com

Only the first time that the phone receives a message, it is shown on the
Kubuntu 16.04 desktop. After, if present, you only hear the sound of the
notification.
The notification received does not write the associated file

Reproducible: Always

Steps to Reproduce:
1. send sms to a mobile phone
2. send another sms to a mobile phone
3.

Actual Results:  
only the first message is shown. 
He does not write the file associated with the notification

Expected Results:  
all messages are shown
He writes the associated file notification

kubuntu 16.04 64 bit (16 gb ram, core i7)

kdeconnect  0.8-0ubuntu5
kdeconnect-plasma 0.9+git20160315-0ubuntu1 
libkdecore5  4:4.14.16-0ubuntu3 
libkf5notifications-data   5.18.0-0ubuntu1
libkf5notifications-dev5.18.0-0ubuntu1
libkf5notifications5:amd64 5.18.0-0ubuntu1

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


[okteta] [Bug 367864] New: Specify Big or Little Endian for multi-byte structure primitives

2016-08-26 Thread Aaron Bishop via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367864

Bug ID: 367864
   Summary: Specify Big or Little Endian for multi-byte structure
primitives
   Product: okteta
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Structures Tool
  Assignee: arichardson@gmail.com
  Reporter: errone...@gmail.com
CC: kosse...@kde.org

version 0.19.3 (not available in drop version list)

I'm trying to write a structure for ANSI X9.37 files which encode the total
length of each record as an unsigned 32 bit integer. Normally these are in
Motorola byte order or Big Endian. Also, TIFF files can either by II or MM for
Intel or Motorola byte order numerics.

Reproducible: Always

Steps to Reproduce:
1. Create a file with the following hex:
00 00 00 50
2. Create a structure with the following ods:


3. Open the structure and the file.
4. Change the primitive type to "uint32".
5. Open the structure and the file.

Actual Results:  
On first opening with type="uint32-be", you get "uint32-be" does not name a
valid primitive type.
With type="uint32", you get the correct structure, but the value is 1342177280

Expected Results:  
With type="uint32", the value should be 80

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


[kdenlive] [Bug 352851] Make clips in timeline straight-edged instead of rounded corners?

2016-08-26 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352851

Wegwerf  changed:

   What|Removed |Added

   Assignee|j...@kdenlive.org |wegwerf-1-...@gmx.de

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


[kdenlive] [Bug 352851] Make clips in timeline straight-edged instead of rounded corners?

2016-08-26 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352851

Wegwerf  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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


[kdenlive] [Bug 352851] Make clips in timeline straight-edged instead of rounded corners?

2016-08-26 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352851

--- Comment #10 from Wegwerf  ---
Eh, no panic. There's something brewing ... or rather coding and compiling...
;)

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


[okteta] [Bug 367863] New: add string encoding="ebcdic"

2016-08-26 Thread Aaron Bishop via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367863

Bug ID: 367863
   Summary: add string encoding="ebcdic"
   Product: okteta
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Structures Tool
  Assignee: arichardson@gmail.com
  Reporter: errone...@gmail.com
CC: kosse...@kde.org

version 0.19.3 (not in version list)

I'm trying to make structures for ANSI X9.37 files, but ASCII strings aren't
working for EBCDIC encoded files. It's great that I can change the encoding in
the data window, but structures don't respect that encoding.

Reproducible: Always

Steps to Reproduce:
1. Make file with the following hex:
C8 85 93 93 96 40 E6 96 99 93 84 5A
2. Make a .ods with the following content:



3. Load the structure and your file, click Script Console.

Actual Results:  
Unrecognized string encoding "ebcdic"
Bad string encoding given: "ebcdic"

Expected Results:  
1 structure named ebcdic_example with 1 field named hello_world with the
contents "Hello World!"

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


[kio-extras] [Bug 366795] Paste action disabled when copying a local file to smb:// or mtp://

2016-08-26 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366795

--- Comment #9 from Elvis Angelaccio  ---
sftp:// is also affected.

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


[konsole] [Bug 341672] When opened with --new-tab option the Konsole window does not become active one

2016-08-26 Thread Toni Asensi Esteve via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341672

Toni Asensi Esteve  changed:

   What|Removed |Added

 CC||toni.ase...@kdemail.net
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #2 from Toni Asensi Esteve  ---
Confirmed using Kubuntu 16.04 (LTS).

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


[kwin] [Bug 367862] New: kwin crash when I first run firefox as a different user after login

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367862

Bug ID: 367862
   Summary: kwin crash when I first run firefox as a different
user after login
   Product: kwin
   Version: 5.6.5
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: devia...@gmail.com

Application: kwin_x11 (5.6.5)
 (Compiled from sources)
Qt Version: 5.6.1
Frameworks Version: 5.23.0
Operating System: Linux 4.0.9-gentoo-gnu20160422 x86_64
Distribution: "NAME=Gentoo"

-- Information about the crash:
- What I was doing when the application crashed:
I logged in, then started konsole using alt+f2 (it started norramlly), then
started firefox as a different user from konsole using kdesu. At this point,
firefox started, but kwin crashed with segfault.

Also, (this is probably another bug in crash reporter), when I try to suggest
duplicates, the crash reporter first allows me to do so (when I browse a
specific report and press the button saying the crash is related), but later,
when I close the related report and click "next", the crash reporter says that
I didn't select any related reports (and allows ether to stay on the page with
the possible duplicates, or to claim that there are no real duplicates).

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
84T_PSEUDO (SYSCALL_SYMBOL, SYSCALL_NAME, SYSCALL_NARGS)
[Current thread is 1 (Thread 0x7fd4aef2a800 (LWP 3408))]

Thread 6 (Thread 0x7fd49968c700 (LWP 3574)):
#0  0x7fd4ae7f614d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fd4acb8cac2 in ?? () from /usr/lib64/libxcb.so.1
#2  0x7fd4acb8e72f in xcb_wait_for_event () from /usr/lib64/libxcb.so.1
#3  0x7fd49a137029 in QXcbEventReader::run (this=0xb09b60) at
qxcbconnection.cpp:1325
#4  0x7fd4ace4d88c in QThreadPrivate::start (arg=0xb09b60) at
thread/qthread_unix.cpp:341
#5  0x7fd4aeab9444 in start_thread (arg=0x7fd49968c700) at
pthread_create.c:334
#6  0x7fd4ae7ff12d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 5 (Thread 0x7fd493905700 (LWP 3578)):
#0  0x7fd4ae7f7e43 in select () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fd4ad037921 in qt_safe_select (nfds=8,
fdread=fdread@entry=0x7fd48c000a78, fdwrite=fdwrite@entry=0x7fd48c000d08,
fdexcept=fdexcept@entry=0x7fd48c000f98, orig_timeout=orig_timeout@entry=0x0) at
kernel/qcore_unix.cpp:75
#2  0x7fd4ad03900e in QEventDispatcherUNIX::select (timeout=0x0,
exceptfds=0x7fd48c000f98, writefds=0x7fd48c000d08, readfds=0x7fd48c000a78,
nfds=, this=0x7fd48c0008c0) at
kernel/qeventdispatcher_unix.cpp:320
#3  QEventDispatcherUNIXPrivate::doSelect (this=this@entry=0x7fd48c0008e0,
flags=..., flags@entry=..., timeout=timeout@entry=0x0) at
kernel/qeventdispatcher_unix.cpp:196
#4  0x7fd4ad03954d in QEventDispatcherUNIX::processEvents
(this=0x7fd48c0008c0, flags=...) at kernel/qeventdispatcher_unix.cpp:607
#5  0x7fd4acfedc4a in QEventLoop::exec (this=this@entry=0x7fd493904d90,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#6  0x7fd4ace49154 in QThread::exec (this=this@entry=0x7fd4af0ac240
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread.cpp:500
#7  0x7fd4af03f235 in QDBusConnectionManager::run (this=0x7fd4af0ac240
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:189
#8  0x7fd4ace4d88c in QThreadPrivate::start (arg=0x7fd4af0ac240 <(anonymous
namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:341
#9  0x7fd4aeab9444 in start_thread (arg=0x7fd493905700) at
pthread_create.c:334
#10 0x7fd4ae7ff12d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 4 (Thread 0x7fd4911b1700 (LWP 3588)):
#0  0x7fd4ae7f7e43 in select () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fd4ad037921 in qt_safe_select (nfds=13,
fdread=fdread@entry=0x7fd488000a78, fdwrite=fdwrite@entry=0x7fd488000d08,
fdexcept=fdexcept@entry=0x7fd488000f98, orig_timeout=orig_timeout@entry=0x0) at
kernel/qcore_unix.cpp:75
#2  0x7fd4ad03900e in QEventDispatcherUNIX::select (timeout=0x0,
exceptfds=0x7fd488000f98, writefds=0x7fd488000d08, readfds=0x7fd488000a78,
nfds=, this=0x7fd4880008c0) at
kernel/qeventdispatcher_unix.cpp:320
#3  QEventDispatcherUNIXPrivate::doSelect (this=this@entry=0x7fd4880008e0,
flags=..., flags@entry=..., timeout=timeout@entry=0x0) at
kernel/qeventdispatcher_unix.cpp:196
#4  0x7fd4ad03954d in QEventDispatcherUNIX::processEvents
(this=0x7fd4880008c0, flags=...) at kernel/qeventdispatcher_unix.cpp:607
#5  0x7fd4acfedc4a in QEventLoop::exec (this=this@entry=0x7fd4911b0da0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#6  

[kdenlive] [Bug 366806] In 16.08.0 the project monitor remains blank (gray) while clips are playing

2016-08-26 Thread Diego Juzgado via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366806

--- Comment #8 from Diego Juzgado  ---
This is the results of: glxinfo | grep OpenGL

OpenGL vendor string: X.Org
OpenGL renderer string: Gallium 0.4 on AMD PITCAIRN (DRM 2.43.0, LLVM 3.6.2)
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.0.2
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.0.2
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.0.2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

This is the results of: kdenlive

Could not find drkonqi at /usr/lib/x86_64-linux-gnu/libexec/drkonqi
Removing cache at "/home/djuzgado/.cache/kdenlive-thumbs.kcache"
OpenGL vendor:  "X.Org"
OpenGL renderer:  "Gallium 0.4 on AMD PITCAIRN (DRM 2.43.0, LLVM 3.6.2)"
OpenGL ARG_SYNC:  true
OpenGL OpenGLES:  false
OpenGL vendor:  "X.Org"
OpenGL renderer:  "Gallium 0.4 on AMD PITCAIRN (DRM 2.43.0, LLVM 3.6.2)"
OpenGL ARG_SYNC:  true
OpenGL OpenGLES:  false
0x3d76e20 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x432ef90 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3d756b0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3d75240 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3d74cc0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x2069190 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x2067bb0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x206c710 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x2068080 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3d1fdd0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x43ee0d0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3de78d0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3dea8c0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3dea390 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3d8bb00 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x43f44b0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3e5c350 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3e5f640 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3e5f110 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3d77c80 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x2b570b0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x43e7f20 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x43e9110 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3d768a0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x3974b40 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x350ca40 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x39dc5a0 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x484e370 void QWindowPrivate::setTopLevelScreen(QScreen*, bool) (
QScreen(0x1c00d80) ): Attempt to set a screen on a child window.
0x484d380 void 

[kig] [Bug 366695] Feature to change swap macros with identical input/output

2016-08-26 Thread Alexander Schier via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366695

--- Comment #4 from Alexander Schier  ---
I do not mean "without changing the geometry" (as seen on the screen), but
without changing the construction (as in some tree of operations or whatever
the internal data structure does). So if i change the construction of a center
of three points, i do not want to delete all segments which have the center as
parent object, but keep them (and for example see how they change length and
direction).

So when i have some complicated construction, which contains
MORE_OPERATIONS(MACRO1(input))), i want to swap MACRO1 for MACRO2, leaving
input as it is (maybe some complicated constructed object as well) and changing
the Output geometry by applying MORE_OPERATIONS to the changed object.

Or like it would be in a saved file:

Document:

  
   
   
  
  
   
   
  
  
   
   
   
  
  
   
  

Operation: Swap center(CircleBTP(input)) for
polygon-center-of-mass(TriangleB3P(input))

Changed Document:
  
   
   
  
  0.790236
  
   
   
  
  
   
   
   
  
  
   
  

Everything having  change its geometry after this, everything
having  before would need to be deleted as there is no circle
anymore (and a triangle has other properties).

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


[kdenlive] [Bug 352851] Make clips in timeline straight-edged instead of rounded corners?

2016-08-26 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352851

--- Comment #9 from Jesse  ---
@Steve, appreciate the comment.

1) No doubt, overloading the team isn't my desire in the least. And I agree,
everyone will have their opinion on little details; "polish" and "presence" can
look different to a variety of audiences. Being that I'm not a developer, nor
have an ounce of non-html code knowledge (or the time to code -- gratefully
busy in film), the best way I've felt I can contribute is end-user feedback and
bug reports. If the dev's consider this request and decide they don't want to
change it, they're always welcome to change the status to "WONTFIX", close it,
and call it good. :) It's their project; they have the authority to make it
however they want. I don't believe that approaching a request from this
position is detrimental to progress, yeah? I trust they have a vision, roadmap,
direction, etc. and allocate their time however they see best to reach their
goals.

2) I know the feeling when it gets down to the nuts and bolts of editing. For
sure. I've also always sympathized with the dev's often challenging level of
resources and high demands. One of my key desires when I offer suggestions is
that my feedback (coupled with information-dense research) would allow them to
create a product more users would be willing to contribute, financially, to.
More funding means more time to keep doing what they're passionate about. But
in order to reach a target audience, you have to market to them. Marketing,
among many things, requires an appearance that attracts the target market.
Hence, this feature-bug's existence. Without feedback (whether it seems
relevant or not) there's no way to no the most effective areas of improvement.

I believe there are many priorities when creating a product of any kind:
production, QA, and  marketing are just a few, yet all of these are relevant
priorities. How and when the devs choose to allocate their time to each area is
their business. They have contributors (hopefully) working on all of those
fronts. That's where the strength of the community can come in. Farid, another
contributor, has done an incredible job at raising community awareness and
attracting new users. If Kdenlive scores, for example, an interview on the
Linux Action Show or some other tech broadcast, I believe it would be a
well-worth endeavor to have someone from the team be interviewed for PR and
marketing purposes -- even if it does take some time away from development,
because I've seen the impact of marketing.

I hope this helps understand where I'm coming from, and why I believe that
feedback like this is important. :) The more knowledge a company has from their
target audience about their product, the better, IMHO.

Sidenote: I'm considering this the final poll results: 35 votes total, 23 for
straight corners, 12 for rounded. I think JB and the team know me well enough
by now to know they're always welcome to take the info' and feedback I provide
and do whatever the want with it. :)

Truly appreciate the feedback Steve. Cheers!

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


[kate] [Bug 367861] New: Kate crashes when switching session

2016-08-26 Thread Freddy Rietdijk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367861

Bug ID: 367861
   Summary: Kate crashes when switching session
   Product: kate
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kwrite-bugs-n...@kde.org
  Reporter: fr...@fridh.nl

Application: kate (16.08.0)
 (Compiled from sources)
Qt Version: 5.6.1
Frameworks Version: 5.24.0
Operating System: Linux 4.6.7 x86_64

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

I just opened Kate and changed sessions. This resulted directly in a crash.

NixOS Unstable 16.09.git.8512747 (Flounder)

The crash can be reproduced every time.

-- Backtrace:
Application: Kate (kate), signal: Segmentation fault
Using host libthread_db library
"/nix/store/i0jphfihyndhv9lh1bgi1vlzygc1w8n1-glibc-2.24/lib/libthread_db.so.1".
To enable execution of this file add
add-auto-load-safe-path
/nix/store/hz3zjq2sznijk8rdknr3n6wkrb1zfk42-gcc-5.4.0-lib/lib/libstdc++.so.6.0.21-gdb.py
line to your configuration file "/home/freddy/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/home/freddy/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
info "(gdb)Auto-loading safe path"
[Current thread is 1 (Thread 0x7fe74772e340 (LWP 30641))]

Thread 3 (Thread 0x7fe726d87700 (LWP 30643)):
#0  0x7fe74270b6ca in QMutex::lock() () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5Core.so.5
#1  0x7fe7429284eb in ?? () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5Core.so.5
#2  0x7fe73bab32bd in g_main_context_prepare () from
/nix/store/h2zq29hbjfy6a70swr7s3wr6vxcfbb1q-glib-2.48.2/lib/libglib-2.0.so.0
#3  0x7fe73bab3bc3 in g_main_context_iterate.isra () from
/nix/store/h2zq29hbjfy6a70swr7s3wr6vxcfbb1q-glib-2.48.2/lib/libglib-2.0.so.0
#4  0x7fe73bab3d9c in g_main_context_iteration () from
/nix/store/h2zq29hbjfy6a70swr7s3wr6vxcfbb1q-glib-2.48.2/lib/libglib-2.0.so.0
#5  0x7fe742928e1b in
QEventDispatcherGlib::processEvents(QFlags) ()
from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5Core.so.5
#6  0x7fe7428d4bda in
QEventLoop::exec(QFlags) () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5Core.so.5
#7  0x7fe74270e56c in QThread::exec() () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5Core.so.5
#8  0x7fe742b40605 in ?? () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5DBus.so.5
#9  0x7fe742713129 in ?? () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5Core.so.5
#10 0x7fe740699454 in start_thread () from
/nix/store/i0jphfihyndhv9lh1bgi1vlzygc1w8n1-glibc-2.24/lib/libpthread.so.0
#11 0x7fe741aff14f in clone () from
/nix/store/i0jphfihyndhv9lh1bgi1vlzygc1w8n1-glibc-2.24/lib/libc.so.6

Thread 2 (Thread 0x7fe72e8dd700 (LWP 30642)):
#0  0x7fe741af5dad in poll () from
/nix/store/i0jphfihyndhv9lh1bgi1vlzygc1w8n1-glibc-2.24/lib/libc.so.6
#1  0x7fe73f5f80f2 in _xcb_conn_wait () from
/nix/store/a2mdlib7lkna82yrbycznagx7fzp3r23-libxcb-1.12/lib/libxcb.so.1
#2  0x7fe73f5f9e07 in xcb_wait_for_event () from
/nix/store/a2mdlib7lkna82yrbycznagx7fzp3r23-libxcb-1.12/lib/libxcb.so.1
#3  0x7fe730e7b5e9 in ?? () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/qt5/plugins/platforms/../../../libQt5XcbQpa.so.5
#4  0x7fe742713129 in ?? () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5Core.so.5
#5  0x7fe740699454 in start_thread () from
/nix/store/i0jphfihyndhv9lh1bgi1vlzygc1w8n1-glibc-2.24/lib/libpthread.so.0
#6  0x7fe741aff14f in clone () from
/nix/store/i0jphfihyndhv9lh1bgi1vlzygc1w8n1-glibc-2.24/lib/libc.so.6

Thread 1 (Thread 0x7fe74772e340 (LWP 30641)):
[KCrash Handler]
#5  0x7fe743933d28 in ?? () from
/nix/store/psbwpsbam2hz2drr4qjc9lwsk9l69hc3-qtbase-5.6.1-1/lib/libQt5Widgets.so.5
#6  0x0046b5dc in KateViewManager::removeViewSpace(KateViewSpace*) ()
#7  0x0046c364 in KateViewManager::removeHiddenViewSpaces() ()
#8  0x0046e750 in
KateViewManager::restoreViewConfiguration(KConfigGroup const&) ()
#9  0x0045ecef in KateMainWindow::readProperties(KConfigGroup const&)
()
#10 0x00481374 in
KateSessionManager::loadSession(QExplicitlySharedDataPointer
const&) const ()
#11 0x0048248b in
KateSessionManager::activateSession(QExplicitlySharedDataPointer,
bool, bool) ()
#12 0x00482a16 in KateSessionManager::activateSession(QString const&,
bool, bool) ()
#13 0x0047da72 in KateSessionsAction::openSession(QAction*) ()
#14 0x004967bc 

[kmail2] [Bug 360320] kMail 5 garbles original "To" header when bouncing a message

2016-08-26 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360320

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #2 from Laurent Montel  ---
why your email have a + ?

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


[konversation] [Bug 111743] Color themes + optionally derive color options from current system palette

2016-08-26 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=111743

--- Comment #9 from Eike Hein  ---
Manpower is limited and it's not an urgent thing, so it would depend on someone
coming along who makes it their mission, which is unpredictable.

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


[kmail2] [Bug 367858] Fancy message headers not-so-fancy if dspam information is shown

2016-08-26 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367858

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #2 from Laurent Montel  ---
a testcase ?:)

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


[kipiplugins] [Bug 361678] dngconverter crashes when opening a raw file (*.NEF in my case)

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361678

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

   What|Removed |Added

 CC||marusic.bo...@gmail.com

--- Comment #4 from caulier.gil...@gmail.com ---
*** Bug 367859 has been marked as a duplicate of this bug. ***

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


[kipiplugins] [Bug 367859] DNGConverter crashed after trying to nconvert CR2 file

2016-08-26 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367859

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

   What|Removed |Added

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

--- Comment #1 from caulier.gil...@gmail.com ---


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

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


[krita] [Bug 367832] Do not export PNG with Embed sRGB profile checked by default because Firefox color shift and more.

2016-08-26 Thread Elle Stone via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367832

Elle Stone  changed:

   What|Removed |Added

 CC||e...@ninedegreesbelow.com

--- Comment #13 from Elle Stone  ---
(In reply to Tyson Tan from comment #0)

> 9)  . . . Adobe Photoshop's sRGB
> embedded picture is not affected because Photoshop embeds the official sRGB
> profile from ICC. Krita is affected because sRGB-elle-V2-srgbtrc.icc is not
> official and Firefox consider it to be a calibrated ICC.

>From curiosity, which official sRGB profile from the color.org website
(http://www.color.org/srgbprofiles.xalter) does PhotoShop embed?  Or does
PhotoShop use some other sRGB profile, maybe a V4 matrix profile? If PhotoShop
embeds a V4 version of sRGB (matrix or LUT), then Firefox default settings  (as
of v 38) will ignore the embedded profile.

In case it might be useful, I put up a test page so people can  easily check to
see what their browser/OS/settings do with various versions of the sRGB profile
embedded in pngs (I'll try to add the same images saved as jpegs later today):
http://ninedegreesbelow.com/bug-reports/browsers-and-icc-profiles.html

> Actual Results:  
> So all and all, Firefox is doing its job according to the rules, while the
> OS is supplying it with a wrong reference, causing the color shift to
> happen. There is nothing we can do about it unless the ICC people realized
> it. Or they did this for some unknown reason. 

Firefox is doing its job according to its own rules. The real rule is that
untagged images should be treated as if they are sRGB images, not as if color
management were suddenly disabled. To get Firefox to "act by the rules" you
need to change the default settings.

> Expected Results:  
> Although it's technically not Krita's fault, we can do something to avoid
> being affected. So far Krita saving as JPG has ICC off by default, which is
> a good thing. All we need is to turn off ICC for PNG (and all other
> universal formats that has the ability to embed ICC).

Disabling embedding ICC profiles to satisfy mishandled color management in
various browsers and operating systems, and/or to accomodate user ignorance
seems to me to be a very bad idea for a color-managed editing application.

Having a special "export for the web" option that tries to accomodate browser
issues on various OS's might be a possibility.

It might work to change the default Krita sRGB profile to the V4 version with
the parametric curve. Firefox with default settings doesn't read V4 profiles.

Quoting from Comment 9 in the first post:
"9) Firefox detects the embedded ICC profile of the picture. If it's sRGB, it
will not color manage it, hence no color shift. Adobe Photoshop's sRGB embedded
picture is not affected because Photoshop embeds the official sRGB profile from
ICC. Krita is affected because sRGB-elle-V2-srgbtrc.icc is not official and
Firefox consider it to be a calibrated ICC. "

Has this "detect and don't color manag sRGB images" been implemented in
Firefox? I remember hearing some discussion on this point. If this is part of
the problem, then a bug report should be filed with Firefox to revert this
behavior. The so-called justification for this move was to keep web developers
happy, who can't be bothered to simply remove the embedded ICC profile before
uploading web design elements. The simpler course would be if Firefox made the
default setting for color management be 1 instead of 2.

My opinion counts for exactly nothing as I'm not planning on making a campaign
out of fixing browser and OS color management. But in my opinion:

 * OSX color management pipeline seems broken, and if it is, it needs to be
fixed instead of expecting developers to work around the problems:
https://bugzilla.gnome.org/show_bug.cgi?id=708579

 * Color.org needs to change their profile copyrights to be compatible with
free/libre software and also stop pretending Linux doesn't exist, and also fix
their V2 sRGB profile so the purported black point and the TRC actually agree,
and maybe even figure out how to have sRGB white R=G=B=1.0f map to LAB
(100,0,0) in relative colorimetric conversions, instead of to off-white
(99.998820, 0.018274, -0.016832).

 * Color.org needs to supply a V4 sRGB profile that is a bog-standard
matrix profile, and also supply better guidelines regarding "use this profile
for this purpose". Surely no one is embedding the V4 LUT sRGB profiles in
images uploaded to the web. But if they are, then at this point in time these
profiles are either being ignored or else sometimes very wrongly interpreted
depending on the browser and the settings and probably on the OS, or if the
browser does correctly read these profiles, the resulting colors don't match
colors from matrix sRGB profiles.

 * Libpng needs to stop playing profile police, 

[dolphin] [Bug 361055] the process for mtp protocol died unexpectedly

2016-08-26 Thread Colin Walls via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361055

Colin Walls  changed:

   What|Removed |Added

 CC||bafco...@btinternet.com

--- Comment #2 from Colin Walls  ---
I get exactly the same problem with my openSuse Leap 42.1 system and Galaxy Tab
S2

The traceback in my .xsession file is:

org.kde.baloo: Found removable storage volume for Baloo undocking:
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-5"
org.kde.baloo: Found removable storage volume for Baloo undocking:
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-5"
org.kde.baloo:
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6"
QObject::connect: invalid null parameter
org.kde.baloo:
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6"
QObject::connect: invalid null parameter
QObject::connect: invalid null parameter
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:136:25:
Unable to assign [undefined] to QString
file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:137:
TypeError: Cannot read property 'State' of undefined
file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/devicenotifier.qml:225:
TypeError: Cannot read property 'Device Types' of undefined
file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:135:
TypeError: Cannot read property 'Description' of undefined
file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:134:
TypeError: Cannot read property 'Icon' of undefined
file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:83:
TypeError: Cannot read property 'DesktopEntry' of undefined
file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:136:25:
Unable to assign [undefined] to QString
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
kde.kio-mtp: Slave started
kde.kio-mtp: new device, getting raw devices
Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP).
kde.kio-mtp: No Error, continuing
kde.kio-mtp: Found device matching the Solid description
LIBMTP ERROR: couldnt parse extension samsung.com/devicestatus:1
kde.kio-mtp: Created device  "Galaxy Tab S2"   with udi=
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6"  and timeout
 6
kde.kio-mtp: Caches created
kde.kio-mtp:
"udi=/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6/"
kde.kio-mtp:
QUrl("mtp:udi=/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6/")
kde.kio-mtp: udi = 
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6"
kde.kio-mtp: "/Galaxy Tab S2"
kde.kio-mtp: QUrl("mtp:/Galaxy Tab S2")
kde.kio-mtp: "/Galaxy Tab S2" 1
kde.kio-mtp: reopen mtpdevice if we have no storage found
LIBMTP PANIC: Could not open session! (Return code 8195)
  Try to reset the device.
kde.kio-mtp: returning LIBMTP_mtpdevice_t
kde.kio-mtp: [ENTER] true
kde.kio-mtp: [EXIT] 0
kde.kio-mtp: QUrl("mtp:/Galaxy Tab S2")
kde.kio-mtp: "/Galaxy Tab S2"
KRun(0x1f48ac0) ERROR (stat): 108   "/Galaxy Tab S2"
org.kde.baloo: Found removable storage volume for Baloo undocking:
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6"
org.kde.baloo: Found removable storage volume for Baloo undocking:
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6"
org.kde.baloo:
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6"
QObject::connect: invalid null parameter
QObject::connect: invalid null parameter
org.kde.baloo:
"/org/kde/solid/udev/sys/devices/pci:00/:00:1d.7/usb5/5-6"
QObject::connect: invalid null parameter
file:///usr/lib64/qt5/qml/QtQuick/Controls/Button.qml:100: TypeError: Cannot
read property of null
file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:136:25:
Unable to assign 

[kdenlive] [Bug 366806] In 16.08.0 the project monitor remains blank (gray) while clips are playing

2016-08-26 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=366806

--- Comment #7 from Wegwerf  ---
What graphics card type, AMD, NoVidea, Intel, ...? Which OpenGL drivers, open
source, proprietary, ...? What OpenGL information does Kdenlive report in the
terminal window when started? I suspect some OpenGL driver issues, more so as
you are using Ubuntu 15.10, where the later graphic card driver updates broke
my AMD card, and Ubuntu 16.04 fixed these issues. Heard similar things for
Nvidea.

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


[krita] [Bug 342105] [HUION] Cannot right click with the Pen of Huion H610 Pro

2016-08-26 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342105

Boudewijn Rempt  changed:

   What|Removed |Added

   Platform|MS Windows  |unspecified

--- Comment #42 from Boudewijn Rempt  ---
Dear Venola,

This is a bug tracker, and this bug is about using Krita with Huion tablets.
It's not a general user support forum. Have you checked the FAQ:
https://docs.krita.org/KritaFAQ#Krita_is_slow ?

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


[plasmashell] [Bug 351448] The plasmashell starts to eat CPU power

2016-08-26 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351448

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #10 from David Edmundson  ---


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

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


[plasmashell] [Bug 356479] plasmashell uses 100% CPU when there is an animation in the task bar

2016-08-26 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356479

David Edmundson  changed:

   What|Removed |Added

 CC||a...@cryptomilk.org

--- Comment #71 from David Edmundson  ---
*** Bug 351448 has been marked as a duplicate of this bug. ***

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


[Akonadi] [Bug 367653] akonadi-archiveamail-agent PID: ... Signal:Aborted (6)

2016-08-26 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367653

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||denis.kurz+kdebugs@posteo.d
   ||e

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


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

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


[plasmashell] [Bug 367771] closing windows through right click on the taskbar item causes freeze and corruption

2016-08-26 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367771

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson  ---
If there's a crash, please paste a backtrace

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


[plasmashell] [Bug 367615] Launcher hangs on unavailable nfs mount in home directory

2016-08-26 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367615

David Edmundson  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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


[plasmashell] [Bug 367615] Launcher hangs on unavailable nfs mount in home directory

2016-08-26 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367615

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from David Edmundson  ---
>I suspect that lstat is being called on recently accessed files? 

Seems so.

In any case, you've shown it's locking in the kernel. 

FuseNFS might help your case.

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


[kwin] [Bug 367770] Position of window wrong when using opengl

2016-08-26 Thread Lach Sławomir via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367770

--- Comment #4 from Lach Sławomir  ---
Repeat up:
Xrender render window correctly.

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

[kontact] [Bug 367566] Crashed creating filter

2016-08-26 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367566

Denis Kurz  changed:

   What|Removed |Added

 CC||ndor...@gmail.com

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

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


[kontact] [Bug 367795] Kontact crash closure

2016-08-26 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367795

Denis Kurz  changed:

   What|Removed |Added

 CC||denis.kurz+kdebugs@posteo.d
   ||e
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

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


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

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


[kmail2] [Bug 367779] kmail always crashes when closing

2016-08-26 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367779

Denis Kurz  changed:

   What|Removed |Added

 CC||pascal.vo...@freesbee.fr

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

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


  1   2   3   >