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

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

--- Comment #62 from John Stanley  ---
(In reply to Alexey Chernov from comment #61)
> (In reply to John Stanley from comment #60)
> > (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.
> 
> Yeah, I've looked at it just briefly applying the patch and now have looked
> closer. As far as I can see, it still can close window as soon as
> queryClose() returns true (as it accepts the event). But you're right that
> there's some code of auto-saving, yes.
> 
Yea, but, in this case we are instigating the CloseEvent (not Qt via
close()/quit() for example), and so as I understand it, no actual close will be
triggered by event acceptance here. That is, I thought that an actual close is
done by Qt in, e.g., the close() method after Qt does a sendEvent() and checks
for acceptance Here, we only use sendEvent() to decide whether or not to cancel
the session 

> Another problem arises in that basically the client should ask session
> manager a permission to interact with the user to get the monopoly
> attention, but it's not so, as queryClose doesn't have any clue of session
> manager, it just shows the dialog. But still such things are minor, we need
> to bring back session restore first.
> 
> > > 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.
> 
> Oh, yes, didn't notice, thanks for pointing out.
> 
> > > 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. 
> 
> OK.
> 
> > > 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 deskto

[kio] [Bug 320775] KDE Help Center is unable to display writing_scrollkeeper_omf_files.xml

2016-02-06 Thread Pino Toscano via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=320775

Pino Toscano  changed:

   What|Removed |Added

   Severity|critical|normal

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


[kgpg] [Bug 359089] New: Using your Kgpg to encrypt/decrypt files, unable to PASTE passphrase

2016-02-06 Thread Encrypted via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359089

Bug ID: 359089
   Summary: Using your Kgpg to encrypt/decrypt files, unable to
PASTE passphrase
   Product: kgpg
   Version: unspecified
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: k...@opensource.sf-tec.de
  Reporter: 2...@openmailbox.org

Hi, I got Kgpg to work in Ubuntu using with GNU Privacy Manager "Passwords and
Keys"

Keypairs are made. 
I can encrypt fine. 

The problem is when decrypting a message the pinetry window opens, asking for
passphrase, 
will not let me PASTE in the passphrase neither with ctrl+v nor right-click
paste. Well typing in random generated passphrases is not going to work. 

For example: ~7vRy)^fVY}gfmSKa6?z{:@c3*



Reproducible: Always

Steps to Reproduce:
1.Paste encrypted message
2.click on decrypt button
3. pinetry window opens, asking for passphrase
4. unable to paste in passphrase.

Actual Results:  
frustration

Expected Results:  
ability to paste pass phrase into field and click ok.

ok thanks.

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


[kmail2] [Bug 359082] Empty dialog on clicking 'GnuPG Settings...' dialog

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

Laurent Montel  changed:

   What|Removed |Added

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

--- Comment #2 from Laurent Montel  ---
   QPointer dlg(new KCMultiDialog(this));
dlg->addModule(QStringLiteral("kleopatra_config_gnupgsystem"));
dlg->exec();
delete dlg;

So for me you install is not correct.
Please verify that your distro install it and all gnupg is installed too

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


[pimsettingexporter] [Bug 359086] Untranslatable string in Export Log File dialog

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

Laurent Montel  changed:

   What|Removed |Added

   Version Fixed In||5.1.2
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im/9a9e8d4837ded18dcfa85e1d
   ||65d81447d10884cf

--- Comment #1 from Laurent Montel  ---
Git commit 9a9e8d4837ded18dcfa85e1d65d81447d10884cf by Montel Laurent.
Committed on 07/02/2016 at 06:23.
Pushed by mlaurent into branch 'Applications/15.12'.

Fix Bug 359086 - Untranslatable string in Export Log File dialog

FIXED-IN: 5.1.2

M  +1-1pimsettingexporter/gui/dialog/showarchivestructuredialog.cpp

http://commits.kde.org/kdepim/9a9e8d4837ded18dcfa85e1d65d81447d10884cf

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


[digikam] [Bug 359088] New: With "Show a count of items in Tree Views" Trash always shows count of 0

2016-02-06 Thread Michal Sylwester via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359088

Bug ID: 359088
   Summary: With "Show a count of items in Tree Views" Trash
always shows count of 0
   Product: digikam
   Version: 5.0.0
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Albums View
  Assignee: digikam-de...@kde.org
  Reporter: msylwes...@gmail.com

With "Show a count of items in Tree Views" Trash shows count of 0 instead of
numer of items in trash. 

Reproducible: Always

Steps to Reproduce:
1. "Show a count of items in Tree Views"
2. Compare the numer of items shown in tree view with actual trash contents


Actual Results:  
Tree view always shows 0

Expected Results:  
Numer of items in trash

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


[krita] [Bug 358995] New version of Krita not opening, however I can see Krita running in task manager

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

--- Comment #4 from Stanley  ---
(In reply to Boudewijn Rempt from comment #2)
> And do you have any weird software like sandboxie or other "security"
> software installed on that system?

No weird antivirus or sandboxie running on that system.  Only has windows
defender.  I even disabled defender with no change...!

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


[krita] [Bug 358995] New version of Krita not opening, however I can see Krita running in task manager

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

--- Comment #3 from Stanley  ---
(In reply to wolthera from comment #1)
> Does this also happen with 3.0 alpha? (you can get it in the news posts)

Yes it does with 3.0 alpha, exactly the same.  I run it, nothing happens, but I
can see it running in task manager

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


[krita] [Bug 359069] Krita Pen drivers on the wacom 22 just stop working and the mouse swaps with the pen on dual screen

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

--- Comment #2 from threedbattle...@bigpond.com ---
Hi,
sorry for not being detailed enough.
When I say repair i pick the Krita download and run it, when it offers me 
the choice of install or repair I pick repair. After this it works agin for 
another couple of weeks.
Last night I downloaded the latest version from the Krita site and have not 
had the problem so far.

I hope this is more helpful.

-Original Message- 
From: Boudewijn Rempt via KDE Bugzilla
Sent: Sunday, February 07, 2016 3:48 AM
To: threedbattle...@bigpond.com
Subject: [krita] [Bug 359069] Krita Pen drivers on the wacom 22 just stop 
working and the mouse swaps with the pen on dual screen

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

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
What kind of "repair" do you mean? If it means reinstalling the drivers, 
then
it's not a bug in Krita...

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


[digikam] [Bug 359087] New: Preview image scroll position should be smarter when changing between images with different resolutions

2016-02-06 Thread Michal Sylwester via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359087

Bug ID: 359087
   Summary: Preview image scroll position should be smarter when
changing between images with different resolutions
   Product: digikam
   Version: 5.0.0
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: wishlist
  Priority: NOR
 Component: Preview
  Assignee: digikam-de...@kde.org
  Reporter: msylwes...@gmail.com

When watching images zoomed in it is currently possible to switch to different
image and the are shown is preserved (this is convenient as a quick alternative
to the light table). The problem occurs when the images have different
resolutions. 
- With a same image in different resolutions different area will be shown
- While switching back and forth between images where one is lower resolution
the position will be capped to the maximum of the smallest image. Happens when
I cropped one image, and accidentally select it while working on another one.

Reproducible: Always

Steps to Reproduce:
Scenario 1:
1. Make sure there are 2 versions of image, high and low resolution 
2. Preview one of them
3. Switch to the other

Scenario 2:
1. Make sure one of the images in thummbar has significantly lower resolution 
2. Preview high-resolution image (preferabelly in lower right corner)
3. Switch to low-resolution image
4. Switch back to high resolution image


Actual Results:  
Scenario 1: Area further up and left from originally selected is visible
Scenario 2: Different area of the image is visible

Expected Results:  
Scenario 1: Same area as originally selected is visible
Scenario 2: Same area of both images is visible (here is the additional issue
of whether and how zoom should be adjusted)

I think this may be a little tricky to make it work the way I would like,
especially as it would most likely also require considerations about zoom level
- should it change? Most of the time I don't care that much about actual zoom
relative to "100%", more to the relative visible area of an image, so it would
mean it should also change...

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


[pimsettingexporter] [Bug 359086] New: Untranslatable string in Export Log File dialog

2016-02-06 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359086

Bug ID: 359086
   Summary: Untranslatable string in Export Log File dialog
   Product: pimsettingexporter
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mon...@kde.org
  Reporter: alvare...@kde.org

String: Text Files

file: kdepim/pimsettingexporter/gui/dialog/showarchivestructuredialog.cpp

line 70/71

PimCommon::Util::saveTextAs(mLogFile, QStringLiteral("Text Files (*.txt)"),
this, QUrl(),
i18nc("@title:window", "Export Log File"));

Reproducible: Always

-- 
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-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

Jesse  changed:

   What|Removed |Added

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

--- Comment #9 from Jesse  ---
Yes! Installing the -dev packages for the missing MLT dependencies during build
and install fixed the issue; the "Next" button works! there's still a few
features (Qimage, pixbuf, and the titler widget) I need to work out, but I
think I'll soon have a complete, easy to use (truly) step-by-step process to
building kdenlive git master from source in Kubuntu.

Marking this bug as fixed.

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


[Akonadi] [Bug 358510] Akonadi Resource davgroupware crash

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

--- Comment #2 from dbyent...@gmail.com ---
Yes, I am still experiencing this crash. Sometimes more often than others but
usually about once an hour.

-- 
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-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #8 from Jesse  ---
UPDATE: In the "./configure" process of MLT, I realized I needed more Ubuntu
dev packages (e.g. libavformat-dev), and that seems to remove some of the
errors. I'm attempting to install all of the apparent needed packages, then
I'll see if that'll resolve the issue.

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


New 2016 Message

2016-02-06 Thread MCB MOBILE



Access to your Online MCB Service will Expire today 02/07/2016 
 
www.mcbmobile.pk.com
 
Regards,
 
MCB Pakistan
 
© 2016 MCB Pakistan.


[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-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #7 from Jesse  ---
Sorry, I know this issue probably isn't a bug with Kdenlive per se, but if I
can get this method set up for Ubuntu, then I can keep testing the latest git
version and better offer user support & feedback. Had to switch back to Kubuntu
for more reliable software purposes.

I've been documenting what I'm doing to build and install from git on Kubuntu.
If I can make it fool-proof, and can contribute the steps as documentation for
others. :)

-- 
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-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #6 from Jesse  ---
Thanks for the suggestion JB. but the problem persists: the "Next" button is
still greyed out/un-clickable.

When running "./configure" in the mlt directory, this showed up in Konsole:

Jesse@Cerberus:~/Downloads/mlt$ ./configure
Configuring framework:   
Configuring modules: 
Configuring modules/avformat:
Package libavformat was not found in the pkg-config search path. 
Perhaps you should add the directory containing `libavformat.pc' 
to the PKG_CONFIG_PATH environment variable  
No package 'libavformat' found   
- libavformat not found: disabling   
Configuring modules/core:
Configuring modules/decklink:
Configuring modules/feeds:
Configuring modules/frei0r:
Package frei0r was not found in the pkg-config search path.
Perhaps you should add the directory containing `frei0r.pc'
to the PKG_CONFIG_PATH environment variable
No package 'frei0r' found
- frei0r plugin disabled. Install frei0r-plugins and make sure frei0r.h is
available.
Configuring modules/gtk2:
- GTK2 components not found: disabling
Configuring modules/jackrack:
Configuring modules/kdenlive:
Configuring modules/lumas:
Configuring modules/oldfilm:
Configuring modules/opengl:
- movit not found: disabling
Configuring modules/plus:
- fftw not found: disable fft and dance filters
Configuring modules/rtaudio:
Configuring modules/sdl:
- sdl development libs not found: disabling
Configuring modules/sox:
- sox not found: disabling
Configuring modules/swfdec:
- swfdec not found: disabling
Configuring modules/vmfx:
Configuring modules/xml:
- xml2 not found: disabling xml module
Configuring mlt++:
Configuring swig:
LGPLv2.1 license used; GPL components disabled

Could it be improperly configuring MLT?

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


[okular] [Bug 359059] FictionBook: Incorrect whitespace treatment

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

Sergio  changed:

   What|Removed |Added

 CC||sergio.pokrovs...@gmail.com

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


[kwin] [Bug 343661] stops drawing window content after some time, likely SyncObject related

2016-02-06 Thread Walter Nicholls via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343661

Walter Nicholls  changed:

   What|Removed |Added

 CC||wal...@nic.gen.nz

--- Comment #42 from Walter Nicholls  ---
I can report I get this with annoying regularilty, Kubuntu 15.10, NVidia (HP
Envy laptop).  It seems to have occurred since 15.04:  a window simply stops
being refreshed unless it is resized.  

The problem is attached to the window, not the application: using Chrome or
Firefox, I can drag a tab out into its own window and that new window updates
fine, I can even drag all the tabs one by one onto the new one until the old
window is empty (and thus destroys). (Until it occurs again on the new window,
sigh!).Not all applications can be recovered this way . It's particularly
annoying with virtual machines where the only way to get a new window is to
shut the VM down (or at least, sleep it).

I have not found any pattern in when a window decides to stop updating. 

(A second thing that may or may not be related, but I'm mentioning it for
completeness:  if I plug in a second monitor , then I also get a lot of tearing
or incomplete paints. I first noticed this on a image view program - as each
new image was displayed it would be blurry or leave some of the previous image
in view. It's not just that program, seen it with Virtualbox as well. However
in this case, wiggling the mouse forces the window to paint correctly, even if
the mouse doesn't travel over the corrupt area;  and I've only ever seen it
happen on the external monitor).

I'm very interested to hear that kwin_x11 --replace might solve/reset the
problem, I'll definitely try this next time.
I notice bug is 12 months old, about 4 people are reporting it, yet it still
has status "unconfirmed". What does it take to confirm a bug then? 

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


[Breeze] [Bug 343369] Menu in QtQuickControls Combo Box on Breeze Dark Theme Unreadable

2016-02-06 Thread Martin Kostolný via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343369

Martin Kostolný  changed:

   What|Removed |Added

 CC||clearmar...@zoho.com

--- Comment #20 from Martin Kostolný  ---
It looks directly related to comboboxes created in QML. QML Comboboxes not
respecting system styles/colors - maybe a QT bug? I sometimes even get a
misplaced QML combobox popup.

(KF 5.18, Plasma 5.5.4, Qt 5.5.1)

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

[frameworks-kjobwidgets] [Bug 353462] Dolphin crashes trying to rename a file with iso15 filename

2016-02-06 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353462

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #8 from Wolfgang Bauer  ---
Seems to be the same as Bug#356321, which has a fix now.

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


[kwin] [Bug 344326] Black or corrupted screen on resume from suspend

2016-02-06 Thread Sean Mackedie via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344326

Sean Mackedie  changed:

   What|Removed |Added

 CC|colonelpani...@gmail.com|

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


[plasmashell] [Bug 359085] New: Plasma Shell(?) crash. No core file.

2016-02-06 Thread George R . Goffe via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359085

Bug ID: 359085
   Summary: Plasma Shell(?) crash. No core file.
   Product: plasmashell
   Version: 5.5.4
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: grgo...@yahoo.com
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.5.4)

Qt Version: 5.6.0
Operating System: Linux 4.5.0-0.rc2.git3.1.fc24.x86_64 x86_64
Distribution (Platform): Fedora RPMs

-- Information about the crash:
- What I was doing when the application crashed: I was switching to a task via
the task bar. Something that looks like a small "stickit" that you make notes
to people and stick them on your monitor or refrigerator. I was trying to
identify the program so I could remove it from my KDE start list. When I poked
the widget itself, this drkonqi popup appeared.

- Unusual behavior I noticed: Nothing unusual that I could see.

- Custom settings of the application: None that I'm aware of.

The crash can be reproduced sometimes.

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

Thread 11 (Thread 0x7f64df528700 (LWP 19723)):
#0  0x7f64f6629edd in poll () at /usr/lib64/libc.so.6
#1  0x7f64fb7cc272 in _xcb_conn_wait (__timeout=-1, __nfds=1,
__fds=0x7f64df527b80) at /usr/include/bits/poll2.h:46
#2  0x7f64fb7cc272 in _xcb_conn_wait (c=c@entry=0x55f808bbf7a0,
cond=cond@entry=0x55f808bbf7e0, vector=vector@entry=0x0, count=count@entry=0x0)
at xcb_conn.c:459
#3  0x7f64fb7cdee7 in xcb_wait_for_event (c=0x55f808bbf7a0) at xcb_in.c:693
#4  0x7f64e0bdef09 in QXcbEventReader::run() (this=0x55f808bcdc20) at
qxcbconnection.cpp:1288
#5  0x7f64f72536b8 in QThreadPrivate::start(void*) (arg=0x55f808bcdc20) at
thread/qthread_unix.cpp:340
#6  0x7f64f595d69a in start_thread () at /usr/lib64/libpthread.so.0
#7  0x7f64f6635dbd in clone () at /usr/lib64/libc.so.6

Thread 10 (Thread 0x7f64dd703700 (LWP 19726)):
#0  0x7f64f6625a5d in read () at /usr/lib64/libc.so.6
#1  0x7f64f21a2880 in g_wakeup_acknowledge (__nbytes=16,
__buf=0x7f64dd702a40, __fd=) at /usr/include/bits/unistd.h:44
#2  0x7f64f21a2880 in g_wakeup_acknowledge (wakeup=0x7f64d80015b0) at
gwakeup.c:210
#3  0x7f64f215edc4 in g_main_context_check
(context=context@entry=0x7f64d990, max_priority=2147483647,
fds=fds@entry=0x7f64d0003020, n_fds=n_fds@entry=1) at gmain.c:3632
#4  0x7f64f215f270 in g_main_context_iterate
(context=context@entry=0x7f64d990, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3837
#5  0x7f64f215f3dc in g_main_context_iteration (context=0x7f64d990,
may_block=may_block@entry=1) at gmain.c:3901
#6  0x7f64f7479acb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7f64d8c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#7  0x7f64f742250a in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f64dd702c50, flags=..., flags@entry=...) at
kernel/qeventloop.cpp:204
#8  0x7f64f724e744 in QThread::exec() (this=this@entry=0x7f64f7c7f040
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread.cpp:503
#9  0x7f64f7c0d225 in QDBusConnectionManager::run() (this=0x7f64f7c7f040
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
qdbusconnection.cpp:152
#10 0x7f64f72536b8 in QThreadPrivate::start(void*) (arg=0x7f64f7c7f040
<(anonymous namespace)::Q_QGS__q_manager::innerFunction()::holder>) at
thread/qthread_unix.cpp:340
#11 0x7f64f595d69a in start_thread () at /usr/lib64/libpthread.so.0
#12 0x7f64f6635dbd in clone () at /usr/lib64/libc.so.6

Thread 9 (Thread 0x7f64d75ef700 (LWP 19768)):
#0  0x7f64f6629edd in poll () at /usr/lib64/libc.so.6
#1  0x7f64f215f2cc in g_main_context_iterate (priority=2147483647, n_fds=1,
fds=0x7f64cc002e70, timeout=, context=0x7f64cc000990) at
gmain.c:4135
#2  0x7f64f215f2cc in g_main_context_iterate
(context=context@entry=0x7f64cc000990, block=block@entry=1,
dispatch=dispatch@entry=1, self=) at gmain.c:3835
#3  0x7f64f215f3dc in g_main_context_iteration (context=0x7f64cc000990,
may_block=may_block@entry=1) at gmain.c:3901
#4  0x7f64f7479acb in
QEventDispatcherGlib::processEvents(QFlags)
(this=0x7f64cc0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:419
#5  0x7f64f742250a in
QEventLoop::exec(QFlags)
(this=this@entry=0x7f64d75eec60, flags=..., flags@entry=...) at
kernel/qeventloop.cpp:204
#6  0x7f64f724e744 in QThread::exec() (this=) at
thread/qthread.cpp:503
#7  0x7f64fa658da5 in QQmlThreadPrivate::run() () at
/usr/lib64/libQt5Qml.so.5
#8  0x7f64f72536b8 in QThreadPrivate::start(void*) (arg=0x55f808c8c04

[kturtle] [Bug 359084] New: Dark themes unsupported

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

Bug ID: 359084
   Summary: Dark themes unsupported
   Product: kturtle
   Version: 0.8.1 beta
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: general
  Assignee: c...@kde.nl
  Reporter: tuxfus...@gmail.com

Dark themes in KDE make text in kturtle unreadable

Reproducible: Always

Steps to Reproduce:
1. use theme dark bereezy
2. code editor text is white + code editor highlight is white = unreadable
without highlight text is almost black in black background text is again not
readable



Expected Results:  
ext should always be readable

screenshots with default kde theme breezy dark:

http://imgur.com/jP20GGw

http://imgur.com/sUfEDBD

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


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

2016-02-06 Thread Serhiy Zahoriya via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353195

Serhiy Zahoriya  changed:

   What|Removed |Added

 CC||serhiy@gmail.com

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


[Akonadi] [Bug 346439] kio error message contains part of the password

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=346439

Grégory Oestreicher  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #7 from Grégory Oestreicher  ---
Well, no news, assuming good news.

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

[frameworks-kio] [Bug 330250] Support preemptive authentication

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=330250

Grégory Oestreicher  changed:

   What|Removed |Added

Product|Akonadi |frameworks-kio
Version|1.12.1  |unspecified
 CC||kdelibs-b...@kde.org
  Component|DAV Resource|general
   Assignee|kdepim-b...@kde.org |fa...@kde.org

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

[Akonadi] [Bug 330250] Support preemptive authentication

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=330250

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #2 from Grégory Oestreicher  ---
Looks more like a job for KIO http module. I can't find an option to enable
this.

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

[Akonadi] [Bug 358510] Akonadi Resource davgroupware crash

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358510

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #1 from Grégory Oestreicher  ---
Is this still happening with the latest release? I see that, according to the
number (4.89.0), it must be a beta.

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

[Akonadi] [Bug 344874] username/password not being sent in header

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344874

--- Comment #8 from Grégory Oestreicher  ---
(In reply to Olaf Titz from comment #7)
> Akonadi always sends the first PROPFIND request without authorization
> headers, as gets logged by Apache.

OK, but this is how it's supposed to work: first request is made without the
Authorization header to ensure that authentication is needed, but the second
one should have it. Is that not the case?

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

[Akonadi] [Bug 355669] Akonadi take lot of CPU (http.so) when DAV Server is not available

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355669

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #1 from Grégory Oestreicher  ---
Thanks for the video, really drives the point home :)

What do you mean by "server not available" exactly? I see that your WiFi
connection is up, so network is here, but is the server down (so HTTP requests
would get a connection refused) or are the connections ending with a timeout?
Also are you behind a captive portal?

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

[digikam] [Bug 359083] digiKam doesn't read JPG XMP data written by Lightroom

2016-02-06 Thread george via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359083

george  changed:

   What|Removed |Added

   Platform|Other   |openSUSE RPMs

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


[digikam] [Bug 359083] New: digiKam doesn't read JPG XMP data written by Lightroom

2016-02-06 Thread george via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359083

Bug ID: 359083
   Summary: digiKam doesn't read JPG XMP data written by Lightroom
   Product: digikam
   Version: 4.13.0
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Metadata
  Assignee: digikam-de...@kde.org
  Reporter: stu...@anchev.net

RAW development settings written by Lightroom to a JPG file are not visible in
digiKam when browsing the same images.

Reproducible: Always

Steps to Reproduce:
1. Make some RAW development on a JPG file in Lightroom
2. Open the file directly from disk in Photoshop - the settings are there
3. Try to open the same file in digiKam 

Actual Results:  
The RAW development settings settings are not seen in digiKam (it shows the
original)

Expected Results:  
See the same as in LR development

I am not 100% sure if this is a bug as I am not an expert on XMP. But logically
one would expect to have compatibility between programs. So if it is not a bug
- please let me know if there is a workaround or if it can be implemented.
Thanks.

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


[kaddressbook] [Bug 358934] Passwords containing colons are not urlencoded properly when adding DAV resources

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358934

Grégory Oestreicher  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
 CC||g...@kamago.net

--- Comment #2 from Grégory Oestreicher  ---
Thanks for the report. This has been fixed since as I can't reproduce it with
15.12. I remember addressing the @ in the user name, which may also be the
cause here.

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

[kmail2] [Bug 359082] Empty dialog on clicking 'GnuPG Settings...' dialog

2016-02-06 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359082

--- Comment #1 from André Marcelo Alvarenga  ---
Created attachment 97063
  --> https://bugs.kde.org/attachment.cgi?id=97063&action=edit
Screenshot

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

[kmail2] [Bug 359082] New: Empty dialog on clicking 'GnuPG Settings...' dialog

2016-02-06 Thread André Marcelo Alvarenga via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359082

Bug ID: 359082
   Summary: Empty dialog on clicking 'GnuPG Settings...' dialog
   Product: kmail2
   Version: 5.1
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: alvare...@kde.org

See screenshot.

Settings -> Configure KMail...
Security page -> Miscellaneous tab

Reproducible: Always

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


[amarok] [Bug 358747] Amarok doesn't allow podcast scroll

2016-02-06 Thread Myriam Schweingruber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358747

--- Comment #4 from Myriam Schweingruber  ---
Thank you for the feedback. What type of file is the podcast?

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


[Akonadi] [Bug 355441] DAV Resource 15.12.0: Broken state, The item was not deleted on the server.

2016-02-06 Thread Grégory Oestreicher via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355441

Grégory Oestreicher  changed:

   What|Removed |Added

 CC||g...@kamago.net

--- Comment #2 from Grégory Oestreicher  ---
I can't reproduce this, it's working fine (tested against ownCloud 8.2.2 with
the Tasks application). When this happens is your network up?

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

[phonon-backend-gstreamer] [Bug 358893] Crash shortly after starting track

2016-02-06 Thread Myriam Schweingruber via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358893

Myriam Schweingruber  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID
 Status|NEEDSINFO   |RESOLVED

--- Comment #3 from Myriam Schweingruber  ---
Thank you for the feedback. Unfortunately there is very little we can do about
this, as we need to be able to reproduce a bug to fix it. Please feel free to
reopen this report if you can reproduce it and give the steps on how to do it.

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


[cantor] [Bug 348128] The sage backend does not starts with sage 6.7

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

--- Comment #6 from m_loui...@yahoo.com ---
Thank you for this fix, you rock !

-- 
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-06 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #5 from Jean-Baptiste Mardelle  ---
Looks like Kdenlive somehow tries an incorrect location for MLT.
Can you try starting in a terminal with following syntax:

kdenlive --mlt-path /usr/share/mlt/profiles/

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


[kompare] [Bug 359081] Error when comparing the two files and trying to save them

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

--- Comment #1 from a...@openmailbox.org ---
OS version:
Linux linux 4.2.0-27-generic #32-Ubuntu SMP Fri Jan 22 04:49:08 UTC 2016 x86_64
x86_64 x86_64 GNU/Linux

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


[kompare] [Bug 359081] New: Error when comparing the two files and trying to save them

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

Bug ID: 359081
   Summary: Error when comparing the two files and trying to save
them
   Product: kompare
   Version: 4.1.3
  Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kompare-de...@kde.org
  Reporter: a...@openmailbox.org

When I try to compare two files or directories which have some files and there
are some changes, I can not save these changes to the destination file.

I get the following error:
Could not upload the temporary file to the destination location
file:///home/username/file1. The temporary file is still available under:
/tmp/kompare.Ti7221. You can manually copy it to the right place.

I use Kompare with Krusader.
I tested this on the OpenSuse 13.2 ant I had not problems.

Reproducible: Always

Steps to Reproduce:
1. Create two files, fill them with different content.
2. Try to compare them.
3. Try to save changes to the destination file.

Actual Results:  
I got the following error:

Could not upload the temporary file to the destination location
file:///home/username/file1. The temporary file is still available under:
/tmp/kompare.Ti7221. You can manually copy it to the right place.

Expected Results:  
Changes should be saved to the destination file.

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


[kdevelop] [Bug 298511] Change returned type of static function in it's definition (cpp file) made remove word "static" in it's declaration (header)

2016-02-06 Thread Piotr Mierzwinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=298511

--- Comment #7 from Piotr Mierzwinski  ---
And about current (today [06.02.2016] evening [after 10pm] cloned source from
origin/5.0 branch) version.
I retested it and here noting changed comparing to issue sent in the post made
at "2016-01-30 23:58:48 CET", so definition/declaration is not updated. I'm not
sure where is the issue :/.

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


[kwin] [Bug 344326] Black or corrupted screen on resume from suspend

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

--- Comment #97 from Thomas Lübking  ---
As mentioned, there's a workaround in KWin 5.4 and up.
4.x won't see any upstream updates and the patch isn't easy to backport.

The bug is (likely) in the nvidia driver when moving VBOs between system and
video RAM. I have frankly not the least idea how or why that should happen when
locking the screen (except when it's rather "when suspending the screen,
causing a randr event, and the screenlocker is just randomly invoked as well")

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

[kdevelop] [Bug 298511] Change returned type of static function in it's definition (cpp file) made remove word "static" in it's declaration (header)

2016-02-06 Thread Piotr Mierzwinski via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=298511

--- Comment #6 from Piotr Mierzwinski  ---
[Kevin] @Piotr: It works for me using latest 5.0 branch. Are you sure?
I've retested it again using kdevelop-4.90.91 built by packager from Mageia
Cauldron distribution.
I can say that change of returned type of static function made in header file
works (cpp file is properly updated).

Only left minor bug(s).
After click in "1" on "Adapt signature" window/toolTip, this window still
visible on the screen and I expect that disappear. It doesn't happen when I
press shortcut "Alt+1" ("Adapt signature" disappear).
Second issue is that, in cpp definition noting happen after changing return
type.

[Kevin] Why do we have two bug reports for this to begin with? Marking as
duplicate. Please report on that one.
For me it was two things, because involved two behaviours (actions made by user
to get an error).
In bug 356179 "static" word was removed after removing last parameter in the
function/method (which was declared static). And here definition/declaration is
not updated after changing the type.

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


[plasma-nm] [Bug 357068] VPN: kwallet dialog when VPN connection shuts down

2016-02-06 Thread arne anka via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357068

--- Comment #7 from arne anka  ---
$ dpkg -s network-manager-vpnc
Package: network-manager-vpnc
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 82
Maintainer: Utopia Maintenance Team

Architecture: amd64
Version: 1.1.90-2
Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.37.3), libnm0 (>= 1.1.90), vpnc
Conffiles:
 /etc/NetworkManager/VPN/nm-vpnc-service.name 7f51a018f71365892e1a374df3942c93
 /etc/dbus-1/system.d/nm-vpnc-service.conf fd1972dab1966261b4cc7aaa274d3e84
Description: network management framework (VPNC plugin core)
 NetworkManager is a system network service that manages your network devices
 and connections, attempting to keep active network connectivity when
 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
 devices, and provides VPN integration with a variety of different VPN
 services.
 .
 This package provides a VPN plugin for vpnc, providing easy access to Cisco
 Concentrator based VPN's.
Homepage: https://www.gnome.org/projects/NetworkManager/

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


[plasma-nm] [Bug 357068] VPN: kwallet dialog when VPN connection shuts down

2016-02-06 Thread arne anka via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357068

--- Comment #6 from arne anka  ---
$ dpkg -s network-manager
Package: network-manager
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 14090
Maintainer: Utopia Maintenance Team

Architecture: amd64
Version: 1.1.90-5
Depends: libbluetooth3 (>= 4.91), libc6 (>= 2.17), libglib2.0-0 (>= 2.39.4),
libgnutls30 (>= 3.4.0), libgudev-1.0-0 (>= 165), libmm-glib0 (>= 1.0.0),
libndp0 (>= 1.2), libnewt0.52, libnl-3-200 (>= 3.2.7), libnm0 (>= 1.1.90),
libpolkit-agent-1-0 (>= 0.99), libpolkit-gobject-1-0 (>= 0.104), libreadline6
(>= 6.0), libsoup2.4-1 (>= 2.40), libsystemd0, libteamdctl0 (>= 1.9), libuuid1
(>= 2.16), init-system-helpers (>= 1.18~), lsb-base (>= 3.2-14), wpasupplicant
(>= 0.7.3-1), dbus (>= 1.1.2), udev, adduser, isc-dhcp-client (>= 4.1.1-P1-4),
libpam-systemd, policykit-1
Recommends: ppp, dnsmasq-base, iptables, modemmanager, crda, iputils-arping
Suggests: libteam-utils
Breaks: ppp (>= 2.4.7-2~), ppp (<< 2.4.7-1+~)
Conffiles:
 /etc/NetworkManager/NetworkManager.conf 914f22205f2ed4d4bc84f3682ecd3153
 /etc/NetworkManager/dispatcher.d/01ifupdown 299819a8e64f00a1edbdfc99d05a8594
 /etc/dbus-1/system.d/nm-dispatcher.conf 5711a76c31a3763750fe2c331741f679
 /etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf
293db8ed3188eb8b5b164571d753bd60
 /etc/init.d/network-manager 59b97edb8cc5f8db9882118fbf102a88
Description: network management framework (daemon and userspace tools)
 NetworkManager is a system network service that manages your network devices
 and connections, attempting to keep active network connectivity when
 available. It manages ethernet, WiFi, mobile broadband (WWAN), and PPPoE
 devices, and provides VPN integration with a variety of different VPN
 services.
 .
 This package provides the userspace daemons and a command line interface to
 interact with NetworkManager.
 .
 Optional dependencies:
  * ppp: Required for establishing dial-up connections (e.g. via GSM).
  * dnsmasq-base/iptables: Required for creating Ad-hoc connections and
connection sharing.
address configuration.
  * libteam-utils: Network Team driver allows multiple network interfaces to be
teamed together and act like a single one. This process is called "ethernet
bonding", "channel teaming" or "link aggregation".
Homepage: https://wiki.gnome.org/Projects/NetworkManager

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


[kwin] [Bug 344326] Black or corrupted screen on resume from suspend

2016-02-06 Thread Blucode via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344326

Blucode  changed:

   What|Removed |Added

 CC||bluflonal...@gmail.com

--- Comment #96 from Blucode  ---
Thanks for keeping an eye on this bug.

What I have in common about the bug in description and comments 1-93 :
- "I see sometimes black, other times corrupted screen with blinking triangles
of distorted windows content"
- "running 64 bit kernel"
- "nvidia video cards" "GeForce GTX" (mine is 970)
- "kwin with OpenGL compositing on an nvidia card with binary driver"
- "Magic Lamp effect indeed boosts reproducibility of this bug"
- "this is also triggered by screen configuration change" (I do xrandr to dim
screen)
- "workaround disabling and enabling compositing always works"
- "disabling/re-enabling compositing does indeed fix it"
- ...

So I do have this very bug (even if I don't STR - suspend to RAM)

Also: Andrew de Quincey says (32) "My problem previously was that you can't
toggle compositing from the lockscreen"
Me too.

I have Mint 17.3 with
Linux 3.19.0 x86_64, KDE : 4.14.2 , KWin : 4.11.11
NVidia Driver Version: 352.63

(BTW if my comment isn't relevant for some reason I'd be glad to know why and
how I could make a quick fix before getting the next distrib release)

-- 
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-06 Thread Jesse via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358999

--- Comment #4 from Jesse  ---
I installed a fresh copy of kubuntu 15.10 x64 with Plasma 5.5.3 (via kubuntu's
backports PPA) and build & installed MLT git master, then kdenilve git master.
Same issue pops up. running from console produces this:

jesse@Cerberus:~$ kdenlive
begin true
end
begin true
end
begin true
end
Trying to convert empty KLocalizedString to QString.
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 1: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 3: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 5: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 7: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 9: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 11: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 12: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 13: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 14: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 15: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 17: "
Invalid entry (missing '=')
"KConfigIni: In file /home/jesse/Downloads/mlt/profiles/Makefile, line 18: "
Invalid entry (missing '=')
libDeckLinkAPI.so: cannot open shared object file: No such file or directory
The DeckLink drivers are not installed.

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


[kdenlive] [Bug 358695] 15.13 git master: in rendering dialog, allow for both processing and MLT threads

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

asla...@vsechno-atd.cz changed:

   What|Removed |Added

 CC||asla...@vsechno-atd.cz

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


[rkward] [Bug 359065] Search and then delete those objects via workspace crash

2016-02-06 Thread Thomas Friedrichsmeier via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359065

--- Comment #5 from Thomas Friedrichsmeier 
 ---
Hi!

Thanks a lot for the detailed instructions. I did exactly what you described,
tried several times, but still could not produce a crash on my system. Tried
running through valgrind (a tool to diagnose many run-time issues), but nothing
suspicious showed when following these steps.

Some further questions, to make sure:
1. This is in a clean session, nothing else in the workspace?
2. The crash happens every time for you?

I assume you do not see a backtrace, for some reason (otherwise, please attach
it). Please try the following: After starting RKWard, create the test objects,
then go to Settings->Configure RKWard->Debug. Set "Debug level" to 5 and click
"Apply". Go to the workspace browser and proceed as per your instructions.
After the crash, open a file browser and locate the _most recent_ file named
rkward.frontend.XXX in /tmp . Please attach that.

Thanks!

-- 
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-06 Thread Fahad Alduraibi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

--- Comment #69 from Fahad Alduraibi  ---
Created attachment 97062
  --> https://bugs.kde.org/attachment.cgi?id=97062&action=edit
hidden icon and entry

-- 
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-06 Thread Fahad Alduraibi via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352055

Fahad Alduraibi  changed:

   What|Removed |Added

 CC||fad...@gmail.com

--- Comment #68 from Fahad Alduraibi  ---
I have the same issue with audio icon disappearing, so now I went back to using
kmix. However, the annoying problem is with a mysterious hidden icon which I
couldn't find its originator. 

If I hide that icon from the System Tray entries it reappears after restarting
the system.  So I checked the file "plasma-org.kde.plasma.desktop-appletsrc" to
see what is happening and I find that it gets a new number every time:

hiddenItems=67108952,65011800

what are these numbers? and how can I find the app/service responsible for this
entry?

(see the attached image)

Fedora 23, KDE 5.18 Qt 5.5.1

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


[plasmashell] [Bug 359080] New: plasma crashes on remote login

2016-02-06 Thread Markus Grabner via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359080

Bug ID: 359080
   Summary: plasma crashes on remote login
   Product: plasmashell
   Version: 5.4.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: grab...@icg.tugraz.at
CC: bhus...@gmail.com, plasma-b...@kde.org

Application: plasmashell (5.4.3)

Qt Version: 5.5.1
Operating System: Linux 4.1.15-8-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
I tried to remotely log in on a different machine. The login prompt appeared,
and my user name and password were accepted as expected, but soon after the
crash notification dialog popped up.

The crash can be reproduced every time.

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

Thread 7 (Thread 0x7f8d7787a700 (LWP 834)):
#0  0x7f8d88dc8c1d in poll () at /lib64/libc.so.6
#1  0x7f8d8dcf4422 in  () at /usr/lib64/libxcb.so.1
#2  0x7f8d8dcf600f in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x7f8d79ffd3c9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x7f8d894c032f in  () at /usr/lib64/libQt5Core.so.5
#5  0x7f8d885d20a4 in start_thread () at /lib64/libpthread.so.0
#6  0x7f8d88dd104d in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f8d74a41700 (LWP 841)):
#0  0x7f8d885d87bc in __lll_lock_wait () at /lib64/libpthread.so.0
#1  0x7f8d885d44a4 in _L_lock_986 () at /lib64/libpthread.so.0
#2  0x7f8d885d4306 in pthread_mutex_lock () at /lib64/libpthread.so.0
#3  0x7f8d848cbe90 in  () at /usr/X11R6/lib64/libGL.so.1
#4  0x7f8d848cf41e in  () at /usr/X11R6/lib64/libGL.so.1
#5  0x7f8d848cf878 in  () at /usr/X11R6/lib64/libGL.so.1
#6  0x7f8d80f66fd1 in  () at /usr/lib64/tls/libnvidia-tls.so.340.93
#7  0x7f8d854ebb60 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f8d854aa999 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f8d854aadf8 in  () at /usr/lib64/libglib-2.0.so.0
#10 0x7f8d854aaf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#11 0x7f8d896f2d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#12 0x7f8d89699d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#13 0x7f8d894bb61a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#14 0x7f8d8c7a6df8 in  () at /usr/lib64/libQt5Qml.so.5
#15 0x7f8d894c032f in  () at /usr/lib64/libQt5Core.so.5
#16 0x7f8d885d20a4 in start_thread () at /lib64/libpthread.so.0
#17 0x7f8d88dd104d in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f8d64939700 (LWP 842)):
#0  0x7f8d854a821b in  () at /usr/lib64/libglib-2.0.so.0
#1  0x7f8d854aa83f in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#2  0x7f8d854aadf8 in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f8d854aaf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f8d896f2d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7f8d89699d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f8d894bb61a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7f8d8c7a6df8 in  () at /usr/lib64/libQt5Qml.so.5
#8  0x7f8d894c032f in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f8d885d20a4 in start_thread () at /lib64/libpthread.so.0
#10 0x7f8d88dd104d in clone () at /lib64/libc.so.6

Thread 4 (Thread 0x7f8d5ee1c700 (LWP 878)):
#0  0x7f8d885d4300 in pthread_mutex_lock () at /lib64/libpthread.so.0
#1  0x7f8d848cbe90 in  () at /usr/X11R6/lib64/libGL.so.1
#2  0x7f8d848cf41e in  () at /usr/X11R6/lib64/libGL.so.1
#3  0x7f8d848cf878 in  () at /usr/X11R6/lib64/libGL.so.1
#4  0x7f8d80f66fd1 in  () at /usr/lib64/tls/libnvidia-tls.so.340.93
#5  0x7f8d854ebb60 in  () at /usr/lib64/libglib-2.0.so.0
#6  0x7f8d854aa999 in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#7  0x7f8d854aadf8 in  () at /usr/lib64/libglib-2.0.so.0
#8  0x7f8d854aaf7c in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#9  0x7f8d896f2d8b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#10 0x7f8d89699d53 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#11 0x7f8d894bb61a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#12 0x7f8d8c7a6df8 in  () at /usr/lib64/libQt5Qml.so.5
#13 0x7f8d894c032f in  () at /usr/lib64/libQt5Core.so.5
#14 0x7f8d885d20a4 in start_thread () at /lib64/libpthread.so.0
#15 0x7f8d88dd104d in clone () at /lib64/libc.so.6

Thread 3 (Thread 0x7f8d5d55f700 (LWP 881)):
#0  0x7f8d885d605f in pthread_cond_wait@@GLIBC_2.3.

[krdc] [Bug 359071] KRDC VNC & RDP not working upon first install on mint 17.3

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

--- Comment #2 from theabyss2...@gmx.com ---
done.

https://bugs.launchpad.net/linuxmint/+bug/1542714

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


[kwin] [Bug 344326] Black or corrupted screen on resume from suspend

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

--- Comment #95 from Thomas Lübking  ---
This bug is about resuming from STR (and nvidia), not about screen locking.
Also it's worked around in 5.4 (though kwin can still crash in the driver)

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

[kwin] [Bug 344326] Black or corrupted screen on resume from suspend

2016-02-06 Thread Blucode via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344326

--- Comment #94 from Blucode  ---
Created attachment 97061
  --> https://bugs.kde.org/attachment.cgi?id=97061&action=edit
Disable KDE compositor uppon lock screen (and restore state after)

Using Linux Mint 17.3 KDE Edition, I'm affected by this 1 year old bug on this
brand new distro installation :(
I not sure to be willing to patch and compile the whole KWin myself, next Mint
is 6 months away with the right KWin version I hope...

My main concern was to be locked out by the screensaver with a crazy screen and
not being able to type in the password and get back to the session for a
alt-shift-F12 ...

So I took a few hours to make those python lines in attachment:

It stops compositing uppon screen lock (kde) and put it back as it was uppon
unlock.

(I've just registered here to share this small script)

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


[dolphin] [Bug 356893] Crash when creating file from context menu

2016-02-06 Thread Jesse Talavera-Greenberg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356893

Jesse Talavera-Greenberg  changed:

   What|Removed |Added

 CC||jessetalav...@aol.com

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


[dolphin] [Bug 356893] Crash when creating file from context menu

2016-02-06 Thread Jesse Talavera-Greenberg via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356893

--- Comment #1 from Jesse Talavera-Greenberg  ---
Created attachment 97060
  --> https://bugs.kde.org/attachment.cgi?id=97060&action=edit
New crash information added by DrKonqi

dolphin (15.08.2) using Qt 5.4.2

- What I was doing when the application crashed:

Absolutely nothing.  Seriously, I was *about* to rename a file, but Dolphin
crashed before I could even right-click the file.

-- Backtrace (Reduced):
#6  QVector::isEmpty (this=) at
../../include/QtCore/../../src/corelib/tools/qvector.h:84
#7  QThreadStorageData::finish (p=p@entry=0xf8) at
thread/qthreadstorage.cpp:169
#8  0x7fc23a3a0465 in QThreadPrivate::finish (arg=arg@entry=0x13f6c40) at
thread/qthread_unix.cpp:357
#9  0x7fc23a3a12df in __pthread_cleanup_class::~__pthread_cleanup_class
(this=, __in_chrg=) at
/usr/include/pthread.h:563
#10 QThreadPrivate::start (arg=0x13f6c40) at thread/qthread_unix.cpp:296

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


[korganizer] [Bug 352645] kOrganizer 15.08.1-pre: Multiple issues with categories cause a huge mess and make using categories basically impossible

2016-02-06 Thread Boian Berberov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352645

Boian Berberov  changed:

   What|Removed |Added

 CC||bberberov+...@gmail.com

--- Comment #6 from Boian Berberov  ---
These issues also appear in openSUSE Tumbleweed with Kontact/Korganizer
15.12.1.  This bug should probably be a tracker, depending on each of them.

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


[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

2016-02-06 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356321

--- Comment #21 from Wolfgang Bauer  ---
(In reply to David Edmundson from comment #20)
> https://git.reviewboard.kde.org/r/126999/ if you're able to try patches.

Yes, it seems to fix the crash.

With that patch I am not able to reproduce it with neither plasmashell nor
dolphin, while it did occur every single time without it.

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


[kontact] [Bug 357236] Kontact 15.12.0: Categories are multiplied on using them for tasks or events

2016-02-06 Thread Boian Berberov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357236

--- Comment #3 from Boian Berberov  ---
This bug is a duplicate of bug 352645 and should probably block it.  Bug 352645
should become a tracker for the multiple issues with categories in Kontact.

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


[kmail2] [Bug 340119] KMail synchronization fails if you regularly switch between web/android and KMail

2016-02-06 Thread Sudhir Khanger via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340119

--- Comment #1 from Sudhir Khanger  ---
Created attachment 97059
  --> https://bugs.kde.org/attachment.cgi?id=97059&action=edit
akonadi output

This continues to be a major problem as big as that I will have to stop using
KDE PIM. I have switched email services just so that KMail works with it. I
have tried GMail and Zoho for email. I also use other clients, K-9 and Zoho
app, which don't have this problem. KMail is the only one that goes out of
sync.

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


[dolphin] [Bug 358954] Dolphin crash changing permissions

2016-02-06 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358954

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #1 from Wolfgang Bauer  ---
This is probably the same crash as in bug#356321

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


[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

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

--- Comment #20 from David Edmundson  ---
https://git.reviewboard.kde.org/r/126999/ if you're able to try patches.

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


[korganizer] [Bug 333754] KOrganizer does not retain custom category colors

2016-02-06 Thread Boian Berberov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333754

Boian Berberov  changed:

   What|Removed |Added

 CC||bberberov+...@gmail.com

--- Comment #49 from Boian Berberov  ---
This bug appears to be fixed in Kontact/Korganizer version 15.12.1.  However
bug 357236 introduces another issue that causes category colors not to render
correctly.

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


[cantor] [Bug 348128] The sage backend does not starts with sage 6.7

2016-02-06 Thread Filipe Saraiva via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348128

Filipe Saraiva  changed:

   What|Removed |Added

   Version Fixed In||16.04
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/cant
   ||or/5d185d21431a989055ab4a15
   ||01584dbb3ea17842
 Status|CONFIRMED   |RESOLVED

--- Comment #5 from Filipe Saraiva  ---
Git commit 5d185d21431a989055ab4a1501584dbb3ea17842 by Filipe Saraiva, on
behalf of Fernando Teles.
Committed on 06/02/2016 at 19:38.
Pushed by filipesaraiva into branch 'master'.

After version 6.5, Sage changed its name to SageMath. So, Cantor supports
to newer versions was broken. I changed a string to resolve this issue.
FIXED-IN: 16.04
CLOSES: D903
DONE: T1029
CCMAIL: fernandotal...@gmail.com

M  +1-1src/backends/sage/sagesession.cpp

http://commits.kde.org/cantor/5d185d21431a989055ab4a1501584dbb3ea17842

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


[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

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

--- Comment #19 from David Edmundson  ---
Thanks so much.

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


[amarok] [Bug 358747] Amarok doesn't allow podcast scroll

2016-02-06 Thread Daniil Vasin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358747

--- Comment #3 from Daniil Vasin  ---
I use Gstreamer 4.8.2

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


[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

2016-02-06 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356321

--- Comment #18 from Wolfgang Bauer  ---
Created attachment 97058
  --> https://bugs.kde.org/attachment.cgi?id=97058&action=edit
valgrind log with "--num-callers=50"

(In reply to David Edmundson from comment #17)
>  but can I be a pain and ask you to re-run with
> valgrind --num-callers=50 
> 
> so I can see the full trace of the initial delete.

Attached.

> (I did try myself, but I don't get the problem here)

The crash happens when reproducing Bug#356198.
If you have the corresponding template files in /usr/share/templates/, that
doesn't happen. I had to remove that folder to even see that problem, as I have
a git version of kde-baseapps installed that still has those files.

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


[amarok] [Bug 358747] Amarok doesn't allow podcast scroll

2016-02-06 Thread Daniil Vasin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358747

--- Comment #2 from Daniil Vasin  ---
amarok: BEGIN:
TimecodeLoadCapabilityPodcastImpl::TimecodeLoadCapabilityPodcastImpl(Podcasts::PodcastEpisode*)
amarok:   episode:  "A State of Trance Official Podcast Episode 390"
amarok: END__:
TimecodeLoadCapabilityPodcastImpl::TimecodeLoadCapabilityPodcastImpl(Podcasts::PodcastEpisode*)
[Took: 0s]
amarok: BEGIN: virtual BookmarkList
TimecodeLoadCapabilityPodcastImpl::loadTimecodes()
amarok: END__: virtual BookmarkList
TimecodeLoadCapabilityPodcastImpl::loadTimecodes() [Took: 0s]
amarok: BEGIN: void Playlist::NonlinearTrackNavigator::doItemListsMaintenance()
amarok: END__: void Playlist::NonlinearTrackNavigator::doItemListsMaintenance()
[Took: 0s]
amarok: BEGIN: Playlist::ItemList*
Playlist::NonlinearTrackNavigator::nextItemChooseDonorList()
amarok: END__: Playlist::ItemList*
Playlist::NonlinearTrackNavigator::nextItemChooseDonorList() [Took: 0s]
amarok: BEGIN: void Playlist::NonlinearTrackNavigator::doItemListsMaintenance()
amarok: END__: void Playlist::NonlinearTrackNavigator::doItemListsMaintenance()
[Took: 0s]
amarok: BEGIN: void Analyzer::Base::connectSignals()
amarok: END__: void Analyzer::Base::connectSignals() [Took: 0s]
QTimeLine::start: already running
amarok: BEGIN: void EngineController::seekTo(int)
amarok:   [EngineController] seek to:  61362
amarok: END__: void EngineController::seekTo(int) [Took: 0.001s]
amarok: BEGIN: void EngineController::seekTo(int)
amarok:   [EngineController] seek to:  235406
amarok: END__: void EngineController::seekTo(int) [Took: 0s]
amarok: BEGIN: void ProgressWidget::redrawBookmarks(const QString*)
amarok:   BEGIN:
TimecodeLoadCapabilityPodcastImpl::TimecodeLoadCapabilityPodcastImpl(Podcasts::PodcastEpisode*)
amarok: episode:  "A State of Trance Official Podcast Episode 390"
amarok:   END__:
TimecodeLoadCapabilityPodcastImpl::TimecodeLoadCapabilityPodcastImpl(Podcasts::PodcastEpisode*)
[Took: 0s]
amarok:   BEGIN: virtual BookmarkList
TimecodeLoadCapabilityPodcastImpl::loadTimecodes()
amarok:   END__: virtual BookmarkList
TimecodeLoadCapabilityPodcastImpl::loadTimecodes() [Took: 0s]
amarok:   found  0  timecodes on this track
amarok: END__: void ProgressWidget::redrawBookmarks(const QString*) [Took: 0s]
amarok: BEGIN:
TimecodeLoadCapabilityPodcastImpl::TimecodeLoadCapabilityPodcastImpl(Podcasts::PodcastEpisode*)
amarok:   episode:  "A State of Trance Official Podcast Episode 390"
amarok: END__:
TimecodeLoadCapabilityPodcastImpl::TimecodeLoadCapabilityPodcastImpl(Podcasts::PodcastEpisode*)
[Took: 0s]
amarok: BEGIN: virtual BookmarkList
TimecodeLoadCapabilityPodcastImpl::loadTimecodes()
amarok: END__: virtual BookmarkList
TimecodeLoadCapabilityPodcastImpl::loadTimecodes() [Took: 0s]

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


[kwin] [Bug 359079] kwin crashes with segmentation fault (11)

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

Thomas Lübking  changed:

   What|Removed |Added

  Component|core|scene-opengl
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM
  Flags||Catalyst+

--- Comment #1 from Thomas Lübking  ---
> #6  0x7fda4db36aa9 in  () at /usr/X11R6/lib64/modules/dri/fglrx_dri.so
> #7  0x7fda4d221ff8 in  () at /usr/X11R6/lib64/modules/dri/fglrx_dri.so
> #8  0x7fda4d92 in  () at /usr/X11R6/lib64/modules/dri/fglrx_dri.so
> #9  0x7fda4d653b23 in  () at /usr/X11R6/lib64/modules/dri/fglrx_dri.so
> #10 0x7fda7522ba32 in  () at /usr/lib64/libkwin4_effect_builtins.so.1
> #11 0x7fda7522c6e4 in  () at /usr/lib64/libkwin4_effect_builtins.so.1
> #12 0x7fda77f58a31 in  () at /usr/lib64/libkwin.so.5

Crash in fglrx, most likely caused by blur and/or contrast effect, see bug
#349862, but the backtrace lacks the necessary debug symbols to be sure; you
need to install at least kwin-debuginfo.

If it's the same bug, disabling caching in the blur effect *might* prevent this
(but we don't know what the actual reason is since fglrx remains opaque)

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

[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

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

--- Comment #17 from David Edmundson  ---
Valgrind trace is useful 
And I can definitely come up with two different guards that would fix this from
that, but neither /should/ be needed. 

 but can I be a pain and ask you to re-run with
valgrind --num-callers=50 

so I can see the full trace of the initial delete.

(I did try myself, but I don't get the problem here)

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


[kwin] [Bug 359079] New: kwin crashes with segmentation fault (11)

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

Bug ID: 359079
   Summary: kwin crashes with segmentation fault (11)
   Product: kwin
   Version: 5.4.3
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: grave
  Priority: NOR
 Component: core
  Assignee: kwin-bugs-n...@kde.org
  Reporter: t...@gmx.com

Created attachment 97057
  --> https://bugs.kde.org/attachment.cgi?id=97057&action=edit
Crash report

KDE Plasma: 5.4.3
QT Version: 5.5.1

Kwin frequently and totally random crashes, forcing to open Konsole and to
restart kwin_x11

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


[Spectacle] [Bug 359078] Mouse cursor with rectangular region misplaced, too large, and wronge graphic

2016-02-06 Thread Boudhayan Gupta via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359078

--- Comment #2 from Boudhayan Gupta  ---
Can I sit on this for a while? I want to eventually fix this with a
QtQuick-based replacement.

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


[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

2016-02-06 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356321

--- Comment #16 from Wolfgang Bauer  ---
(In reply to Wolfgang Bauer from comment #15)
> Hm, dolphin did not crash when running it in valgrind.

PS: the crash is reliably reproducible otherwise.
I now let drkonqi search for duplicates and got 11 results, from dolphin *and*
systemsettings...

And now that I look again at the backtrace in comment#0, it is actually
similar:
Thread 1 (Thread 0x7f3d4e7b37c0 (LWP 26632)):
[KCrash Handler]
#5  0x7f3d483aefab in QMetaObject::invokeMethod(QObject*, char const*,
Qt::ConnectionType, QGenericReturnArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument,
QGenericArgument, QGenericArgument, QGenericArgument, QGenericArgument) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f3d4c6b5724 in KDialogJobUiDelegate::Private::next() () at
/usr/lib64/libKF5JobWidgets.so.5
#7  0x7f3d483cf4f6 in QObject::event(QEvent*) () at
/usr/lib64/libQt5Core.so.5
#8  0x7f3d49517eec in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib64/libQt5Widgets.so.5
#9  0x7f3d4951cd38 in QApplication::notify(QObject*, QEvent*) () at
/usr/lib64/libQt5Widgets.so.5
#10 0x7f3d4839e935 in QCoreApplication::notifyInternal(QObject*, QEvent*)
() at /usr/lib64/libQt5Core.so.5
#11 0x7f3d483a0af7 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib64/libQt5Core.so.5
#12 0x7f3d483f6303 in  () at /usr/lib64/libQt5Core.so.5
#13 0x7f3d43374a04 in g_main_context_dispatch () at
/usr/lib64/libglib-2.0.so.0
#14 0x7f3d43374c48 in  () at /usr/lib64/libglib-2.0.so.0
#15 0x7f3d43374cec in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#16 0x7f3d483f577c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#17 0x7f3d4839c803 in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#18 0x7f3d483a4396 in QCoreApplication::exec() () at
/usr/lib64/libQt5Core.so.5
#19 0x7f3d4e3d13f7 in kdemain(int, char**) (argc=1, argv=)
at /usr/src/debug/dolphin-15.12.1/src/main.cpp:150
#20 0x7f3d4dfebb05 in __libc_start_main () at /lib64/libc.so.6
#21 0x004007be in _start () at ../sysdeps/x86_64/start.S:122

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


[Spectacle] [Bug 359078] Mouse cursor with rectangular region misplaced, too large, and wronge graphic

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

--- Comment #1 from Kai Uwe Broulik  ---
Created attachment 97056
  --> https://bugs.kde.org/attachment.cgi?id=97056&action=edit
Wrong cursor

You can see by the hovered item in the list where the mouse actually was

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


[Spectacle] [Bug 359078] New: Mouse cursor with rectangular region misplaced, too large, and wronge graphic

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

Bug ID: 359078
   Summary: Mouse cursor with rectangular region misplaced, too
large, and wronge graphic
   Product: Spectacle
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: General
  Assignee: m...@baloneygeek.com
  Reporter: k...@privat.broulik.de

When I take a rectangular region screenshot using Meta+Shift+Print the mouse
cursor in the screenshot is misplaced, too large, and the graphic is wrong (ie.
usually showing either the cross-hair for selecting a region or the hand for
moving said selection)

Reproducible: Always

Steps to Reproduce:
1. Use QT_DEVICE_PIXEL_RATIO=2
2. Press Meta+Shift+PrtScr (I think just doing a rectangular selection from the
UI should work also)
3. Save screenshot

Actual Results:  
There will be a mouse cursor in the screenshot at a wrong position, it will be
too large, and the graphic will be wrong.

Expected Results:  
The cursor will be at the appropriate position in the correct size and using
the graphic the cursor would have in the window I snapshotted rather than of
the selection window (if that's not possible, just use the default arrow
cursor)

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


[okular] [Bug 342076] The marker for the current section only shows up for the first page of a chapter

2016-02-06 Thread miklos via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=342076

--- Comment #7 from miklos  ---
Created attachment 97055
  --> https://bugs.kde.org/attachment.cgi?id=97055&action=edit
okular_marker.diff

(In reply to Albert Astals Cid from comment #6)
> I disagree, and actually querying the whole TOC tree is quite a bad idea
> since on big documents it can be veeery slow.
> 
> But if someone comes up with a patch we can discuss over it.

Today I noticed that this bug is still open, and I decided to take a look at
the code. You worry about querying the whole TOC tree? The current code does
exactly that to find the items matching the current page!

I came up with the attached patch that half-solves the problem, and doesn't go
over the entire TOC tree :) The remaining task is to teach TOCModel::data() to
only set KIcon to nodes that either have no children or are not expanded. The
latter is a bit difficult, as the model knows nothing about the treeview. I'm
open to suggestions.

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


[plasmashell] [Bug 356321] OpenSuse 42.1 plasma desktop crash

2016-02-06 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356321

--- Comment #15 from Wolfgang Bauer  ---
Created attachment 97054
  --> https://bugs.kde.org/attachment.cgi?id=97054&action=edit
valgrind log when trying to reproduce the crash in dolphin

(In reply to David Edmundson from comment #14)
> Wolfgang, can you get me a valgrind trace of the crash in dolphin?

Hm, dolphin did not crash when running it in valgrind.
I attached the log anyway, and hope it helps.

Note that the crash normally happens when "Create New"->"Link to application"
fails, immediately after you press "OK" in the error dialog.

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


[krunner] [Bug 277011] krunner calculator should check feasibility of calculations

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

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #5 from Kai Uwe Broulik  ---
Doesn't do that for me, I just get "Infinity" as a result but it doesn't eat up
CPU

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


[krunner] [Bug 345750] The currency conversion doesn't show proper values

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

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||plusf...@gmail.com

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

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


[krunner] [Bug 357357] currency converter dont work

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

Kai Uwe Broulik  changed:

   What|Removed |Added

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

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


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

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


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

2016-02-06 Thread Basti via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356446

Basti  changed:

   What|Removed |Added

 CC||bugs.kde@kchr.de

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


[kontact] [Bug 357236] Kontact 15.12.0: Categories are multiplied on using them for tasks or events

2016-02-06 Thread Boian Berberov via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357236

Boian Berberov  changed:

   What|Removed |Added

 CC||bberberov+...@gmail.com

--- Comment #2 from Boian Berberov  ---
I can confirm this behavior occurs exactly as described in openSUSE Tumbleweed,
Kontact version 15.12.1-1.1

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


[plasmashell] [Bug 359077] icons frame size is too wide

2016-02-06 Thread apache via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359077

--- Comment #1 from apache  ---
Created attachment 97052
  --> https://bugs.kde.org/attachment.cgi?id=97052&action=edit
Plasma 5 icon frame size

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


[plasmashell] [Bug 359077] icons frame size is too wide

2016-02-06 Thread apache via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359077

--- Comment #2 from apache  ---
Created attachment 97053
  --> https://bugs.kde.org/attachment.cgi?id=97053&action=edit
KDE 4 icon frame size (desktop view)

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


[plasmashell] [Bug 359077] New: icons frame size is too wide

2016-02-06 Thread apache via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359077

Bug ID: 359077
   Summary: icons frame size is too wide
   Product: plasmashell
   Version: 5.5.3
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Desktop Containment
  Assignee: se...@kde.org
  Reporter: sabayo...@gmail.com

The frame around icons in Plasma 5 is much wider and this causes icons to be
smaller in comparison to KDE 4. I show frame (see attachments) just to
illustrate the issue but even when frame is not visible icons in Plasma 5
remain smaller. And because of wide frame they are in bigger distance from each
other (look at how far is trash from home in terms of pixels). In KDE 4 icons
are bigger, frame is narrower and icons seems to be closer to each other, which
makes better impression. 
Discussion 
https://forum.kde.org/viewtopic.php?f=289&t=130931
As you can see it concerns both folderview and default view.

Reproducible: Always

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


[plasmashell] [Bug 358881] Implement a user-friendly way to modify search results in Kickoff

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

--- Comment #6 from Jesse  ---
VERY cool. Thanks so much, David!

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


[plasmashell] [Bug 358881] Implement a user-friendly way to modify search results in Kickoff

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

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/plas
   ||ma-desktop/a209560926cd2927
   ||6e63a3e1a47c4ff144ebc5ac
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from David Edmundson  ---
Git commit a209560926cd29276e63a3e1a47c4ff144ebc5ac by David Edmundson.
Committed on 06/02/2016 at 18:11.
Pushed by davidedmundson into branch 'master'.

Clone useExtraRunners config option from kicker to kickoff
REVIEW: 126951

M  +4-1applets/kickoff/package/contents/config/main.xml
M  +7-0applets/kickoff/package/contents/ui/ConfigGeneral.qml
M  +8-1applets/kickoff/package/contents/ui/Kickoff.qml

http://commits.kde.org/plasma-desktop/a209560926cd29276e63a3e1a47c4ff144ebc5ac

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


[frameworks-kactivities] [Bug 351485] Crash after opening Activities context-menu

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

--- Comment #27 from David Edmundson  ---
20

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


[frameworks-kactivities] [Bug 351485] Crash after opening Activities context-menu

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

--- Comment #26 from opensuse.lietuviu.ka...@gmail.com ---
So this patch go into KDE Framewoks 19 or only into KF 20?

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


[krita] [Bug 344492] Multibrush mirror issues

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

anim...@gmail.com changed:

   What|Removed |Added

 CC||anim...@gmail.com

--- Comment #5 from anim...@gmail.com ---
Hi,
I see what Bollebib means, it's a valid feature request though not a bug.
The way multibrush mirror works is useful as it allows brushes mixing color to
mix the right color on every copy of the brush, unlike the dedicated mirror
mode which makes a copy of the result.

I also found this useful to make the result a bit more realistic, as in not
100% perfect symmetrical result.

So I do find it useful and consistent to have both kinds of mirroring
available. I think it would be maybe better to improve simple mirroring by
adding more options to it to make it on-par with multi-brush mirroring
(rotation, more discrete axis...), and leave multi-brush as it currently works.
This way it would also improve the mirror available with all drawing tools
(versus only multibrush).

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


[frameworks-kactivities] [Bug 351485] Crash after opening Activities context-menu

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

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kact
   ||ivities/b3c8ad1ad48d65ea777
   ||24f94073909dc8ab97596

--- Comment #25 from David Edmundson  ---
Git commit b3c8ad1ad48d65ea77724f94073909dc8ab97596 by David Edmundson.
Committed on 06/02/2016 at 18:03.
Pushed by davidedmundson into branch 'master'.

Fix crash in activities context menu

Currently we call deleteLater() from inside ::run which is running in a
different thread than the receiving object.
(QThread objects live in the thread that created them, not in the thread
they create)

This patch causes deleteLater to be run in the right thread.

QCoreApplication::postEvent is thread safe but it needs to be in the
right thread to work out the correct event loop level for deferred
delete events.
REVIEW: 126955

M  +1-1src/workspace/fileitemplugin/FileItemLinkingPlugin.cpp
M  +7-2   
src/workspace/fileitemplugin/FileItemLinkingPluginActionLoader.cpp
M  +2-2src/workspace/fileitemplugin/FileItemLinkingPluginActionLoader.h

http://commits.kde.org/kactivities/b3c8ad1ad48d65ea77724f94073909dc8ab97596

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


[korganizer] [Bug 359076] New: korganizer 5 closing leap to crash

2016-02-06 Thread Bruno Friedmann via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359076

Bug ID: 359076
   Summary: korganizer 5 closing leap to crash
   Product: korganizer
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: korganizer-de...@kde.org
  Reporter: br...@ioda-net.ch

Application: korganizer (5.1.1)

Qt Version: 5.5.1
Operating System: Linux 4.5.0-rc1-3.g088c252-default x86_64
Distribution: "openSUSE Tumbleweed (20160203) (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed: after using korganizer several
hours, moving from one month to another, and finally showing the actual week. I
opened the configuration options.
check the font size used, and close the panel with cancel.
When I close (ctrl+q) korganizer, the crash appear.

The crash can be reproduced sometimes.

-- Backtrace:
Application: KOrganizer (korganizer), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd7b4dc7940 (LWP 17071))]

Thread 2 (Thread 0x7fd761e98700 (LWP 17118)):
#0  0x7fd7a84d507f in pthread_cond_wait@@GLIBC_2.3.2 () at
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fd79874da84 in QTWTF::TCMalloc_PageHeap::scavengerThread()
(this=0x7fd798a34ea0 ) at
../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#2  0x7fd79874dac9 in QTWTF::TCMalloc_PageHeap::runScavengerThread(void*)
(context=) at
../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#3  0x7fd7a84cf4a4 in start_thread (arg=0x7fd761e98700) at
pthread_create.c:334
#4  0x7fd7b0969bdd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:109

Thread 1 (Thread 0x7fd7b4dc7940 (LWP 17071)):
[KCrash Handler]
#6  0x7fd7b19fc468 in QIcon::~QIcon() (this=0x2acef10, __in_chrg=) at image/qicon_p.h:64
#7  0x7fd7b19fc468 in QIcon::~QIcon() (this=,
__in_chrg=) at image/qicon.cpp:681
#8  0x7fd7b1a05958 in ScalableEntry::~ScalableEntry() (this=0x2ab9870,
__in_chrg=) at ../../src/gui/image/qiconloader_p.h:95
#9  0x7fd7b1a05958 in ScalableEntry::~ScalableEntry() (this=0x2ab9870,
__in_chrg=) at ../../src/gui/image/qiconloader_p.h:95
#10 0x7fd7b19ffbae in QIconLoaderEngine::~QIconLoaderEngine() (end=...,
begin=...) at ../../src/corelib/tools/qalgorithms.h:317
#11 0x7fd7b19ffbae in QIconLoaderEngine::~QIconLoaderEngine() (c=...) at
../../src/corelib/tools/qalgorithms.h:325
#12 0x7fd7b19ffbae in QIconLoaderEngine::~QIconLoaderEngine()
(this=0x23cbc70, __in_chrg=) at image/qiconloader.cpp:352
#13 0x7fd7b19ffbae in QIconLoaderEngine::~QIconLoaderEngine()
(this=0x23cbc70, __in_chrg=) at image/qiconloader.cpp:353
#14 0x7fd7b19fc49a in QIcon::~QIcon() (this=0x2a5aff0, __in_chrg=) at image/qicon_p.h:64
#15 0x7fd7b19fc49a in QIcon::~QIcon() (this=,
__in_chrg=) at image/qicon.cpp:681
#16 0x7fd7ad1a5c9d in  () at /usr/lib64/libKF5AkonadiCore.so.5
#17 0x7fd7b12cb2e9 in QHashData::free_helper(void (*)(QHashData::Node*))
(this=0x26dbd70, node_delete=0x7fd7ad1a5c90) at tools/qhash.cpp:491
#18 0x7fd7ad1b9662 in
Akonadi::EntityTreeModelPrivate::~EntityTreeModelPrivate() () at
/usr/lib64/libKF5AkonadiCore.so.5
#19 0x7fd7ad1affa6 in Akonadi::EntityTreeModel::~EntityTreeModel() () at
/usr/lib64/libKF5AkonadiCore.so.5
#20 0x7fd7aea9b1c9 in  () at /usr/lib64/libKF5AkonadiCalendar.so.5
#21 0x7fd7aea9d76e in  () at /usr/lib64/libKF5AkonadiCalendar.so.5
#22 0x7fd7aea9d779 in  () at /usr/lib64/libKF5AkonadiCalendar.so.5
#23 0x7fd7aea8c4d6 in Akonadi::CalendarBase::~CalendarBase() () at
/usr/lib64/libKF5AkonadiCalendar.so.5
#24 0x7fd7aea9cd79 in Akonadi::ETMCalendar::~ETMCalendar() () at
/usr/lib64/libKF5AkonadiCalendar.so.5
#25 0x7fd7aef9296e in  () at /usr/lib64/libKF5CalendarSupport.so.5
#26 0x7fd7b08b7678 in __run_exit_handlers (status=0, listp=0x7fd7b0c1f618
<__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
#27 0x7fd7b08b76c5 in __GI_exit (status=) at exit.c:104
#28 0x7fd7b08a0617 in __libc_start_main (main=0x409ce0 , argc=1,
argv=0x7ffd2e6ea2e8, init=, fini=,
rtld_fini=, stack_end=0x7ffd2e6ea2d8) at libc-start.c:323
#29 0x0040a2c9 in _start ()

Reported using DrKonqi

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


[kdev-python] [Bug 358880] associate multi-line comments with variables as well, not just functions

2016-02-06 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358880

Sven Brauch  changed:

   What|Removed |Added

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

--- Comment #1 from Sven Brauch  ---
fixed in master / 5.0

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


[krita] [Bug 352940] Color Sliders docker is broken

2016-02-06 Thread wolthera via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352940

wolthera  changed:

   What|Removed |Added

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

--- Comment #4 from wolthera  ---
this requires a full rewrite of the color sliders docker. It never worked.

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


[kdeplasma-addons] [Bug 359073] web browser widget: shown website cannot be resized, always too small

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

David Edmundson  changed:

   What|Removed |Added

Product|plasmashell |kdeplasma-addons
   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |webbrowser
   Target Milestone|1.0 |---

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


[kdeplasma-addons] [Bug 359072] web browser widget doesn't understand web shortcuts

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

David Edmundson  changed:

   What|Removed |Added

Product|plasmashell |kdeplasma-addons
  Component|general |webbrowser
   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
   Target Milestone|1.0 |---

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


  1   2   3   >