[frameworks-kxmlgui] [Bug 346768] After login only one tab is present, when several tabs where opened before logout.

2016-02-04 Thread Alexey Chernov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346768

--- Comment #59 from Alexey Chernov <4er...@gmail.com> ---
(In reply to John Stanley from comment #58)
> First, thanks so much for looking at this issue.
> No I haven't posted to the  KDE Reviewboard ; give me a day or two max to
> orient myself, and I'll do so.

Yes, no problem. Thank you.

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


[plasmashell] [Bug 352055] plasma-pa plasmoid not shown in systemtray after startup

2016-02-04 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

--- Comment #67 from Marco Martin  ---
Git commit 42a3d8accd4e494d343954ddaa916a6c618d94f3 by Marco Martin.
Committed on 04/02/2016 at 10:56.
Pushed by mart into branch 'Plasma/5.5'.

reset the model on list always shown/hide change

something really wrong is going on on the proxymodel updates
the wrong item gets removed from the list.
it may be  a wrong mapping between source and dest model
(doesn't seem so)
or may have been some misguided attempt by QML to recycle delegates

anyways resetting the model in some conditions even if expensive
seems to be the only way to workaround this.
Anyways this systray implementation is beyond any repair and
the rewritten version won't have to rely on so many models
and proxymodels
Related: bug 357627

M  +10   -3applets/systemtray/plugin/tasksproxymodel.cpp
M  +4-1applets/systemtray/plugin/tasksproxymodel.h

http://commits.kde.org/plasma-workspace/42a3d8accd4e494d343954ddaa916a6c618d94f3

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


[plasmashell] [Bug 358869] Fix error source for a start failure

2016-02-04 Thread Markus Elfring via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358869

--- Comment #8 from Markus Elfring  ---
(In reply to Martin Klapetek from comment #6)
> Your OpenGL installation is possibly broken.

Does the software situation look interesting if I try commands out like the
following.

elfring@Sonne:~> Xephyr -screen 1280x980 -host-cursor :1 &
elfring@Sonne:~> DISPLAY=:1 dbus-launch /usr/bin/startkde &

> Can you verify glxgears works for you?

Xephyr KDE session:

elfring@Sonne:~> glxinfo
…
Xlib: extension "GLX" missing on display ":1".
Error: couldn't find RGB GLX visual or fbconfig
…
elfring@Sonne:~> glxgears
Xlib: extension "GLX" missing on display ":1".
Error: couldn't get an RGB, Double-buffered visual


Can a software like Mesa provide appropriate OpenGL support in such a simple
test environment (while my regular desktop session display is performed by a
proprietary graphic driver)?

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

[kmail2] [Bug 358974] Uncorrect locale in "Add incoming account" dialog

2016-02-04 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358974

Laurent Montel  changed:

   What|Removed |Added

 CC||mon...@kde.org
 Resolution|--- |INVALID
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Laurent Montel  ---
Nope it's just not translated.
I have the same in french locale.
I verified i18n and it's not translated in french too.

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


[systemsettings] [Bug 358171] Breeze theme breaks sddm - login screen presented three times

2016-02-04 Thread Nils via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358171

--- Comment #45 from Nils  ---
I am using Nvidia driver, and it says here:
https://bbs.archlinux.org/viewtopic.php?id=198656 that "Nvidia uses their own
implementation of OpenGL, thus DRI3 from Mesa libs has no influence." so I am a
bit puzzled. 
Furthermore, I have no other theme suggested in SDDM graphical user interface
than Breeze. 

Otherwise, has someone reported the issue in xorg? It would be nice to
reference the xorg issue on this ticket.

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


[clazy] [Bug 352896] Doesn't build on OSX

2016-02-04 Thread Sergio Martins via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352896

--- Comment #6 from Sergio Martins  ---
did you build kdevelop's clang plugin too ?

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


[cantor] [Bug 358975] New: Make the worksheet path available to backends (enhancement proposal with patch)

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

Bug ID: 358975
   Summary: Make the worksheet path available to backends
(enhancement proposal with patch)
   Product: cantor
   Version: unspecified
  Platform: unspecified
OS: All
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: general
  Assignee: fil...@kde.org
  Reporter: mat...@dnet.it
CC: alexanderrie...@gmail.com

It is sometimes needed to access the worksheet path from the backend code.
Specifically, I am trying to access the path information from Sage code: for
example to include a separate script, or to write results to file.
If the current path is not known, then absolute paths must be hardcoded in the
worksheet, which might not be desirable as it is not a flexible solution.


Reproducible: Always

Steps to Reproduce:
1. Start Cantor and choose the Sage backend.
2. Type "import os; print __file__".
3. Save the worksheet.
4. Evaluate the current entry.

Actual Results:  
An error is returned:
NameError: name '__file__' is not defined

Expected Results:  
It would be useful to obtain the path to the current worksheet. 

While this behaviour is completely normal, because the backend runs sage as an
interactive server session which has no notion of "saved path", this limitation
leads to hardcoding absolute paths into the current worksheet.

A workaround would be to set the variable "__file__" when the worksheet is
saved or loaded, so that it can be accessed with sage commands.

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


[frameworks-kxmlgui] [Bug 346768] After login only one tab is present, when several tabs where opened before logout.

2016-02-04 Thread John Stanley via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346768

--- Comment #60 from John Stanley  ---
(In reply to Alexey Chernov from comment #56)
> I've just applied and quite intensively tested two patches John attached.
> 
> At first for patches: I've actually looked through them before applying, and
> there're a couple of questions:
> 
> 1. I've modified kxmlgui patch a little — at first I've replaces close event
> stuff for calling queryClose() method. Following XSM protocol one is not
> allowed to close windows on the saving state as a) this is not necessary
> shutdown that save-yourself is triggered , it is explicitly stated in the
> documentation, and b) shutdown, if any, could normally be cancelled and
> session would continue, and closing some windows would just spoil this
> user's session.
Agreed. But, the close event here is actually "fake", no windows are actually
closed. In tracing queryClose(), it seemed appropriate to hook
KMainWindow::closeEvent() in KMainWindow::commitData() to pick up the "auto
save" functionality in KMainWindow::closeEvent(). KMainWindow::closeEvent()
potentially does some KMainWindow-specific auto saving, and then simply calls
queryClose().
Anyway, I'm happy to go with your call on this, but have a look at
KMainWindow::closeEvent() if you haven't already.
> 
> Another thing I removed is restore() method which is obviously the same as
> before, but always returns false. Is there any reason for it?
>
The  KMainWindow::restore() currently always returns false, which is not useful
for apps that choose to iterate over windows for multi-window restorations
(using a false return code terminate iteration). My change is to return true on
successful restoration, and false otherwise.

> 2. KSMServer patch is what I first have tried not to apply at all. Except
> the first edit, which seems to be right as it's just follows the comment,
> other stuff seems to be redundant. Could you please explain you ideas behind
> these changes? Anyway, everything works even without it (see below).
> 
Yup, the first edit is the only important one. The others, well, I was
tinkering a bit, and thinking of doing more, but its a bit time-consuming; I
should have removed them before posting. The final two edits are merely code
restructuring, no functional changes, should've removed 'em. The remaining
edits, associated with "Phase 2 for non-WM clients", are an attempt to allow
non-WM apps which want to do their shutdown processing in Phase 2 to do so
before the WM is shutdown (also in Phase 2). I don't specifically know of any
such apps, but, in principle there could be. 

> As for testing, I've tested the following use cases:
> 
> 1. Plain saving session. It's generally works even without any patches
> (except Qt patch https://codereview.qt-project.org/#/c/140115 I've applied
> much earlier). Works fine.
> 
> 2. Saving session with several "modified" clients — in my case it was KWrite
> with unsaved document and Konsole with "vim" running in one of the tabs. On
> logging out I was gently and sequencially asked for both KWrite and Konsole.
> Saved nothing and logged out. Works fine.
> 
> 3. Triggering session save with several "modified" clients and cancel
> logging out in one of them. In my case they were KWrite again with an
> unsaved document and Kate with an unsaved document. Here I tried two
> sub-clauses:
> 
> a) at first, say "don't save" to KWrite and "Cancel" to Kate. Session
> continued successfully, no data is lost in both programs. Just KWin moved
> both of them to "Any virtual desktop" — it's apparently the default
> behaviour, appropriate for now. So works fine;
> 
> b) finally, say "save" to KWrite and "don't save" to Kate. Session
> finished and then restored successfully except Kate crashed, which is
> apparently separate bug in Kate, which I will address, too. In terms of SM
> works fine.
> 
> As a conclusion, I think, this patch can be candidate for merge right now
> without even waiting for Qt patch — there's no harm in saving documents
> beforehand, but, of course, without Qt changes of this report:
> https://codereview.qt-project.org/#/c/140115 applications won't be restarted.
> 
> I'm attaching the patch with my modification. If there's no objection, John,
> I'd suggest you as original author to post it to https://reviewboard.kde.org
> so that we can have it reviewed and potentially merged as soon as possible.

Thanks again for the help and interest and I'll get on the
https://reviewboard.kde.org post asap.

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

[cantor] [Bug 358975] Make the worksheet path available to backends (enhancement proposal with patch)

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

--- Comment #1 from mat...@dnet.it ---
Created attachment 97006
  --> https://bugs.kde.org/attachment.cgi?id=97006=edit
Allows to send the current worksheet path to backends on load/save.

The patch introduces the "StoreWorksheetPath" backend capability. Backends with
this capability state their interest in the current worksheet path.
If a backend has this capability, the worksheets communicates its path to the
session whenever it changes (on load/save). The backend can then act upon the
change.
The patch further implements this ability for the sage backend: when the path
changes, it is stored into the "__file__" variable. This variable usually set
by importing the "os" package. However, since sage is run in a server session,
this variable is always unset within cantor.

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


[kdeconnect] [Bug 358972] Translation issue in plugins/kdeconnect.notifyrc

2016-02-04 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358972

Albert Vaca  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdec
   ||onnect-kde/95622ded1251d092
   ||ca7e4459fa6328cc3db4565d
 Resolution|--- |FIXED

--- Comment #1 from Albert Vaca  ---
Git commit 95622ded1251d092ca7e4459fa6328cc3db4565d by Albert Vaca.
Committed on 04/02/2016 at 11:55.
Pushed by albertvaka into branch 'master'.

Typo

M  +1-1plugins/kdeconnect.notifyrc

http://commits.kde.org/kdeconnect-kde/95622ded1251d092ca7e4459fa6328cc3db4565d

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


[plasmashell] [Bug 358930] moving the mouse over a different application icon immediately changes the window list

2016-02-04 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358930

Marco Martin  changed:

   What|Removed |Added

 CC||notm...@gmail.com

--- Comment #1 from Marco Martin  ---
can't exactly understand what you are descriving:

do you mean when the mouse goes over a different taskbar entry it should wait a
moment before switching the tooltip to the new taskbar entry?

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


[kmail2] [Bug 358974] Uncorrect locale in "Add incoming account" dialog

2016-02-04 Thread Andrey via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358974

--- Comment #1 from Andrey  ---
Created attachment 97004
  --> https://bugs.kde.org/attachment.cgi?id=97004=edit
01.png

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


[ark] [Bug 323072] File extensions not saved and unconfigurable

2016-02-04 Thread Amichai Rothman via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=323072

--- Comment #4 from Amichai Rothman  ---
I can confirm that Ark now opens the files regardless of file extension.

Thanks for the fix!

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


[cantor] [Bug 358975] Make the worksheet path available to backends (enhancement proposal with patch)

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

mat...@dnet.it changed:

   What|Removed |Added

 CC||mat...@dnet.it

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


[plasmashell] [Bug 358976] New: Plasma crashed just after login

2016-02-04 Thread Joan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358976

Bug ID: 358976
   Summary: Plasma crashed just after login
   Product: plasmashell
   Version: 5.5.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: aseq...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.5.3)

Qt Version: 5.5.1
Operating System: Linux 4.2.0-27-generic x86_64
Distribution: Ubuntu 15.10

-- Information about the crash:
I suspect it might be related to having a multiple screen setup, because there
are continuous messages of kscreen

The crash can be reproduced sometimes.

-- Backtrace:
Application: Plasma (plasmashell), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
QMetaObject::ConnectionListsRef::~ConnectionListsRef (this=0x7ffd631e8c30,
__in_chrg=) at kernel/qobject.cpp:3623
[Current thread is 1 (Thread 0x7f9bd22c4800 (LWP 2640))]

Thread 16 (Thread 0x7f9bbd682700 (LWP 2642)):
#0  0x7f9bcc9cd8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f9bd0a9bbd2 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7f9bd0a9d74f in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7f9bbf7cb7e9 in QXcbEventReader::run (this=0x1dd0850) at
qxcbconnection.cpp:1229
#4  0x7f9bcd0c3a6e in QThreadPrivate::start (arg=0x1dd0850) at
thread/qthread_unix.cpp:331
#5  0x7f9bcc1af6aa in start_thread (arg=0x7f9bbd682700) at
pthread_create.c:333
#6  0x7f9bcc9d8eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 15 (Thread 0x7f9bb6dbf700 (LWP 2704)):
#0  0x7f9bcc9cd8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f9bc97631ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f9bc97632fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f9bcd2fb50b in QEventDispatcherGlib::processEvents
(this=0x7f9bb8c0, flags=...) at kernel/qeventdispatcher_glib.cpp:420
#4  0x7f9bcd2a250a in QEventLoop::exec (this=this@entry=0x7f9bb6dbeda0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#5  0x7f9bcd0beac4 in QThread::exec (this=) at
thread/qthread.cpp:503
#6  0x7f9bcf96cc35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f9bcd0c3a6e in QThreadPrivate::start (arg=0x1ea26a0) at
thread/qthread_unix.cpp:331
#8  0x7f9bcc1af6aa in start_thread (arg=0x7f9bb6dbf700) at
pthread_create.c:333
#9  0x7f9bcc9d8eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 14 (Thread 0x7f9bab986700 (LWP 2705)):
#0  0x7f9bcc9cd8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f9bc97631ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f9bc97632fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f9bcd2fb50b in QEventDispatcherGlib::processEvents
(this=0x7f9ba40008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:420
#4  0x7f9bcd2a250a in QEventLoop::exec (this=this@entry=0x7f9bab985da0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#5  0x7f9bcd0beac4 in QThread::exec (this=) at
thread/qthread.cpp:503
#6  0x7f9bcf96cc35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f9bcd0c3a6e in QThreadPrivate::start (arg=0x21df8a0) at
thread/qthread_unix.cpp:331
#8  0x7f9bcc1af6aa in start_thread (arg=0x7f9bab986700) at
pthread_create.c:333
#9  0x7f9bcc9d8eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 13 (Thread 0x7f9ba9ae6700 (LWP 2706)):
#0  0x7f9bcc9cd8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f9bc97631ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7f9bc97632fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7f9bcd2fb50b in QEventDispatcherGlib::processEvents
(this=0x7f9b9c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:420
#4  0x7f9bcd2a250a in QEventLoop::exec (this=this@entry=0x7f9ba9ae5da0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#5  0x7f9bcd0beac4 in QThread::exec (this=) at
thread/qthread.cpp:503
#6  0x7f9bcf96cc35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7f9bcd0c3a6e in QThreadPrivate::start (arg=0x227d6d0) at
thread/qthread_unix.cpp:331
#8  0x7f9bcc1af6aa in start_thread (arg=0x7f9ba9ae6700) at
pthread_create.c:333
#9  0x7f9bcc9d8eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 12 (Thread 0x7f9ba3fff700 (LWP 2713)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f9bd1d15194 in ?? () from
/usr/lib/x86_64-linux-gnu/libQt5Script.so.5
#2  0x7f9bd1d151d9 in ?? 

[plasmashell] [Bug 358883] kde lock screen crashes after reinitalization of switched off screen after entering lock screen mode

2016-02-04 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358883

Marco Martin  changed:

   What|Removed |Added

 CC||k...@kaishome.de

--- Comment #2 from Marco Martin  ---
*** Bug 358964 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 358964] Plasma crashed while opening application menu (fullscreen launcher)

2016-02-04 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358964

Marco Martin  changed:

   What|Removed |Added

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

--- Comment #1 from Marco Martin  ---


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

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


[krdc] [Bug 337549] Add Current KRDC size to the default resolutions options on the RDP plugin settings dialog

2016-02-04 Thread AceLan Kao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337549

AceLan Kao  changed:

   What|Removed |Added

 CC||ace...@gmail.com

--- Comment #1 from AceLan Kao  ---
Created attachment 97003
  --> https://bugs.kde.org/attachment.cgi?id=97003=edit
remember the resolution selection

Currently, we use the saved width and height to calculate
the resolution selection, but it's not always working.
When user choose "Current KRDC Size", it'll become
"Custom Resolution (...)" with both width and height are set to 0
when the next time we open the host configuration dialog.

It's very annoying when we prefer to use "Current KRDC Size". So,
save the resolution selection is a better way to tackle with this issue.
And we don't need the hack that maps width/height to resolution selection.

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


[Powerdevil] [Bug 358957] laptop won't hybrid-suspend when Plasma is running

2016-02-04 Thread Sebastian Kügler via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358957

Sebastian Kügler  changed:

   What|Removed |Added

Summary|laptop won't hybrid-suspend |laptop won't hybrid-suspend
   |when KDE is running |when Plasma is running
 CC||se...@kde.org

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

[kdenlive] [Bug 358432] 15.13 git master: timecode inputs clipped in properties pane and project/clip monitors.

2016-02-04 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358432

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

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

--- Comment #3 from Jean-Baptiste Mardelle  ---
Should be fixed now, please test

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


[kwin] [Bug 358963] compositor often needs restart to stop flickering

2016-02-04 Thread cf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358963

cf  changed:

   What|Removed |Added

Version|unspecified |5.4.2

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


[frameworks-kactivities] [Bug 348194] kactivitymanager sometimes crashes on logout

2016-02-04 Thread Andrey via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348194

Andrey  changed:

   What|Removed |Added

 CC||kdeb...@openaliasbox.org

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


[plasmashell] [Bug 343246] plasma 5 doesn't allow different wallpapers and widgets for each virtual desktop

2016-02-04 Thread Vincent Petry via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343246

Vincent Petry  changed:

   What|Removed |Added

 CC||pvinc...@yahoo.fr

--- Comment #42 from Vincent Petry  ---
Regarding wallpapers, I get that there might be architectural limitations for
allowing to set a wallpaper per virtual desktop.

How about this alternative solution: make it possible to set a huge wallpaper
that covers the background behind virtual desktops. Basically, there is only a
single image to be configured, and that image is then panned when switching
virtual desktops.

The wallpaper option could be called "stretch across all virtual desktops".

Would that be easier to implement ?

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


[kdenlive] [Bug 358503] some timecode is not displayed in monospace font

2016-02-04 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358503

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

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

--- Comment #1 from Jean-Baptiste Mardelle  ---
Should be fixed in git mastere

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


[frameworks-kwindowsystem] [Bug 349910] KWIN doesn't respect _NET_WM_BYPASS_COMPOSITOR application window property

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

--- Comment #4 from jeremy9...@gmail.com ---
Can the review request be merged now ?

https://git.reviewboard.kde.org/r/126561/

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


[frameworks-kwidgetsaddons] [Bug 358977] KPasswordDialog: Password Visibility icon is overlapped by Clear Entry icon.

2016-02-04 Thread Paul via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358977

--- Comment #1 from Paul  ---
Created attachment 97007
  --> https://bugs.kde.org/attachment.cgi?id=97007=edit
Initial 'Password Visibility' icon.

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


[kmymoney] [Bug 358579] Node was not TRANSACTION dans le fichier e:\r\build\extragear\kmymoney-4.6.1-20110918\work\kmymoney-4.7.2\kmymoney\mymoney\mymoneytransaction.cpp à la ligne 53

2016-02-04 Thread allan via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358579

allan  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |WAITINGFORINFO

--- Comment #11 from allan  ---
(In reply to MGR from comment #9)

> 
> I will give you the result, when the whole correcting and entering work 
> will be done.

> MGR

(from aga)
Await above feedback.

With the '<' & '>' edited out, the two files do import correctly, and the
relevant transactions get matched correctly during import.

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


[clazy] [Bug 352896] Doesn't build on OSX

2016-02-04 Thread RJVB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352896

--- Comment #7 from RJVB  ---
Yes, evidently :)

I think I have an idea of the reason for the error. I tried building clazy
against Ubuntu's clang 3.7, and got an error about a missing symbol,
_ZTIN4llvm27CrashRecoveryContextCleanupE. That one was resolved by adding
-lLLVM-3.7 to the linker arguments, manually for now.

I think that means that the clazy build system doesn't detect shared LLVM
builds reliably. I know that the one I use on OS X is a shared build, and
apparently that applies to the Ubuntu build too.

On Linux the wrapper script also failed to take a non-standard
CMAKE_INSTALL_PREFIX into account, or maybe the mismatch between that install
location and the clang install prefix.

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


[kmail2] [Bug 358974] Uncorrect locale in "Add incoming account" dialog

2016-02-04 Thread Andrey via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358974

--- Comment #2 from Andrey  ---
Created attachment 97005
  --> https://bugs.kde.org/attachment.cgi?id=97005=edit
02.png <= bug here

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


[kdenlive] [Bug 358161] kdenlive-git HEAD shows black clip when using GPU/movit

2016-02-04 Thread Anton Gubarkov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358161

--- Comment #3 from Anton Gubarkov  ---
Dear Jean-Batiste, could you kindly give your comment on this issue? Is it low
prio at the moment? Is it feasible at all? Is this problem observed on my
distro Gentoo only?
I can see you fix other issues, but ignore this one. I would like to understand
the reasons.

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


[frameworks-kwidgetsaddons] [Bug 358977] KPasswordDialog: Password Visibility icon is overlapped by Clear Entry icon.

2016-02-04 Thread Paul via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358977

--- Comment #2 from Paul  ---
Created attachment 97008
  --> https://bugs.kde.org/attachment.cgi?id=97008=edit
Overlapped by the 'Clear Entry' icon.

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


[plasmashell] [Bug 358016] Plasmashell crashed just after login to desktop

2016-02-04 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358016

Marco Martin  changed:

   What|Removed |Added

 CC||aseq...@gmail.com

--- Comment #3 from Marco Martin  ---
*** Bug 358976 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 358976] Plasma crashed just after login

2016-02-04 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358976

Marco Martin  changed:

   What|Removed |Added

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

--- Comment #1 from Marco Martin  ---


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

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


[kdenlive] [Bug 358384] Adding keyframe to Audio "Volume (keyframable)" effect doesn't put keyframe under position cursor in timeline (video example included)

2016-02-04 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358384

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 CC||j...@kdenlive.org

--- Comment #2 from Jean-Baptiste Mardelle  ---
We have almost finished a rewrite of the keyframe code, we just need to make
sure older project files load correctly. I hope to enable the code in a few
days, and it should hopefully fix this problem

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


[kmail2] [Bug 358974] New: Uncorrect locale in "Add incoming account" dialog

2016-02-04 Thread Andrey via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358974

Bug ID: 358974
   Summary: Uncorrect locale in "Add incoming account" dialog
   Product: kmail2
   Version: 5.1
  Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: config dialog
  Assignee: kdepim-b...@kde.org
  Reporter: kdeb...@openaliasbox.org

When I try add new incoming account I see wrong locale. I use Ukrainian
localization. KDEPIM 5.1.1 on Gentoo Linux amd64. See screenshots.


Reproducible: Always

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


[clazy] [Bug 352896] Doesn't build on OSX

2016-02-04 Thread RJVB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352896

--- Comment #8 from RJVB  ---
I confirm: the same fix makes the build succeed on OS X.

The same issue with the missing plugin path exists though, and in addition the
wrapper script assumes a .so extension while the plugin is now generated with
the more standard .dylib extension on OS X.

I wonder: why not install that plugin into the LLVM_ROOT that was either found
or specified by the user? That might resolve the plugin not found error when a
full path isn't specified in the wrapper, but will also make it possible to
have plugins for different LLVM versions installed in parallel (and then the
wrapper could use any kind of trick to wrap the desired clang version).

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


[ark] [Bug 278381] Ark cannot open iso cd image

2016-02-04 Thread Elvis Angelaccio via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=278381

Elvis Angelaccio  changed:

   What|Removed |Added

   Severity|crash   |normal
Version|2.16|15.12.0
Summary|Ark crashed when opening|Ark cannot open iso cd
   |iso cd image|image
   Platform|Ubuntu Packages |Compiled Sources

--- Comment #10 from Elvis Angelaccio  ---
I've also received the ISO, the bug can still be reproduced.

Differently from the ISO in bug #358304 (comment #15), this one is a valid
ISO9660 (according to `file --mime-type` and `isoinfo -f -i`). Yet Ark does not
show its content.

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


[krita] [Bug 196178] zoom in/out: provide two new modes (zoom here + zoom focus)

2016-02-04 Thread David REVOY via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=196178

--- Comment #8 from David REVOY  ---
>> Okay, we had a patch on phab for this. The interaction design didn't work 
>> out, so that needs more work. Scott, Deevad, Wolthera and Animtim need to 
>> take the lead here.
Ok, I can (re)test it. I remember I tested something in the past that wasn't
working and I probably gave feedback on IRC because their is no history on this
bug-report or on Phabricator about it. Sorry about this, and for my slow answer
on this topic. I lost it somehow.

>> Can you test the patch in https://phabricator.kde.org/T427 ?
Hard for me to test it now because I can't find the patch on the Phabricator
UI.

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


[kdeconnect] [Bug 353141] Clicking to dismiss notifications causes crash

2016-02-04 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353141

Albert Vaca  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Vaca  ---


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

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


[kdeconnect] [Bug 345052] kde-connect crashed

2016-02-04 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345052

Albert Vaca  changed:

   What|Removed |Added

 CC||jesuspi6...@gmail.com

--- Comment #4 from Albert Vaca  ---
*** Bug 353141 has been marked as a duplicate of this bug. ***

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


[frameworks-kwidgetsaddons] [Bug 358977] New: KPasswordDialog: Password Visibility icon is overlapped by Clear Entry icon.

2016-02-04 Thread Paul via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358977

Bug ID: 358977
   Summary: KPasswordDialog: Password Visibility icon is
overlapped by Clear Entry icon.
   Product: frameworks-kwidgetsaddons
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: cf...@kde.org
  Reporter: pip@gmx.com
CC: kdelibs-b...@kde.org

The 'Password Visibility' icon (eye shaped icon) is being overlapped by the
'Clear Entry' icon. As shown in the attached screen shots.


KDE Frameworks: 5.18.0
Desktop theme: openSUSE
Widget style: QtCurve
Window decoration: Oxygen
Icon theme: Oxygen Ionised

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


[kdeconnect] [Bug 357083] Clearing notifications from the kdeconnect widget sometimes results in a crash

2016-02-04 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357083

Albert Vaca  changed:

   What|Removed |Added

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

--- Comment #1 from Albert Vaca  ---


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

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


[kdeconnect] [Bug 357885] QXcbClipboard: SelectionRequest too old

2016-02-04 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357885

--- Comment #4 from Albert Vaca  ---
I've seen this happen in other apps, like Kate, but I have no idea why it
happens. Do you guys have any more info about what's causing it?

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


[kdeconnect] [Bug 345052] kde-connect crashed

2016-02-04 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345052

Albert Vaca  changed:

   What|Removed |Added

 CC||st...@steveyoungs.com

--- Comment #5 from Albert Vaca  ---
*** Bug 357083 has been marked as a duplicate of this bug. ***

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


[plasmashell] [Bug 357627] Hide or visualize option for elements doesn't apply

2016-02-04 Thread Marco Martin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357627

Marco Martin  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/plas |http://commits.kde.org/plas
   |ma-workspace/13ad256cc40a65 |ma-workspace/42a3d8accd4e49
   |7b54a236eef5c491fdf6b48ffc  |4d343954ddaa916a6c618d94f3

--- Comment #3 from Marco Martin  ---
Git commit 42a3d8accd4e494d343954ddaa916a6c618d94f3 by Marco Martin.
Committed on 04/02/2016 at 10:56.
Pushed by mart into branch 'Plasma/5.5'.

reset the model on list always shown/hide change

something really wrong is going on on the proxymodel updates
the wrong item gets removed from the list.
it may be  a wrong mapping between source and dest model
(doesn't seem so)
or may have been some misguided attempt by QML to recycle delegates

anyways resetting the model in some conditions even if expensive
seems to be the only way to workaround this.
Anyways this systray implementation is beyond any repair and
the rewritten version won't have to rely on so many models
and proxymodels
Related: bug 352055

M  +10   -3applets/systemtray/plugin/tasksproxymodel.cpp
M  +4-1applets/systemtray/plugin/tasksproxymodel.h

http://commits.kde.org/plasma-workspace/42a3d8accd4e494d343954ddaa916a6c618d94f3

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


[kdeconnect] [Bug 358972] Translation issue in plugins/kdeconnect.notifyrc

2016-02-04 Thread Albert Vaca via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358972

--- Comment #2 from Albert Vaca  ---
Thanks :)

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


[kwin] [Bug 358963] compositor often needs restart to stop flickering

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

--- Comment #8 from Thomas Lübking  ---
Reg environment you may suffer from bug #352491 ?

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

[rekonq] [Bug 359004] New: [flashplugin and rekonq] crash - kubuntu trusty

2016-02-04 Thread Simon Andric via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359004

Bug ID: 359004
   Summary: [flashplugin and rekonq] crash - kubuntu trusty
   Product: rekonq
   Version: 2.4.2
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: adj...@gmail.com
  Reporter: simonandr...@gmail.com

Application: rekonq (2.4.2)
KDE Platform Version: 4.14.13
Qt Version: 4.8.6
Operating System: Linux 3.19.0-47-generic x86_64
Distribution: Ubuntu 14.04.3 LTS

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

[flashplugin and rekonq] crash - kubuntu trusty --- was watching several videos
on dailymotion and the all opf a sudden rekonq crashed...i use kde4 trusty.


thank you !

simon:)

The crash can be reproduced sometimes.

-- Backtrace:
Application: Rekonq (rekonq), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f34c370d7c0 (LWP 9225))]

Thread 13 (Thread 0x7f34ab71f700 (LWP 9226)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f34c233581d in WTF::TCMalloc_PageHeap::scavengerThread() () from
/usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x7f34c2335859 in WTF::TCMalloc_PageHeap::runScavengerThread(void*) ()
from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x7f34b98e7182 in start_thread (arg=0x7f34ab71f700) at
pthread_create.c:312
#4  0x7f34c2f2147d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 12 (Thread 0x7f3469500700 (LWP 9228)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f34c207620d in JSC::BlockAllocator::blockFreeingThreadMain() () from
/usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x7f34c2364fd6 in WTF::wtfThreadEntryPoint(void*) () from
/usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x7f34b98e7182 in start_thread (arg=0x7f3469500700) at
pthread_create.c:312
#4  0x7f34c2f2147d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 11 (Thread 0x7f34639c5700 (LWP 9230)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7f34c182017b in WebCore::IconDatabase::syncThreadMainLoop() () from
/usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2  0x7f34c1820364 in WebCore::IconDatabase::iconDatabaseSyncThread() ()
from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3  0x7f34c2364fd6 in WTF::wtfThreadEntryPoint(void*) () from
/usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#4  0x7f34b98e7182 in start_thread (arg=0x7f34639c5700) at
pthread_create.c:312
#5  0x7f34c2f2147d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 10 (Thread 0x7f34631c4700 (LWP 9231)):
#0  g_mutex_unlock (mutex=0x7f3459a0) at
/build/buildd/glib2.0-2.42.2/./glib/gthread-posix.c:1349
#1  0x7f34ba5cac6d in g_main_context_iterate
(context=context@entry=0x7f3459a0, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at
/build/buildd/glib2.0-2.42.2/./glib/gmain.c:3729
#2  0x7f34ba5caebc in g_main_context_iteration (context=0x7f3459a0,
may_block=1) at /build/buildd/glib2.0-2.42.2/./glib/gmain.c:3842
#3  0x7f34bcf3b7be in QEventDispatcherGlib::processEvents
(this=0x7f3458c0, flags=...) at kernel/qeventdispatcher_glib.cpp:436
#4  0x7f34bcf0d0af in QEventLoop::processEvents
(this=this@entry=0x7f34631c3e20, flags=...) at kernel/qeventloop.cpp:149
#5  0x7f34bcf0d3a5 in QEventLoop::exec (this=this@entry=0x7f34631c3e20,
flags=...) at kernel/qeventloop.cpp:204
#6  0x7f34bce09c5f in QThread::exec (this=) at
thread/qthread.cpp:537
#7  0x7f34bce0c32f in QThreadPrivate::start (arg=0x1022aa0) at
thread/qthread_unix.cpp:349
#8  0x7f34b98e7182 in start_thread (arg=0x7f34631c4700) at
pthread_create.c:312
#9  0x7f34c2f2147d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 9 (Thread 0x7f3460ea4700 (LWP 9237)):
#0  0x7f34c2f1412d in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7f34ba5cadb4 in g_main_context_poll (priority=2147483647, n_fds=1,
fds=0x7f3454003010, timeout=-1, context=0x7f34540009a0) at
/build/buildd/glib2.0-2.42.2/./glib/gmain.c:4076
#2  g_main_context_iterate (context=context@entry=0x7f34540009a0,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
/build/buildd/glib2.0-2.42.2/./glib/gmain.c:3776
#3  0x7f34ba5caebc in g_main_context_iteration (context=0x7f34540009a0,
may_block=1) at /build/buildd/glib2.0-2.42.2/./glib/gmain.c:3842
#4  0x7f34bcf3b7be in QEventDispatcherGlib::processEvents
(this=0x7f34540008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:436
#5  0x7f34bcf0d0af in QEventLoop::processEvents
(this=this@entry=0x7f3460ea3de0, flags=...) at 

[frameworks-kio] [Bug 356278] dolphin does not show any file information in copy dialog

2016-02-04 Thread Wulf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356278

Wulf  changed:

   What|Removed |Added

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

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


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

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

--- Comment #3 from Jesse  ---
Created attachment 97015
  --> https://bugs.kde.org/attachment.cgi?id=97015=edit
example of MLT window that pops up before the start-up wizard

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


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

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

--- Comment #2 from Jesse  ---
Not sure if this is related, but when I start Kdenlive (every time), a window
opens saying "Cannot find your MLT Profiles. Please give a path." with an input
field that's filled with this by default: "/usr/local/share/mlt/profiles/".
Changing it to "/usr/share/mlt/profiles/" seems to work, then proceeds to the
start-up wizard, where the OP issue starts.

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


[okular] [Bug 338162] Timezone is not considered for Creation/Modification dates

2016-02-04 Thread Benoit Ozell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338162

--- Comment #5 from Benoit Ozell  ---
Okular is great but would be even better if this bug was corrected.

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


[akregator] [Bug 353168] Akregator is unable to fetch favicons

2016-02-04 Thread Luca Giambonini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353168

--- Comment #6 from Luca Giambonini  ---
I compiled kde-baseapps from the 'frameworks' branch. But I still have the same
problem, no favicons.
I don't see anymore the message "Couldn't reach favicon service". 
The debug output is not helpful, no particular messages about favicons is
shown.

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


[krunner] [Bug 299651] Drag'n'Drop of 'Recent Document' matches isn't possible

2016-02-04 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=299651

Kai Uwe Broulik  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
 CC||k...@privat.broulik.de

--- Comment #2 from Kai Uwe Broulik  ---
Works fine here. (Currently implementing drag and tested it with various recent
documents results)

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


[konsole] [Bug 358996] New: Konsole inusable, continues "New line"

2016-02-04 Thread Rodolfo via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358996

Bug ID: 358996
   Summary: Konsole inusable, continues "New line"
   Product: konsole
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: konsole-de...@kde.org
  Reporter: blitzkrieg...@fastwebnet.it

Application: konsole (15.12.1)

Qt Version: 5.5.1
Operating System: Linux 4.2.5-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

-- Information about the crash:
Application don't crash, when start is not usable, can not write. If I copy the
content, is full of "new line" symbol like enter cap is held down.
Active desktop effects or not, does not change the result. 

Linux version 4.2.5-1-ARCH (builduser@tobias) (gcc version 5.2.0 (GCC) ) #1 SMP
PREEMPT Tue Oct 27 08:13:28 CET 2015
Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Latest AMD video driver installed
display: :0  screen: 0
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7900 Series 
OpenGL version string: 4.5.13416 Compatibility Profile Context 14.501.1003

The crash can be reproduced every time.

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[KCrash Handler]
#4  0x7f48d92f74f1 in QObject::~QObject() () from /usr/lib/libQt5Core.so.5
#5  0x7f48dc4d9449 in Konsole::ViewManager::~ViewManager() () from
/usr/lib/libkonsoleprivate.so.15
#6  0x7f48d92ed84b in QObjectPrivate::deleteChildren() () from
/usr/lib/libQt5Core.so.5
#7  0x7f48d9bf2100 in QWidget::~QWidget() () from
/usr/lib/libQt5Widgets.so.5
#8  0x7f48dbaaf4a0 in KMainWindow::~KMainWindow() () from
/usr/lib/libKF5XmlGui.so.5
#9  0x7f48dcb1eef3 in ?? () from /usr/lib/libkdeinit5_konsole.so
#10 0x7f48d92f0200 in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#11 0x7f48d9bf671b in QWidget::event(QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#12 0x7f48d9d0c9fb in QMainWindow::event(QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#13 0x7f48dbab1f2a in KMainWindow::event(QEvent*) () from
/usr/lib/libKF5XmlGui.so.5
#14 0x7f48dbafcb35 in KXmlGuiWindow::event(QEvent*) () from
/usr/lib/libKF5XmlGui.so.5
#15 0x7f48d9bb39ac in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#16 0x7f48d9bb8e86 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#17 0x7f48d92c0bab in QCoreApplication::notifyInternal(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#18 0x7f48d92c2fa6 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#19 0x7f48d9317143 in ?? () from /usr/lib/libQt5Core.so.5
#20 0x7f48d43fddc7 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#21 0x7f48d43fe020 in ?? () from /usr/lib/libglib-2.0.so.0
#22 0x7f48d43fe0cc in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#23 0x7f48d931754f in
QEventDispatcherGlib::processEvents(QFlags) ()
from /usr/lib/libQt5Core.so.5
#24 0x7f48d92be57a in
QEventLoop::exec(QFlags) () from
/usr/lib/libQt5Core.so.5
#25 0x7f48d92c653c in QCoreApplication::exec() () from
/usr/lib/libQt5Core.so.5
#26 0x7f48dcb0c2de in kdemain () from /usr/lib/libkdeinit5_konsole.so
#27 0x7f48dc75e610 in __libc_start_main () from /usr/lib/libc.so.6
#28 0x00400779 in _start ()

Possible duplicates by query: bug 357286.

Reported using DrKonqi

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


[kdenlive] [Bug 358997] New: kdenlive-git HEAD doesn't use proxy in clip/project monitor

2016-02-04 Thread Anton Gubarkov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358997

Bug ID: 358997
   Summary: kdenlive-git HEAD doesn't use proxy in clip/project
monitor
   Product: kdenlive
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Video Display & Export
  Assignee: j...@kdenlive.org
  Reporter: anton.gubar...@gmail.com

I shoot in AVCHD. When I jog thru my clips forward, I usually can move
frame-by-frame and my monitor is updated for every frame. When I move backward,
I usually see no updates in the monitor until I encounter a key frame. I used
to create proxies to mitigate this problem. The profile I use to encode my
proxies is DNxHD 720p@60M - this is what my laptop can handle.

When my proxies are created, I expect that the playhead movements are updated
in the monitor as they go. I see the same keyframed update of the monitor when
I go backward instead. Besides that, the quality of the monitor stays at 1080p
as originally filmed instead of going down to 720p. 

When I copy my proxy file and add it to the project bin as a usual clip, I can
observe the expected smoothness of backward motion.   

Reproducible: Always

Steps to Reproduce:
1. create a DNxHD proxy of a 1080p @ 50 frames/sec
2. go back in either clip or project monitor
3. observe no frame update in backward jog.

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


[clazy] [Bug 359000] New: new check: warn about unused Qt objects

2016-02-04 Thread Nyall Dawson via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359000

Bug ID: 359000
   Summary: new check: warn about unused Qt objects
   Product: clazy
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: unassigned-b...@kde.org
  Reporter: nyall.daw...@gmail.com
CC: smart...@kde.org

I'd find a check which warns on certain unused Qt objects which are created but
never used very helpful.

For instance, QString, Qt containers, QColor, QVariant. Interestingly, Qt
Creator highlights these unused variables but I can't find any way of listing
them in bulk for removal...

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


[okular] [Bug 338162] Timezone is not considered for Creation/Modification dates

2016-02-04 Thread Benoit Ozell via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338162

Benoit Ozell  changed:

   What|Removed |Added

 CC||benoit.oz...@polymtl.ca

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


[plasmashell] [Bug 358719] fcitx creates blank unusable xembed icon in systray

2016-02-04 Thread Arfrever Frehtes Taifersar Arahesis via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358719

Arfrever Frehtes Taifersar Arahesis  changed:

   What|Removed |Added

 CC||arfrever@gmail.com

--- Comment #3 from Arfrever Frehtes Taifersar Arahesis 
 ---
Fcitx now uses GitHub:
https://github.com/fcitx/fcitx
https://github.com/fcitx/fcitx-qt5
And you can file bugs therein.

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


[umbrello] [Bug 359002] New: toolbar with text and icons

2016-02-04 Thread andreas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359002

Bug ID: 359002
   Summary: toolbar with text and icons
   Product: umbrello
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: umbrello-de...@kde.org
  Reporter: kain...@gmail.com

Umbrello use in the main toolbar icons and text but in the diagramm toolbar
there are only icons. As there are only very specific icons in the diagramm
toolbar I would suggest du add there the text in the standard settings too. In
addition in the main toolbar there is no text for print and preview. 

Reproducible: Always

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


[kwin] [Bug 358963] compositor often needs restart to stop flickering

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

--- Comment #6 from Thomas Lübking  ---
forgot to chmod +x the file?

For a quick test just run

KWIN_TRIPLE_BUFFER=1 kwin_x11 --replace &

Should survive as many compositor restarts as you push on it.

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

[plasmashell] [Bug 358849] Minimum plasmoid width and height not respected

2016-02-04 Thread Luca Giambonini via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358849

--- Comment #3 from Luca Giambonini  ---
which is the exact pkg affected, plasma-workspace or plasma-framework?
How I can help to fix this bug? There is a workaround that I can use to have a
minimum size of the plasmoid?

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


[kdenlive] [Bug 358997] kdenlive-git HEAD doesn't use proxy in clip/project monitor

2016-02-04 Thread Anton Gubarkov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358997

Anton Gubarkov  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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


[kdenlive] [Bug 358997] kdenlive-git HEAD doesn't use proxy in clip/project monitor

2016-02-04 Thread Anton Gubarkov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358997

--- Comment #1 from Anton Gubarkov  ---
Removing proxy flag on the clip and setting it back fixed the issue.

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


[plasma4] [Bug 331738] Crash after adding application to favorites

2016-02-04 Thread philipp klemm via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=331738

philipp klemm  changed:

   What|Removed |Added

 CC||pkin...@gmail.com

--- Comment #21 from philipp klemm  ---
I just had the same problem on kde 4.14.2 on debian 8.3 and may have figured
out the problem (or at least a workaround). 
For me changing back the desktop theme to one of the default themes (e.g. Air)
let me add entries to the favourites. After that i changed back to my current
theme and everything seems to be working fine.

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


[kdelibs] [Bug 359003] New: Unknown crash

2016-02-04 Thread Casteele via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359003

Bug ID: 359003
   Summary: Unknown crash
   Product: kdelibs
   Version: unspecified
  Platform: Debian stable
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: kded
  Assignee: unassigned-b...@kde.org
  Reporter: caste...@gmail.com

Application: kded4 (4.14.2)
KDE Platform Version: 4.14.2
Qt Version: 4.8.6
Operating System: Linux 3.16.0-4-amd64 x86_64
Distribution: Debian GNU/Linux 8.3 (jessie)

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

Installing several packages on a new system. I have the logs of what was
installing at the time of the crash.

-- Backtrace:
Application: KDE Daemon (kded4), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f8eaf3ce780 (LWP 2689))]

Thread 2 (Thread 0x7f8e8ecb2700 (LWP 2699)):
#0  0x7ffdc5b40970 in clock_gettime ()
#1  0x7f8eacb9061d in __GI___clock_gettime (clock_id=,
tp=) at ../sysdeps/unix/clock_gettime.c:115
#2  0x7f8eadf14a05 in do_gettime (frac=, sec=) at tools/qelapsedtimer_unix.cpp:127
#3  qt_gettime () at tools/qelapsedtimer_unix.cpp:144
#4  0x7f8eadff7b85 in updateCurrentTime (this=0x7f8e70002ed0) at
kernel/qeventdispatcher_unix.cpp:354
#5  QTimerInfoList::timerWait (this=0x7f8e70002ed0, tm=...) at
kernel/qeventdispatcher_unix.cpp:460
#6  0x7f8eadff646c in timerSourcePrepareHelper (src=,
timeout=0x7f8e8ecb1c34) at kernel/qeventdispatcher_glib.cpp:136
#7  0x7f8eadff6535 in timerSourcePrepare (source=,
timeout=) at kernel/qeventdispatcher_glib.cpp:169
#8  0x7f8ea9a6145d in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x7f8ea9a61e0b in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x7f8ea9a61ffc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x7f8eadff6d37 in QEventDispatcherGlib::processEvents
(this=0x7f8e78c0, flags=...) at kernel/qeventdispatcher_glib.cpp:425
#12 0x7f8eadfc6271 in QEventLoop::processEvents
(this=this@entry=0x7f8e8ecb1e00, flags=...) at kernel/qeventloop.cpp:149
#13 0x7f8eadfc65d5 in QEventLoop::exec (this=this@entry=0x7f8e8ecb1e00,
flags=...) at kernel/qeventloop.cpp:204
#14 0x7f8eadebae99 in QThread::exec (this=this@entry=0x1482e80) at
thread/qthread.cpp:538
#15 0x7f8eadfa6ac3 in QInotifyFileSystemWatcherEngine::run (this=0x1482e80)
at io/qfilesystemwatcher_inotify.cpp:265
#16 0x7f8eadebd70f in QThreadPrivate::start (arg=0x1482e80) at
thread/qthread_unix.cpp:349
#17 0x7f8eaa3530a4 in start_thread (arg=0x7f8e8ecb2700) at
pthread_create.c:309
#18 0x7f8eacb839cd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7f8eaf3ce780 (LWP 2689)):
[KCrash Handler]
#6  rtnl_route_nh_get_ifindex (nh=0x0) at
/tmp/buildd/libnl3-3.2.24/./lib/route/nexthop.c:217
#7  0x7f8e8d079ad4 in ?? () from /usr/lib/ntrack/modules/ntrack-libnl3_x.so
#8  0x7f8e8d07a26d in _ntrack_arch_process_data () from
/usr/lib/ntrack/modules/ntrack-libnl3_x.so
#9  0x7f8e8d48625b in QNtrack::socketActivated(int) () from
/usr/lib/libntrack-qt4.so.1
#10 0x7f8eadfdc71c in QMetaObject::activate (sender=sender@entry=0x1529ab0,
m=m@entry=0x7f8eae32cbc0 ,
local_signal_index=local_signal_index@entry=0, argv=argv@entry=0x7ffdc5a60990)
at kernel/qobject.cpp:3567
#11 0x7f8eae029a1e in QSocketNotifier::activated
(this=this@entry=0x1529ab0, _t1=24) at
.moc/release-shared/moc_qsocketnotifier.cpp:102
#12 0x7f8eadfe598b in QSocketNotifier::event (this=0x1529ab0,
e=0x7ffdc5a60c60) at kernel/qsocketnotifier.cpp:316
#13 0x7f8ead31848c in QApplicationPrivate::notify_helper
(this=this@entry=0x1293ce0, receiver=receiver@entry=0x1529ab0,
e=e@entry=0x7ffdc5a60c60) at kernel/qapplication.cpp:4570
#14 0x7f8ead31efa8 in QApplication::notify (this=this@entry=0x7ffdc5a60fd0,
receiver=receiver@entry=0x1529ab0, e=e@entry=0x7ffdc5a60c60) at
kernel/qapplication.cpp:4356
#15 0x7f8eaedb11aa in KApplication::notify (this=0x7ffdc5a60fd0,
receiver=0x1529ab0, event=0x7ffdc5a60c60) at
../../kdeui/kernel/kapplication.cpp:311
#16 0x7f8eadfc771d in QCoreApplication::notifyInternal
(this=0x7ffdc5a60fd0, receiver=0x1529ab0, event=event@entry=0x7ffdc5a60c60) at
kernel/qcoreapplication.cpp:955
#17 0x7f8eadff7380 in sendEvent (event=0x7ffdc5a60c60, receiver=) at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#18 socketNotifierSourceDispatch (source=0x12922b0) at
kernel/qeventdispatcher_glib.cpp:110
#19 0x7f8ea9a61c5d in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x7f8ea9a61f48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x7f8ea9a61ffc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 

[krunner] [Bug 358998] New: NULL ptr (this) dereference in KDeclarative starting KRunner

2016-02-04 Thread RJVB via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358998

Bug ID: 358998
   Summary: NULL ptr (this) dereference in KDeclarative starting
KRunner
   Product: krunner
   Version: 5.5.4
  Platform: Compiled Sources
OS: OS X
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: m...@vhanda.in
  Reporter: rjvber...@gmail.com

Application: krunner (5.5.4)
 (Compiled from sources)
Qt Version: 5.5.1
Operating System: Darwin 13.4.0 x86_64
Distribution (Platform): MacPorts Packages

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

The attached crash is systematic on OS X.

This ticket is FYI and FWIW, serving at least the purpose of testing DrKonqi in
a real-world scenario. Working on the plasma-workspace package in order to get
DrKonqi to build I noticed that KRunner doesn't have any build-time
dependencies on libraries that are not available on OS X (or "outside" of
plasma). It built without issues, but this is the result when starting it
(without arguments).

-- Backtrace:
Application: krunner (krunner), signal: Segmentation fault: 11
(lldb) process attach --pid 66098
Process 66098 stopped
Executable module set to
"/Applications/MacPorts/KF5/krunner.app/Contents/MacOS/krunner".
Architecture set to: x86_64-apple-macosx.
(lldb) set set term-width 200
(lldb) thread info
thread #1: tid = 0xf408ad, 0x7fff895eae20 libsystem_kernel.dylib`__wait4 +
8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP

(lldb) bt all
* thread #1: tid = 0xf408ad, 0x7fff895eae20 libsystem_kernel.dylib`__wait4
+ 8, queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
  * frame #0: 0x7fff895eae20 libsystem_kernel.dylib`__wait4 + 8
frame #1: 0x0001075d4dde
libKF5Crash.5.dylib`startProcessInternal(argc=,
argv=, waitAndExit=, directly=) + 1054
at kcrash.cpp:639
frame #2: 0x0001075d47f6
libKF5Crash.5.dylib`KCrash::defaultCrashHandler(int) [inlined]
KCrash::startProcess(argc=, argv=0x7fabe3d38400,
waitAndExit=) + 1142 at kcrash.cpp:621
frame #3: 0x0001075d47bb
libKF5Crash.5.dylib`KCrash::defaultCrashHandler(sig=) + 1083 at
kcrash.cpp:527
frame #4: 0x7fff8a4d65aa libsystem_platform.dylib`_sigtramp + 26
frame #5: 0x000107eeb485 QtQml`QQmlComponent::status() const [inlined]
QScopedPointer::data() const
+ 1 at qscopedpointer.h:135
frame #6: 0x000107eeb484 QtQml`QQmlComponent::status() const [inlined]
QScopedPointer::pointer
qGetPtrHelper
>(QScopedPointer const&) at
qglobal.h:983
frame #7: 0x000107eeb484 QtQml`QQmlComponent::status() const [inlined]
QQmlComponent::d_func(this=0x) const at qqmlcomponent.h:59
frame #8: 0x000107eeb484
QtQml`QQmlComponent::status(this=0x) const + 4 at
qqmlcomponent.cpp:422
frame #9: 0x000107720a7e
libKF5Declarative.5.dylib`KDeclarative::QmlObject::completeInitialization(this=0x7fabe3c5a880,
initialProperties=0x7fff586b9bc8) + 62 at qmlobject.cpp:312
frame #10: 0x00010754eb53 krunner`View::View(this=0x7fff586b9db0,
(null)=) + 3843 at view.cpp:94
frame #11: 0x00010754da8f krunner`main(argc=1, argv=) +
1535 at main.cpp:75
frame #12: 0x7fff8508c5fd libdyld.dylib`start + 1
frame #13: 0x7fff8508c5fd libdyld.dylib`start + 1

  thread #2: tid = 0xf408b1, 0x7fff895eb662 libsystem_kernel.dylib`kevent64
+ 10, queue = 'com.apple.libdispatch-manager'
frame #0: 0x7fff895eb662 libsystem_kernel.dylib`kevent64 + 10
frame #1: 0x7fff84274421 libdispatch.dylib`_dispatch_mgr_invoke + 239
frame #2: 0x7fff84274136 libdispatch.dylib`_dispatch_mgr_thread + 52

  thread #3: tid = 0xf408b2, 0x7fff895eae6a
libsystem_kernel.dylib`__workq_kernreturn + 10
frame #0: 0x7fff895eae6a libsystem_kernel.dylib`__workq_kernreturn + 10
frame #1: 0x7fff83156f08 libsystem_pthread.dylib`_pthread_wqthread +
330
frame #2: 0x7fff83159fb9 libsystem_pthread.dylib`start_wqthread + 13

  thread #4: tid = 0xf408b3, 0x7fff895eae6a
libsystem_kernel.dylib`__workq_kernreturn + 10
frame #0: 0x7fff895eae6a libsystem_kernel.dylib`__workq_kernreturn + 10
frame #1: 0x7fff83156f08 libsystem_pthread.dylib`_pthread_wqthread +
330
frame #2: 0x7fff83159fb9 libsystem_pthread.dylib`start_wqthread + 13

  thread #5: tid = 0xf408cb, 0x7fff895eae6a
libsystem_kernel.dylib`__workq_kernreturn + 10
frame #0: 0x7fff895eae6a libsystem_kernel.dylib`__workq_kernreturn + 10
frame #1: 0x7fff83156f08 libsystem_pthread.dylib`_pthread_wqthread +
330
frame #2: 0x7fff83159fb9 libsystem_pthread.dylib`start_wqthread + 13

  thread #6: tid = 

[okular] [Bug 356359] Can't open documents with non-ascii filenames

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

--- Comment #15 from Albert Astals Cid  ---
Eugene, please do not pollute real bugs with frameworks branch bugs, if you use
a unstable development branch, you don't go and comment on bugs that are for a
stable version. 

Using the frameworks branch is totally unsupported, if you want to do it,
you're free to do it, and you may even report *new* bugs and add [frameworks]
to the beginning of the topic to highlight it's of a non release branch.

Thank you for understanding.

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


[plasmashell] [Bug 344706] KMenu won't show sometimes (multi-monitor setup)

2016-02-04 Thread David Reid via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344706

David Reid  changed:

   What|Removed |Added

 CC||dlr...@gmail.com

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


[krunner] [Bug 249621] Baloo runner does not provide mime data for drag and drop

2016-02-04 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249621

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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


[krunner] [Bug 249621] Baloo runner does not provide mime data for drag and drop

2016-02-04 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=249621

Kai Uwe Broulik  changed:

   What|Removed |Added

Summary|Drag & Drop files from  |Baloo runner does not
   |KRunner to Applications |provide mime data for drag
   |(e.g. KMail)|and drop
 CC||k...@privat.broulik.de

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


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

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

--- Comment #1 from Jesse  ---
Created attachment 97014
  --> https://bugs.kde.org/attachment.cgi?id=97014=edit
example

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


[plasmashell] [Bug 359001] New: After login post suspend, external screens do not activate. Changing the primary display causes Plasma crash

2016-02-04 Thread jamese via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359001

Bug ID: 359001
   Summary: After login post suspend, external screens do not
activate. Changing the primary display causes Plasma
crash
   Product: plasmashell
   Version: 5.5.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: james.el...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.5.3)

Qt Version: 5.5.1
Operating System: Linux 4.2.0-27-generic x86_64
Distribution: Ubuntu 15.10

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

I suspended my laptop yesterday and left the DisplayPort cable plugged in, this
morning I opened the lid, it took a little bit longer to get the login screen
than expected but after about 10 seconds it appeared (it's usually right away).
I have two Displayport screens in an MST chain (DP1-1 and DP1-2), neither
showed the login screen. The LED light on the screen shows that they are in
power save mode.

I signed in and neither external screen showed up. KDE still thinks the screens
are active though as most of the applications are on the external displays.

 I was able to bring up DIsplay Configuration and change the Primary Display to
laptop screen. Upon hitting Apply, Plasma crashed and produced the backtrace in
this report.

I have my panel at the top of the Laptop screen and I noted right clicking for
More Actions > Move did not show the context menu as the context menu for each
application was being launched above the panel into the display regions for
DP1-1 and DP1-2 that could not be seen.

Display Configuration screen layout is like this:
[ DP1-2 ] [ DP1-1]
   [ Laptop ]





- Unusual behavior I noticed:

1. Desktops on external screens do not show even though they were working
pre-suspend
2. Panel at the top and after crash the context menu launches above the panel,
rendering the context menu inaccessible. Moving the panel to the bottom allows
context menu to be accessed via right click on the application.
3. In some instances when the DP cable is plugged and unplugged the laptop
desktop freezes then splits down the middle. It shows the right half of the
desktop on the left and the left half on the right. KDE is unusable at this
point.


This happens nearly every day when resuming from suspend. In order to get  a
working setup I have to close all applications, especially running virtual
machines ot avoid corrupted databases, switch to runlevel 1, rm
~/.local/share/kscreen/* and then sudo killall sddm.

The crash can be reproduced sometimes.

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

Thread 8 (Thread 0x7faca4d8c700 (LWP 21503)):
#0  0x7facb40da8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7facb81a8bd2 in ?? () from /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x7facb81aa74f in xcb_wait_for_event () from
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x7faca6ed57e9 in QXcbEventReader::run (this=0x1c175e0) at
qxcbconnection.cpp:1229
#4  0x7facb47d0a6e in QThreadPrivate::start (arg=0x1c175e0) at
thread/qthread_unix.cpp:331
#5  0x7facb38bc6aa in start_thread (arg=0x7faca4d8c700) at
pthread_create.c:333
#6  0x7facb40e5eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 7 (Thread 0x7fac9e405700 (LWP 21510)):
#0  0x7facb40da8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7facb0e711ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7facb0e712fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7facb4a0850b in QEventDispatcherGlib::processEvents
(this=0x7fac980008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:420
#4  0x7facb49af50a in QEventLoop::exec (this=this@entry=0x7fac9e404da0,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#5  0x7facb47cbac4 in QThread::exec (this=) at
thread/qthread.cpp:503
#6  0x7facb7079c35 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#7  0x7facb47d0a6e in QThreadPrivate::start (arg=0x1cf2e00) at
thread/qthread_unix.cpp:331
#8  0x7facb38bc6aa in start_thread (arg=0x7fac9e405700) at
pthread_create.c:333
#9  0x7facb40e5eed in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7fac92fa5700 (LWP 21535)):
#0  0x7facb40da8dd in poll () at ../sysdeps/unix/syscall-template.S:81
#1  0x7facb0e711ec in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7facb0e712fc in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7facb4a0850b in 

[plasma4] [Bug 299174] Remove "week number" from system tray calendar for improved readability

2016-02-04 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=299174

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #17 from Kai Uwe Broulik  ---
Week numbers in Plasma 5 are off by default and can be turned on in the
clock's/calendar's settings if needed. Also they're now visually separated, not
part of the day grid.

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


[kdenlive] [Bug 358999] New: 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

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

Bug ID: 358999
   Summary: 15.13.0 git master - Kdenlive won't open after
install, "Next" button on start-up wizard is greyed
out.
   Product: kdenlive
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: crash
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: jesse.dub...@gmail.com

I compiled and installed Ubuntu from source (after a miraculous amount of
research :) ), but when I run Kdenlive for the first time, the "Next" button on
the wizard is greyed out. I can't continue to the program. (See attached
image).

Running from terminal shows this:
Could not find drkonqi at /usr/lib/x86_64-linux-gnu/libexec/drkonqi
begin true
end
begin true
end
begin true
end
"Trying to convert empty KLocalizedString to QString."

Reproducible: Always

Steps to Reproduce:
1. Install all package dependencies
2. Compile/install Ubuntu from git master source
3. Run Kdenlive

Actual Results:  
The start-up wizard "Back" and "Next" buttons are greyed out; I can't move
forward in the wizard

Expected Results:  
Wizard progresses as normal to get into the program.

Tested on Kdenlive 15.13.0 on Ubuntu GNOME x64, GNOME 3.18

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


[kdenlive] [Bug 358999] 15.13.0 git master - Kdenlive won't open after install, "Next" button on start-up wizard is greyed out.

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

Jesse  changed:

   What|Removed |Added

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

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


[kcalc] [Bug 353644] Constants buttons do not work

2016-02-04 Thread Lester Petrie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353644

Lester Petrie  changed:

   What|Removed |Added

 CC||petriel...@ornl.gov

--- Comment #4 from Lester Petrie  ---
I have the same bug on Fedora 23, KCalc 15.12.1-KDE Frameworks 5.18.0-Qt 5.5.1.
 In addition to being unable to retrieve a constant, storing the display in one
of the constants doesn't work either.  The behavior is very like kcalc doesn't
recognize that the constant button has been clicked.  Being unable to retrieve
one of the predefined constants is a hassle, but not too bad.  Not being able
to use the additional storage is much more irritating.  Ctrl-C and Ctrl-V don't
seem to work either.

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


[okular] [Bug 356359] Can't open documents with non-ascii filenames

2016-02-04 Thread Eugene Shalygin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356359

--- Comment #16 from Eugene Shalygin  
---
OK, I'm sorry.

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


[plasmashell] [Bug 359001] After login post suspend, external screens do not activate. Changing the primary display causes Plasma crash

2016-02-04 Thread jamese via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359001

--- Comment #1 from jamese  ---
The other odd thing I just noticed is that applications in the panel become
grouped after this crash, even though my preference is to not group
applications in the panel.

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


[kontact] [Bug 359007] New: Kontact crashed when exit.

2016-02-04 Thread Andrey via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359007

Bug ID: 359007
   Summary: Kontact crashed when exit.
   Product: kontact
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: kdeb...@openaliasbox.org

Application: kontact (5.1.1)
 (Compiled from sources)
Qt Version: 5.5.1
Operating System: Linux 4.4.0-gentoo-r1 x86_64
Distribution: "Gentoo Base System release 2.2"

-- Information about the crash:
Kontact crashed when I close it in system tray. It happens only one time.

-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fdd7b8df840 (LWP 12694))]

Thread 10 (Thread 0x7fdd735ef700 (LWP 12717)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fdd90c8e509 in WTF::TCMalloc_PageHeap::scavengerThread
(this=) at wtf/FastMalloc.cpp:2821
#2  0x7fdd90c8e568 in WTF::TCMalloc_PageHeap::runScavengerThread
(context=) at wtf/FastMalloc.cpp:1989
#3  0x7fdd8cdfd572 in start_thread (arg=0x7fdd735ef700) at
pthread_create.c:333
#4  0x7fdd92a32c2d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 9 (Thread 0x7fdd717fd700 (LWP 12718)):
#0  g_mutex_unlock (mutex=0x7fdd6c000990) at
/var/tmp/portage/dev-libs/glib-2.44.1-r1/work/glib-2.44.1/glib/gthread-posix.c:1348
#1  0x7fdd8b1d93d9 in g_main_context_poll (priority=2147483647, n_fds=1,
fds=0x7fdd6c003070, timeout=, context=0x7fdd6c000990) at
/var/tmp/portage/dev-libs/glib-2.44.1-r1/work/glib-2.44.1/glib/gmain.c:4102
#2  g_main_context_iterate (context=context@entry=0x7fdd6c000990,
block=block@entry=1, dispatch=dispatch@entry=1, self=) at
/var/tmp/portage/dev-libs/glib-2.44.1-r1/work/glib-2.44.1/glib/gmain.c:3803
#3  0x7fdd8b1d954b in g_main_context_iteration (context=0x7fdd6c000990,
may_block=may_block@entry=1) at
/var/tmp/portage/dev-libs/glib-2.44.1-r1/work/glib-2.44.1/glib/gmain.c:3869
#4  0x7fdd9359eb4b in QEventDispatcherGlib::processEvents
(this=0x7fdd6c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:420
#5  0x7fdd93541912 in QEventLoop::exec (this=this@entry=0x7fdd717fcd80,
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#6  0x7fdd933613e6 in QThread::exec (this=) at
thread/qthread.cpp:503
#7  0x7fdd93366ce1 in QThreadPrivate::start (arg=0x55df61559fa0) at
thread/qthread_unix.cpp:331
#8  0x7fdd8cdfd572 in start_thread (arg=0x7fdd717fd700) at
pthread_create.c:333
#9  0x7fdd92a32c2d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 8 (Thread 0x7fdd64bdf700 (LWP 12755)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fdd709e767a in cnd_wait (mtx=0x55df615d9d78, cond=0x55df615d9da0) at
/var/tmp/portage/media-libs/mesa-11.0.6/work/mesa-11.0.6/include/c11/threads_posix.h:154
#2  pipe_semaphore_wait (sema=0x55df615d9d78) at
/var/tmp/portage/media-libs/mesa-11.0.6/work/mesa-11.0.6/src/gallium/auxiliary/os/os_thread.h:259
#3  radeon_drm_cs_emit_ioctl (param=param@entry=0x55df615d9a30) at
/var/tmp/portage/media-libs/mesa-11.0.6/work/mesa-11.0.6/src/gallium/winsys/radeon/drm/radeon_drm_winsys.c:644
#4  0x7fdd709e6c36 in impl_thrd_routine (p=) at
/var/tmp/portage/media-libs/mesa-11.0.6/work/mesa-11.0.6/include/c11/threads_posix.h:87
#5  0x7fdd8cdfd572 in start_thread (arg=0x7fdd64bdf700) at
pthread_create.c:333
#6  0x7fdd92a32c2d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 7 (Thread 0x7fdd63740700 (LWP 12767)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fdd90ac9504 in JSC::BlockAllocator::blockFreeingThreadMain
(this=0x7fdd783d8050) at heap/BlockAllocator.cpp:139
#2  0x7fdd90cc6b14 in WTF::wtfThreadEntryPoint (param=0x7fdd783781b0) at
wtf/ThreadingPthreads.cpp:195
#3  0x7fdd8cdfd572 in start_thread (arg=0x7fdd63740700) at
pthread_create.c:333
#4  0x7fdd92a32c2d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 6 (Thread 0x7fdd62f3f700 (LWP 12768)):
#0  pthread_cond_wait () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fdd90aca793 in JSC::GCThread::waitForNextPhase (this=0x55df616c5d40)
at heap/GCThread.cpp:81
#2  JSC::GCThread::gcThreadMain (this=0x55df616c5d40) at heap/GCThread.cpp:99
#3  0x7fdd90cc6b14 in WTF::wtfThreadEntryPoint (param=0x7fdd78378140) at
wtf/ThreadingPthreads.cpp:195
#4  0x7fdd8cdfd572 in start_thread (arg=0x7fdd62f3f700) at
pthread_create.c:333
#5  0x7fdd92a32c2d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 5 (Thread 0x7fdd6273e700 (LWP 12769)):
#0  pthread_cond_wait () at

[dolphin] [Bug 352100] Dolphin 15.08: drag to WINE apps not working

2016-02-04 Thread rushlife via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352100

--- Comment #11 from rushlife  ---
any progress ?

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


[kwin] [Bug 353153] match list of clients in videowall list should be user editable

2016-02-04 Thread David Lang via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353153

David Lang  changed:

   What|Removed |Added

 CC||da...@lang.hm

--- Comment #8 from David Lang  ---
how do you find the name of the resource?

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


[plasmashell] [Bug 354823] Plasma crashes on multiscreen setup activation

2016-02-04 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354823

Aleix Pol  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||aleix...@kde.org
 Ever confirmed|0   |1

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


[krdc] [Bug 204584] Second attempt to minimize an rdp full-screen session has zero effect

2016-02-04 Thread AceLan Kao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=204584

AceLan Kao  changed:

   What|Removed |Added

 CC||ace...@gmail.com

--- Comment #8 from AceLan Kao  ---
It's an old bug and can't reproduce this issue on krdc 4:15.08.2-0ubuntu2
(Ubuntu 16.04) + win10
KDE plasma version: 5.4.3

I suggest to close bug.
If user still suffers this issue, feel free to re-open it or file a new one.

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


[plasmashell] [Bug 358719] fcitx creates blank unusable xembed icon in systray

2016-02-04 Thread CUI Hao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358719

CUI Hao  changed:

   What|Removed |Added

 CC||cuihao@gmail.com

--- Comment #5 from CUI Hao  ---
Hi all,

This issue also affects me. I thought fcitx was to blame so I filed an issue to
fcitx here:
https://github.com/fcitx/fcitx/issues/241

I know nothing about systray programming. If possible, you may provide some
technical information for this issue.

I notice that if you merely kill fcitx, the blank icon won't disappear from
Plasma systray. I though this may be a bug of xembedsniproxy. A dump of
xembedsniproxy's terminal output is provided in above issue report.

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


[krunner] [Bug 358797] krunner die after typing the 5 character of any command

2016-02-04 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358797

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org
  Component|general |filesearch

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


[krdc] [Bug 325515] krdc disconnect after 4-5 minutes

2016-02-04 Thread AceLan Kao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325515

AceLan Kao  changed:

   What|Removed |Added

 CC||ace...@gmail.com

--- Comment #5 from AceLan Kao  ---
Since this is freerdp's issue, we should close this bug report.

BTW, I think it should work now, I can't reproduce this issue on my computer.

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


[krdc] [Bug 327799] pictures are deform on screen

2016-02-04 Thread AceLan Kao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=327799

AceLan Kao  changed:

   What|Removed |Added

 CC||ace...@gmail.com

--- Comment #7 from AceLan Kao  ---
Can't reproduce this issue by setting 1366x768 or even more strange resolution
1230x789
I think we're not suffering this issue now.

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


[akregator] [Bug 353168] Akregator is unable to fetch favicons

2016-02-04 Thread Laurent Montel via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353168

--- Comment #7 from Laurent Montel  ---
you don't have favicon in tree list ?

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


[plasmashell] [Bug 358895] Support Back mouse button in popups

2016-02-04 Thread Kai Uwe Broulik via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358895

--- Comment #2 from Kai Uwe Broulik  ---
No, some computer mice have additional buttons, one of which can be a back
button. This is supported in Kickoff, Dolphin and other places but not
FolderView.

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


[gwenview] [Bug 359005] New: Gwenview sometimes crashed when exit after watching videos

2016-02-04 Thread Andrey via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359005

Bug ID: 359005
   Summary: Gwenview sometimes crashed when exit after watching
videos
   Product: gwenview
   Version: unspecified
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: gwenview-bugs-n...@kde.org
  Reporter: kdeb...@openaliasbox.org
CC: myr...@kde.org

Application: gwenview (15.12.1)
 (Compiled from sources)
Qt Version: 5.5.1
Operating System: Linux 4.4.0-gentoo-r1 x86_64
Distribution: "Gentoo Base System release 2.2"

-- Information about the crash:
Gwenview sometimes crashed when exit after watching videos.

-- Backtrace:
Application: Gwenview (gwenview), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[KCrash Handler]
#6  0x7fbee5d73349 in QImageReaderPrivate::~QImageReaderPrivate
(this=0x562444285ac0, __in_chrg=) at image/qimagereader.cpp:572
#7  0x7fbee5d73474 in QImageReader::~QImageReader (this=,
__in_chrg=) at image/qimagereader.cpp:684
#8  0x7fbee5d8fe0b in QMovie::~QMovie (this=0x562445381b88,
__in_chrg=) at image/qmovie.cpp:619
#9  0x7fbee976bec8 in
Gwenview::AnimatedDocumentLoadedImplPrivate::~AnimatedDocumentLoadedImplPrivate
(this=0x562445381b70, __in_chrg=) at
/var/tmp/portage/kde-apps/gwenview-15.12.1/work/gwenview-15.12.1/lib/document/animateddocumentloadedimpl.cpp:37
#10 Gwenview::AnimatedDocumentLoadedImpl::~AnimatedDocumentLoadedImpl
(this=0x562445886dc0, __in_chrg=) at
/var/tmp/portage/kde-apps/gwenview-15.12.1/work/gwenview-15.12.1/lib/document/animateddocumentloadedimpl.cpp:59
#11 0x7fbee976bf6c in
Gwenview::AnimatedDocumentLoadedImpl::~AnimatedDocumentLoadedImpl
(this=0x562445886dc0, __in_chrg=) at
/var/tmp/portage/kde-apps/gwenview-15.12.1/work/gwenview-15.12.1/lib/document/animateddocumentloadedimpl.cpp:60
#12 0x7fbee976f4c2 in Gwenview::Document::~Document (this=0x5624440ae5e0,
__in_chrg=) at
/var/tmp/portage/kde-apps/gwenview-15.12.1/work/gwenview-15.12.1/lib/document/document.cpp:168
#13 0x7fbee976f6ec in Gwenview::Document::~Document (this=0x5624440ae5e0,
__in_chrg=) at
/var/tmp/portage/kde-apps/gwenview-15.12.1/work/gwenview-15.12.1/lib/document/document.cpp:170
#14 0x7fbee9771754 in KSharedPtr::~KSharedPtr
(this=0x56244580ba10, __in_chrg=) at
/usr/include/KF5/KDELibs4Support/ksharedptr.h:106
#15 Gwenview::DocumentInfo::~DocumentInfo (this=0x56244580ba10,
__in_chrg=) at
/var/tmp/portage/kde-apps/gwenview-15.12.1/work/gwenview-15.12.1/lib/document/documentfactory.cpp:67
#16 qDeleteAll::const_iterator> (end=...,
begin=...) at /usr/include/qt5/QtCore/qalgorithms.h:317
#17 qDeleteAll > (c=...) at
/usr/include/qt5/QtCore/qalgorithms.h:325
#18 Gwenview::DocumentFactory::~DocumentFactory (this=0x7fbee9a46110
, __in_chrg=) at
/var/tmp/portage/kde-apps/gwenview-15.12.1/work/gwenview-15.12.1/lib/document/documentfactory.cpp:147
#19 0x7fbee500b6e8 in __run_exit_handlers (status=0, listp=0x7fbee5377578
<__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
#20 0x7fbee500b744 in __GI_exit (status=) at exit.c:104
#21 0x7fbee4ff4923 in __libc_start_main (main=0x562442a15a20 , argc=2, argv=0x7ffdddcae898, init=, fini=, rtld_fini=, stack_end=0x7ffdddcae888) at libc-start.c:331
#22 0x562442a16939 in _start ()

Possible duplicates by query: bug 347943.

Reported using DrKonqi

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


[plasmashell] [Bug 358895] Support Back mouse button in popups

2016-02-04 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358895

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org

--- Comment #1 from Aleix Pol  ---
I tried and I couldn't reproduce.

Also by "Back" button you mean "Up", right?

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


[krdc] [Bug 339490] Confusion (blue screen) when establishing connection (RDP, VNC to some degree)

2016-02-04 Thread AceLan Kao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=339490

AceLan Kao  changed:

   What|Removed |Added

 CC||ace...@gmail.com

--- Comment #9 from AceLan Kao  ---
This bug report has reported more than one issues, it would result in hard to
close the report.

For the interface which confusing user issue is gone, I can't see any "connect"
button on the interface, instead there is a "disconnect" button on the toolbar,
it's only clickable when connected to an remote desktop. So, I think there is
no such issue now.

For bluescreen issue, there is a fix for rdp protocol in Bug 327476
I didn't try if vnc has this issue, too, if yes, I would suggest to file a new
bug for it.

I think this bug could be closed, if you encountered any issue described in
this bug, file new bugs, one for one issue.

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


[systemsettings] [Bug 358008] SDDM KCM doesn't load until window is resized and also doesn't respond to user requests

2016-02-04 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358008

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Aleix Pol  ---
Marking as fixed as noted on the last comment.

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


[krdc] [Bug 330501] Request for changing connection creation behavior

2016-02-04 Thread AceLan Kao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=330501

AceLan Kao  changed:

   What|Removed |Added

 CC||ace...@gmail.com

--- Comment #2 from AceLan Kao  ---
Yes, KRDC is doing it this way now, so we can close this bug.

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


[plasmashell] [Bug 358990] Make possible to move desktop icons freely again

2016-02-04 Thread Aurélien Murith via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358990

--- Comment #2 from Aurélien Murith  ---
The fact is, some people like me like to use their computer's desktop as they
would use their office's desk : grouping things, putting lots of folders/files
close one to another and arranging them in a harmonious way.

For example, this is a GNOME desktop I use :
http://pix.toile-libre.org/upload/original/1454445829.png
As you can see I can put my icons where I want, they aren't aligned on a rigid
grid. With Plasma 4 it was possible to do like that too, but now it is not
possible anymore, I find this is a shame.

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

[KScreen] [Bug 346961] Multi Monitor configuration lost on reboot, must reconfigure after startup

2016-02-04 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346961

Aleix Pol  changed:

   What|Removed |Added

 CC||aleix...@kde.org
 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

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


[muon] [Bug 358766] unidentified error

2016-02-04 Thread Aleix Pol via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358766

--- Comment #1 from Aleix Pol  ---
What distribution? Do you know which backend muon-updater is using? PackageKit
maybe?

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


[krdc] [Bug 338154] KRDC "Grab All Possible Keys" does not work correctly after switching windows on local system

2016-02-04 Thread AceLan Kao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338154

AceLan Kao  changed:

   What|Removed |Added

 CC||ace...@gmail.com

--- Comment #3 from AceLan Kao  ---
Can't reproduce this issue.

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


[krdc] [Bug 338152] Opening Bookmarks dialog causes desktop to become blue

2016-02-04 Thread AceLan Kao via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338152

AceLan Kao  changed:

   What|Removed |Added

 CC||ace...@gmail.com

--- Comment #7 from AceLan Kao  ---
Can't reproduce this issue now.
The remote desktop grab the keyboard input, so I can't launch bookmark dialog
inside the remote desktop. And doing this outside of the remote desktop window,
the bookmark dialog shows without affecting the remote desktop.

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


  1   2   3   >