[plasmashell] [Bug 357004] only 8 lines shown in the tooltip subtext of applets

2015-12-21 Thread Luigi Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357004

--- Comment #3 from Luigi Toscano  ---
/me jumps in 

The old clock status was/is a really good tool when interacting with colleagues
around, so that I had 18 timezones. I could kill 3 of them, but still...
 (the aspect itself of the tooltip and the time it stays open are matters for
other bugs :)

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


[kwin] [Bug 348156] Add a feature to unredirect all fullscreen windows except some selected

2015-12-21 Thread AnAkkk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348156

AnAkkk  changed:

   What|Removed |Added

 CC||anakin...@gmail.com

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


[ktorrent] [Bug 357016] upnp internal server error

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357016

--- Comment #2 from artur.cuva...@gmail.com ---
ktupnptest show that forwarding is working fine.

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


[ktorrent] [Bug 357016] upnp internal server error

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357016

--- Comment #1 from artur.cuva...@gmail.com ---
Created attachment 96245
  --> https://bugs.kde.org/attachment.cgi?id=96245=edit
error

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


[ktorrent] [Bug 357016] New: upnp internal server error

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357016

Bug ID: 357016
   Summary: upnp internal server error
   Product: ktorrent
   Version: 4.3.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: joris.guis...@gmail.com
  Reporter: artur.cuva...@gmail.com

upnp ports are not forwarded, used to be working fine just a few weeks ago.

Reproducible: Always

Steps to Reproduce:
Open the app and switch to upnp tab.


Expected Results:  
Ports are forwarded and no error is displayed.

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


[kdenlive] [Bug 356887] crash during auto conversion of valid (previous version) project

2015-12-21 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356887

--- Comment #2 from Jean-Baptiste Mardelle  ---
Git commit a5560c935c59d0f81c4a13347209b51dbb1769ce by Jean-Baptiste Mardelle.
Committed on 21/12/2015 at 20:32.
Pushed by mardelle into branch 'master'.

Fix possible crash on audio thumb display

M  +1-1src/timeline/clipitem.cpp

http://commits.kde.org/kdenlive/a5560c935c59d0f81c4a13347209b51dbb1769ce

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


[kwin] [Bug 357009] Partial image freeze when changing display configuration

2015-12-21 Thread Max Sydorenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357009

--- Comment #3 from Max Sydorenko  ---
Created attachment 96248
  --> https://bugs.kde.org/attachment.cgi?id=96248=edit
Xorg.log

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


[kscreenlocker] [Bug 357007] kscreenlocker_greet unresponsive when using compositor

2015-12-21 Thread Götz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357007

--- Comment #2 from Götz  ---
Just tried using KWin with compton as compositor and the same problem.

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

[valgrind] [Bug 357010] New: drd regression tests fail to compile with Intel compiler

2015-12-21 Thread Tatyana via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357010

Bug ID: 357010
   Summary: drd regression tests fail to compile with Intel
compiler
   Product: valgrind
   Version: 3.10 SVN
  Platform: RedHat RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: drd
  Assignee: bvanass...@acm.org
  Reporter: tatyana.a.mine...@intel.com

File drd/tests/std_string.cpp fails to compile with Intel compiler (versions
15.0.3, 16.0.0)

Reproducible: Always

Steps to Reproduce:
1. Configure Valgrind to be built with Intel compiler
2. Build regression tests (make regtest)

Actual Results:  
File drd/tests/std_string.cpp fails to compile

Expected Results:  
Regression tests are built and run

The reason is a known bug of Intel compiler. If gcc 5.2.0 headers are used, in
certain cases integers are misinterpreted as iterators:
https://software.intel.com/en-us/forums/intel-c-compiler/topic/565143 . The
compiler bug has high priority, but it is difficult to fix. The workaround is
to change argument type from integer to double for Intel compilation.

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


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

2015-12-21 Thread Uriy Zhuravlev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356992

--- Comment #2 from Uriy Zhuravlev  ---
> Does this work for you?

Nope becouse EGL_BAD_CONFIG return only in eglCreatePlatformWindowSurfaceEXT
and eglChooseConfig well done.

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


[kdenlive] [Bug 355936] 15.12.0: Spacer tool moves transitions of locked tracks

2015-12-21 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355936

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kden
   ||live/00d61732bb008860372907
   ||3ae22b6cc7a2655348
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #9 from Jean-Baptiste Mardelle  ---
Git commit 00d61732bb0088603729073ae22b6cc7a2655348 by Jean-Baptiste Mardelle.
Committed on 21/12/2015 at 21:16.
Pushed by mardelle into branch 'master'.

Fix locked track locking wrong transitions on project loading

M  +1-1src/timeline/timeline.cpp

http://commits.kde.org/kdenlive/00d61732bb0088603729073ae22b6cc7a2655348

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


[valgrind] [Bug 357010] drd regression tests fail to compile with Intel compiler

2015-12-21 Thread Tatyana via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357010

--- Comment #2 from Tatyana  ---
Comment on attachment 96238
  --> https://bugs.kde.org/attachment.cgi?id=96238
Proposed workaround

>--- valgrind-3.11.0/drd/tests/std_string.cpp   2015-09-08 16:23:31.0 
>+0300
>+++ valgrind-3.11.0/drd/tests/std_string.cpp   2015-12-15 21:47:14.114795475 
>+0300
>@@ -35,7 +35,13 @@
> {
>   for (int i = 0; i < 100; i++) {
> std::string id("000");
>+#ifdef __INTEL_COMPILER
>+// Intel compiler (version 15.0.3 - 16.0.0) fails to compile the following 
>line due to a compiler bug
>+// A known workaround is to use double instead of int
>+id.append(1.0, 'a' + i);
>+#else
> id.append(1, 'a' + i);
>+#endif
> std::list record;
> record.push_back("some data");
> addRecord();

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

[valgrind] [Bug 357012] Memcheck regression tests do not match expected results if compiled with intel compiler

2015-12-21 Thread Tatyana via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357012

--- Comment #1 from Tatyana  ---
Created attachment 96241
  --> https://bugs.kde.org/attachment.cgi?id=96241=edit
Differences between proposed .exp-icc files and corresponding .exp files

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


[kwin] [Bug 357009] Partial image freeze when changing display configuration

2015-12-21 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357009

--- Comment #2 from Thomas Lübking  ---
Created attachment 96246
  --> https://bugs.kde.org/attachment.cgi?id=96246=edit
kwin supportInfo from OP

On a sidenote, please attach all  bug information and don't use pastebin.

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

[kwin] [Bug 357009] Partial image freeze when changing display configuration

2015-12-21 Thread Max Sydorenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357009

--- Comment #4 from Max Sydorenko  ---
I tested the last (patched) version of xf86-video-intel (attached log relates
to it), which supposed to solve mentioned supposedly related problem. Still
able to reproduce my original problem.

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


[plasmashell] [Bug 356494] System tray volume icon appear in the wrong place

2015-12-21 Thread Andrew Chen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356494

Andrew Chen  changed:

   What|Removed |Added

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

--- Comment #2 from Andrew Chen  ---
Seems to be fixed with 5.5.1.

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


[valgrind] [Bug 357012] New: Memcheck regression tests do not match expected results if compiled with intel compiler

2015-12-21 Thread Tatyana via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357012

Bug ID: 357012
   Summary: Memcheck regression tests do not match expected
results if compiled with intel compiler
   Product: valgrind
   Version: 3.10 SVN
  Platform: RedHat RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: tatyana.a.mine...@intel.com

Created attachment 96240
  --> https://bugs.kde.org/attachment.cgi?id=96240=edit
Proposed patch

- Tests "varinfo3" and "varinfo5" use compiler-dependent variable names; these 
names are later filtered. Variable names, generated by Intel compiler, do not 
match the existing filter pattern.
This patch updates the filter pattern in file "filter_varinfo3".

- Reported line numbers differ from expected ones for intel-compiled test 
applications “insn-pcmpistri” and “insn-pmovmskb”. The reported line 
numbers are correct, so the patch adds alternative expected test results.

- In intel-compiled test "memalign_test", function call stack is different 
from the expected one (due to compiler optimization).
Adding an alternative expected test result. The differences between added 
.exp-icc files and corresponding .exp files are listed in memcheck_deltas.diff 
file.

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

[Akonadi] [Bug 354417] crash on boot

2015-12-21 Thread David Jarvie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354417

David Jarvie  changed:

   What|Removed |Added

 CC||br...@gmcl.com

--- Comment #6 from David Jarvie  ---
*** Bug 356787 has been marked as a duplicate of this bug. ***

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


[Akonadi] [Bug 356787] Akonadi crash soon after login

2015-12-21 Thread David Jarvie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356787

David Jarvie  changed:

   What|Removed |Added

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

--- Comment #1 from David Jarvie  ---


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

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


[kmail2] [Bug 357015] New: No identity selection in composer

2015-12-21 Thread Michael S . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357015

Bug ID: 357015
   Summary: No identity selection in composer
   Product: kmail2
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: composer
  Assignee: kdepim-b...@kde.org
  Reporter: michael.saalf...@arcor.de

I configured kmail (5.1) with two identities, but when I write an email, I
can't select an identy. Kmail always uses the default identity.

Reproducible: Always

Steps to Reproduce:
1. Add two or more identities
2. Select 'New message'
3.

Actual Results:  
The composer doesn't show the combobox with the configured identities. It
always uses the default identity,

Expected Results:  
Combobox, which allows to select the identity,

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


[krusader] [Bug 356920] klauncher said: Unknown protocol 'krarc'

2015-12-21 Thread Andrew Gaydenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356920

--- Comment #1 from Andrew Gaydenko  ---
The same with KDE 15.12.0.

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


[valgrind] [Bug 357014] New: Helgrind regression tests do not match expected results if compiled with intel compiler

2015-12-21 Thread Tatyana via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357014

Bug ID: 357014
   Summary: Helgrind regression tests do not match expected
results if compiled with intel compiler
   Product: valgrind
   Version: 3.10 SVN
  Platform: RedHat RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: helgrind
  Assignee: jsew...@acm.org
  Reporter: tatyana.a.mine...@intel.com

Created attachment 96242
  --> https://bugs.kde.org/attachment.cgi?id=96242=edit
Proposed patch

Several helgrind tests do not produce the expected results if Valgrind is
compiled with Intel compiler. The reason is that expected results contain call
stacks of helgrind functions. On Intel compilation, one of the functions in the
call stack is optimized out (due to tail call elimination), so the call stack
appears to be different.
The proposed patch adds alternate expected test results with a modified call
stack.
The differences between added .exp-icc files and corresponding .exp files are
listed in helgrind_deltas.diff file.
One of Valgrind suppression rules relies on this call stack, too. The proposed
patch adds a suppression rule that relies on the intel-specific call stack for
Intel-compiled version of Valgrind.

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


[dolphin] [Bug 353504] Accessing root folder causes kernel panic

2015-12-21 Thread Gery via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353504

--- Comment #3 from Gery  ---
What kind of hardware are you using? I'm using a Dell XPS13. Are you also on
Kubuntu?
What I've found out so far it happens when creating previews for the proc and
dev folder. The system does not alway kernel panic, it sometimes just ignores
the touchpad, while the touchscreen is still working. However it usually locks
up completely after opening a few applications.

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


[kalarm] [Bug 357018] New: Unable to specify value for reminder

2015-12-21 Thread Graeme Hewson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357018

Bug ID: 357018
   Summary: Unable to specify value for reminder
   Product: kalarm
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: djar...@kde.org
  Reporter: b...@wormhole.me.uk

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

This is with version 2.11.2-5ak, which doesn't appear in the bugtracking system
menu.

It's no longer possible to specify the value for reminders, only the units
(minutes, hours/minutes, etc.). There seems to be an entry field underneath the
"in advance" / "afterwards" selection, but it's mostly hidden. See screenshot.

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


[valgrind] [Bug 357010] drd regression tests fail to compile with Intel compiler

2015-12-21 Thread Tatyana via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357010

Tatyana  changed:

   What|Removed |Added

 CC||tatyana.a.mine...@intel.com

--- Comment #1 from Tatyana  ---
Created attachment 96238
  --> https://bugs.kde.org/attachment.cgi?id=96238=edit
Proposed workaround

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


[krusader] [Bug 357013] New: crash on copying to ssh FUSE fs

2015-12-21 Thread Andrew Gaydenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357013

Bug ID: 357013
   Summary: crash on copying to ssh FUSE fs
   Product: krusader
   Version: Git
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: net-connection
  Assignee: m...@fork.pl
  Reporter: a...@gaydenko.com

After copying a file to ssh FUSE filesystem Krusader shows error that it can
not to change file permissions and exits. sshfs 2.5 is in use.

Reproducible: Always

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


[plasmashell] [Bug 356954] plasmashell hangs when desktop settings dialog is moved to another screen

2015-12-21 Thread Bernd Steinhauser via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356954

Bernd Steinhauser  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |WORKSFORME
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Bernd Steinhauser  ---
Just updated to 5.5.1 today and cannot reproduce any more.

So it's either gone through that update or I did something else to make it go
away (although I wouldn't know what).

Marking as resolved.

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


[Breeze] [Bug 356940] kalarm crash on start up

2015-12-21 Thread David Jarvie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356940

David Jarvie  changed:

   What|Removed |Added

  Component|general |general
   Assignee|djar...@kde.org |plasma-de...@kde.org
Product|kalarm  |Breeze

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


[plasmashell] [Bug 357004] only 8 lines shown in the tooltip subtext of applets

2015-12-21 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357004

Martin Klapetek  changed:

   What|Removed |Added

 CC||mklape...@kde.org

--- Comment #2 from Martin Klapetek  ---
Thanks for the report

Just out of curiosity, how many timezones you actually have/need?

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


[krita] [Bug 357000] Error opening files (any extension).

2015-12-21 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357000

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

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

Which version of Krita are you using exactly (the name of the file you
downloaded will do) and are you on an X86 or X64 bit version of Krita? Could
you attach a screenshot of the error message?

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


[amarok] [Bug 356996] Tracks become 'never played' after modifying the root Music directory

2015-12-21 Thread Ralf Engels via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356996

Ralf Engels  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Ralf Engels  ---
I think this is what happened:

When you removed the link and did the rescanning Amarok deleted the old songs
from the database.

If you would instead have moved everything in place and then let Amarok rescan,
then Amarok would have noticed that the files were just moved.

The behaviour is a little bit up to interpretation, but I think forgetting
about not longer used songs is the right thing to do.
However you could add a "wish" that Amarok should not clean up deleted files
until a restart.

Allowing Amarok to save the playcount in the file will prevent this from
happening again.

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


[plasmashell] [Bug 344879] memory leak in plasmashell - huge ram usage

2015-12-21 Thread AnAkkk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344879

--- Comment #98 from AnAkkk  ---
I think the leak only happens when I play CS GO (OpenGL app) and plasmashell is
running. I now stop the plasmashell process while playing, and Xorg seems to
have a normal memory usage.

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


[plasmashell] [Bug 356446] plasmashell does not respect QT_DEVICE_PIXEL_RATIO

2015-12-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356446

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
Summary|system tray settings seem   |plasmashell does not
   |to not adjust to hidpi  |respect
   |screens |QT_DEVICE_PIXEL_RATIO
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #2 from Kai Uwe Broulik  ---
Support for this is currently deliberately disabled as it causes some breakage
in plasmashell. There's a bug about it but I cannot find it right now.

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


[plasmashell] [Bug 356937] Xembed icons have black background

2015-12-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356937

David Edmundson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||k...@davidedmundson.co.uk

--- Comment #2 from David Edmundson  ---
Note that SNI/appinidicator is *always* the only supported way. 

For Skype and VLC that is definitely available.
look for sni-qt 32bit for skype.

I don't know about Deluge, but if it does not support it a bug should be filed
against Deluge for not following modern specs.

Can you also confirm you have 5.5.1, there were some changes in this area
between 5.5.0 and 5.5.1

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


[kdepim] [Bug 356093] Kmail does not display PGP/Inline signed mails

2015-12-21 Thread Sandro Knauß via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356093

Sandro Knauß  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||15.12.1
  Latest Commit||http://commits.kde.org/mess
   ||agelib/d3fcd2a4790cbe261181
   ||ddea29392178fb2e0dbb
 CC||kna...@kolabsys.com

--- Comment #12 from Sandro Knauß  ---
Git commit d3fcd2a4790cbe261181ddea29392178fb2e0dbb by Sandro Knauß.
Committed on 22/12/2015 at 00:44.
Pushed by knauss into branch 'master'.

Don't endup in a endless loop for inline signed messages

For inline signed messages the reference node is a null pointer
so we also need to set the memento for this null sign pointer, to
be able to refind the memento again.

This patch makes it impossible to have multiple inline signed messages blocks.
But one the other side it wasn't working before, too :)
REVIEW: 126451

M  +25   -0messageviewer/autotests/objecttreeparsertest.cpp
M  +1-0messageviewer/autotests/objecttreeparsertest.h
M  +1-3messageviewer/src/viewer/objecttreeparser.cpp

http://commits.kde.org/messagelib/d3fcd2a4790cbe261181ddea29392178fb2e0dbb

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

[digikam] [Bug 337443] SETUP : digikam hangs when opening the preferences window on the collection page using MySQL database

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337443

kde-b...@stefanseidel.info changed:

   What|Removed |Added

 CC||kde-b...@stefanseidel.info

--- Comment #9 from kde-b...@stefanseidel.info ---
I don't know if what I have is the same or if I should file a new bug. Digikam
hangs for me every time I open the settings window. I am using a MySQL
database. It does not matter which pane is open, as soon as I open the settings
window, digikam is slowly (within 4-5 seconds) using more and more CPU until it
hits 100% CPU usage (only one CPU is at 100%). Then it becomes harder to close
the settings window. Within about 10 seconds it's still possible, but slow, but
after that, it's too unresponsive.

digiKam Version 4.14.0 Using KDE Development Platform 4.14.15

Digikam debug log only says:

digikam(2767)/digikam (core) Digikam::DImg::load:
"/usr/share/apps/digikam/data/sample-aix.png"  : PNG file identified
digikam(2767)/digikam (core) Digikam::DMetadata::getImageHistory: Loading image
history  ""
digikam(2767)/KEXIV2 KExiv2Iface::KExiv2::getImageDateTime: DateTime =>
Exif.Photo.DateTimeOriginal =>  QDateTime("Tue Jul 27 06:40:05 2010")
libpng warning: iCCP: known incorrect sRGB profile
digikam(2767)/digikam (core) Digikam::AlbumFilterModel::setSearchTextSettings:
new search text settings:  "" : hasResult =  true , validRows =  21

(at this point the settings dialog is open and starts to use CPU)

digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 
digikam(2767) KWidgetItemDelegateEventListener::eventFilter: User of
KWidgetItemDelegate should not delete widgets created by createItemWidgets! 

(these last lines only come when I manage to close the settings dialog).

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


[plasmashell] [Bug 341143] Wallpaper on every desktop is gone.

2015-12-21 Thread Karl Schendel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341143

--- Comment #124 from Karl Schendel  ---
+1 for separate wallpaper / pager / desktop simplicity, and for the same
reasons elaborated by others.  I'd simply vote for the bug but it appears that
voting is not enabled.

At least in my own mind, I don't have workflows and "activities".  I do 95% of
my work in a variety of konsole windows, in a nearly static layout, and the
other 5% is in a browser.  I use the VD, pager, and wallpaper to keep them
organized, and myself located and oriented.  I will wait... (or perhaps
experiment with other DE's, but I don't especially want to have to build from
from scratch with a building-blocks WM, either.)

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


[kwin] [Bug 357009] Partial image freeze when changing display configuration

2015-12-21 Thread Max Sydorenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357009

--- Comment #7 from Max Sydorenko  ---
Removing TearFree option from the xorg.conf.d/ files completely resolved
original problem.
Thank you for helping pinpointing the cause.

What is the current status of this option, btw? Is it considered obsolete and
replaced by Tearing Prevention menu in Compositor Settings?

Unrelated: Removing TearFree option changed apearence of xembed-sni-proxi icon
(Dropbox, to be precise). Now it looks like a black square with a dropbox icon
in it, before it blended nicely with a default Breeze light theme. Is it known
behaviour? Can I disable xembed-sni-proxi all together?

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


[plasmashell] [Bug 356938] Worse performance with KDE than Gnome when playing CS GO

2015-12-21 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356938

--- Comment #33 from Thomas Lübking  ---
Sounds suspicious enough (despite disabling tooltips seems to make no
difference; i'd assume the window is redirected as long as the entry is hovered
and it misses the leave event when the FS window kicks above it)

@AnAkk, find
/usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml and
in there the PlasmaCore.ToolTipArea branch (line 166-212 here)
Comment or delete it (keep a copy ;-)
Restart plasmashell and see what happens.

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

[plasmashell] [Bug 356653] When notification appears for first time, it appears twice

2015-12-21 Thread Artur O . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356653

--- Comment #23 from Artur O.  ---
(In reply to Martin Klapetek from comment #22)
> Multifix at
> 
> https://git.reviewboard.kde.org/r/126459/
> https://git.reviewboard.kde.org/r/126460/
> https://git.reviewboard.kde.org/r/126461/

Read the reviewboard, 
> "The lock-widgets one is I think because of multiscreen, cause
> then you have two containments emitting two same notifications."
Then as I understand its not a duplicate and these won't fix that particular
issue?

Best Regards

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


[frameworks-kio] [Bug 353195] Copy error for folders with mixed files & folders in Split View

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353195

--- Comment #8 from wulf.richa...@gmx.de ---
happens to me, when I try to copy to a mounted NTFS USB-Drive

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


[plasmashell] [Bug 343632] DockManager support (or similar interface) for displaying badges, progress bars etc. on icons

2015-12-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343632

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
Note that starting in Plasma 5.6 we'll support at least the Desktop Actions
(entitled "static quicklist entries" in the Unity Wiki linked above) in both
the Task Managers and Application Launchers.

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


[plasmashell] [Bug 355463] xembedsniproxy always crash when login

2015-12-21 Thread Dennis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355463

--- Comment #10 from Dennis  ---
(In reply to Damian Nowak from comment #8)
> Is there a remedy for that? Arch Linux forced everyone to update from KDE 4
> to KDE 5, but KDE 5 is not usable because of this. Kind of stuck.

I have the same problem, my workaround is to just start xembedsniproxy again
with krunner. I have considered making systemd handling it with a service, but
I believe that it will be fixed soon.

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


[plasmashell] [Bug 356025] Keyboard doesn't work in widget search after widget added.

2015-12-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356025

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
I cannot reproduce this. What happens if you type before you drag a widget?
We had an issue where the widget explorer would not properly get focus when
Plasmashell didn't have focus already, might be related.

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


[plasmashell] [Bug 357019] New: Dropdown menu uses wrong background colour

2015-12-21 Thread SteveK via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357019

Bug ID: 357019
   Summary: Dropdown menu uses wrong background colour
   Product: plasmashell
   Version: 5.5.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Theme - Breeze
  Assignee: visual-des...@kde.org
  Reporter: steve...@gmail.com
CC: plasma-b...@kde.org

Created attachment 96250
  --> https://bugs.kde.org/attachment.cgi?id=96250=edit
Screenshot of dropdown menu

Using Breeze Dark Colour Scheme and Desktop Theme, dropdown menus have a light
colour background with light colour text in plasmashell.  Dropdown menus appear
as expected in other applications such as Dolphin.

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


[plasmashell] [Bug 352653] Dropdowns in widget properties don't follow system color settings. [regression]

2015-12-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352653

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||steve...@gmail.com

--- Comment #11 from Kai Uwe Broulik  ---
*** Bug 357019 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 357019] Dropdown menu uses wrong background colour

2015-12-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357019

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Kai Uwe Broulik  ---


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

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


[systemsettings] [Bug 357021] New: User is missing from user management

2015-12-21 Thread Holger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357021

Bug ID: 357021
   Summary: User is missing from user management
   Product: systemsettings
   Version: 5.4.1
  Platform: Kubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_sddm
  Assignee: k...@davidedmundson.co.uk
  Reporter: h.kl...@gmx.de

I created accounts for my nephews on this machine. The home directory is there
and he was already successfully logged in. Also his name shows up when I log my
session and switch to a new one.

Only the user management in the settings does not show him, though is brother
is there as expected.

Reproducible: Always

Steps to Reproduce:
1. created user from user management of previous KDE (Kubuntu 15.04)
2. upgrade Kubuntu to 15.10
3. one user lost ... somewhat

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


[plasmashell] [Bug 356653] When notification appears for first time, it appears twice

2015-12-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356653

--- Comment #24 from David Edmundson  ---
It will fix it

Plasma will emit two.
However, the notification applet will then squash that into one.

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


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

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355928

ja...@jasonhansel.com changed:

   What|Removed |Added

 CC||ja...@jasonhansel.com

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


[plasmashell] [Bug 356938] Worse performance with KDE than Gnome when playing CS GO

2015-12-21 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356938

--- Comment #30 from Thomas Lübking  ---
e... Eike, why do i see a live preview in the taskbar tooptip *even with
compositing disabled*?
Does the taskbar redirect windows itself (in doubt)?

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

[frameworks-kwindowsystem] [Bug 356909] Virtual desktop switcher shows minimized windows when setting "Keep window thumbnails" to "Always" in KWin

2015-12-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356909

Kai Uwe Broulik  changed:

   What|Removed |Added

  Component|Pager   |general
 CC||k...@privat.broulik.de,
   ||kdelibs-b...@kde.org
Product|plasmashell |frameworks-kwindowsystem
   Assignee|plasma-b...@kde.org |mgraess...@kde.org
Version|5.4.2   |unspecified
   Target Milestone|1.0 |---

--- Comment #2 from Kai Uwe Broulik  ---
Re-assigning to KWindowSystem as the Pager does check for isMinimized() which
should work even if the window is not "technically" minimized?
Otherwise we could just add an additional info.hasState(NET::Hidden) check.

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


[plasmashell] [Bug 356470] Plasmashell 5.5 segfaults on shutdown (like 5.3)

2015-12-21 Thread David Strobach via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356470

--- Comment #8 from David Strobach  ---
(In reply to Paul Konecny from comment #7)
> I just received the update for plasma-workspace 5.5.1 and the issue seems
> fixed. 
> Neither kquitapp plasmashell nor a normal shutdown trigger the segfault now. 
> 
> Can you guys confirm this?

Yes, the broken discovernotifier plasmoid is already fixed, but it only removed
the trigger. The bug itself is still there.

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


[amarok] [Bug 356996] Tracks become 'never played' after modifying the root Music directory

2015-12-21 Thread robert marshall via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356996

--- Comment #4 from robert marshall  ---
Ralf

That's not the problem, to give an explicit example:

~/Music/ contained (say) track1.flac and otherArea - otherArea is a soft link
to /newPartition/Music and contains track2.flac
I removed otherArea from the directories (within ~/Music) where are scanned (in
amarok settings) and at that point track2.flac loses its stats (this I
expected!). I then added /newPartition/Music (using the full path) as a
directory containing part of my collection. track2.flac reappears in the
collection with a never played status (also an expected outcome). I then
removed the otherArea soft link.

What I didn't expect was that track1.flac would suddenly also appear to be
never played - and in my simple example at one point in the process (after
adding /newPartition/Music and the consequent scan I only have one track in the
collection)

I hope this makes it clearer, maybe I should create a dummy user and check that
the issue is easily repeatable.

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


[plasmashell] [Bug 356655] auto / show / hide setting in systray does not stick across reboot for xembed icons

2015-12-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356655

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from David Edmundson  ---
QString SNIProxy::Id() const
{
return QString::number(m_windowId);
}

Heh, not surprising this doesn't work.

At one point I had it use the title as a unique idenitifier, but apparently
this caused problems for Wine apps where that wasn't set and apps simply didn't
appear.
I'm not sure what any possible fix here would be.

Note that xembedsniproxy is designed only as a fallback for terrible
applications that do follow modern speficiations, if apps are using this please
file a bug report with them to update their software stack.

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


[plasma4] [Bug 254884] Plasma desktop settings lost after every system crash

2015-12-21 Thread Raman Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=254884

Raman Gupta  changed:

   What|Removed |Added

 CC||rocketra...@gmail.com

--- Comment #13 from Raman Gupta  ---
It doesn't just happen after a crash -- it seems to happen with normal restarts
too. See Bug #346558.

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


[kmail2] [Bug 356862] KMail crashes on exit

2015-12-21 Thread Martin Schnitkemper via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356862

Martin Schnitkemper  changed:

   What|Removed |Added

 CC||martin.schnitkemper@nexgo.d
   ||e

--- Comment #4 from Martin Schnitkemper  ---
KMail crashed here on exit, too.  After I applied the patches from
https://quickgit.kde.org/?p=kdepimlibs.git=commit=c6bf33a9018587e96a350bfd0b2bffde1859db27
and re-compiled the kdepimlibs I could exit KMail without a crash.  Seems that
it works for me (Arch Linux)

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


[kwin] [Bug 357009] Partial image freeze when changing display configuration

2015-12-21 Thread Max Sydorenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357009

--- Comment #6 from Max Sydorenko  ---
> Does this
> > image of window open on the laptop display is frozen
> mean the VGA section works just fine?
Yes, it does. 
> Does suspending/resuming the compositor (SHIFT+Alt+F12) resolve the frozen
> display as well?
Yes.
> Does the EGL or xrender backend ("kcmshell5 kwincompositing") expose the
> same behavior?
> (I assume xrender won't)
Both are free of this problem.
> Does this have any impact:
>KWIN_USE_BUFFER_AGE=0 KWIN_EXPLICIT_SYNC=0 KWIN_USE_INTEL_SWAP_EVENT=0
> KWIN_PERSISTENT_VBO=0 kwin_x11 --replace &
No, same behavior.

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


[kmail2] [Bug 356862] KMail crashes on exit

2015-12-21 Thread Freddie Chopin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356862

Freddie Chopin  changed:

   What|Removed |Added

 CC||freddie_cho...@op.pl

--- Comment #5 from Freddie Chopin  ---
Same crash on Arch Linux with new version of kmail. Additionally sometimes I
see crashes of akonadi resources for IMAP accounts when closing the system.

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


[plasmashell] [Bug 344879] memory leak in plasmashell - huge ram usage

2015-12-21 Thread Georg Grabler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344879

--- Comment #97 from Georg Grabler  ---
Decided to put some time on this issue tonight. Happens on the following
distributions:
Arch, KUbuntu, OpenSUSE, Fedora (KDE Build), Tanglu (3.0, 4.0 Alpha), Manjaro,
Mint

Happens on DEs: Only KDE. DEs Tested:
KDE, Unity, Gnome, LXQt, KDE, LXDE, Cinnamon, MATE, Xfce.

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


[plasmashell] [Bug 355463] xembedsniproxy always crash when login

2015-12-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355463

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #9 from David Edmundson  ---
Created attachment 96251
  --> https://bugs.kde.org/attachment.cgi?id=96251=edit
Resize if null geometry

Can you try this patch? It's a mod of your version, but if we don't have a
client geometry on the window we're embedding it tries to set one.

Should (hopefully) mean we get a tray icon for these cases rather than just
hiding it completely.

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


[plasmashell] [Bug 344879] memory leak in plasmashell - huge ram usage

2015-12-21 Thread Andrew Gaydenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344879

--- Comment #100 from Andrew Gaydenko  ---
(In reply to AnAkkk from comment #98)
> I think the leak only happens when I play CS GO (OpenGL app)...

I guess this generalization is too wide: I don't play games at all, but the
leak takes place.

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


[plasmashell] [Bug 355922] Icon and tooltip say "charging" when on battery

2015-12-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355922

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #1 from Kai Uwe Broulik  ---
Do you have more than one battery (or wireless mouse) in your computer?
Can you please give me the output of upower -d

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


[frameworks-kio] [Bug 353195] Copy error for folders with mixed files & folders in Split View

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353195

wulf.richa...@gmx.de changed:

   What|Removed |Added

 CC||wulf.richa...@gmx.de

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


[kwin] [Bug 357009] Partial image freeze when changing display configuration

2015-12-21 Thread Max Sydorenko via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357009

--- Comment #8 from Max Sydorenko  ---
Sorry for my last digression. It is better to ask David Edmundson about those
things, I somehow mixed  him  in my mind with Thomas.

Thank you once again.

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


[Spectacle] [Bug 357022] New: Region selection screen does not take into account device pixel ratio

2015-12-21 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357022

Bug ID: 357022
   Summary: Region selection screen does not take into account
device pixel ratio
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: k...@privat.broulik.de

Run spectable with QT_DEVICE_PIXEL_RATIO=2 and the region selection screen will
be scaled 2x

Reproducible: Always

Steps to Reproduce:
1. Run QT_DEVICE_PIXEL_RATIO=2 spectacle
2. Take a "Rectangular Region" screenshot
3.

Actual Results:  
The region selector is scaled up and only a quarter of the screen is visible

Expected Results:  
The entire screen is visible

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


[plasmashell] [Bug 344879] memory leak in plasmashell - huge ram usage

2015-12-21 Thread Georg Grabler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344879

--- Comment #99 from Georg Grabler  ---
I think so too. Especially if wine was leaking in libx11, we'd see a different
pattern (other DEs would very likely leak too!).

I didn't experience this on native OpenGL applications (yet) though, but I'l do
some checks on that as well the next few days.

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


[kwin] [Bug 357009] Partial image freeze when changing display configuration

2015-12-21 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357009

Thomas Lübking  changed:

   What|Removed |Added

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

--- Comment #9 from Thomas Lübking  ---
The TearFree setting in the Xorg intel driver is not (really) related to GL
swap control in clients (like the KWin compositor scene)

Afaics, you should have buffer_age support which means kwin will swap, thus
flip, so TearFree should not be required, BUT: you'll likely get tearing (now)
when playing videos etc. uncomposited.

Apparently the TearFree option is buggy reg. randr events, I suggest to file a
bug on https://bugs.freedesktop.org - I cannot recall any relevant changes in
KWin itr., notably none that would cover XRender as well and on top of all
freeze the topleft (old root area, this could not be explained by "we forget to
resize the overlay window") screen.

Was the "good" screen btw. fully composited (with shadows, translucency, fading
in windows etc.) or just "visible at least"?

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

[systemsettings] [Bug 340982] I cannot set my short date to YYYY-MM-DD, nor my time to HH:MM

2015-12-21 Thread Philip Smith via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340982

Philip Smith  changed:

   What|Removed |Added

 CC||p...@mssl.ucl.ac.uk

--- Comment #57 from Philip Smith  ---
I too would like to use en_GB formats generally, but ISO date format (ISO 8601)
as the date format and SPACE for the thousands separator following the general
advice from
   BIPM and
   IUPAC described here:
  http://www.bipm.org/en/publications/si-brochure/section5-3-4.html
  http://old.iupac.org/reports/provisional/guidelines.html
These require a thin space (or a space) as the thousands separator to avoid
confusion in international use.

The ISO data format and use of a space as the thousands separator are likely to
be used in any locale.

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


[plasmashell] [Bug 355463] xembedsniproxy always crash when login

2015-12-21 Thread Damian Nowak via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355463

Damian Nowak  changed:

   What|Removed |Added

 CC||nowa...@geozone.pl

--- Comment #8 from Damian Nowak  ---
Is there a remedy for that? Arch Linux forced everyone to update from KDE 4 to
KDE 5, but KDE 5 is not usable because of this. Kind of stuck.

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


[digikam] [Bug 356975] Nikon 5300 12bit RAW/NEF: wrong white/black level

2015-12-21 Thread Philip Johnsson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356975

--- Comment #5 from Philip Johnsson  ---
Jonas,

Yes I can look into updating libraw in my PPA but it have to be after the
christmas holidays when I have more time.

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


[kopete] [Bug 349596] Kopete crashes after OTR keys generation

2015-12-21 Thread Kristoffer Grundström via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349596

Kristoffer Grundström  changed:

   What|Removed |Added

 CC||kristoffer.grundstrom1983@g
   ||mail.com

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

[kmail2] [Bug 356805] welcome screen "modal" after first setup

2015-12-21 Thread Freddie Chopin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356805

Freddie Chopin  changed:

   What|Removed |Added

 CC||freddie_cho...@op.pl

--- Comment #1 from Freddie Chopin  ---
Same thing happened on Arch Linux after update to new version of KDE
applications - all my accounts were lost and after adding the first one I had
to restart kmail to see the message list.

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


[konsole] [Bug 354028] Konsole crash on exit ( yet another dupe of Bug 346833 et al because Dr. Konqi is broken.)

2015-12-21 Thread Daniel Boles via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354028

--- Comment #2 from Daniel Boles  ---
oh, should've said: for me this happens every time Konsole is closed: simply
open a window, do absolutely nothing, then close using your choice of "exit" or
the GUI button or the File menu. Each time, same result

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


[plasmashell] [Bug 346558] Folder View resets to Desktop after Reboot

2015-12-21 Thread Raman Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346558

--- Comment #11 from Raman Gupta  ---
Created attachment 96252
  --> https://bugs.kde.org/attachment.cgi?id=96252=edit
The working plasma confiiguration

This plasma configuration is my "good" version. It keeps getting destroyed by
KDE and I have to copy this manually back into .config/ to reset it.

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


[systemsettings] [Bug 356985] New: Uninsatlling of fonts takes ages

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356985

Bug ID: 356985
   Summary: Uninsatlling of fonts takes ages
   Product: systemsettings
   Version: 5.5.1
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: kcm_fontinst
  Assignee: unassigned-b...@kde.org
  Reporter: slartibar...@gmail.com

Uninstall a font using 
dnf remove 
or
using the systemsetting/fontconfig,
you will notice a veeery long period of time passing until the font gets
deleted (cpu: 100%, just nothing happening)

Reproducible: Always

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


[plasmashell] [Bug 356986] New: Scrolling doesn't work in Status and Notifications widget

2015-12-21 Thread Sudhir Khanger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356986

Bug ID: 356986
   Summary: Scrolling doesn't work in Status and Notifications
widget
   Product: plasmashell
   Version: 5.5.0
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Notifications
  Assignee: mklape...@kde.org
  Reporter: sud...@sudhirkhanger.com
CC: plasma-b...@kde.org

Scrolling Status and Notifications widget doesn't work with two-finger swipe or
using mouse scroll button. You have to hold and move the scrollbar to scroll.

Please see the attached screencast to see the problem.

Reproducible: Always

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


[plasmashell] [Bug 356986] Scrolling doesn't work in Status and Notifications widget

2015-12-21 Thread Sudhir Khanger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356986

--- Comment #1 from Sudhir Khanger  ---
Created attachment 96224
  --> https://bugs.kde.org/attachment.cgi?id=96224=edit
screencast showing problem

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


[konsole] [Bug 356990] New: --caption/--icon options are ignored

2015-12-21 Thread Juan Simón via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356990

Bug ID: 356990
   Summary: --caption/--icon options are ignored
   Product: konsole
   Version: 15.08.0
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: deced...@gmail.com

Qt: 5.5.1
KDE Frameworks: 5.17.0
Konsole: 15.08.0

$ konsole --help-kde
...
KDE options:
  --captionUse 'caption' as name in the titlebar
  --icon  Use 'icon' as the application icon
...

I execute: 'konsole --icon /home/juan/.local/share/icons/ftp-working25.png
--caption "lftp v$version" --hide-menubar --hide-tabbar -e lftp ftpovh' but the
konsole icon and window title used are the defaults.


Reproducible: Always

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


[kmail2] [Bug 356862] KMail crashes on exit

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356862

kram...@web.de changed:

   What|Removed |Added

 CC||kram...@web.de

--- Comment #3 from kram...@web.de ---
Same here (Arch Linux).

KAddressbook (5.1), KOrganizer (5.1) and Kontact crash on exit, too.

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


[plasmashell] [Bug 357006] plasmashell crash opening notification applet settings (using qt-5.6.0-beta)

2015-12-21 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357006

Rex Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Rex Dieter  ---
Confirmed, qtquickcontrols local build problem, sorry for the noise

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


[plasmashell] [Bug 356790] Containment-controls theme elements in panel resizing mode are mixed up

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356790

--- Comment #2 from obno...@gmail.com ---
Created attachment 96237
  --> https://bugs.kde.org/attachment.cgi?id=96237=edit
Color-coded file

I did not keep the original color-coded SVG, so here is a recreation of it. I
added visible labels on the elements so you can easily tell they're mixed up
(e.g. max elements have "max" written on them and min elements have "min").

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


[digikam] [Bug 356639] Digikam crash when i create a new folder

2015-12-21 Thread Daniel Chabot via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356639

--- Comment #3 from Daniel Chabot  ---
Le 21/12/2015 17:32, via KDE Bugzilla a écrit :
> https://bugs.kde.org/show_bug.cgi?id=356639
>
> caulier.gil...@gmail.com changed:
>
>What|Removed |Added
> 
>  Resolution|BACKTRACE   |FIXED
>Version Fixed In||5.0.0
>
> --- Comment #2 from caulier.gil...@gmail.com ---
> No need extra investiguation if problem disapear with an system update.
>
> Gilles Caulier
>
OK, thank you for jour job, Daniel.

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

[frameworks-kauth] [Bug 356984] New: DBus backend error without systemd-logind support

2015-12-21 Thread Leslie Zhai via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356984

Bug ID: 356984
   Summary: DBus backend error without systemd-logind support
   Product: frameworks-kauth
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdelibs-b...@kde.org
  Reporter: xiangzha...@gmail.com

Because polkit-qt-1 still use ConsoleKit, so KAuth might failed to work owing
to without ConsoleKit dbus service in new Linux distribution using
systemd-logind https://pbs.twimg.com/media/CWu7z1yU4AAJ70q.png

so it need to migrate polkit-qt-1 to systemd-logind, and here is the patch
https://git.reviewboard.kde.org/r/125856/

Reproducible: Always

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


[okteta] [Bug 356870] Okteta doesn't support table files/custom character encodings.

2015-12-21 Thread Alex Richardson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356870

--- Comment #1 from Alex Richardson  ---
Are these all 1byte = 1 character encodings? 
Do you want them displayed in the main view next to the hex bytes? Or would a
workaround using the structures tool be acceptable?

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


[plasmashell] [Bug 356850] KDEVARTMP environment variable is ignored after upgrade from KDE 4 to 5

2015-12-21 Thread Daniel Boles via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356850

--- Comment #4 from Daniel Boles  ---
I'm away from this PC at the moment but will confirm later whether/what it
currently has TMPDIR set to, and whether changing it affects the location of
kdecache-* stuff. I assume/hope it will but will post back either way.

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


[telepathy] [Bug 356999] New: HTML formatting on incoming messages not being processed

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356999

Bug ID: 356999
   Summary: HTML formatting on incoming messages not being
processed
   Product: telepathy
   Version: unspecified
  Platform: Slackware Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: text-ui
  Assignee: kde-telepathy-b...@kde.org
  Reporter: rectifie...@gmail.com

Using chat application version 15.12.0, using XMPP protocol
Any incoming messages from at least Pidgin client show html syntax in chat.
All links show "LINKHERE, line breaks, font changes,
etc. all show just the HMTL wrapped text on one big line getting word wrapped.
Regular non-formatted messages show fine

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


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

2015-12-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345563

David Edmundson  changed:

   What|Removed |Added

 CC||greg.yorkshire...@gmail.com

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

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


[krita] [Bug 357000] New: Error opening files (any extension).

2015-12-21 Thread Miguel García-Redondo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357000

Bug ID: 357000
   Summary: Error opening files (any extension).
   Product: krita
   Version: 2.9.10
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: File formats
  Assignee: krita-bugs-n...@kde.org
  Reporter: miguel.ysusco...@gmail.com

Every time I try to open a file displays the following error:

Unknown error code -2
Please send a full bug report at http://bugs.kde.org.

Only windows 8.1 version. Ubuntu versión (dual boot) works fine.

Reproducible: Always

Steps to Reproduce:
1. Open a file (Any extension)
2.
3.

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

[systemsettings] [Bug 357001] New: Font management tool does not render preview properly

2015-12-21 Thread Arthur Fayzrakhmanov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357001

Bug ID: 357001
   Summary: Font management tool does not render preview properly
   Product: systemsettings
   Version: 5.3.2
  Platform: Other
   URL: https://drive.google.com/file/d/0BwLfIDb7xEV7WERwckw2Q
3NVcGM/view?usp=sharing
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_fontinst
  Assignee: unassigned-b...@kde.org
  Reporter: herald...@gmail.com

There is some issue with font preview rendering as you can see in attached
image.  This issue also discussed here:
https://bbs.archlinux.org/viewtopic.php?id=200983.

It is visible some rendered pixels on left and right sides of preview, so it
looks like preview works, but some viewing area misconfiguration occurs.

Reproducible: Always

Steps to Reproduce:
1a. run `kcmshell5 fontinst`
or
1b. open `System Settings` -> `Fonts`, then select tab `Manage Fonts` (sorry I
have localized KDE, exact names could be different).
2. Select any font from list.

Actual Results:  
Selected font preview not rendered correctly.

Expected Results:  
Expecting to see selected font preview.

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


[kdenlive] [Bug 356993] Title Clips, containing non-ASCII, not displayed after reloading project

2015-12-21 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356993

--- Comment #5 from opensuse.lietuviu.ka...@gmail.com ---
Created attachment 96229
  --> https://bugs.kde.org/attachment.cgi?id=96229=edit
testing.tar.gz – scripts for rendering

002 – created with š letter in third slide.
003 – š replaced with s letter in third slide.

> diff test_002.sh.mlt test_003.sh.mlt
80c80
<   kdenlivetitle width="1365" duration="125"
height="768" LC_NUMERIC="C">
---
>   kdenlivetitle width="1365" duration="125" 
> height="768" out="125" LC_NUMERIC="C">
86c86,95
< i
---
> iskart su 
> kasdienio
> naudojimo
> programomis/content>
>  /item>
>  startviewport rect="0,0,1365,768"/>
>  endviewport rect="0,0,1365,768"/>
>  background color="0,0,0,0"/>
> /kdenlivetitle>
> 

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

[digikam] [Bug 356975] Nikon 5300 12bit RAW/NEF: wrong white/black level

2015-12-21 Thread Jonas Meurer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356975

--- Comment #4 from Jonas Meurer  ---
Hi Gilles,

thanks for pointing out that the bug is actually resolved *within* digikam
5.0.0. Looking forward to use it once released. For now, an updated libkdcraw
that is built against libraw 0.17.1 works for me.

PS: the picture is taken in South Africa.

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


[frameworks-plasma] [Bug 332512] Plasma Popups aren't resizable

2015-12-21 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332512

--- Comment #36 from Eike Hein  ---
It's not entirely trivial because some of our popups resize to fit content
smartly. If we allow user resizing, there needs to be a facility to revert to
auto-sizing behavior, or individual popups need a flag to allow/disallow
resizing. When storing popups sizes in pixels scaling that number by scale
factor on scale factor changes (e.g. due to DPI changes) is needed as well and
other things. It's not impossible, but it's a bit more than "lemme do that
tonight".

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


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

2015-12-21 Thread Alois Steindl via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345563

Alois Steindl  changed:

   What|Removed |Added

 CC|alois.stei...@tuwien.ac.at  |

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


[plasmashell] [Bug 352653] Dropdowns in widget properties don't follow system color settings. [regression]

2015-12-21 Thread Hugo Pereira Da Costa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352653

--- Comment #9 from Hugo Pereira Da Costa  ---
In fact, for editable comboboxes, fusion also shows the issue. 
Only for read-only comboboxes it does not, and for such, fusion's rendering
(also in the widget case) is quite non-standard. 
I guess i'll look into how they do it in the QFusionStyle and see if I can get
the code from there. 
Still : this _is_ an upstream bug.

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


[dolphin] [Bug 353548] With multiple tabs open, Dolphin asks to close the window when terminating KDE session

2015-12-21 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353548

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #4 from Wolfgang Bauer  ---
This confirmation dialog on logout is actually because Qt5 incorrectly closes
all windows (and as a result quits the application) when asked to store the
state by the session management.
See https://bugreports.qt.io/browse/QTBUG-49667

So this is no dolphin bug, nor even a change in dolphin's behaviour really.

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


[plasmashell] [Bug 356752] Weird animation when resizing activity pager widget in panel

2015-12-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356752

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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


[okular] [Bug 356816] When I open certain pdf documents, each entry in table of contents contains weird chracters at the end.

2015-12-21 Thread Jonathan Verner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356816

Jonathan Verner  changed:

   What|Removed |Added

 CC||jonathan.ver...@gmail.com

--- Comment #6 from Jonathan Verner  ---
Looking at the file, it seems that the outline titles have a string of zeroes
appended to them, e.g. the 'Index' element of the outline looks like this:

<< /A 2333 0 R /Parent 2330 0 R /Prev 2334 0 R /Title
<496e646578> >>

(496e646578 == 'Index')

Acrobat renders the toc just fine as does chrome's internal viewer and xpdf.
Perhaps okular should strip non-printable characters from the title before
displaying it?

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


[frameworks-plasma] [Bug 332512] Plasma Popups aren't resizable

2015-12-21 Thread Paul via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332512

Paul  changed:

   What|Removed |Added

 CC||pip@gmx.com

--- Comment #35 from Paul  ---
(Sebastian Kügler wrote in comment #0)
> It's impossible to resize a Plasma popup dialog, for example those popping
> out of the panel. The corners should be draggable and then remember their
> size, just like in Plasma 1.
> 

A fairly basic (trivial almost) requirement... 

So what actually is the plan/timescale on implementing resizeable popups
outright?

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

[plasmashell] [Bug 355150] Plasma crashes repeatedly after login

2015-12-21 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355150

David Edmundson  changed:

   What|Removed |Added

 CC||b1mein...@aol.com

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

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


  1   2   3   >