[bugs.kde.org] [Bug 364273] New product: Peruse

2016-06-13 Thread Christophe Giboudeaux via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364273

Christophe Giboudeaux  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|ASSIGNED|NEEDSINFO

--- Comment #2 from Christophe Giboudeaux  ---
changing status

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


[krita] [Bug 364289] Mirror Mode always initiates with axis at the center of the 2nd document on the canvas of the 1st document

2016-06-13 Thread Tyson Tan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364289

--- Comment #1 from Tyson Tan  ---
Created attachment 99487
  --> https://bugs.kde.org/attachment.cgi?id=99487=edit
Krita use fixed axises position across all document tabs.

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


[krita] [Bug 364289] New: Mirror Mode always initiates with axis at the center of the 2nd document on the canvas of the 1st document

2016-06-13 Thread Tyson Tan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364289

Bug ID: 364289
   Summary: Mirror Mode always initiates with axis at the center
of the 2nd document on the canvas of the 1st document
   Product: krita
   Version: 3.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: usability
  Assignee: krita-bugs-n...@kde.org
  Reporter: tyson...@mail.com

When 2 documents are opened at the same time, "Set horizontal Mirror Mode" and
"Set vertical Mirror Mode" always initiates their axises at the center of the
2nd document, even when we are using them on the 1st canvas.

This bug is worse when the dimensions of the 2nd document is more than 2X
larger than the 1st document -- the axises are initiated outside the canvas and
thus cannot be seen or dragged. Causing great confusion. (at some point I
thought the customizable axis feature was canceled because of this bug)

Reproducible: Always

Steps to Reproduce:
1. Create 1st document, size: 256x256
2. Create 2nd document size: 512x512
3. Switch to 1st document
4. Press "Set horizontal Mirror Mode" and "Set vertical Mirror Mode".

Actual Results:  
Axises are initiated on the edge of 1st document.

Expected Results:  
Axises should always be initiated at the center of a document.
Each opened document should have their own separated parameter on Mirror Mode
axises.

Can also be triggered using another way:
1. Create 1st document, size: 256x256
2. Press "Set horizontal Mirror Mode" and "Set vertical Mirror Mode".
3. Create 2nd document size: 512x512
4. Switch to 1st document

The result: the axises of the 1st document automatically pushed to the edge
match the situation of the 2nd document on pixel level.

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


[plasmashell] [Bug 353983] Turning off compositing breaks Plasma panel rendering

2016-06-13 Thread Bernhard Scheirle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353983

Bernhard Scheirle  changed:

   What|Removed |Added

 CC||bernhard+...@scheirle.de

--- Comment #31 from Bernhard Scheirle  ---
I'm also affected by this bug and also have an nvidia graphics card (Driver
version: 361.42)

> qdbus org.kde.KWin /KWin supportInformation
https://paste.kde.org/pbjfhgnx4/acqpfg

System: Neon User Edition

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


[dolphin] [Bug 361105] Dolphin Crash After Changing Directory

2016-06-13 Thread Henry Hu via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361105

Henry Hu  changed:

   What|Removed |Added

 CC||henry.hu...@gmail.com

--- Comment #1 from Henry Hu  ---
This also happens for me, with Qt 5.5.1, dolphin 16.04.1, kde frameworks
5.22.0. I've investigated the bug a little. The direct cause of the crash is
calling FD_SET with a large fd (>FD_SETSIZE, which defaults to 1024). This
causes an out-of-bound access and modifies data on the stack, which leads to
the crash. According to the man page, this behavior is undefined.
There are 2 places. First in QProcess (qprocess_unix.cpp,
QProcessPrivate::waitForFinished). Another in QNativeSocketEngine
(qnativesocketengine_unix.cpp, QNativeSocketEngine::nativeSelect). Both places
can have out-of-bound access.
The real reason is that dolphin is using large number of file descriptors. I
tried to increase FD_SETSIZE to 4096, but after some extensive usage of
dolphin, the file descriptor count still grows past it.
In Qt 5.7 the select is replaced with poll, which should fix this problem. But
the real problem is still there, dolphin should not open large number of files
at the same time.

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


[plasmashell] [Bug 340267] Plasma crashes when a DisplayPort monitor sleeps

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340267

--- Comment #52 from mich...@karbach.org ---
Me too, I know it is off-topic, but I have switched all desktops (7) in my work
group, from KDE to gnome. It is unbelievable that such an important bug is not
fixed in more than one year.

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


[plasmashell] [Bug 340267] Plasma crashes when a DisplayPort monitor sleeps

2016-06-13 Thread Michael Butash via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340267

Michael Butash  changed:

   What|Removed |Added

 CC||mich...@butash.net

--- Comment #51 from Michael Butash  ---
Nastiness, stuck with older qt in ubuntu 16.04, had to stop using kde since it
forced all sorts of oddities around qt-based anything with 3x 4k hdmi tv's that
would come and go when I'd power them off for the night (no dpms-ish features
for hdmi it seems).  Plasma guys blame qt, but they thrash and die in many ugly
ways as a result that seem unnatural despite inadequacies in qt like this.  

Really liked plasma otherwise, but had to go back to something that worked. 
I'm finding cinnamon doesn't suck with modern mesa/radeon drivers vs
proprietary fglrx+compositing hell.  We need this fix asap in older kde distros
for mobility and big-4k-tv love again.

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


[kdenlive] [Bug 364274] git master 2016-06-13 Spacer tool corrupts timeline

2016-06-13 Thread Evert Vorster via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364274

Evert Vorster  changed:

   What|Removed |Added

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

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


[systemsettings] [Bug 364286] Backup made via KDE control module should not always contain full path

2016-06-13 Thread Burkhard Lueck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364286

Burkhard Lueck  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||lu...@hube-lueck.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Burkhard Lueck  ---
Kup is not in Applications nor in Extragear.
Please report your issue at 
http://kde-apps.org/content/show.php/Kup+Backup+System?content=147465

Thanks

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


[konsole] [Bug 359428] Konsole crash after reboot and during session restore

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359428

g...@inodes.org changed:

   What|Removed |Added

 CC||g...@inodes.org

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


[konsole] [Bug 359428] Konsole crash after reboot and during session restore

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359428

--- Comment #1 from g...@inodes.org ---
Created attachment 99486
  --> https://bugs.kde.org/attachment.cgi?id=99486=edit
New crash information added by DrKonqi

konsole (16.04.1) using Qt 5.5.1

Following the hint in #355421, I also found I had an invalid trailing ,0 in a
session file:

% grep Sessions ~/.config/session/konsole_10ccd3e4d500014* | grep -w 0
/home/gus/.config/session/konsole_10ccd3e4d500014637188140129690027_1465797279_351777:Sessions=6,1,2,4,5,3,0

-- Backtrace (Reduced):
#6  0x7f48f8fd7820 in Konsole::Session::sessionId() const () from
/usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
#7  0x7f48f900c3f8 in
Konsole::ViewManager::createTerminalDisplay(Konsole::Session*) () from
/usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
#8  0x7f48f9012360 in Konsole::ViewManager::createView(Konsole::Session*,
Konsole::ViewContainer*, int) () from
/usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
#9  0x7f48f901271f in Konsole::ViewManager::createView(Konsole::Session*)
() from /usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16
#10 0x7f48f9014a5d in Konsole::ViewManager::restoreSessions(KConfigGroup
const&) () from /usr/lib/x86_64-linux-gnu/libkonsoleprivate.so.16

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


[krita] [Bug 364288] New: while painting in Krita 3.0, control in krita is lost

2016-06-13 Thread hermanus via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364288

Bug ID: 364288
   Summary: while painting in Krita 3.0, control in krita is lost
   Product: krita
   Version: 3.0
  Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: Tools
  Assignee: krita-bugs-n...@kde.org
  Reporter: herman...@gmail.com

krita whilst painting with a brush. say for instance I paint a cloud, simply
jut adding in colour manually, with any brush and any colour, it will paint for
a minute or two and then krita crash, I cant select anything, krita get stuck
on the selection of the brush and colour, you can keep painting - but you start
painting all over your canvas - it is as if the select button get stuck which
one need to keep in to paint, it cant release and stop painting

Reproducible: Always

Steps to Reproduce:
1. select any brush and desired colour
2. just start painting
3. then it will get stuck on the canvas and draw the paint all over your
canvas, it dont release so that you can select anything else


Expected Results:  
the software should be able to paint , and then you can stop and move to the
side to select a new brush and colour - but now it will not release - it as if
the button is kept in - as if a key get stuck, because now it draws the ink
accross my object towards the side as far as I move my cursor it will paint all
the way everywhere on the canvas

windows 10
I did restart my pc several times
it happen not only in one project.

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


[plasmashell] [Bug 343467] Calendar applet should display week number when in panel

2016-06-13 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343467

--- Comment #10 from Martin Klapetek  ---
The Calendar applet already should have the C++ backend no?
Maybe we could make the week number available on the top-level
item of the Calendar and then just reuse in the compact representation?

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


[konsole] [Bug 364287] New: Konsole Crashes on exit invoked via Ctrl+D intermittently

2016-06-13 Thread Stefan Rücker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364287

Bug ID: 364287
   Summary: Konsole Crashes on exit invoked via Ctrl+D
intermittently
   Product: konsole
   Version: 16.04.1
  Platform: Debian testing
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: s.ruec...@gmx.de

Application: konsole (16.04.1)

Qt Version: 5.5.1
Frameworks Version: 5.22.0
Operating System: Linux 4.5.0-2-amd64 x86_64
Distribution: Debian GNU/Linux testing (stretch)

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

Konsole was opened after login from my session. Shortly after login I've just
closed it via Ctrl+D. This happens from time to time

-- Backtrace:
Application: Konsole (konsole), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[KCrash Handler]
#6  0x7ffb53060458 in __GI_raise (sig=sig@entry=6) at
../sysdeps/unix/sysv/linux/raise.c:55
#7  0x7ffb530618da in __GI_abort () at abort.c:89
#8  0x7ffb5309efca in __libc_message (do_abort=do_abort@entry=2,
fmt=fmt@entry=0x7ffb53196c98 "*** Error in `%s': %s: 0x%s ***\n") at
../sysdeps/posix/libc_fatal.c:175
#9  0x7ffb530a4966 in malloc_printerr (action=3, str=0x7ffb53196d60 "double
free or corruption (out)", ptr=, ar_ptr=) at
malloc.c:5007
#10 0x7ffb530a514e in _int_free (av=0x7ffb533cbb20 ,
p=, have_lock=0) at malloc.c:3868
#11 0x7ffb4fc9b32c in QMetaCallEvent::~QMetaCallEvent() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#12 0x7ffb4fc9b379 in QMetaCallEvent::~QMetaCallEvent() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#13 0x7ffb4fc72147 in QCoreApplication::removePostedEvents(QObject*, int)
() at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#14 0x7ffb4fc9d662 in QObjectPrivate::~QObjectPrivate() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#15 0x7ffb4fc9d789 in QObjectPrivate::~QObjectPrivate() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x7ffb4fca5da8 in QObject::~QObject() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x7ffb3f4cf849 in QXcbConnection::~QXcbConnection() () at
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#18 0x7ffb3f4d12e6 in QXcbIntegration::~QXcbIntegration() () at
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#19 0x7ffb3f4d13f9 in QXcbIntegration::~QXcbIntegration() () at
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#20 0x7ffb4ffa7973 in QGuiApplicationPrivate::~QGuiApplicationPrivate() ()
at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#21 0x7ffb5055d029 in QApplicationPrivate::~QApplicationPrivate() () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#22 0x7ffb4fca5da8 in QObject::~QObject() () at
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#23 0x7ffb5055ee19 in QApplication::~QApplication() () at
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#24 0x7ffb533f8dbc in kdemain () at
/usr/lib/x86_64-linux-gnu/libkdeinit5_konsole.so
#25 0x7ffb5304d5f0 in __libc_start_main (main=0x4006c0, argc=3,
argv=0x7ffe9348, init=, fini=,
rtld_fini=, stack_end=0x7ffe9338) at libc-start.c:291
#26 0x004006f9 in _start ()

Possible duplicates by query: bug 364188, bug 363636, bug 360774, bug 359204,
bug 358628.

Reported using DrKonqi

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


[plasma4] [Bug 323230] windows (maximized) are going under the vertical panel on dual screen setup

2016-06-13 Thread Malte Eggers via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=323230

Malte Eggers  changed:

   What|Removed |Added

 CC||malte...@mailbox.tu-berlin.
   ||de

--- Comment #45 from Malte Eggers  ---
Same here, currently I keep my laptop in front of my external monitor and have
set it up to be above the laptop monitor. Windows go under the bottom panel. I
have tried just disabling the laptop monitor, although I sometimes need it or
arranging screens horizontally although physically they are arranged
vertically. Very annoying. If wayland worked with dual monitor, I'd just be
using that but it still seems quite far from being usable.

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


[kaffeine] [Bug 364225] Audio CD not playable

2016-06-13 Thread Mauro Carvalho Chehab via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364225

--- Comment #4 from Mauro Carvalho Chehab  ---
(In reply to eldrad.ulthran from comment #3)
> (In reply to Mauro Carvalho Chehab from comment #1)
> > What version of VLC do you have installed? Kaffeine seems to be a more
> > reliable to read problems with VLC from the git tree. Do you have some
> > Kernel logs (output of the dmesg command)?
> 
> I'm using vlc 2.2.4-2.1 from Suse's packman repository. I attached the
> output of the commmand dmesg, I hope, this is what you asked for?

Yes, it is, but I'm not seeing any messages there related to the CD you're
trying to play, except for:

[1.880268] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda
tray
[1.880271] cdrom: Uniform CD-ROM driver Revision: 3.20
[1.880362] sr 3:0:0:0: Attached scsi CD-ROM sr0

Given that VLC produced some error messages, I would be expecting something
like:

[ 1395.937993] blk_update_request: I/O error, dev sr0, sector 4
[ 1395.937997] Buffer I/O error on dev sr0, logical block 1, async page read
[ 1395.949883] Buffer I/O error on dev sr0, logical block 256, async page read
[ 1395.961967] Buffer I/O error on dev sr0, logical block 257, async page read

Did you get the dmesg after trying to play the audio CD?

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


[kaffeine] [Bug 364224] Next song in playback list not played

2016-06-13 Thread Mauro Carvalho Chehab via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364224

Mauro Carvalho Chehab  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kaff
   ||eine/3be092852be28c705dafe3
   ||d532bb92b395f12359

--- Comment #1 from Mauro Carvalho Chehab  ---
Git commit 3be092852be28c705dafe3d532bb92b395f12359 by Mauro Carvalho Chehab.
Committed on 14/06/2016 at 01:09.
Pushed by mauroc into branch 'master'.

mediawidget: Go to the next URL on a playlist at the end of a play

The logic of automatically go to the next item on a playlist is
currently broken.

When VLC detects the end of a media play, it emits a signal
(libvlc_MediaPlayerEndReached), with is returned to the media widget
as a playbackFinished signal. Such signal should cause a call to
PlaylistTab::playNextTrack() for its logic to play the next file.

Signed-off-by: Mauro Carvalho Chehab 

M  +3-0src/mediawidget.cpp

http://commits.kde.org/kaffeine/3be092852be28c705dafe3d532bb92b395f12359

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


[systemsettings] [Bug 364286] New: Backup made via KDE control module should not always contain full path

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364286

Bug ID: 364286
   Summary: Backup made via KDE control module should not always
contain full path
   Product: systemsettings
   Version: 5.6.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: lore...@bicci.it

Using backup from System Settings (I think it's Kup) to backup another
partition/disk, I get the full mount path in the destination folder. Although
this could be useful, I would like to find in the destination folder just the
files and folders contained in the partition/disk.

This is what I find:
Destination folder/run/media/user/disk/Files and folders to backup

This is what I would like:
Destination folder/Files and folders to backup

Reproducible: Always

Steps to Reproduce:
1. Configure a new backup plan.
2. Select as source some files and folder on a mounted drive/partition
3. Select as destination a folder (in my case it's a folder on another mounted
partition on an external disk)
4. Start the backup

Actual Results:  
Absolute mount path in the destination folder

Expected Results:  
Just the files and folders I want to backup in the destination folder

Using a fully updated Manjaro with Linux (x86_64) release 4.6.2-1-MANJARO

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


[kaffeine] [Bug 364225] Audio CD not playable

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364225

--- Comment #3 from eldrad.ulth...@o2online.de ---
(In reply to Mauro Carvalho Chehab from comment #1)
> What version of VLC do you have installed? Kaffeine seems to be a more
> reliable to read problems with VLC from the git tree. Do you have some
> Kernel logs (output of the dmesg command)?

I'm using vlc 2.2.4-2.1 from Suse's packman repository. I attached the output
of the commmand dmesg, I hope, this is what you asked for?

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


[kaffeine] [Bug 364225] Audio CD not playable

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364225

--- Comment #2 from eldrad.ulth...@o2online.de ---
Created attachment 99485
  --> https://bugs.kde.org/attachment.cgi?id=99485=edit
Output of dmseg

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


[Breeze] [Bug 364226] theme should highlight the default action in dialogs

2016-06-13 Thread skierpage via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364226

--- Comment #2 from skierpage  ---
Thanks for responding. `kate -style Fusion` draws a blue line around the
default button in settings and save dialogs, so this is specific to Breeze.

However, the Kate Replace panel (that appears in its window) does not have this
blue highlight. So my attached screenshot is misleading. And looking at Kate's
settings and save dialogs in the Breeze theme, the default action is a slightly
lighter gray.

So I think the bugs here are
* The KDE Breeze theme's indication of the default action in a dialog with a
lighter gray is too subtle.
* The GTK Breeze theme does not indicate the default buttons in dialogs with
this lighter gray, or at all.
* Kate's Replace panel doesn't indicate its default action.

Should I file new bugs or rewrite this one?

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


[konsole] [Bug 364285] New: Konsole crashes when saving output from closing tab

2016-06-13 Thread awilfox
https://bugs.kde.org/show_bug.cgi?id=364285

Bug ID: 364285
   Summary: Konsole crashes when saving output from closing tab
   Product: konsole
   Version: 16.04.1
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: awil...@wilcox-tech.com

Application: konsole (16.04.1)
 (Compiled from sources)
Qt Version: 5.6.0
Frameworks Version: 5.22.0
Operating System: Linux 4.7.0-rc1-ciall x86_64
Distribution (Platform): Gentoo Packages

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

I fat-fingered Ctrl+Shift+S as Ctrl+Shift+S and D.  The tab closed but the save
output dialogue still opened.  When I chose Save in the dialogue after typing a
name, this crash occurred.

The crash can be reproduced every time.

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f73b9460800 (LWP 3797))]

Thread 4 (Thread 0x7f73a767a700 (LWP 3798)):
#0  0x7f73b59e75e8 in
std::__atomic_base::compare_exchange_strong
(__m1=std::memory_order_release, __m2=std::memory_order_relaxed,
this=, __p1=, __p2=) at
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/bits/atomic_base.h:848
#1  std::atomic::compare_exchange_strong
(__m=std::memory_order_release, this=, __p1=,
__p2=) at
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4/atomic:448
#2  QAtomicOps::testAndSetRelease (_q_value=...,
expectedValue=, newValue=,
currentValue=) at
../../include/QtCore/../../src/corelib/arch/qatomic_cxx11.h:167
#3  QBasicAtomicPointer::testAndSetRelease (this=,
expectedValue=, newValue=,
currentValue=) at
../../include/QtCore/../../src/corelib/thread/qbasicatomic.h:278
#4  QBasicMutex::fastTryUnlock (this=, current=)
at ../../include/QtCore/../../src/corelib/thread/qmutex.h:85
#5  QMutex::unlock (this=0x8a2288) at thread/qmutex.cpp:271
#6  0x7f73b5be44c1 in QMutexLocker::unlock (this=) at
../../include/QtCore/../../src/corelib/thread/qmutex.h:138
#7  QMutexLocker::~QMutexLocker (this=) at
../../include/QtCore/../../src/corelib/thread/qmutex.h:132
#8  QThreadData::canWaitLocked (this=0x8a2260) at
../../include/QtCore/5.6.0/QtCore/private/../../../../../src/corelib/thread/qthread_p.h:249
#9  postEventSourcePrepare (s=0x7f73a0003200, timeout=) at
kernel/qeventdispatcher_glib.cpp:253
#10 0x7f73b010860b in g_main_context_prepare (context=,
priority=) at
/var/tmp/portage/dev-libs/glib-2.48.0-r1/work/glib-2.48.0/glib/gmain.c:3442
#11 0x7f73b0108f18 in g_main_context_iterate (context=,
block=, dispatch=, self=) at
/var/tmp/portage/dev-libs/glib-2.48.0-r1/work/glib-2.48.0/glib/gmain.c:3820
#12 0x7f73b01090ae in g_main_context_iteration (context=,
may_block=1) at
/var/tmp/portage/dev-libs/glib-2.48.0-r1/work/glib-2.48.0/glib/gmain.c:3901
#13 0x7f73b5be40dc in QEventDispatcherGlib::processEvents
(this=0x7f73a8c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#14 0x7f73b5b92f85 in QEventLoop::processEvents (flags=..., this=) at kernel/qeventloop.cpp:128
#15 QEventLoop::exec (this=0x7f73a7679dc0, flags=...) at
kernel/qeventloop.cpp:204
#16 0x7f73b59e9669 in QThread::exec (this=) at
thread/qthread.cpp:503
#17 0x7f73b9533200 in QDBusConnectionManager::run (this=0x7f73b95944e0
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:181
#18 0x7f73b59ecdb4 in QThreadPrivate::start (arg=0x7f73b95944e0 <(anonymous
namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:340
#19 0x7f73b1c15434 in start_thread (arg=0x7f73a767a700) at
pthread_create.c:333
#20 0x7f73b8f328fd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 3 (Thread 0x7f73a53b6700 (LWP 3799)):
#0  0x7f73b8f297fd in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f73b2037ac2 in poll (__timeout=-1, __nfds=1, __fds=0x7f73a53b5cd0)
at /usr/include/bits/poll2.h:46
#2  _xcb_conn_wait (c=c@entry=0x8c2dc0, cond=cond@entry=0x8c2e00,
vector=vector@entry=0x0, count=count@entry=0x0) at
/var/tmp/portage/x11-libs/libxcb-1.11.1/work/libxcb-1.11.1/src/xcb_conn.c:459
#3  0x7f73b203972f in xcb_wait_for_event (c=0x8c2dc0) at
/var/tmp/portage/x11-libs/libxcb-1.11.1/work/libxcb-1.11.1/src/xcb_in.c:693
#4  0x7f73a6ac6d75 in QXcbEventReader::run (this=0x8b4fd0) at
qxcbconnection.cpp:1313
#5  0x7f73b59ecdb4 in QThreadPrivate::start (arg=0x8b4fd0) at
thread/qthread_unix.cpp:340
#6  0x7f73b1c15434 in start_thread (arg=0x7f73a53b6700) at
pthread_create.c:333
#7  0x7f73b8f328fd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 2 (Thread 0x7f7393eeb700 (LWP 3800)):
#0  pthread_cond_wait () at

[kaffeine] [Bug 364225] Audio CD not playable

2016-06-13 Thread Mauro Carvalho Chehab via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364225

--- Comment #1 from Mauro Carvalho Chehab  ---
(In reply to eldrad.ulthran from comment #0)
> I'm using a self compiled kaffeine 2.0.3. on OpenSuse 13.2.
> When I start kaffeine via
> 
> kaffeine --audiocd
> 
> (having an actual audio CD in the drive), kaffeine starts, I hear the drive
> spinning, but after some seconds the attempt is stopped. In the console I
> get the following message:
> 
> [7f900c0075f8] core stream error: cannot pre fill buffer
> 
> Exactly the same happens if I start kaffeine without any options and click
> on the button "play audio-cd".
> 
> The title bar of the window tells "cdda:///dev/sr0 — Kaffeine"
> 
> Oddly enough, if I start vlc itself and start playing the CD, I get the very
> same error message in the console, but the CD is played without any problems!

What version of VLC do you have installed? Kaffeine seems to be a more reliable
to read problems with VLC from the git tree. Do you have some Kernel logs
(output of the dmesg command)?

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

[kaffeine] [Bug 364222] kaffeine-2.0.3 failed to idle channel 6 - stalled system needed Sysrq reisub reboot

2016-06-13 Thread Mauro Carvalho Chehab via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364222

--- Comment #2 from Mauro Carvalho Chehab  ---
Freezing the system sounds a symptom or either a Kernel bug or some invalid
instruction sent to the GPU. What video drivers are you using? Do you have some
Kernel logs? Those can be seen using the dmesg command.

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


[partitionmanager] [Bug 364284] Cannot edit “More...“ mount options - OK / Apply button missing

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364284

lore...@bicci.it changed:

   What|Removed |Added

 CC||lore...@bicci.it

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


[partitionmanager] [Bug 364284] Cannot edit “More...“ mount options - OK / Apply button missing

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364284

lore...@bicci.it changed:

   What|Removed |Added

Summary|Cannot edit mount points -  |Cannot edit “More...“ mount
   |OK / Apply button missing   |options - OK / Apply button
   ||missing

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

[partitionmanager] [Bug 364284] New: Cannot edit mount points - OK / Apply button missing

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364284

Bug ID: 364284
   Summary: Cannot edit mount points - OK / Apply button missing
   Product: partitionmanager
   Version: 2.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: andr...@stikonas.eu
  Reporter: lore...@bicci.it

There is no way to apply changes to “More...” mount options.

Reproducible: Always

Steps to Reproduce:
1. Start Partition Manager.
2. Select a partition with a mount point.
3. Right click and select “Unmount” to unmount it.
4. Right click and select "Edit Mount Point".
5. Click “More...” (I don't know how it is precisely labeled in English, I'm
using the Italian translation which says “Altro...“. Anyway, it's the button
supposed to allow the user to specify more mount options).


Actual Results:  
You can edit the mount options but there is no way to accept the changes. The
only way to close the dialog is with the close window button which cancels the
changes.

Expected Results:  
There should be an OK or Apply button in this dialog.

I'm using a fully updated Manjaro with Linux (x86_64) release 4.6.2-1-MANJARO.

Please note this is not a duplicate of bug 362207. This one is about the more
mount options dialog, not the main Edit mount point dialog.

I would also suggest to tell the user how the mount options should be listed:
one per row? Comma separated? Space separated?

Also, a complete list of general and filesystem-specific options (and their
explanations) with checkboxes would be of great help.

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

[plasmashell] [Bug 362374] Changing the primary screen don't produce any effect

2016-06-13 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362374

Sebastian Kügler  changed:

   What|Removed |Added

 CC||se...@kde.org

--- Comment #2 from Sebastian Kügler  ---
This bug is most likely fixed in Plasma 5.7, can you give the beta a try?

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

[KScreen] [Bug 364044] Second screen in docking station keeps black after suspend

2016-06-13 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364044

Sebastian Kügler  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #4 from Sebastian Kügler  ---
How do you suspend the system? Via the ui (kickoff, krunner, etc.), timeout, or
by closing the lid?

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

[kdenlive] [Bug 364105] git master - Freezing then crashing when adding video clip to Project Bin

2016-06-13 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364105

--- Comment #7 from Jesse  ---
Created attachment 99484
  --> https://bugs.kde.org/attachment.cgi?id=99484=edit
Here's another backtrace log when I tried to add a different clip.

Keep in mind this crash only happens when you click "Switch profile" WHILE the
audio thumbnails are being generated. Once the generating is done, clicking
"Switch Profile" - I believe - doesn't cause the crash. I'll test more to
confirm that completely.

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


[kaffeine] [Bug 364261] Only "Breeze" iconset will be used, even with Oxygen configured

2016-06-13 Thread JanKusanagi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364261

--- Comment #5 from JanKusanagi  ---
Awesome! Thanks again!

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


[plasmashell] [Bug 345081] Option to minimize/restore all windows in a group by click on group task

2016-06-13 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345081

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/2a24828eedfb14d9
   ||a5489cbb7a6a52cf1c0169e6
   Version Fixed In||5.7.0
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from Kai Uwe Broulik  ---
Git commit 2a24828eedfb14d9a5489cbb7a6a52cf1c0169e6 by Kai Uwe Broulik.
Committed on 13/06/2016 at 22:03.
Pushed by broulik into branch 'master'.

[Task Manager] Allow minimizing/restoring windows/groups by middle clicking
FIXED-IN: 5.7.0

Differential Revision: https://phabricator.kde.org/D1853

M  +1-0applets/taskmanager/package/contents/config/main.xml
M  +1-1applets/taskmanager/package/contents/ui/ConfigGeneral.qml
M  +2-0applets/taskmanager/package/contents/ui/Task.qml
M  +2-1applets/taskmanager/plugin/backend.h

http://commits.kde.org/plasma-desktop/2a24828eedfb14d9a5489cbb7a6a52cf1c0169e6

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


[frameworks-ktexteditor] [Bug 335079] Invisible underscore charactere

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335079

Dominik Haumann  changed:

   What|Removed |Added

 CC||eda...@disemia.com

--- Comment #20 from Dominik Haumann  ---
*** Bug 364236 has been marked as a duplicate of this bug. ***

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


[krita] [Bug 364283] New: Krita heavily freezes and lags on any action making it unsable

2016-06-13 Thread Storm Engineer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364283

Bug ID: 364283
   Summary: Krita heavily freezes and lags on any action making it
unsable
   Product: krita
   Version: 3.0
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: krita-bugs-n...@kde.org
  Reporter: hewa...@gmail.com

Bug appears on 3.0 branch with commit 2dd26c5 - Histogram Improvements

>From that commit the following symptoms appear:
 - Krita is extremely slow in general
 - Any action, including making brush strokes, undoing or using any tool will
cause Krita to freeze for 5-8 seconds. Random alg and freezing happens too.
 - Krita won't free up used memory on closing the open file, only upon exiting
Krita.

System:
Arch Linux + KDE
Intel Core i7-2600
GeForce GTX 750 Ti
16 GB DDR3 1333 MHz

Reproducible: Always

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


[krita] [Bug 364209] Side docker need more margin to contract

2016-06-13 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364209

--- Comment #7 from Boudewijn Rempt  ---
I don;t know either, but never be sorry for bringing stuff to my attention --
it's a mile better than keeping silence!

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


[neon] [Bug 364282] New: Updater installs de-selected updates

2016-06-13 Thread Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364282

Bug ID: 364282
   Summary: Updater installs de-selected updates
   Product: neon
   Version: unspecified
  Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: neon-b...@kde.org
  Reporter: mar...@ogb.me
CC: j...@jriddell.org, sit...@kde.org

KDE NEon User Edition 5.6
When the Updater shows there are new updates if you click on Update it takes
you to a page that lists all the packages to be updated.
To the left of each package is a box that is coloured blue that, to me,
indicates that package is selected.
If you click on the box to make it clear and then Update, the de-selected
package is still updated

This was on the first update after install, 4 packages had updates and Firefox
was de-selected but still updated.



Reproducible: Always

Steps to Reproduce:
1. When new updates are available click on the icon and then on Update
2. Page lists packages to be updated with blue selection box on left
3. Click in at least one of the boxes to make it clear (de-select the package)
4. Run the update and the de-selected package is still installed

Actual Results:  
De-selected package was updated

Expected Results:  
De-selected package should not have been updated

This was on the first update after install, 4 packages had updates and Firefox
was de-selected but still updated.

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


[frameworks-ktexteditor] [Bug 340522] Add Elixir syntax support

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340522

Dominik Haumann  changed:

   What|Removed |Added

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

--- Comment #3 from Dominik Haumann  ---
Kate already has an elixir.xml syntax highlighting file, see
https://git.reviewboard.kde.org/r/127041/
This review request even links to this bug report, so I will close it for now.

If you want, you can update the existing xml file to improve it.

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


[kate] [Bug 363596] Kate needs Microsoft Visual C++ 2015

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363596

--- Comment #1 from Dominik Haumann  ---
Can you try http://download.kde.org/unstable/kate/ again? The version is older,
but in fact the code is newer.

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


[krita] [Bug 364183] Stabilizer's Finish line option is down

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364183

elk...@yahoo.com changed:

   What|Removed |Added

 CC||elk...@yahoo.com

--- Comment #1 from elk...@yahoo.com ---
I can definitely confirm some very unusual behavior with Stabilizer smoothing
on Win 7 sp1 64-bit. I believe it started with Krita 3.0 da5496d. This does not
happen on Linux.

This is a bit long, but trying to describe a bug clearly can be surprisingly
difficult sometimes.

1: Make sure Stabilizer smoothing is active. Turn off 'Delay', this can make
what's happening a bit easier to see. 'Finish line' can either be on or off, it
doesn't seem to matter.

2: Create a new document

The next steps assume you are using a mouse

3: Somewhere in the middle of the image click & hold the left mouse button, do
not move the mouse while clicking & holding. 

4: The cursor will jump to the upper left corner, in other words image
coordinate [0,0] & a line will be drawn from your click point to [0,0]. 

5: When you release the left mouse button, the cursor will jump back to the
click point.

6: Move to a new position and this time after you click, hold, & the line is
drawn to [0,0], start moving the mouse to draw a stroke. 

7: The cursor will jump back to where you are drawing, creating a line from
[0,0] to the point where the cursor catches up with your brushstroke.

8: Release the mouse button & move a new position & do a click & hold again.
The end of the just drawn brushstroke is now the point that the cursor jumps
to.

While this is unwanted behavior for Stabilizer, I think the behavior itself,
with some tweaking & options, might be a very useful addition to the Line tool.

Perhaps a 'Click Drawing' on/off switch could be added. With options to 'Draw
to Specified Point' or 'Draw from Last Point to Current'

'Draw to Specified Point' would allow the user to set a coordinate for the
'draw to' point, via numeric entry or a UI widget on the canvas

'Draw from Last Point to Current' would in essence emulate Photoshop's
shift-click functionality for drawing straight lines on the fly. This would be
somewhat redundant given Krita's Polyline Tool, but the ability to do this on
fly, via the 'v' key, without having to switch tools is very appealing. Plus no
double-clicking or enter key required to finish drawing would streamline things
even more.

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


[kate] [Bug 319761] search filters not being saved

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=319761

--- Comment #5 from Dominik Haumann  ---
Are you talking about the simple search and replace (ctrl+f, ctrl+r), or about
the "Search and Replace" toolview on the bottom?

The simple search & replace (ctrl+f, ctrl+r) works for me.

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


[kde] [Bug 364281] New: Plasma crash when clicking on "Unknown Settings" of compositor icon in system tray

2016-06-13 Thread Bill Brasky via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364281

Bug ID: 364281
   Summary: Plasma crash when clicking on "Unknown Settings" of
compositor icon in system tray
   Product: kde
   Version: unspecified
  Platform: unspecified
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: 411skit...@gmail.com

Application: plasmashell (5.6.90)

Qt Version: 5.6.0
Frameworks Version: 5.24.0
Operating System: Linux 4.4.0-22-generic x86_64
Distribution: KDE neon Developer Edition

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

A compositor icon appears in the system tray, I hover over it and it says
"Unknown", I right click and there's only one option to click "Unknown
settings", intrigued I click it and plasma crashes and restarts 5 sec later.

The crash can be reproduced every time.

-- Backtrace:
Application: Plasma (plasmashell), signal: Aborted
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f7e2d3cf8c0 (LWP 1309))]

Thread 14 (Thread 0x7f7e196b6700 (LWP 1312)):
#0  0x7f7e27c89e8d in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f7e2bda1c62 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f7e2bda38d7 in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f7e1c03a1e9 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x7f7e28386da8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f7e2746c6fa in start_thread (arg=0x7f7e196b6700) at
pthread_create.c:333
#6  0x7f7e27c95b5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 13 (Thread 0x7f7e1391e700 (LWP 1313)):
#0  0x7f7e27c859cd in read () at ../sysdeps/unix/syscall-template.S:84
#1  0x7f7e24a286c0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f7e249e4e04 in g_main_context_check () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f7e249e52c0 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f7e249e542c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x7f7e285af4ab in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f7e2855815a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f7e28381f94 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x7f7e2d508375 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#9  0x7f7e28386da8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#10 0x7f7e2746c6fa in start_thread (arg=0x7f7e1391e700) at
pthread_create.c:333
#11 0x7f7e27c95b5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 12 (Thread 0x7f7e120e1700 (LWP 1320)):
#0  0x7f7e24a29a64 in g_mutex_unlock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f7e249e48a0 in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f7e249e524b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f7e249e542c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f7e285af4ab in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f7e2855815a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f7e28381f94 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f7e2ac5cdc5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7f7e28386da8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7f7e2746c6fa in start_thread (arg=0x7f7e120e1700) at
pthread_create.c:333
#10 0x7f7e27c95b5d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 11 (Thread 0x7f7e0bfff700 (LWP 1340)):
#0  0x7f7e24a29a64 in g_mutex_unlock () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#1  0x7f7e249e4b89 in g_main_context_query () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f7e249e5297 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f7e249e542c in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x7f7e285af4ab in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x7f7e2855815a in
QEventLoop::exec(QFlags) () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x7f7e28381f94 in QThread::exec() () from
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x7f7e2ac5cdc5 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7f7e28386da8 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#9  0x7f7e2746c6fa in start_thread (arg=0x7f7e0bfff700) at
pthread_create.c:333
#10 0x7f7e27c95b5d in clone 

[plasmashell] [Bug 358556] floating point for QT_DEVICE_PIXEL_RATIO

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358556

--- Comment #5 from David Edmundson  ---
FYI, on 5.6 now this will work.

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


[plasmashell] [Bug 358423] "Application Launcher" desktop containment mouse action item only uses app descriptions

2016-06-13 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358423

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||steve...@gmail.com

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

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


[plasmashell] [Bug 356800] Add ability to configure how applications are shown on the desktop mouse actions application launcher

2016-06-13 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356800

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #3 from Kai Uwe Broulik  ---


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

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


[frameworks-ktexteditor] [Bug 335079] Text rendering broken for unicode characters

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335079

Dominik Haumann  changed:

   What|Removed |Added

Summary|Invisible underscore|Text rendering broken for
   |charactere  |unicode characters

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


[frameworks-ktexteditor] [Bug 335079] Invisible underscore charactere

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335079

Dominik Haumann  changed:

   What|Removed |Added

   Priority|NOR |VHI
   Severity|normal  |major

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


[plasmashell] [Bug 358108] Persistent favorite apps in Application Dashboard (and possibly in Kicker and Kickoff)

2016-06-13 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358108

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||ivan.cu...@kde.org,
   ||k...@privat.broulik.de

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


[kate] [Bug 364236] font height change breaks rendering, clips bottoms of text, underscores missing

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364236

Dominik Haumann  changed:

   What|Removed |Added

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

--- Comment #3 from Dominik Haumann  ---
Known issue, but there is no fix yet. Would be cool if someone with better
knowledge in these languages would find time to look into this.

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

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


[kate] [Bug 362271] Font Horizontal space rendering is incorrect

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362271

Dominik Haumann  changed:

   What|Removed |Added

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

--- Comment #1 from Dominik Haumann  ---
Known issue, and unfortunately still no fix in sight.

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

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


[frameworks-ktexteditor] [Bug 335079] Invisible underscore charactere

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335079

Dominik Haumann  changed:

   What|Removed |Added

 CC||subscri...@blackbrook.org

--- Comment #19 from Dominik Haumann  ---
*** Bug 362271 has been marked as a duplicate of this bug. ***

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


[frameworks-ktexteditor] [Bug 335079] Invisible underscore charactere

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335079

Dominik Haumann  changed:

   What|Removed |Added

 CC||mislav.blazev...@gmail.com

--- Comment #18 from Dominik Haumann  ---
*** Bug 357582 has been marked as a duplicate of this bug. ***

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


[kate] [Bug 357582] Japanese characters are not rendered properly (bottom is cut)

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357582

Dominik Haumann  changed:

   What|Removed |Added

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

--- Comment #3 from Dominik Haumann  ---
Known issue, but still no fix around.

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

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


[kate] [Bug 360302] Problem in rendering Persian font's height space in Kubuntu 15.10

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360302

Dominik Haumann  changed:

   What|Removed |Added

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

--- Comment #1 from Dominik Haumann  ---
Known issue, unfortunately still no easy fix around the corner.

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

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


[frameworks-ktexteditor] [Bug 335079] Invisible underscore charactere

2016-06-13 Thread Dominik Haumann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=335079

Dominik Haumann  changed:

   What|Removed |Added

 CC||hadilashk...@gmail.com

--- Comment #17 from Dominik Haumann  ---
*** Bug 360302 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 343467] Calendar applet should display week number when in panel

2016-06-13 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343467

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||k...@privat.broulik.de

--- Comment #9 from Kai Uwe Broulik  ---
I had a look at this just now but given how horrible JS Date() is I have no
idea how to make this work properly without 1.) adding a C++ plugin or 2.)
making a horrible JS hack. Other than that my patch works, you can even choose
between having the day of month or week of year shown.

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


[krita] [Bug 363956] No pen sensitivity with Freehand Path Tool

2016-06-13 Thread Rodrigo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363956

Rodrigo  changed:

   What|Removed |Added

 CC||rmart...@gmail.com

--- Comment #2 from Rodrigo  ---
I have the same problem using MS windows 10, multi-touch screen (HP ENVY 23)
and I cannot use the freehand brush Tool (B). All other tools like calligrafy,
line tool, etc.. are working without problems.

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


[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280

--- Comment #7 from Thomas Lübking  ---
The function prefers lower screens, ie. if a window intersects screen 0 & 1, it
will determine the window on screen 0, even if there's only a single
intersecting pixel.

Windows can be legally on multiple screens because they either cross the border
or because the screens overlap ("cloned")
Even if you want to ignore the latter case and only support bijective
assignments, you might want to test the (frame)geometry().center() (which
implies the biggest share on regular™ setups) instead.

Depending on the usecase, you may also first test availableGeometry() to ensure
you do not estimate a window on a screen where it's (completely) covered by
(strutting) panels if it's pot. also on another screen. (It can still be below
non-strutting panels despite such test, though)

For a general geometry comparism (is this window on this screen) you should
test the ::frameGeometry(), users tend to consider them a unit.

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

[krita] [Bug 345282] [WACOM CINTIQ] Cursor offset problem

2016-06-13 Thread stephen via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345282

--- Comment #8 from stephen  ---
to add to my previous comment, if you draw some crosses on the screen, then try
and place a dot in the centre of that cross, at the top of the page, the mark
is just left of centre, the further down the page you go, the lower the cross
on the page, the lower the dot

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


[KBibTeX] [Bug 364097] add new search engine: biorxiv.org

2016-06-13 Thread Thomas Fischer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364097

Thomas Fischer  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
  Latest Commit||b11efb0b39cf5eb542a1517959c
   ||7720e5c5c3f6f
 Resolution|--- |WORKSFORME

--- Comment #2 from Thomas Fischer  ---
In my private Git repository, there is some code for bioRxiv:
http://commits.kde.org/clones/kbibtex/thomasfischer/kbibtex/b11efb0b39cf5eb542a1517959c7720e5c5c3f6f
Please test and check if it fits your needs.

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


[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280

--- Comment #4 from Eike Hein  ---
Nah, basically the Task Manager gets screen geometry and window geometry and
checks whether they intersect.

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


[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280

--- Comment #6 from Eike Hein  ---
:)

Thomas, mind having a look at the code in
plasma-workspace/libtaskmanager/xwindowstasksmodel.cpp, specifically
XWindowsTasksModel::Private::screen()? It looks like it might need
frameGeometry() indeed, but perhaps you see something else too.

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


[plasmashell] [Bug 352345] Quick activity switch makes it use wrong wallpaper

2016-06-13 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352345

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||phelps...@gmail.com

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

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


[plasmashell] [Bug 364272] Widgets not updated correctly when switching rapidly between different activities

2016-06-13 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364272

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

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


[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280

--- Comment #5 from Thomas Lübking  ---
If you literally test KWindowInfo::geometry() and not
KWindowInfo::frameGeometry(), I know why this happens ;-)

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

[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Pierre Ducroquet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280

--- Comment #3 from Pierre Ducroquet  ---
I don't have enough time to build and test Plasma 5.7 right now, I'll wait for
the Debian sid packages or try to fix up a test machine with a second screen.
Sorry for the wrong category, I though it was kwin that exposed the list of
windows to the taskbar.

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


[plasmashell] [Bug 346740] Shortcuts for several tray icons break plasmashell

2016-06-13 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346740

Martin Klapetek  changed:

   What|Removed |Added

 CC||mrl...@gmail.com

--- Comment #53 from Martin Klapetek  ---
*** Bug 357962 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 357962] Some features in notification area may crash plasmashell

2016-06-13 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357962

Martin Klapetek  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #3 from Martin Klapetek  ---


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

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


[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Eike Hein via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280

Eike Hein  changed:

   What|Removed |Added

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

--- Comment #2 from Eike Hein  ---
I need a re-test with the completely new Task Manager backend in 5.7, the 5.6.x
code is no longer being worked on.

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


[kdenlive] [Bug 357614] Add the ability to export/render as gif

2016-06-13 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357614

--- Comment #5 from Wegwerf  ---
xdmx, can you please check and confirm that this bug has been fixed? If yes, I
would like to ask you to be so kind as close this bug report as RESOLVED FIXED.
Thank you very much!

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


[plasmashell] [Bug 364280] If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Thomas Lübking via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280

Thomas Lübking  changed:

   What|Removed |Added

Product|kwin|plasmashell
   Target Milestone|--- |1.0
  Component|multihead   |Task Manager
   Assignee|kwin-bugs-n...@kde.org  |h...@kde.org
 CC||kwin-bugs-n...@kde.org,
   ||plasma-b...@kde.org

--- Comment #1 from Thomas Lübking  ---
not kwin.

Eike, this might be in kwindowsystem or not a bug at all (taskbar only showing
windows on this screen and only the client geometry is supposed to be
considered "this screen")

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

[kdenlive] [Bug 363055] "K" key does not pause playback immediately.

2016-06-13 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363055

Wegwerf  changed:

   What|Removed |Added

 CC||wegwerf-1-...@gmx.de

--- Comment #3 from Wegwerf  ---
Mike, can you please check and confirm that this bug has been fixed? If yes, I
would like to ask you to be so kind as close this bug report as RESOLVED FIXED.
Thank you very much!

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


[kdenlive] [Bug 364214] Can't move cursor position anymore

2016-06-13 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364214

--- Comment #5 from Wegwerf  ---
Robert, if this problem is solved now for you, can you please be so kind as to
close this bug as RESOLVED INVALID? Thank you very much for your cooperation!

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


[kwin] [Bug 364280] New: If a window has its content moved below the screen (but not its whole decoration), it disappears from taskbar

2016-06-13 Thread Pierre Ducroquet via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364280

Bug ID: 364280
   Summary: If a window has its content moved below the screen
(but not its whole decoration), it disappears from
taskbar
   Product: kwin
   Version: 5.6.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: multihead
  Assignee: kwin-bugs-n...@kde.org
  Reporter: pina...@pinaraf.info

When I hid a gift-shopping window, I moved it to the far bottom of the screen,
and when I searched it back later I had to use alt-tab to find it because it
disappeared from the plasma task bar.
My panels are on top of the screen, thus making this bug possible.

Reproducible: Always

Steps to Reproduce:
1. Move tasks bar to top
2. Move a window below the screen, leaving only a part of its decoration
visible
3. Look at the task bar

Actual Results:  
Window is no more accounted on the right screen

Expected Results:  
Window should be still counted on its screen…

I'm using two screens side by side with nVidia proprietary driver. I can't
reproduce the bug on a single-head system. The xrandr configuration does not
create «invisible» virtual screen space : both screens are 1920x1080 with no
offset.

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

[kdenlive] [Bug 359751] Audo tracks mix incorrectly

2016-06-13 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359751

Wegwerf  changed:

   What|Removed |Added

 CC||wegwerf-1-...@gmx.de

--- Comment #5 from Wegwerf  ---
eezacque, can you please check and confirm that this bug has been fixed? If
yes, I would like to ask you to be so kind as close this bug report as RESOLVED
FIXED. Thank you very much!

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


[kdenlive] [Bug 364270] mlt crash by trying to get libssh2_scp_recv2 from libucrl

2016-06-13 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364270

Wegwerf  changed:

   What|Removed |Added

 CC||wegwerf-1-...@gmx.de

--- Comment #1 from Wegwerf  ---
Francois, you don't specify which distribution you are using. The error message
you are mentioned points towards an installation and/or distro package problem.
Can you please check with your distribution maintainers? Thank you very much!

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


[kdenlive] [Bug 364274] git master 2016-06-13 Spacer tool corrupts timeline

2016-06-13 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364274

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit b1a5c46bbe5bf69b1e4835c574782ff845e96f90 by Jean-Baptiste Mardelle.
Committed on 13/06/2016 at 20:06.
Pushed by mardelle into branch 'master'.

Fix corruption on spacer tool

M  +3-1src/timeline/customtrackview.cpp
M  +1-1src/timeline/managers/spacermanager.cpp

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

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


[valgrind] [Bug 364279] False "Uninitialized" on atomic_compare_exchange

2016-06-13 Thread Cedric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364279

--- Comment #1 from Cedric  ---
Created attachment 99483
  --> https://bugs.kde.org/attachment.cgi?id=99483=edit
Output

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


[valgrind] [Bug 364279] New: False "Uninitialized" on atomic_compare_exchange

2016-06-13 Thread Cedric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364279

Bug ID: 364279
   Summary: False "Uninitialized" on atomic_compare_exchange
   Product: valgrind
   Version: 3.10.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: memcheck
  Assignee: jsew...@acm.org
  Reporter: man...@openmail.cc

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

The attached source, compiled with gcc-5.3 -g -ggdb -O0 reliably produces a
false positive, as attached 2nd.

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


[kate] [Bug 349763] Statusbar hidden on start

2016-06-13 Thread Loïc Yhuel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349763

--- Comment #5 from Loïc Yhuel  ---
(In reply to Dominik Haumann from comment #4)
> Do you still see this issue with latest Kate?
Yes, with Kate 16.04.1 on Fedora 24.

It happens when Kate is launched either :
 - by session restore (kate -session xx)
 - manually (kate), automatically restoring saved session

It doesn't happen with "kate --startanon", or "kate --startanon
existing_file.txt".

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

[plasmashell] [Bug 361136] Plasma CPU loop and crash associated with lock-sessions crash

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361136

David Edmundson  changed:

   What|Removed |Added

 CC||e...@eric-cg.fr

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

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


[plasmashell] [Bug 363837] Plasma crash

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363837

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #1 from David Edmundson  ---


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

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


[plasmashell] [Bug 363422] Plasma crash on login.

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363422

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---


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

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


[plasmashell] [Bug 361136] Plasma CPU loop and crash associated with lock-sessions crash

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361136

David Edmundson  changed:

   What|Removed |Added

 CC||k...@kolivas.org

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

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


[plasmashell] [Bug 363388] Crash when minimising notifications popup

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363388

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #4 from David Edmundson  ---


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

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


[plasmashell] [Bug 361136] Plasma CPU loop and crash associated with lock-sessions crash

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361136

David Edmundson  changed:

   What|Removed |Added

 CC||ashrader...@gmail.com

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

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


[plasmashell] [Bug 361136] Plasma CPU loop and crash associated with lock-sessions crash

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361136

David Edmundson  changed:

   What|Removed |Added

 CC||cmdrkot...@gmail.com

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

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


[plasmashell] [Bug 363402] Switching activities regularly crashes plasmashell in high memory loads

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363402

David Edmundson  changed:

   What|Removed |Added

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

--- Comment #2 from David Edmundson  ---


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

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


[frameworks-kactivities] [Bug 363430] Plasma crashes on right click on the menu

2016-06-13 Thread David Edmundson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363430

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
   Assignee|h...@kde.org|ivan.cu...@kde.org
  Component|Application Menu (Kicker)   |general
   Target Milestone|1.0 |---
Product|plasmashell |frameworks-kactivities
Version|5.5.5   |unspecified

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


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

2016-06-13 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351777

Dennis Schridde  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

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


[plasmashell] [Bug 351507] Plasma crashed after enabling external monitors

2016-06-13 Thread Dennis Schridde via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351507

Dennis Schridde  changed:

   What|Removed |Added

 CC||devuran...@gmx.net

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


[Powerdevil] [Bug 364275] sleep and hibernate gone after update

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364275

--- Comment #5 from d958x7...@mail.com ---
List of all packages Added AND Removed last night and today:
   I've found the packages I installed before the bug and those I REMOVED
   after that in my Muon Package Manager, and I took screenshots for you.

   Thanks a lot for your time and help
   --
   Sent from my Android phone with mail.com[1] Mail. Please excuse my
   brevity.On 6/13/16, 23:13 Christoph Feck via KDE Bugzilla
    wrote:

 https://bugs.kde.org/show_bug.cgi?id=364275

 Christoph Feck  changed:

 What |Removed |Added


 CC| |cf...@kde.org

 --- Comment #3 from Christoph Feck  ---
 What packages did you update? From which version to which version?
 I strongly
 suggest to report this on the bug tracker of your distribution,
 because these
 hardware related issues are mostly distribution-related.

 --
 You are receiving this mail because:
 You are on the CC list for the bug.
 You reported the bug.



   1. http://mail.com

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


[Powerdevil] [Bug 364275] sleep and hibernate gone after update

2016-06-13 Thread Martin Klapetek via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364275

Martin Klapetek  changed:

   What|Removed |Added

 CC||mklape...@kde.org
Summary|sleep and hybernate gone|sleep and hibernate gone
   |after update|after update

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


[kde-windows] [Bug 363467] Portage fails to construct runtime dependencies for packages under kde/applications

2016-06-13 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363467

Albert Vaca  changed:

   What|Removed |Added

 CC||albertv...@gmail.com

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


[Powerdevil] [Bug 364275] sleep and hybernate gone after update

2016-06-13 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364275

d958x7...@mail.com changed:

   What|Removed |Added

Version|unspecified |5.0.1

--- Comment #4 from d958x7...@mail.com ---
(In reply to Christoph Feck from comment #3)
> What packages did you update? From which version to which version? I
> strongly suggest to report this on the bug tracker of your distribution,
> because these hardware related issues are mostly distribution-related.

Mostly kernel update. I really don't know more. I do know kernel was among the
updates.

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


[krita] [Bug 364174] crash on exit

2016-06-13 Thread basse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364174

--- Comment #3 from basse  ---
Created attachment 99480
  --> https://bugs.kde.org/attachment.cgi?id=99480=edit
cmakecache

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


[Powerdevil] [Bug 364275] sleep and hybernate gone after update

2016-06-13 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364275

Christoph Feck  changed:

   What|Removed |Added

Version|4.13.3  |unspecified
Product|kde |Powerdevil
  Component|general |general
   Assignee|unassigned-b...@kde.org |plasma-de...@kde.org

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


[kde] [Bug 364275] sleep and hybernate gone after update

2016-06-13 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364275

Christoph Feck  changed:

   What|Removed |Added

 CC||cf...@kde.org

--- Comment #3 from Christoph Feck  ---
What packages did you update? From which version to which version? I strongly
suggest to report this on the bug tracker of your distribution, because these
hardware related issues are mostly distribution-related.

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


[kinfocenter] [Bug 360271] KInfoCenter crashes after clicking Energy Information

2016-06-13 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360271

Alexander Potashev  changed:

   What|Removed |Added

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

--- Comment #2 from Alexander Potashev  ---
Not reproducible with Plasma 5.6.1 and KF 5.22 on Gentoo.

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


[kde] [Bug 364179] Kcolorchooser doesn't start

2016-06-13 Thread Christoph Feck via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364179

Christoph Feck  changed:

   What|Removed |Added

Product|kcoloredit  |kde
  Component|general |general
   Assignee|percy.camilo...@gmail.com   |unassigned-b...@kde.org

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


[kcalc] [Bug 339670] KCalc's GUI layout glitch

2016-06-13 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339670

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

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


  1   2   3   4   >