[kwin] [Bug 361154] Running native OpenGL games - with compositing enabled - breaks X11 Plasma 5.6.0 Window Decorations

2016-04-19 Thread Artur O . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361154

--- Comment #53 from Artur O.  ---
Created attachment 98473
  --> https://bugs.kde.org/attachment.cgi?id=98473&action=edit
Decoration titlebar corruption

Here is a screenshot of decoration titlebar corruption.

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


[kwin] [Bug 361987] Morphing popups: When morphing to a bigger tooltip the old content is streched.

2016-04-19 Thread Artur O . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361987

--- Comment #2 from Artur O.  ---
If you need something easy case to test with;
https://www.epicgames.com/unrealtournament/forums/forumdisplay.php?57-Linux
atleast with chromium you can hover on _thread name_ and _thread op_ in the
forum to quickly see the morph doing its work.

Systemload (if you have many cores) and some smaller tooltop morphing from (big
-> small) shows that it morphs to the smaller one but content for the new
tooltip shows up during that time stretching it.

Again its polish thing and thanks for this effect, really gave KDE/Plasma a
more smooth feeling.

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


[ktorrent] [Bug 361863] ktorrent 5.0 get Segmentation fault when trying to enable scheduler plugin

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361863

bill59...@outlook.com changed:

   What|Removed |Added

   Platform|Compiled Sources|Chakra

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


[rsibreak] [Bug 361853] rsibreak does not start automatically after install

2016-04-19 Thread Florian Jacob via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361853

--- Comment #4 from Florian Jacob  ---
Thanks alot for maintaining rsibreak then, it's a really useful tool to me. :)

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


[gwenview] [Bug 361887] gwenview shows wrong colours

2016-04-19 Thread Jens via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361887

Jens  changed:

   What|Removed |Added

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

--- Comment #2 from Jens  ---
???

What shall I do with this other bug report??? I have absolutely no idea what
the sense of this should be. Shall I install something – if so what? Or is the
suggestion to convert all my images?

Sorry, this didn't help at all.  [:complete confusion:]

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

[konversation] [Bug 361993] New: OSD notifications render HTML entities raw

2016-04-19 Thread Luke-Jr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361993

Bug ID: 361993
   Summary: OSD notifications render HTML entities raw
   Product: konversation
   Version: 1.6
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: konversation-de...@kde.org
  Reporter: luke-jr+kdeb...@utopios.org

OSD renders < and > literally rather than as <>

For example: http://luke.dashjr.org/tmp/screenshots/snapshot147.png

"[HighLight] (#anime)  Luke-Jr: ping"

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


[kwin] [Bug 361987] Morphing popups: When morphing to a bigger tooltip the old content is streched.

2016-04-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361987

Martin Gräßlin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Martin Gräßlin  ---
@Marco: can you please have a look?

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

[kwin] [Bug 202610] Mouse Mark does not work with zooming

2016-04-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=202610

--- Comment #4 from Martin Gräßlin  ---
I cannot remember that I fixed it, good to know that I did!

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

[kaddressbook] [Bug 356995] Unable to move or copy Contacts between Folders or Address Books

2016-04-19 Thread Robby Engelmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356995

Robby Engelmann  changed:

   What|Removed |Added

 CC||robby.engelm...@igfs-ev.de

--- Comment #4 from Robby Engelmann  ---
still unresolved in 16.03.90
using
Plasma 5.6
Frameworks 5.21
Qt 5.5.1

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


[umbrello] [Bug 361964] No build support for recreating umbrello icons available

2016-04-19 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361964

Ralf Habacker  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/umbr
   ||ello/19f8bf61a979f2726980c4
   ||ef8f082d90147addd3
 Resolution|--- |FIXED

--- Comment #1 from Ralf Habacker  ---
Git commit 19f8bf61a979f2726980c4ef8f082d90147addd3 by Ralf Habacker.
Committed on 20/04/2016 at 06:28.
Pushed by habacker into branch 'master'.

Add cmake build support for recreating icons and cursors.

If enabled with cmake command line option BUILD_ICONS and/or BUILD_CURSOR_ICONS
icons and cursor bitmaps are rendered from svg sources by a qt helper
application named svg2png automatically on building umbrello.

Cursor bitmaps are combination of a cursor template svg file and regular
umbrello icons. The cursor template svg file is added by this patch too.

For debugging purpose the additional cmake variable
BUILD_ICONS_INTO_SIZE_RELATED_DIRS
is available.

Signed-off-by: Ralf Habacker 

M  +0-1.gitignore
M  +13   -2CMakeLists.txt
A  +71   -0cmake/modules/Macros.cmake
A  +7-0maintainer/CMakeLists.txt
A  +102  -0maintainer/svg2png.cpp [License: GPL (v2+)]
M  +2-1umbrello/CMakeLists.txt
M  +219  -51   umbrello/pics/CMakeLists.txt
A  +482  -0umbrello/pics/sources/cursor-template.svg

http://commits.kde.org/umbrello/19f8bf61a979f2726980c4ef8f082d90147addd3

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


[kdelibs] [Bug 361992] New: Just an error about KNotify

2016-04-19 Thread Juan Victor May da Rosa via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361992

Bug ID: 361992
   Summary: Just an error about KNotify
   Product: kdelibs
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: knotify
  Assignee: ogoff...@kde.org
  Reporter: juan97vic...@hotmail.com

Application: knotify4 (4.14.9)
KDE Platform Version: 4.14.10
Qt Version: 4.8.6
Operating System: Linux 3.16.7-35-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

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

I was working normally on others applications.

- Unusual behavior I noticed:

The notification ballon appeared away from its original place, and the KNotify
crashed.

-- Backtrace:
Application: KNotify (knotify4), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fa900ad27c0 (LWP 2098))]

Thread 9 (Thread 0x7fa8ecde7700 (LWP 2099)):
#0  0x7fa8fdcbabdd in poll () from /lib64/libc.so.6
#1  0x7fa8fb1119a4 in g_main_context_poll (priority=2147483647, n_fds=1,
fds=0x7fa8e8003460, timeout=-1, context=0x7fa8e80009a0) at gmain.c:4135
#2  g_main_context_iterate (context=context@entry=0x7fa8e80009a0,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
gmain.c:3835
#3  0x7fa8fb111abc in g_main_context_iteration (context=0x7fa8e80009a0,
may_block=1) at gmain.c:3901
#4  0x7fa8fe42c0de in QEventDispatcherGlib::processEvents
(this=0x7fa8e80008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:452
#5  0x7fa8fe3fde6f in QEventLoop::processEvents
(this=this@entry=0x7fa8ecde6de0, flags=...) at kernel/qeventloop.cpp:149
#6  0x7fa8fe3fe165 in QEventLoop::exec (this=this@entry=0x7fa8ecde6de0,
flags=...) at kernel/qeventloop.cpp:204
#7  0x7fa8fe2fb0bf in QThread::exec (this=this@entry=0x2702ae0) at
thread/qthread.cpp:538
#8  0x7fa8fe3df783 in QInotifyFileSystemWatcherEngine::run (this=0x2702ae0)
at io/qfilesystemwatcher_inotify.cpp:265
#9  0x7fa8fe2fd79f in QThreadPrivate::start (arg=0x2702ae0) at
thread/qthread_unix.cpp:349
#10 0x7fa8fbd410a4 in start_thread () from /lib64/libpthread.so.0
#11 0x7fa8fdcc300d in clone () from /lib64/libc.so.6

Thread 8 (Thread 0x7fa8dd011700 (LWP 15530)):
#0  0x7fa8fdcbabdd in poll () from /lib64/libc.so.6
#1  0x7fa8fb81ea41 in ?? () from /usr/lib64/libpulse.so.0
#2  0x7fa8fb8102ec in pa_mainloop_poll () from /usr/lib64/libpulse.so.0
#3  0x7fa8fb81095e in pa_mainloop_iterate () from /usr/lib64/libpulse.so.0
#4  0x7fa8fb810a10 in pa_mainloop_run () from /usr/lib64/libpulse.so.0
#5  0x7fa8fb81e9f3 in ?? () from /usr/lib64/libpulse.so.0
#6  0x7fa8f83a5808 in ?? () from
/usr/lib64/pulseaudio/libpulsecommon-5.0.so
#7  0x7fa8fbd410a4 in start_thread () from /lib64/libpthread.so.0
#8  0x7fa8fdcc300d in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7fa8d37fd700 (LWP 15532)):
#0  0x7fa8fdcbef99 in syscall () from /lib64/libc.so.6
#1  0x7fa8fb152c2f in g_cond_wait (cond=cond@entry=0x7fa8cc0769b0,
mutex=mutex@entry=0x7fa8cc076968) at gthread-posix.c:1397
#2  0x7fa8e788a365 in gst_task_func (task=0x7fa8cc076950) at gsttask.c:302
#3  0x7fa8fb13687c in g_thread_pool_thread_proxy (data=) at
gthreadpool.c:307
#4  0x7fa8fb135ef5 in g_thread_proxy (data=0x7fa8b8003940) at gthread.c:780
#5  0x7fa8fbd410a4 in start_thread () from /lib64/libpthread.so.0
#6  0x7fa8fdcc300d in clone () from /lib64/libc.so.6

Thread 6 (Thread 0x7fa8d3ffe700 (LWP 15534)):
#0  0x7fa8fdcbef99 in syscall () from /lib64/libc.so.6
#1  0x7fa8fb152c2f in g_cond_wait (cond=cond@entry=0x7fa8c4080650,
mutex=mutex@entry=0x7fa8c4080608) at gthread-posix.c:1397
#2  0x7fa8e788a365 in gst_task_func (task=0x7fa8c40805f0) at gsttask.c:302
#3  0x7fa8fb13687c in g_thread_pool_thread_proxy (data=) at
gthreadpool.c:307
#4  0x7fa8fb135ef5 in g_thread_proxy (data=0x7fa8cc03f190) at gthread.c:780
#5  0x7fa8fbd410a4 in start_thread () from /lib64/libpthread.so.0
#6  0x7fa8fdcc300d in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7fa8d17f9700 (LWP 15535)):
#0  0x7fa8fdcbef99 in syscall () from /lib64/libc.so.6
#1  0x7fa8fb152c2f in g_cond_wait (cond=cond@entry=0x7fa8ac00fcd8,
mutex=mutex@entry=0x7fa8ac00fcc8) at gthread-posix.c:1397
#2  0x7fa8e75d8942 in _gst_data_queue_wait_non_empty
(queue=queue@entry=0x7fa8ac00fd20) at gstdataqueue.c:552
#3  0x7fa8e75d9d76 in gst_data_queue_pop (queue=0x7fa8ac00fd20,
item=item@entry=0x7fa8d17f8d78) at gstdataqueue.c:594
#4  0x7fa8decfb8d4 in gst_multi_queue_loop (pad=) at
gstmultiqueue.c:1325
#5  0x7fa8e788a1a6 in gst_task_func (task=0x7fa8cc076050) at gsttask.c:317
#6  0x7fa8fb13687c in g_thread_pool_thread_proxy (data=) at
gthreadpool.c:307
#7  0x7fa8fb135ef5 in g_th

[kwin] [Bug 361154] Running native OpenGL games - with compositing enabled - breaks X11 Plasma 5.6.0 Window Decorations

2016-04-19 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361154

Thomas Lübking  changed:

   What|Removed |Added

 CC||commander.alch...@gmail.com

--- Comment #52 from Thomas Lübking  ---
*** Bug 361986 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 229942] "Move" command should allow off-screen window moving same as Alt + click trick

2016-04-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=229942

--- Comment #6 from Martin Gräßlin  ---
> Did somebody shoot himself here? ;-P

The Wayland port of libtaskmanager uncovered that the move from task item and
window decoration behave differently. I asked Thomas P. to look into it.

@Thomas P: do you see ways how we can make the unrestricted move/resize more
discoverable?

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

[kwin] [Bug 361986] Toggling compositing when fullscreen breaks decoration

2016-04-19 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361986

Thomas Lübking  changed:

   What|Removed |Added

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

--- Comment #1 from Thomas Lübking  ---


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

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

[kaddressbook] [Bug 361991] New: No possibility to change how a contact is shown since 16.04RC

2016-04-19 Thread Robby Engelmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361991

Bug ID: 361991
   Summary: No possibility to change how a contact is shown since
16.04RC
   Product: kaddressbook
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: robby.engelm...@igfs-ev.de
CC: to...@kde.org

There is no obvious possibility anymore to change how a contact is shown in the
contacts list. Furthermore, after modifying a name this is not shown in the
contact preview pane, but is only shown when opening the contact.
Possibly two separate bugs?

Reproducible: Always

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


[Phonon] [Bug 361979] Category names are not translated in the Qt 5 version

2016-04-19 Thread Burkhard Lueck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361979

Burkhard Lueck  changed:

   What|Removed |Added

 CC||lu...@hube-lueck.de

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


[konversation] [Bug 361990] New: Invitation prompt remains after joining channel(s)

2016-04-19 Thread Luke-Jr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361990

Bug ID: 361990
   Summary: Invitation prompt remains after joining channel(s)
   Product: konversation
   Version: 1.6
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: konversation-de...@kde.org
  Reporter: luke-jr+kdeb...@utopios.org

When invited to a channel, Konversation prompts me as configured. When I click
OK to join the channel, it works, but leaves the prompt open until I click
Cancel. This is a regression from 1.5.1.

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


[korganizer] [Bug 361959] wrong language in date navigator in korganizer and kontact

2016-04-19 Thread Burkhard Lueck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361959

Burkhard Lueck  changed:

   What|Removed |Added

 CC||lu...@hube-lueck.de

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


[konversation] [Bug 361989] New: UI very slow/high CPU/unresponsive

2016-04-19 Thread Luke-Jr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361989

Bug ID: 361989
   Summary: UI very slow/high CPU/unresponsive
   Product: konversation
   Version: 1.6
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: konversation-de...@kde.org
  Reporter: luke-jr+kdeb...@utopios.org

UI changes seem to be slow and use 100% CPU for (often) seconds. Changing tabs
with Alt- takes about a full second. Scrolling the chat seems to respond
within under a second (but noticably delayed) often, but still maxes out the
CPU while being dragged. Scrolling the channel list is very slow dragging the
scrollbar, and often slow even clicking in the opposite end of the scrollbar
(but other times instantaneous).

In contrast, KTorrent 5.0 (KF5-based) has no noticeable UI delays.

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


[krita] [Bug 361012] Guides: Undo only actions, not user settings?

2016-04-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361012

--- Comment #6 from Boudewijn Rempt  ---
Yes, that's it.

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


[krita] [Bug 351059] Krita crashes while using Brush tool, issues with genius tablet driver

2016-04-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351059

--- Comment #13 from Boudewijn Rempt  ---
If it crashes, then it's probably still something in the driver. If at one
point one of the pre-alpha's worked, and now it doesn't, then it's something
that changed outside krita, since the tablet code didn't change.

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


[kscreenlocker] [Bug 361937] kscreenlocker didn't greeter screen when I want to wake up the session (KDE 5.6)

2016-04-19 Thread Martin Gräßlin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361937

--- Comment #5 from Martin Gräßlin  ---
Yes, we need the backtrace from when it doesn't work. There is something going
wrong in the "real" situation. All the testing with just invoking
kscreenlocker_greet won't help - that's working.

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

[frameworks-kio] [Bug 361755] 5.21.0: Immediate "Host not found" for all http/https links (within KDE 4 environment)

2016-04-19 Thread Luke-Jr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361755

--- Comment #8 from Luke-Jr  ---
killall kdeinit5 seems to have fixed it for now...

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


[krita] [Bug 361973] File open/save/export dialogs broken

2016-04-19 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361973

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #4 from Boudewijn Rempt  ---
Which desktop environment are you using? There are three dialogs possible on
Linux, the GTK, Qt and KDE one, and all have different bugs.

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


[plasmashell] [Bug 360192] Pidgin (gtk2) tray icon is tiny, ksensors (kde3) tray icon is misplaced

2016-04-19 Thread Max via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360192

--- Comment #7 from Max  ---
Tested in 5.6.2, seems fine, both icons are displayed correctly.

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


[krusader] [Bug 361980] Setting "Numeric permissions" to "true" does not change the view of the panels

2016-04-19 Thread Davide Gianforte via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361980

Davide Gianforte  changed:

   What|Removed |Added

 CC||dav...@gengisdave.org

--- Comment #2 from Davide Gianforte  ---
Looking at the screenshot, you're using the wrong column; there are two
permissions columns: "Perms" and "rwx", which, by default, is a shorter version
of Perms. Right-click on columns header to show/hide them.

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


[okular] [Bug 359932] Okular is very slow at opening some EPUB's

2016-04-19 Thread layus
https://bugs.kde.org/show_bug.cgi?id=359932

--- Comment #16 from Guillaume Maudoux (layus)  ---
Sorry, that was a bit bold from me.

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


[plasmashell] [Bug 361952] kicker v5.6.3 still use KF5::ActivitiesExperimentalStats of kactivities-5.16.0 deprecated in v5.21.0

2016-04-19 Thread Leslie Zhai via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361952

--- Comment #6 from Leslie Zhai  ---
v5.6.3 still need the backport patch attached!

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


[plasmashell] [Bug 361952] kicker v5.6.3 still use KF5::ActivitiesExperimentalStats of kactivities-5.16.0 deprecated in v5.21.0

2016-04-19 Thread Leslie Zhai via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361952

Leslie Zhai  changed:

   What|Removed |Added

Version|5.6.2   |5.6.3
Summary|kicker v5.6.2 still use |kicker v5.6.3 still use
   |KF5::ActivitiesExperimental |KF5::ActivitiesExperimental
   |Stats of kactivities-5.16.0 |Stats of kactivities-5.16.0
   |deprecated in v5.21.0   |deprecated in v5.21.0

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


[frameworks-kio] [Bug 361755] 5.21.0: Immediate "Host not found" for all http/https links (within KDE 4 environment)

2016-04-19 Thread Luke-Jr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361755

--- Comment #7 from Luke-Jr  ---
Built kioclient5 from git. ~/.bashrc works with the warnings about
XDG_RUNTIME_DIR, while kde.org gets:

$ kioclient/kioclient5 cat http://www.kde.org
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-luke-jr'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-luke-jr'
"Unknown host www.kde.org: Host not found"

I wonder if the XDG_RUNTIME_DIR thing is related? I see it's specified in a
freedesktop.org standard in 2010, but I can't seem to figure out what's
supposed to set it on a normal (ie, non-systemd) system. (I'm fine with the
default /tmp/runtime-luke-jr, if that's not a problem...)

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


[krita] [Bug 355104] Canvas lag if zoomed in and rotated to a specific degree

2016-04-19 Thread Raghavendra kamath via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355104

Raghavendra kamath  changed:

   What|Removed |Added

 CC||megaflood...@live.fr

--- Comment #9 from Raghavendra kamath  ---
*** Bug 357765 has been marked as a duplicate of this bug. ***

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


[krita] [Bug 357765] Brush lag / slowdown for some rotation/zoom combinations

2016-04-19 Thread Raghavendra kamath via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357765

Raghavendra kamath  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #7 from Raghavendra kamath  ---
Thanks closing this bug report then :)

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

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


[plasma-mediacenter] [Bug 361988] New: When Downloading And Installing FlashPlayer 7.2

2016-04-19 Thread dasmith
https://bugs.kde.org/show_bug.cgi?id=361988

Bug ID: 361988
   Summary: When Downloading And Installing FlashPlayer 7.2
   Product: plasma-mediacenter
   Version: 1.3.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: General
  Assignee: bhus...@gmail.com
  Reporter: dasm...@electronicaidesdesign.com

Application: plasma-mediacenter (1.3.0)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-35-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed: Using the latest version of
FireFox that came with OpenSUSE 13.2 Portal to Downloading and Installing
FlashPlayer 7.2 from a link on https://en.opensuse.org/Portal:13.2 web page,
which the name of the link is called: "tons of new features".

- Unusual behavior I noticed: The download stalled for about 25 seconds at 62%
way through the download process.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma Mediacenter Shell (plasma-mediacenter), signal: Aborted
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f0762d997c0 (LWP 25905))]

Thread 4 (Thread 0x7f074e35e700 (LWP 25906)):
#0  0x7f075f9febdd in poll () at /lib64/libc.so.6
#1  0x7f075b647be4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f075b647cec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f07603990de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7f076036ae6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7f076036b165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7f07602680bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7f076026a79f in  () at /usr/lib64/libQtCore.so.4
#8  0x7f075d0630a4 in start_thread () at /lib64/libpthread.so.0
#9  0x7f075fa0700d in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f074ca5d700 (LWP 25907)):
#0  0x7f075f9d8d8d in nanosleep () at /lib64/libc.so.6
#1  0x7f075fa00994 in usleep () at /lib64/libc.so.6
#2  0x7f0745f72a1a in  () at /usr/lib64/libsqlite3.so.0
#3  0x7f0745fa8a7f in  () at /usr/lib64/libsqlite3.so.0
#4  0x7f0745fa9e02 in  () at /usr/lib64/libsqlite3.so.0
#5  0x7f0745faa999 in  () at /usr/lib64/libsqlite3.so.0
#6  0x7f0745fd1034 in  () at /usr/lib64/libsqlite3.so.0
#7  0x7f0745fd57df in sqlite3_step () at /usr/lib64/libsqlite3.so.0
#8  0x7f0746254a2c in  () at
/usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so
#9  0x7f0746255758 in  () at
/usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so
#10 0x7f075bf57682 in QSqlQuery::exec() () at /usr/lib64/libQtSql.so.4
#11 0x7f074d2a395f in Baloo::FileMapping::fetch(QSqlDatabase) () at
/usr/lib64/libbaloofiles.so.4
#12 0x7f07466f8400 in  () at /usr/lib64/kde4/baloo_filesearchstore.so
#13 0x7f074ca67592 in Baloo::XapianSearchStore::url(int) () at
/usr/lib64/libbalooxapian.so.4
#14 0x7f07466f8218 in  () at /usr/lib64/kde4/baloo_filesearchstore.so
#15 0x7f074d4c7454 in Baloo::ResultIterator::text() const () at
/usr/lib64/libbaloocore.so.4
#16 0x7f074d6d3f17 in  () at /usr/lib64/kde4/pmc_baloosearch.so
#17 0x7f074d6d4c7d in  () at /usr/lib64/kde4/pmc_baloosearch.so
#18 0x7f074d6d50a0 in  () at /usr/lib64/kde4/pmc_baloosearch.so
#19 0x7f076038459e in QObject::event(QEvent*) () at
/usr/lib64/libQtCore.so.4
#20 0x7f0760d7a76c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQtGui.so.4
#21 0x7f0760d80cad in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQtGui.so.4
#22 0x7f076254de0a in KApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libkdeui.so.5
#23 0x7f076036c2ad in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /usr/lib64/libQtCore.so.4
#24 0x7f076036f57d in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib64/libQtCore.so.4
#25 0x7f07603998fe in  () at /usr/lib64/libQtCore.so.4
#26 0x7f075b647a04 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#27 0x7f075b647c48 in  () at /usr/lib64/libglib-2.0.so.0
#28 0x7f075b647cec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#29 0x7f07603990be in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#30 0x7f076036ae6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#31 0x7f076036b165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#32 0x7f07602680bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#33 0x7f076026a79f in  () at /usr/lib64/libQtCore.so.4
#34 0x7f075d0630a4 in start_thread () at /lib64/libpthread.so.0
#35 0x7f075fa0700d in clone () a

[kwin] [Bug 361987] Morphing popups: When morphing to a bigger tooltip the old content is streched.

2016-04-19 Thread Artur O . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361987

Artur O.  changed:

   What|Removed |Added

Summary|Morphing popups: When   |Morphing popups: When
   |morphing to a bigger one|morphing to a bigger
   |the old content is  |tooltip the old content is
   |streched.   |streched.

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


[kwin] [Bug 361987] New: Morphing popups: After morphing to a bigger one the old content is streched.

2016-04-19 Thread Artur O . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361987

Bug ID: 361987
   Summary: Morphing popups: After morphing to a bigger one the
old content is streched.
   Product: kwin
   Version: 5.6.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: effects-various
  Assignee: kwin-bugs-n...@kde.org
  Reporter: commander.alch...@gmail.com

When moving from a smaller to bigger tooltip as it morphs the old content gets
dragged/stretched out. This is really a polish thing but maybe remove the old
content somehow before its starts morphing?

Reproducible: Always

Steps to Reproduce:
1. Hover over something that gives a smaller tooltop
2. Hover now over something that creates a big tooltip
3. profit

Actual Results:  
old content is stretched-out before new content shows.

Expected Results:  
Hide the old contents before starting the morph?

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


[kwin] [Bug 361987] Morphing popups: When morphing to a bigger one the old content is streched.

2016-04-19 Thread Artur O . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361987

Artur O.  changed:

   What|Removed |Added

Summary|Morphing popups: After  |Morphing popups: When
   |morphing to a bigger one|morphing to a bigger one
   |the old content is  |the old content is
   |streched.   |streched.

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


[krita] [Bug 361709] With more than 1 curve based assistant, zooming in will black screen part or all of the drawing window

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361709

--- Comment #8 from elk...@yahoo.com ---
Since Boud can't reproduce this, I'm curious if anyone else is effected by the
issue and have uploaded a small image that will let people easily test for it. 

On my machines, with any Krita v3, this image will load with the canvas blacked
out and setting the zoom to a value of less than or equal to 58% will cause it
to display correctly.

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


[krita] [Bug 361709] With more than 1 curve based assistant, zooming in will black screen part or all of the drawing window

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361709

--- Comment #7 from elk...@yahoo.com ---
Created attachment 98472
  --> https://bugs.kde.org/attachment.cgi?id=98472&action=edit
assistant glitch test image

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


[Discover] [Bug 347602] Update Manager systray icon and info still reports pending updates after updates applied

2016-04-19 Thread Shmerl via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347602

--- Comment #59 from Shmerl  ---
@Adam Felson: This sounds like distro problem, not KDE problem. You are using a
periodic release distro, where new Plasma comes in only very rarely. You can
switch to a rolling distro to get it in a timely fashion. Given that Plasma 5
is still pretty buggy in many areas, it makes sense to do that if you are using
it for your primary desktop.

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


[Discover] [Bug 347602] Update Manager systray icon and info still reports pending updates after updates applied

2016-04-19 Thread Adam Felson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=347602

Adam Felson  changed:

   What|Removed |Added

 CC||adam.bugzi...@thefelsons.us

--- Comment #58 from Adam Felson  ---
Any chance this fix or any other kde fixes will ever be released via the update
manager or must everybody wait until the next full kubuntu release?  I really
tire of bugs like this (and the konsole window size bug) being marked as fixed
and having to suffer with the bug for the better part of a year or two.

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


[kwin] [Bug 361986] New: Toggling compositing when fullscreen breaks decoration

2016-04-19 Thread Artur O . via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361986

Bug ID: 361986
   Summary: Toggling compositing when fullscreen breaks decoration
   Product: kwin
   Version: 5.6.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kwin-bugs-n...@kde.org
  Reporter: commander.alch...@gmail.com

Im not sure exactly if this is the right component but;
When a game launches fullscreen sometimes the decoration just breaks around
windows. Switching with ctrl + shift + F12 toggles between; 
"effects on + corruption" and "effects off + normal"

This shows how it can look with weird colours around windows;
https://i.imgur.com/GoL1vAf.jpg
I also noticed that decorations will flash from time to time, disappear also
with a black bar or just creating a odd shadow; https://i.imgur.com/uQlCMeb.png

Switching to oxygen when it happens seems to remove the corruption however
switching back to breeze introduces this again.



Reproducible: Always

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


[systemsettings] [Bug 357070] System Settings Segmentation fault on return to overview.

2016-04-19 Thread Houssein Khafaja via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357070

--- Comment #6 from Houssein Khafaja  ---
Created attachment 98471
  --> https://bugs.kde.org/attachment.cgi?id=98471&action=edit
New crash information added by DrKonqi

systemsettings5 (5.4.1) using Qt 5.4.2

- What I was doing when the application crashed:

After clicking on "Display Monitor Settings" in System Settings and then
closing System Setteings via the "X" button at the top right of the window, the
bug splat window appears after System Settings crashes.

-- Backtrace (Reduced):
#6  0x7fbfb7473fb2 in QQuickItemPrivate::addToDirtyList() () from
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#7  0x7fbfb7474053 in
QQuickItemPrivate::dirty(QQuickItemPrivate::DirtyType) () from
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
[...]
#9  0x7fbfb8a33651 in QObject::event (this=0x2ccacd0, e=) at
kernel/qobject.cpp:1245
#10 0x7fbfb747e10b in QQuickItem::event(QEvent*) () from
/usr/lib/x86_64-linux-gnu/libQt5Quick.so.5
#11 0x7fbfb9e85b8c in QApplicationPrivate::notify_helper
(this=this@entry=0x248bcd0, receiver=receiver@entry=0x2ccacd0,
e=e@entry=0x7fbf88172130) at kernel/qapplication.cpp:3720

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


[systemsettings] [Bug 357070] System Settings Segmentation fault on return to overview.

2016-04-19 Thread Houssein Khafaja via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357070

Houssein Khafaja  changed:

   What|Removed |Added

 CC||twigla...@gmail.com

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


[KScreen] [Bug 356228] DesktopView screen geometry size was strange when kcm_screen rotated 90 degrees then rotated back again

2016-04-19 Thread Leslie Zhai via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356228

--- Comment #12 from Leslie Zhai  ---
(In reply to Sebastian Kügler from comment #11)
> Thanks guys!

You are welcome ;-P

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

[Planet KDE] [Bug 359327] Exiting game a in Steam Big Picture Mode gets semi-windowed BPM

2016-04-19 Thread Shawn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359327

Shawn  changed:

   What|Removed |Added

 CC||shawn.peter...@gmx.com

--- Comment #1 from Shawn  ---
I can confirm this behavior.  Running manjaro linux on my machine.

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


[konsole] [Bug 361927] error will checking for updates

2016-04-19 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361927

Christoph Feck  changed:

   What|Removed |Added

 CC||cf...@kde.org
 Resolution|--- |DOWNSTREAM
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Christoph Feck  ---
Please report issues with system updates to the bug tracker of your
distribution.

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


[gwenview] [Bug 341943] Gwenview cannot apply image color profile

2016-04-19 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341943

Christoph Feck  changed:

   What|Removed |Added

 CC||i.m.j...@gmx.de

--- Comment #3 from Christoph Feck  ---
*** Bug 361887 has been marked as a duplicate of this bug. ***

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


[gwenview] [Bug 361887] gwenview shows wrong colours

2016-04-19 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361887

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---


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

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


[plasmashell] [Bug 361985] Plasmashell crashes when MPRIS dbus app stops

2016-04-19 Thread Mike via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361985

--- Comment #2 from Mike  ---
I meant to add to the above comment that now it won't repro.

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


[plasmashell] [Bug 361985] Plasmashell crashes when MPRIS dbus app stops

2016-04-19 Thread Mike via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361985

--- Comment #1 from Mike  ---
Changed my typedef from:
typedef QMap metamap;

to:
typedef QMap metamap;

and changed an insert into the map from:
ret.insert("mpris:length", QString::number(m_zone->pnTrackDuration()*1000));

to:
ret.insert("mpris:length",
QVariant::fromValue((m_zone->pnTrackDuration()*1000)));

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


[digikam] [Bug 361982] browse tag clicking on a tag crashes digikam

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361982

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

   What|Removed |Added

Version|4.10.0  |3.5.0
 CC||caulier.gil...@gmail.com
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from caulier.gil...@gmail.com ---
Backtrace indicate that you use digiKAm 3.5.£0 not 4.10, which is not
maintained since a while.

Update to last stable digiKam 4.14

Gilles Caulier

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

[krita] [Bug 360588] Brush is smoother and less laggy with OpenGL turned off

2016-04-19 Thread Chris Jones via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360588

--- Comment #8 from Chris Jones  ---
Created attachment 98470
  --> https://bugs.kde.org/attachment.cgi?id=98470&action=edit
Brush with spacing controlled by speed

Same results whether Instant Preview is on or off.

I've attached another image that demonstrates this issue more clearly, as well
as the brush used to create it.  I've set the spacing to be controlled by the
speed of the brush.  The Dynamic Brush Tool doesn't eliminate these spacing
fluctuations.

I'm not sure whether this particular issue is related to the other ones above
or not, but it is related to OpenGL.

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


[plasmashell] [Bug 361985] New: Plasmashell crashes when MPRIS dbus app stops

2016-04-19 Thread Mike via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361985

Bug ID: 361985
   Summary: Plasmashell crashes when MPRIS dbus app stops
   Product: plasmashell
   Version: 5.6.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: noeero...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.6.3)

Qt Version: 5.5.1
Frameworks Version: 5.21.0
Operating System: Linux 4.5.0-3-default x86_64
Distribution: "openSUSE Tumbleweed (20160117) (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
Basically, just stopping my app.  It's QT and I do call
qDBusRegisterMetaType() at object ctor where metamap is
QMap.

Using D-Feet to watch the session bus

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f56a09868c0 (LWP 2978))]

Thread 7 (Thread 0x7f568a011700 (LWP 2981)):
#0  0x7f5699ef243d in poll () at /lib64/libc.so.6
#1  0x7f569edd1432 in  () at /usr/lib64/libxcb.so.1
#2  0x7f569edd3007 in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7f568c165dd9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7f569a5e190f in  () at /usr/lib64/libQt5Core.so.5
#5  0x7f56996f9454 in start_thread () at /lib64/libpthread.so.0
#6  0x7f5699efad8d in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f56873dc700 (LWP 2982)):
#0  0x7f5699ef243d in poll () at /lib64/libc.so.6
#1  0x7f56965df374 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f56965df47c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f569a80643b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f569a7b052a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f569a5dcacc in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f569d8af7b5 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7f569a5e190f in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f56996f9454 in start_thread () at /lib64/libpthread.so.0
#9  0x7f5699efad8d in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f567cf7a700 (LWP 2983)):
#0  0x7f56996ff02f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f568431ad23 in  () at /usr/lib64/dri/r600_dri.so
#2  0x7f568431a537 in  () at /usr/lib64/dri/r600_dri.so
#3  0x7f56996f9454 in start_thread () at /lib64/libpthread.so.0
#4  0x7f5699efad8d in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f5676c22700 (LWP 2984)):
#0  0x7f5699ef243d in poll () at /lib64/libc.so.6
#1  0x7f56965df374 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f56965df47c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f569a80643b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f569a7b052a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f569a5dcacc in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f569d8af7b5 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7f569a5e190f in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f56996f9454 in start_thread () at /lib64/libpthread.so.0
#9  0x7f5699efad8d in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f56753aa700 (LWP 2985)):
#0  0x7f5699ef243d in poll () at /lib64/libc.so.6
#1  0x7f56965df374 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f56965df47c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f569a80643b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f569a7b052a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f569a5dcacc in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f569d8af7b5 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7f569a5e190f in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f56996f9454 in start_thread () at /lib64/libpthread.so.0
#9  0x7f5699efad8d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7f5673a26700 (LWP 2986)):
#0  0x7f56996ff02f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f56a0072a84 in  () at /usr/lib64/libQt5Script.so.5
#2  0x7f56a0072ac9 in  () at /usr/lib64/libQt5Script.so.5
#3  0x7f56996f9454 in start_thread () at /lib64/libpthread.so.0
#4  0x7f5699efad8d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f56a09868c0 (LWP 2978)):
[KCrash Handler]
#6  0x7f569eb66794 in QMapData
>::findNode(QString const&) const (this=0x7400690073006f, akey=...) at
/usr/include/qt5/QtCore/qmap.h:284
#7  0x7f569eb64df9 in Plasma::Service::isOperationEnabled(QString const&)
const (akey=..., this=) at /usr/include/qt5/QtCore/qmap.h:656
#8  0x7f569eb64df

[digikam] [Bug 361981] digikam dies on start every time

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361981

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

   What|Removed |Added

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

--- Comment #1 from caulier.gil...@gmail.com ---
It crash in phonon Qt5 where digiKam 4.14 is Qt4 based.. Both are not
compatible.
 It's a packaging problem...

Gilles CAulier

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


[plasmashell] [Bug 361984] Mouse too grabby with app running in task manager

2016-04-19 Thread Texstar via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361984

Texstar  changed:

   What|Removed |Added

   Severity|normal  |minor

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


[plasmashell] [Bug 361984] New: Mouse too grabby with app running in task manager

2016-04-19 Thread Texstar via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361984

Bug ID: 361984
   Summary: Mouse too grabby with app running in task manager
   Product: plasmashell
   Version: 5.6.3
  Platform: PCLinuxOS
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Task Manager
  Assignee: h...@kde.org
  Reporter: texs...@gmail.com
CC: plasma-b...@kde.org

Mouse is too grabby when clicking on an application running in the task manager
and tries to drag it to the desktop. Needs more cowbell, I mean more delay.
System Settings -> mouse settings are ineffective in changing behavior.

P.S. Plasma is awesome!

Reproducible: Always

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


[Discover] [Bug 361983] New: building KNSBackend writes files to source directory

2016-04-19 Thread Carlo Vanini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361983

Bug ID: 361983
   Summary: building KNSBackend writes files to source directory
   Product: Discover
   Version: 5.6.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: minor
  Priority: NOR
 Component: discover
  Assignee: aleix...@kde.org
  Reporter: silh...@gmail.com

When building libdiscover (KNSBackend in particular) the files
${backend}.desktop and ${backend}-categories.xml are overwritten inside the
source directory.

Is there a reason to keep these files in git, although they are generated?

I found out because cmake complained:
Error renaming from
"/scratch/discover-build/libdiscover/backends/KNSBackend/knscomic-backend.desktop"
to
"/home/carlo/discover/libdiscover/backends/KNSBackend/knscomic-backend.desktop":
Invalid cross-device link
/home and /scratch have different muont points, and rename works only on the
same volume.

If this behavior must be maintained, consider using
cmake -E copy
instead of
cmake -E rename
in libdiscover/backends/KNSBackend/CMakeLists.txt which works across different
volumes.

Reproducible: Always

Steps to Reproduce:
1. cmake
2. make

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


[valgrind] [Bug 303877] valgrind doesn't support compressed debuginfo sections.

2016-04-19 Thread Rhys Kidd via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=303877

Rhys Kidd  changed:

   What|Removed |Added

 CC||rhysk...@gmail.com

--- Comment #37 from Rhys Kidd  ---
No regressions on AMD64/Darwin, for what that's worth, with
compressed-003.patch

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


[digikam] [Bug 361982] New: browse tag clicking on a tag crashes digikam

2016-04-19 Thread sreehari via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361982

Bug ID: 361982
   Summary: browse tag clicking on a tag crashes digikam
   Product: digikam
   Version: 4.10.0
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Tags
  Assignee: digikam-de...@kde.org
  Reporter: drsreehari98...@gmail.com

when i browse by tag view double click on a folder or a tag digikam crashes

Reproducible: Sometimes

Steps to Reproduce:
1.browse tag view
2.double click some folder (to select all files in it)
3.

Actual Results:  
Note: breakpoint 1 also set at pc 0x721e88b0.
Breakpoint 2 at 0x721e88b0
Breakpoint 3 at 0x721e8930
Continuing.
[Thread 0x7fff9f28c700 (LWP 12973) exited]
[Thread 0x7fff2effd700 (LWP 12955) exited]
Catchpoint 1 (exception thrown), 0x721e88b0 in __cxa_throw ()
   from /usr/lib/x86_64-linux-gnu/libstdc++.so.6

Thread 50 (Thread 0x7fff57fff700 (LWP 12974)):
#0  0x721e88b0 in __cxa_throw ()
   from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#1  0x7fffee036996 in Exiv2::ImageFactory::open(std::string const&) ()
   from /usr/lib/libexiv2.so.12
#2  0x75c7011b in KExiv2Iface::KExiv2::load(QString const&) const ()
   from /usr/lib/libkexiv2.so.11
#3  0x7558ea96 in Digikam::DMetadata::load (
this=this@entry=0x7fff57ffe660, filePath=...)
at /build/buildd/digikam-3.5.0/core/libs/dmetadata/dmetadata.cpp:110
#4  0x7558eb12 in Digikam::DMetadata::DMetadata (this=0x7fff57ffe660, 
filePath=...)
at /build/buildd/digikam-3.5.0/core/libs/dmetadata/dmetadata.cpp:72
#5  0x755e72a5 in Digikam::ThumbnailCreator::createThumbnail (
this=this@entry=0x13ba960, info=..., detailRect=...)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/thumbnailcreator.cpp:440
#6  0x755ea296 in Digikam::ThumbnailCreator::load (this=0x13ba960, 
path=..., rect=..., pregenerate=pregenerate@entry=true)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/thumbnailcreator.cpp:260
#7  0x755eabe0 in Digikam::ThumbnailCreator::pregenerate (
this=, path=...)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/thumbnailcreator.cpp:183
#8  0x755f9790 in Digikam::ThumbnailLoadingTask::execute (
this=0xce0e3d0)
at /build/buildd/digikam-3.5.0/core/libs/threadimageio/thumbnailtask.cpp:82
#9  0x755d1a96 in Digikam::LoadSaveThread::run (this=0x14e85f0)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/loadsavethread.cpp:136
#10 0x755ff5de in Digikam::DynamicThread::DynamicThreadPriv::run (
this=0x15188f0)
at /build/buildd/digikam-3.5.0/core/libs/threads/dynamicthread.cpp:186
#11 0x72777fee in QThreadPoolThread::run (this=0x25cae90)
at concurrent/qthreadpool.cpp:108
#12 0x7278432f in QThreadPrivate::start (arg=0x25cae90)
at thread/qthread_unix.cpp:349
#13 0x7fffecc26182 in start_thread (arg=0x7fff57fff700)
at pthread_create.c:312
#14 0x719a347d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 48 (Thread 0x7fff757fa700 (LWP 12972)):
#0  0x7fffeca0fb39 in CDecoder::DequantizeValue(CSubband*, unsigned int,
int) () from /usr/lib/x86_64-linux-gnu/libpgf.so.6
#1  0x7fffeca10138 in CDecoder::Partition(CSubband*, int, int, int, int,
int) () from /usr/lib/x86_64-linux-gnu/libpgf.so.6
#2  0x7fffeca18ed0 in CSubband::PlaceTile(CDecoder&, int, bool, unsigned
int, unsigned int) () from /usr/lib/x86_64-linux-gnu/libpgf.so.6
#3  0x7fffeca12a34 in CPGFImage::Read(int, bool (*)(double, bool, void*),
void*) () from /usr/lib/x86_64-linux-gnu/libpgf.so.6
#4  0x755fa381 in Digikam::PGFUtils::readPGFImageData (data=..., img=
..., verbose=)
at /build/buildd/digikam-3.5.0/core/libs/threadimageio/pgfutils.cpp:93
#5  0x755e8d56 in Digikam::ThumbnailCreator::loadFromDatabase (
this=this@entry=0x13bad70, info=...)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/thumbnailcreator.cpp:886
#6  0x755ea434 in Digikam::ThumbnailCreator::load (this=0x13bad70, 
path=..., rect=..., pregenerate=pregenerate@entry=false)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/thumbnailcreator.cpp:248
#7  0x755eb0e2 in Digikam::ThumbnailCreator::load (
this=, path=...)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/thumbnailcreator.cpp:199
#8  0x755f9737 in Digikam::ThumbnailLoadingTask::execute (
this=0xc8a7b60)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/thumbnailtask.cpp:172
#9  0x755d1a96 in Digikam::LoadSaveThread::run (this=0x150b840)
at
/build/buildd/digikam-3.5.0/core/libs/threadimageio/loadsavethread.cpp:136
#10 0x755ff5de in Digikam::DynamicThread::DynamicThreadPriv::run (
this=0x14f36a0)
at /build/buildd/digikam-3.5.0/core/libs/threads/dynamicthread.cpp:186
#11 0x

[digikam] [Bug 361981] New: digikam dies on start every time

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361981

Bug ID: 361981
   Summary: digikam dies on start every time
   Product: digikam
   Version: 4.14.0
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: digikam-de...@kde.org
  Reporter: b...@blws.org

Application: digikam (4.14.0)
KDE Platform Version: 4.14.9
Qt Version: 4.8.6
Operating System: Linux 3.16.7-35-desktop x86_64
Distribution: "openSUSE 13.2 (Harlequin) (x86_64)"

-- Information about the crash:
It doesn't matter what else I'm doing. Computer could have been on for a long
time, with lots of applications open, computer could be freshly booted with
nothing else running, doesn't matter what user.

The crash can be reproduced every time.

-- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fbe4665a880 (LWP 18558))]

Thread 6 (Thread 0x7fbe2723f700 (LWP 18559)):
#0  0x7fbe3f2bef7d in recvmsg () at /lib64/libc.so.6
#1  0x7fbe3cffa839 in udev_monitor_receive_device () at
/usr/lib64/libudev.so.1
#2  0x7fbe27dcf2eb in  () at /usr/lib64/libusb-1.0.so.0
#3  0x7fbe3afe7754 in  () at /usr/X11R6/lib64/libGL.so.1
#4  0x7fbe3d20c0a4 in start_thread () at /lib64/libpthread.so.0
#5  0x7fbe3f2be00d in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7fbe209fc700 (LWP 18560)):
#0  0x7fbe3d21003f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fbe3fe12c86 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQtCore.so.4
#2  0x005e3fee in Digikam::ScanController::run() (this=0x1a234a0) at
/usr/src/debug/digikam-4.14.0/core/app/database/scancontroller.cpp:725
#3  0x7fbe3fe1279f in  () at /usr/lib64/libQtCore.so.4
#4  0x7fbe3afe7754 in  () at /usr/X11R6/lib64/libGL.so.1
#5  0x7fbe3d20c0a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7fbe3f2be00d in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7fbe1bfff700 (LWP 18561)):
#0  0x7fbe3766e904 in g_mutex_unlock () at /usr/lib64/libglib-2.0.so.0
#1  0x7fbe3762cbd9 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fbe3762ccec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fbe3ff410de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7fbe3ff12e6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7fbe3ff13165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7fbe3fe100bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7fbe3fef4783 in  () at /usr/lib64/libQtCore.so.4
#8  0x7fbe3fe1279f in  () at /usr/lib64/libQtCore.so.4
#9  0x7fbe3afe7754 in  () at /usr/X11R6/lib64/libGL.so.1
#10 0x7fbe3d20c0a4 in start_thread () at /lib64/libpthread.so.0
#11 0x7fbe3f2be00d in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7fbe1b7fe700 (LWP 18563)):
#0  0x7fbe3d21003f in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7fbe3fe12c86 in QWaitCondition::wait(QMutex*, unsigned long) () at
/usr/lib64/libQtCore.so.4
#2  0x7fbe443ca16a in Digikam::ParkingThread::run() (this=0x19f7250) at
/usr/src/debug/digikam-4.14.0/core/libs/threads/threadmanager.cpp:119
#3  0x7fbe3fe1279f in  () at /usr/lib64/libQtCore.so.4
#4  0x7fbe3afe7754 in  () at /usr/X11R6/lib64/libGL.so.1
#5  0x7fbe3d20c0a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7fbe3f2be00d in clone () at /lib64/libc.so.6

Thread 2 (Thread 0x7fbe19f1a700 (LWP 18564)):
#0  0x7fbe3f2b5bdd in poll () at /lib64/libc.so.6
#1  0x7fbe3762cbe4 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7fbe3762ccec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7fbe3ff410de in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQtCore.so.4
#4  0x7fbe3ff12e6f in
QEventLoop::processEvents(QFlags) () at
/usr/lib64/libQtCore.so.4
#5  0x7fbe3ff13165 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQtCore.so.4
#6  0x7fbe3fe100bf in QThread::exec() () at /usr/lib64/libQtCore.so.4
#7  0x7fbe3fef4783 in  () at /usr/lib64/libQtCore.so.4
#8  0x7fbe3fe1279f in  () at /usr/lib64/libQtCore.so.4
#9  0x7fbe3afe7754 in  () at /usr/X11R6/lib64/libGL.so.1
#10 0x7fbe3d20c0a4 in start_thread () at /lib64/libpthread.so.0
#11 0x7fbe3f2be00d in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7fbe4665a880 (LWP 18558)):
[KCrash Handler]
#5  0x7fbe3f2fcf66 in __strcmp_ssse3 () at /lib64/libc.so.6
#6  0x7fbe08ee in QMetaType::registerNormalizedType(QByteArray const&,
void (*)(void*), void* (*)(void const*), void (*)(void*), void* (*)(void*, void
const*), int, QFlags, QMetaObject const*) () at
/usr/lib64/libQt5Core.so.5
#7  0x7fbe094fff57 in  () at

[okular] [Bug 329704] Okular is unable to display a printed manual page.

2016-04-19 Thread cheesus via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329704

--- Comment #9 from cheesus  ---
Albert, I'd say this bug is about postscript, which is probably embedded as eps
in the PDFs I can't print...
I get the messages below, so this looks related to my non-expert eye.
Any other pointers are of course welcome.
Thanks.

syntaxerror -18
syntaxerror -18
okular(25510)/okular (Spectre) GSRendererThread::run: Generated image does not
match wanted size: [0x0] vs requested [88x124]
QImage::scaled: Image is a null image
syntaxerror -18
syntaxerror -18
okular(25510)/okular (Spectre) GSRendererThread::run: Generated image does not
match wanted size: [0x0] vs requested [555x785]
QImage::scaled: Image is a null image
syntaxerror -18
syntaxerror -18
okular(25510)/okular (Spectre) GSRendererThread::run: Generated image does not
match wanted size: [0x0] vs requested [78x110]
QImage::scaled: Image is a null image

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


[okular] [Bug 181290] Landscape pdf prints with wrong orientation when choosing landscape in print dialog

2016-04-19 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=181290

--- Comment #148 from Albert Astals Cid  ---
Don't expect a "me too" in a bug with 147 comments to cause the developers to
do something.

If you're convinced you have this bug, open a new bug with clear instructions
of what you do and how to reproduce it.

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


[okular] [Bug 326522] allow to disable automatic search while typing in okulars search field

2016-04-19 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=326522

Albert Astals Cid  changed:

   What|Removed |Added

   Keywords||junior-jobs

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


[Akonadi] [Bug 332400] IMAP IDLE stops working after some time.

2016-04-19 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332400

Rex Dieter  changed:

   What|Removed |Added

 CC||rdie...@math.unl.edu

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


[okular] [Bug 329704] Okular is unable to display a printed manual page.

2016-04-19 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=329704

--- Comment #8 from Albert Astals Cid  ---
cheesus this bug is not about pdf at all.

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


[okular] [Bug 181290] Landscape pdf prints with wrong orientation when choosing landscape in print dialog

2016-04-19 Thread Shmerl via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=181290

Shmerl  changed:

   What|Removed |Added

 CC||shm...@mykolab.com

--- Comment #147 from Shmerl  ---
I was just hit by this bug, so it's not fixed.

I'm using 4:15.08.3 (Debian testing).

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


[Akonadi] [Bug 332400] IMAP IDLE stops working after some time.

2016-04-19 Thread Mike Goodwin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332400

Mike Goodwin  changed:

   What|Removed |Added

 CC||m...@mgoodwin.net

--- Comment #5 from Mike Goodwin  ---
Is there any resolution to this? I'm seeing this on my kolab cyrus-imapd server
as well. 

Seems to be server related as gmail still receives IDLE events

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


[okular] [Bug 359932] Okular is very slow at opening some EPUB's

2016-04-19 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359932

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #15 from Albert Astals Cid  ---
Guillaume since you're not an Okular developer, don't WONTFIX bugs.

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


[okular] [Bug 323070] The presentation mode of Okular does not allow to zoom in or out

2016-04-19 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=323070

--- Comment #13 from Albert Astals Cid  ---
*** Bug 361545 has been marked as a duplicate of this bug. ***

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


[okular] [Bug 361545] zoom in presentation mode

2016-04-19 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361545

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||aa...@kde.org
   Severity|normal  |wishlist

--- Comment #1 from Albert Astals Cid  ---


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

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


[plasma4] [Bug 341184] 'Left Mouse Click' doesn't work / function with Plasma Widgets

2016-04-19 Thread Matt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341184

Matt  changed:

   What|Removed |Added

 CC||blitzkrieg...@gmail.com

--- Comment #13 from Matt  ---
I am also having the same problem with a Raspberry Pi 2 running Debian Jessie
and an armhf processor.

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


[krusader] [Bug 361980] Setting "Numeric permissions" to "true" does not change the view of the panels

2016-04-19 Thread Olex Syn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361980

Olex Syn  changed:

   What|Removed |Added

URL|http://olexsyn.pp.ua/tmp/kr |
   |usader_numeric_permissions. |
   |png |

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


[krusader] [Bug 361980] Setting "Numeric permissions" to "true" does not change the view of the panels

2016-04-19 Thread Olex Syn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361980

--- Comment #1 from Olex Syn  ---
Created attachment 98469
  --> https://bugs.kde.org/attachment.cgi?id=98469&action=edit
Panel, window of Settings, file .kde/share/config/krusaderrc

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


[krusader] [Bug 361980] New: Setting "Numeric permissions" to "true" does not change the view of the panels

2016-04-19 Thread Olex Syn via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361980

Bug ID: 361980
   Summary: Setting "Numeric permissions" to "true" does not
change the view of the panels
   Product: krusader
   Version: 2.4.0-beta3 "Single Step"
  Platform: Debian stable
   URL: http://olexsyn.pp.ua/tmp/krusader_numeric_permissions.
png
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: m...@fork.pl
  Reporter: olex...@mail.ua

(Sorry, I do not have the English version of the Krusader, so I can have
inaccuracies in the translation of options)
I set the settings of Krusader: Panel - View - Permissions (numeric view)
and I continue to see the letters in permissions.
--
Debian 8.4 (Linux 3.16.0-4-amd64)
KDE 4.14.2


Reproducible: Always

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


[systemsettings] [Bug 343418] "single click" option in mouse settings not working - always behaves as "double click"

2016-04-19 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343418

--- Comment #16 from Wolfgang Bauer  ---
FYI, I found out by chance what the likely reason for your problem is:
You probably miss the file /usr/lib/kde4/plugins/gui_platform/libkde.so (the
path might be slightly different in Kubuntu).
This is needed so that Qt4 (and KDE4) applications actually use the KDE(4)
settings.
Without it, only Qt4's settings are respected. You could use qtconfig to set
the style e.g. but there's no option for single/double click.

This file is provided by the KDE4 desktop/workspace package (kde-workspace or
similar). In openSUSE it's part of the subpackage kdebase4-workspace-libs which
is still included and installed by default (it can be installed alongside
Plasma5, unlike the actual KDE4 desktop).
No idea whether it's available in Kubuntu, or in which package it would be
contained.

But maybe somebody could add this information to the Kubuntu bug report, I
don't have an account.

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


[trojita] [Bug 361942] make source code git with debian Wheezy

2016-04-19 Thread Jan Kundrát via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361942

Jan Kundrát  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/troj
   ||ita/5ffcc53934452d65e36dcfc
   ||0951cbb0a22593029
 Resolution|--- |FIXED
 Status|REOPENED|RESOLVED

--- Comment #3 from Jan Kundrát  ---
Git commit 5ffcc53934452d65e36dcfc0951cbb0a22593029 by Jan Kundrát, on behalf
of Thomas Lübking.
Committed on 19/04/2016 at 16:16.
Pushed by gerrit into branch 'master'.

Fix build failure on Wheezy

Change-Id: I669bf19adab391b24138dd4f65126f00454fa7c6
Signed-off-by: Jan Kundrát 

M  +1-1src/Gui/Window.cpp

http://commits.kde.org/trojita/5ffcc53934452d65e36dcfc0951cbb0a22593029

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

[krita] [Bug 357765] Brush lag / slowdown for some rotation/zoom combinations

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357765

--- Comment #6 from megaflood...@live.fr ---
According to the description, this issue was the same as mine.

And I just checked the Krita 3.0 alpha builds for windows, the problem doesn't
appear anymore ! Thanks to everyone who worked on it, and took the time to
review this bug report.

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


[Phonon] [Bug 361979] New: Category names are not translated in the Qt 5 version

2016-04-19 Thread Lasse Liehu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361979

Bug ID: 361979
   Summary: Category names are not translated in the Qt 5 version
   Product: Phonon
   Version: 4.8.3
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sit...@kde.org
  Reporter: lasse.li...@gmail.com
CC: myr...@kde.org, romain.per...@gmail.com

When using Qt 5 version of Phonon, Phonon::categoryToString() does not return
translated name of a category.

This probably isn't be a packaging issue because while testing in Finnish,
libphonon.mo was installed in /usr/share/locale/fi/LC_MESSAGES by package
kde-l10n-fi. Kubuntu 15.10 is also affected.

Reproducible: Always

Steps to Reproduce:
1. Open Qt 5 based Phonon KCM using some fully-translated language, e.g. German
or Finnish (or one of many more).

Actual Results:  
Most of the UI strings in the Phonon KCM are translated but the category names
(Notifications, Music, Communication etc.) that come from the Phonon library
are not.

Expected Results:  
Category names are translated.

This problem did not occur when using Kubuntu 14.04 that uses Qt 4 based Phonon
and has a Qt 4 based Phohon KCM.

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


[krita] [Bug 360601] [INTEL] Canvas doesn't update but is not black either

2016-04-19 Thread Dimi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360601

--- Comment #5 from Dimi  ---
Just discovered that the latest 32 bit version works as expected on my 64 bit
OS.

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


[kdenlive] [Bug 361978] Composite and other track buttons are missing from layout

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361978

--- Comment #1 from Jesse  ---
Created attachment 98468
  --> https://bugs.kde.org/attachment.cgi?id=98468&action=edit
screenshot

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


[kdenlive] [Bug 361978] New: Composite and other track buttons are missing from layout

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361978

Bug ID: 361978
   Summary: Composite and other track buttons are missing from
layout
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: jesse.dub...@gmail.com

I remember this being an issue before, but can't remember what was the
cause/fix.

In short, the composite, video mute, and audio mute aren't in the latest git
build of the kdenlive/kdenlive-master ppa for Ubuntu (see screenshot). I
believe I have all of the necessary packages installed: frei0r-plugins, breeze,
breeze-icon-theme, oxygen-icon-theme. Am I missing any?

Reproducible: Always




Bug found on Kdenlive 16.07.70 git master build from kdenlive/kdenlive-master
ppa. Ubuntu GNOME 16.04 x64, GNOME 3.18 desktop.

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


[kdenlive] [Bug 361978] Composite and other track buttons are missing from layout

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361978

Jesse  changed:

   What|Removed |Added

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

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


[kdenlive] [Bug 360612] git master - issues with the new gradient feature in Title Editor

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360612

--- Comment #11 from Jesse  ---
Looks like all of the visual issues with displaying the gradients aren't
present at all in the latest git master build via the kdenlive/kdenlive-master
ppa for Ubuntu. Good stuff!

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


[KScreen] [Bug 361977] New: kded4 segmentation fault error

2016-04-19 Thread jmaas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361977

Bug ID: 361977
   Summary: kded4 segmentation fault error
   Product: KScreen
   Version: 1.0.1
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kded
  Assignee: se...@kde.org
  Reporter: geobitsi...@gmail.com

When logging into our Debian Jessie server using XRDP a segmentation fault
error displays:

kded4 segmentation fault

Our server environment is as such:
Linux 3.16.04
Debian 8.4
KDE Platform 4.14.4
amd64 system






Reproducible: Always

Steps to Reproduce:
1. Login onto server using XRDP
2.
3.

Actual Results:  
kded4 process for local client stops

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


[i18n] [Bug 361657] en_DK.UTF-8 locale is missing

2016-04-19 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361657

Albert Astals Cid  changed:

   What|Removed |Added

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

--- Comment #3 from Albert Astals Cid  ---
You are right en_DK is not available in the formats KCM, this is because we can
only support the locales that Qt supports and unfortunately Qt does not know
about English/Denmark (while it for example knows about English/Belgium).

Good news is, it has been added for Qt 5.7, so you'll be able to select it
"relatively soon" (Qt 5.7 is scheduled for around June)

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


[kdenlive] [Bug 356488] git master - When Clip Properties is opened in Project Bin, it forces layout to change (video example included)

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356488

Jesse  changed:

   What|Removed |Added

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

--- Comment #4 from Jesse  ---
This has been resolved in the later git builds of Kdenlive. Clip Properties is
now its own tab and follows in line with the rest of the layout. Thanks team!

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


[kdenlive] [Bug 361357] git master - issues with new Clip Properties Widget

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361357

Jesse  changed:

   What|Removed |Added

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

--- Comment #8 from Jesse  ---
Works just fine now. Thanks JB! Marking this bug as fixed/resolved.

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


[kdenlive] [Bug 361976] 16.07.70 git master - rendering from .mp4 h.264 footage produces large distortion artifacts (video example & sample footage included)

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361976

--- Comment #1 from Jesse  ---
I just noticed the sample file is around 800MB -- sorry for the long download
times.

Also, I changed this bug report's importance to major because H.x64 .mp4 files
is the best quality codec while being the most versatile. To not have this
particular export option available is a rather sore inconvenience.

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


[Akonadi] [Bug 361485] crash on initial start with mysql 5.7 on ubuntu 16.04

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361485

--- Comment #7 from priv...@bernhard-lindner.de ---
Seems I am experiencing this an my new Kubuntu 16.04 system too. Is there a
workaround that allow my to set up the system correctly soon?

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


[Akonadi] [Bug 361485] crash on initial start with mysql 5.7 on ubuntu 16.04

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361485

priv...@bernhard-lindner.de changed:

   What|Removed |Added

 CC||priv...@bernhard-lindner.de

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


[kdenlive] [Bug 361976] 16.07.70 git master - rendering from .mp4 h.264 footage produces large distortion artifacts (video example & sample footage included)

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361976

Jesse  changed:

   What|Removed |Added

   Severity|normal  |major

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


[kdenlive] [Bug 361976] 16.07.70 git master - rendering from .mp4 h.264 footage produces large distortion artifacts (video example & sample footage included)

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361976

Jesse  changed:

   What|Removed |Added

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

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


[kdenlive] [Bug 361976] New: 16.07.70 git master - rendering from .mp4 h.264 footage produces large distortion artifacts (video example & sample footage included)

2016-04-19 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361976

Bug ID: 361976
   Summary: 16.07.70 git master - rendering from .mp4 h.264
footage produces large distortion artifacts (video
example & sample footage included)
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
   URL: https://youtu.be/m_lQc2NFIO0
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: jesse.dub...@gmail.com

See video in URL field for example of final result.

I have a clip from am MP4 video file that was exported from Blender: 1920x1080,
H.264 codec. When I render it out using Kdenlive's mp4 settings (specific
settings: properties=x264-medium f=mp4 vcodec=libx264 acodec=aac g=120
crf=%quality ab=%audiobitrate+'k'), the final video has distortion artifacts
sporadically, but frequently.

Here is a link where the raw footage file I used can be downloaded for testing:
https://www.dropbox.com/s/bpdtnbvsoa5kikv/Raw%20footage%20-%201920x1080%20-%20h264%20codec.mp4?dl=0

Reproducible: Always

Steps to Reproduce:
1. Import a video with the specifications mentioned in description.
2. Add clip into timeline.
3. Render with the specifications mentioned in description.

Actual Results:  
Final product video has artifacts distorting the image.

Expected Results:  
No artifacts.

Bug discovered while using Kdenlive 16.07.70 git master build from
ppa:kdenlive/kdenlive-master ppa, Ubuntu GNOME 16.04 x64, GNOME 3.18.

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


[kwin] [Bug 361799] Crashes/visual curruption/lost windows on HIGH-dpi (4k) scaled multiscreen

2016-04-19 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361799

--- Comment #15 from Thomas Lübking  ---
It's typilcally used by Asians and Slavs and other people using the wrong
alphabet - ie. not the one your ancestors stole from the Greek and propagated
to the rest of the (European) world ;-)

Just asked because there's a bug about a hanging QXcbEventReader which seems
tied to XIM.

I'd try w/o the Xorg patch.
While I don't really know what it changes, it does seem to introduce randr
queries during input clamping (what will typically happen during input events)
- it certainly looks related (but there's oc. not guarantee that this is the
problem)

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

[rsibreak] [Bug 361853] rsibreak does not start automatically after install

2016-04-19 Thread Albert Astals Cid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361853

Albert Astals Cid  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Albert Astals Cid  ---
Yes, we want the user to start it at least once, it's the least intrusive thing
to do.

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


[KScreen] [Bug 361954] Make kwayland backend optional

2016-04-19 Thread Luke-Jr via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361954

--- Comment #6 from Luke-Jr  ---
Quite a few distros are source-based now.

-- 
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

2016-04-19 Thread David Faure via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353195

David Faure  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||5.22
  Latest Commit||http://commits.kde.org/kio/
   ||6005183a0af0e46b0f5ebd40eab
   ||af343d2506ee6

--- Comment #26 from David Faure  ---
Git commit 6005183a0af0e46b0f5ebd40eabaf343d2506ee6 by David Faure.
Committed on 19/04/2016 at 20:55.
Pushed by dfaure into branch 'master'.

Fix regression in KFileItem: refresh() would lose the file type, so a dir
became a file.

Many thanks to Kai Dombrowe for the simple and fully reproduceable steps
(which are now coded in the unittest).

CCMAIL: mark...@gmail.com
Mark, this is why existing code should be refactored (i.e. moved) rather
than replaced. See also the BUG comment below, I think we have to stop using
this constructor.
FIXED-IN: 5.22

M  +8-2autotests/kdirlistertest.cpp
M  +11   -0autotests/kfileitemtest.cpp
M  +1-0autotests/kfileitemtest.h
M  +3-1src/core/udsentry.cpp

http://commits.kde.org/kio/6005183a0af0e46b0f5ebd40eabaf343d2506ee6

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


[korganizer] [Bug 359148] unable to add korganizer events to digital clock widget

2016-04-19 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359148

k...@fedaix.de changed:

   What|Removed |Added

 CC||k...@fedaix.de

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


[kwin] [Bug 229942] "Move" command should allow off-screen window moving same as Alt + click trick

2016-04-19 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=229942

--- Comment #5 from Thomas Lübking  ---
I agree on the "broken dialogs are broken" part (though it happened a lot on
early netbooks)

The driving question is then of course why the move action is exposed in the
menu at all.
(The menu is accessed either via Alt+F3, but then your concerns do not apply,
or the titlebar which prominently moves the window ;-)

Maybe this is a good hook to prominently teach the user about the feature?



"You could just have pressed Alt and moved the window by clicking it anywhere,
you know?"
[ ] Yeah, I don't have a keyboard, so don't tell me again, 'key?

   
  [Abort] [Retry] [Ignore]



PS:
2010-03-08 13:40:24 UTC
2010-03-08 15:08:51 UTC
2012-04-17 19:28:32 UTC
2016-04-19 15:56:46 UTC

Did somebody shoot himself here? ;-P

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

[krunner] [Bug 361975] krunner crashes when processing the expression "2^12", apparently linked to baloo

2016-04-19 Thread Rémi Verschelde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361975

--- Comment #1 from Rémi Verschelde  ---
(Note that it's potentially a duplicate, but there are so many open bugs for
krunner crashes, quite often involving baloo, that I can't evaluate myself what
bug report might be a duplicate of my issue, so I preferred to open a new one
and leave it to the KDE bugsquad/krunner maintainers).

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

  1   2   3   >