[dolphin] [Bug 400992] Local partition cannot mount again after unmount using popmenu

2018-11-13 Thread Thomas Surrel
https://bugs.kde.org/show_bug.cgi?id=400992

Thomas Surrel  changed:

   What|Removed |Added

 CC||thomas.sur...@protonmail.co
   ||m
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

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

[kdeconnect] [Bug 400935] kdeconnect/sftp Can't browse files from Android

2018-11-13 Thread vector
https://bugs.kde.org/show_bug.cgi?id=400935

vector  changed:

   What|Removed |Added

 CC||kbar...@blackpanther.hu

--- Comment #1 from vector  ---
But we have was same problem with 1.3.1 the kdeconnect 1.3.3
works for me on blackPanther OS v18.1

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

[kwin] [Bug 397577] Plasma crashing after window resizing with Meta+R shortcut and pressing Enter on Wayland

2018-11-13 Thread Vlad Zagorodniy
https://bugs.kde.org/show_bug.cgi?id=397577

Vlad Zagorodniy  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
   Version Fixed In||5.14.4
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kwi
   ||n/406b70b04e093c13faf763e2d
   ||885797ae037d806

--- Comment #8 from Vlad Zagorodniy  ---
Git commit 406b70b04e093c13faf763e2d885797ae037d806 by Vlad Zagorodniy.
Committed on 13/11/2018 at 08:28.
Pushed by vladz into branch 'Plasma/5.14'.

[wayland] Don't crash when resizing windows

Summary:
If you resize a decorated client by using the resize user action(press
Alt + F3 > More Actions > Resize), then KWin will crash because it gets
stuck in an infinite loop (AbstractClient::performMoveResize <->
ShellClient::setGeometry).

Here's how KWin gets stuck in that loop:
* when you finish resizing the client, AbstractClient::keyPressEvent
  will call AbstractClient::finishMoveResize;
* the first thing that finishMoveResize does is block geometry updates,
  then it does some clean up (e.g. reset the value of isMoveResize(), etc),
  updates the geometry of the client and when it's done, it will emit
  clientFinishUserMoveResized signal;
* when PointerInputRedirection notices that signal, it will call
  processDecorationMove on the client, which in its turn will indirectly
  call AbstractClient::startMoveResize;
* when it's time to go back to AbstractClient::keyPressEvent, geometry
  updates are unblocked and if there are any pending geometry updates,
  then ShellClient::setGeometry will be called;
* ShellClient::setGeometry will eventually call ShellClient::doSetGeometry;
* ShellClient::doSetGeometry will call AbstractClient::performMoveResize
  because AbstractClient::processDecorationMove indirectly called
  AbstractClient::startMoveResize;
* AbstractClient::performMoveResize calls ShellClient::setGeometry;
* (at this point, KWin got stuck in the infinite loop)

This change swaps setMoveResizePointerButtonDown and finishMoveResize,
so processDecorationMove won't indirectly call startMoveResize.
FIXED-IN: 5.14.4

Reviewers: #kwin, davidedmundson

Reviewed By: #kwin, davidedmundson

Subscribers: kwin

Tags: #kwin

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

M  +2-2abstract_client.cpp

https://commits.kde.org/kwin/406b70b04e093c13faf763e2d885797ae037d806

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

[okteta] [Bug 170925] Support UTF-8 in Okteta

2018-11-13 Thread vector
https://bugs.kde.org/show_bug.cgi?id=170925

vector  changed:

   What|Removed |Added

 CC||kbar...@blackpanther.hu

--- Comment #8 from vector  ---
We have still missing UTF-8 support in okteta 0.25.4
Plasma 5.14.2
Framework 5.51.0
Qt5 5.11.1

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

[Breeze] [Bug 400110] Breeze `crosshair` cursor is barely visible on a dark background

2018-11-13 Thread Hitomi
https://bugs.kde.org/show_bug.cgi?id=400110

Hitomi  changed:

   What|Removed |Added

 CC||maku.mik...@gmail.com

--- Comment #2 from Hitomi  ---
Same here, crosshair is barely visible in blender edit mode.

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

[neon] [Bug 400995] New: qdbusviewer not found per default

2018-11-13 Thread Roman Gilg
https://bugs.kde.org/show_bug.cgi?id=400995

Bug ID: 400995
   Summary: qdbusviewer not found per default
   Product: neon
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Packages Dev Edition [unstable]
  Assignee: neon-b...@kde.org
  Reporter: subd...@gmail.com
CC: j...@jriddell.org, neon-b...@kde.org, sit...@kde.org
  Target Milestone: ---

One needs to manually install qt5-default package such that on issuing the
command qdbusviewer qtchooser finds the correct qt5 binary.

I think qt5-default should be a (soft-)dependency instead.

There is also this old bug upstream:
https://bugs.launchpad.net/ubuntu/+source/qttools-opensource-src/+bug/1405711

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

[frameworks-purpose] [Bug 400996] New: JobDialog.qml buttons are no longer visible after exit from fullscreen

2018-11-13 Thread Erik Duisters
https://bugs.kde.org/show_bug.cgi?id=400996

Bug ID: 400996
   Summary: JobDialog.qml buttons are no longer visible after exit
from fullscreen
   Product: frameworks-purpose
   Version: 5.51.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aleix...@kde.org
  Reporter: e.duiste...@gmail.com
  Target Milestone: ---

Created attachment 116274
  --> https://bugs.kde.org/attachment.cgi?id=116274&action=edit
JobDialog after exit from fullscreen

SUMMARY

JobDialog.qml buttons are no longer visible after exit from fullscreen

STEPS TO REPRODUCE

1. Select a file in dolphin
2. Open context menu and select a share action that opens a JobDialog
3. Make the dialog fullscreen
4. Exit fullscreen

OBSERVED RESULT

Run and Cancel buttons are no longer visible


EXPECTED RESULT

Run and Cancel buttons should still be visible

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Fedora 29
(available in About System)
KDE Plasma Version: 5.51.0
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.1

ADDITIONAL INFORMATION

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

[frameworks-purpose] [Bug 400997] New: JobDialog cannot be made smaller vertically

2018-11-13 Thread Erik Duisters
https://bugs.kde.org/show_bug.cgi?id=400997

Bug ID: 400997
   Summary: JobDialog cannot be made smaller vertically
   Product: frameworks-purpose
   Version: 5.51.0
  Platform: Fedora RPMs
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aleix...@kde.org
  Reporter: e.duiste...@gmail.com
  Target Milestone: ---

SUMMARY

After making the JobDialog bigger vertically it cannot be made smaller
vertically

STEPS TO REPRODUCE
1. Select a file in dolphin
2. Open context menu and select a share action that opens a JobDialog
3. Resize the dialog vertically to make it bigger
4. Try to resize the dialog to make it smaller vertically

OBSERVED RESULT

JobDialog cannot be make smaller in the vertical direction

EXPECTED RESULT

JobDialog should be resizeable in the vertical direction

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: Fedora 29
(available in About System)
KDE Plasma Version: 5.51.0
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.1

ADDITIONAL INFORMATION

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

[kirigami gallery] [Bug 400998] New: appdata missing launchable key

2018-11-13 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=400998

Bug ID: 400998
   Summary: appdata missing launchable key
   Product: kirigami gallery
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: sit...@kde.org
  Target Milestone: ---

appdata is autogenerated from kpackage, thus lacks a  definition

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-launchable

STEPS TO REPRODUCE
1. build kirigami
2. look at ./src/org.kde.kirigami2.gallery.appdata.xml
3. find it missing launchable
4. add gallery to a distro and have final appstream data generated
5. install gallery via discover

OBSERVED RESULT

discover has no means to start the gallery because it relies on the launchable
field to tell it a desktop file to look for

EXPECTED RESULT

discover should be able to start a newly installed application

ADDITIONAL INFORMATION

various automatism also rely on well written appdata to figure out the
associated desktop file (e.g. snap bundle building can automatically detect and
pick up desktop files if they were properly defined as launchables)

to fix this I suggest writing the appdata manually. seeing as this is an
application the auto generation is fairly meh. iff you really want auto
generation I suggest you don't use kpackagetool but instead rely on
appstream-generator to automatically extract minimal appdata from the
application desktop file.

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

[kirigami gallery] [Bug 400999] New: kpackage implicitly pulled in and never reported on

2018-11-13 Thread Harald Sitter
https://bugs.kde.org/show_bug.cgi?id=400999

Bug ID: 400999
   Summary: kpackage implicitly pulled in and never reported on
   Product: kirigami gallery
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: notm...@gmail.com
  Reporter: sit...@kde.org
  Target Milestone: ---

The cmakelists contains the following:

> find_program(kpackagetool_cmd kpackagetool5)

The result of this is not ever recorded in the summary. This makes it entirely
in-obvious to distributions why appdata is not present for the tool (seeing as
cmake never complains that kpackagetool is missing)

It's also always 100% less accurate than what the actual kpackage cmake targets
would do, as those will always import the correct path it was installed to, not
any old binary it may find in $PATH (which may be rubbish or broken).

As a solution I suggest to write the appdata manually and throw kpackagetool
out the window. Notably kpackagetool won't know that this is in application,
and as application its appdata should have a launchable key. Also see bug
400998 which mentions that no appdata file is also an approach; albeit
resulting in less quality appdata.

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

[krita] [Bug 399648] Brush preset changing when creating second document + close it + lift the pen?

2018-11-13 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=399648

--- Comment #16 from mvowada  ---
Hi Scott, 
after re-checking with the latest 4.2.0-pre-alpha (git 98de1e6) I'm not able to
reproduce the issue anymore.
I don't know if anything changed in the meanwhile or maybe I was mistaken, for
me the issue is now solved. 
Thanks for helping

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

[krunner] [Bug 393052] Download Krunner's Search Plugins from GHNS

2018-11-13 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=393052

--- Comment #4 from fire f.  ---
(In reply to Kai Uwe Broulik from comment #2)
> Is this even possible, given KRunner plugins are all binary and as such need
> to be compiled before use?
> 
> We could look into a KRunner JS/QML/Python API (also to ease 3rd party
> plugin creation) but as of now we don't have that.

I made a krunner plugin in a few lines of python and it worked. Like a mini
demo.

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

[krunner] [Bug 283738] krunner: support for aliases

2018-11-13 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=283738

--- Comment #3 from fire f.  ---
there is a ca. 5 line python demo of a krunner-plugin, which could be adapted
to perform such a task. easy to test.

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

[kopete] [Bug 177302] Chat session destroyed before finalizing crypto job

2018-11-13 Thread Anatoly Ershov
https://bugs.kde.org/show_bug.cgi?id=177302

Anatoly Ershov  changed:

   What|Removed |Added

 CC|ershov...@gmail.com |

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

[KScreen] [Bug 390283] Plasma sees external monitor after disconnecting

2018-11-13 Thread svrnwnsch
https://bugs.kde.org/show_bug.cgi?id=390283

svrnwnsch  changed:

   What|Removed |Added

 CC||swuen...@gmail.com

--- Comment #4 from svrnwnsch  ---
Created attachment 116275
  --> https://bugs.kde.org/attachment.cgi?id=116275&action=edit
kscreen-consol bug output

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

[krita] [Bug 362952] "Specific Color Selector" docker becomes wider when "Show Colorspace Selector" is checked

2018-11-13 Thread mvowada
https://bugs.kde.org/show_bug.cgi?id=362952

--- Comment #13 from mvowada  ---
Hi. 
I've just checked the new UI, it works very well for me. 
I like the "%" toggle button solution and the pop-up fixed the bug. 
Thanks

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

[krunner] [Bug 386510] Show help of the active plugins in krunner

2018-11-13 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=386510

--- Comment #3 from fire f.  ---
(In reply to francisco_t from comment #0)
> I think krunner is an underrated tool because for a new user it is extremely
> difficult to know how it works. 

true!

On top of that, if you try to ameliorate this dire situation in the wiki (by
editing), you'll meet with a lot of hostility there so you drop that idea real
quick.

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

[KScreen] [Bug 390283] Plasma sees external monitor after disconnecting

2018-11-13 Thread svrnwnsch
https://bugs.kde.org/show_bug.cgi?id=390283

--- Comment #5 from svrnwnsch  ---
I have the same problem on Kubuntu 18.10 (Plasma version 5.13.5)
I attached a kscreen consol bug output.

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

[KScreen] [Bug 390283] Plasma sees external monitor after disconnecting

2018-11-13 Thread svrnwnsch
https://bugs.kde.org/show_bug.cgi?id=390283

--- Comment #6 from svrnwnsch  ---
Created attachment 116276
  --> https://bugs.kde.org/attachment.cgi?id=116276&action=edit
entry in ~/.local/share/kscreen/

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

[KScreen] [Bug 390283] Plasma sees external monitor after disconnecting

2018-11-13 Thread svrnwnsch
https://bugs.kde.org/show_bug.cgi?id=390283

--- Comment #8 from svrnwnsch  ---
Created attachment 116278
  --> https://bugs.kde.org/attachment.cgi?id=116278&action=edit
entry in ~/.local/share/kscreen/

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

[KScreen] [Bug 390283] Plasma sees external monitor after disconnecting

2018-11-13 Thread svrnwnsch
https://bugs.kde.org/show_bug.cgi?id=390283

--- Comment #7 from svrnwnsch  ---
Created attachment 116277
  --> https://bugs.kde.org/attachment.cgi?id=116277&action=edit
entry in ~/.local/share/kscreen/

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

[systemsettings] [Bug 326679] "Change program language" affects only part of user visible strings

2018-11-13 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=326679

--- Comment #3 from Wolfgang Bauer  ---
(In reply to Māris Nartišs from comment #2)
> System settings has completely lost the ability to switch languages
It still has it if you switch back to icon view or tree (classic) view in the
settings... ;-)

And it seems to work fine here in a quick test (using the latest Plasma
5.14.3/KDE Frameworks 5.52.0/Qt 5.11.2).

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

[KScreen] [Bug 390283] Plasma sees external monitor after disconnecting

2018-11-13 Thread svrnwnsch
https://bugs.kde.org/show_bug.cgi?id=390283

--- Comment #9 from svrnwnsch  ---
The interesting part for me is that connecting a my screen always works.
For me its only a bug when i disconnect my hdmi cable from my laptop.

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

[Systemd KCM] [Bug 401000] New: many colour schemes have poor contrast for SystemD log

2018-11-13 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=401000

Bug ID: 401000
   Summary: many colour schemes have poor contrast for SystemD log
   Product: Systemd KCM
   Version: unspecified
  Platform: Manjaro
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: general
  Assignee: rthoms...@gmail.com
  Reporter: fire...@firemail.cc
  Target Milestone: ---

Created attachment 116279
  --> https://bugs.kde.org/attachment.cgi?id=116279&action=edit
most color schemes have poor contrast like this one

hover the mouse over a KCM-systemd line so the log appears, say of a particular
service.

of the standard 10 colour schemes, most will have very poor contrast, the log
is unreadable (light color on another light color).

Only the "steel" scheme works OK.

Do we need better schemes or better SystemD ?

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

[Systemd KCM] [Bug 401000] many colour schemes have poor contrast for SystemD log

2018-11-13 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=401000

fire f.  changed:

   What|Removed |Added

  Flags||Usability+

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

[Systemd KCM] [Bug 401000] many colour schemes have poor contrast for SystemD log

2018-11-13 Thread fire f .
https://bugs.kde.org/show_bug.cgi?id=401000

fire f.  changed:

   What|Removed |Added

 CC||fire...@firemail.cc

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

[plasmashell] [Bug 400987] XWayland application focus breaks

2018-11-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400987

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

--- Comment #1 from Patrick Silva  ---
I have the same problem on my system.

Operating System: Arch inux
KDE Plasma Version: 5.14.3
Qt Version: 5.12 beta4
KDE Frameworks Version: 5.52

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

[karbon] [Bug 333497] Bad SVG file interpretation

2018-11-13 Thread Rafael Linux User
https://bugs.kde.org/show_bug.cgi?id=333497

Rafael Linux User  changed:

   What|Removed |Added

 CC||rafael.linux.u...@gmail.com

--- Comment #7 from Rafael Linux User  ---
The fact is that CALLIGRA-KARBON is unmaintained (as they show in a message
just when launching the application). So, nothing to say. I gave up about
trying to use it after 4 years without news about this bug.

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

[kdeconnect] [Bug 401001] New: media controller notification card's layout issue

2018-11-13 Thread Honghao Li
https://bugs.kde.org/show_bug.cgi?id=401001

Bug ID: 401001
   Summary: media controller notification card's layout issue
   Product: kdeconnect
   Version: 1.10
  Platform: Android
OS: Android 8.x
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: android-application
  Assignee: albertv...@gmail.com
  Reporter: honghao...@outlook.jp
  Target Milestone: ---

Created attachment 116280
  --> https://bugs.kde.org/attachment.cgi?id=116280&action=edit
screenshot

SUMMARY
media controller notification card's layout issue
space between media controller's album image and next song button are missing.

STEPS TO REPRODUCE
1. play music on the computer side
2. on the phone side, open the notification card

OBSERVED RESULT
Please look at my screenshot.

EXPECTED RESULT
there should be some space between the next button and the album image.

SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: Arch
(available in About System)
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.52.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION
Android: 8.0.0

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

[dolphin] [Bug 400969] Delete Date & Original path is not shown within trash folder

2018-11-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400969

Patrick Silva  changed:

   What|Removed |Added

 CC||bugsefor...@gmx.com

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

[frameworks-kio] [Bug 186376] Should be able to show original location for items placed in the trash

2018-11-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=186376

--- Comment #5 from Patrick Silva  ---
bug 400969 is related.

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

[dolphin] [Bug 400969] Deletion Date should be shown for items in the trash

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400969

Nate Graham  changed:

   What|Removed |Added

Summary|Delete Date & Original path |Deletion Date should be
   |is not shown within trash   |shown for items in the
   |folder  |trash
 CC||n...@kde.org
   Severity|normal  |wishlist
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Nate Graham  ---
Bug 186376 tracks showing the original path. Let's use this for deletion date.

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

[frameworks-kio] [Bug 400969] Deletion Date should be shown for items in the trash

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400969

Nate Graham  changed:

   What|Removed |Added

   Assignee|dolphin-bugs-n...@kde.org   |fa...@kde.org
Version|18.04.3 |git master
 CC||kdelibs-b...@kde.org
  Component|general |Trash
Product|dolphin |frameworks-kio

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

[frameworks-kio] [Bug 186376] Should be able to show original location for items placed in the trash

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=186376

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=400969

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

[frameworks-kio] [Bug 400969] Deletion Date should be shown for items in the trash

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400969

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=186376

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

[dolphin] [Bug 400992] Local partition cannot mount again after unmount using popmenu

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400992

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[Discover] [Bug 395937] Discard error messages ending with the string ".knsrc: All categories missing"

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=395937

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.15.0
   Keywords||usability
  Latest Commit||https://cgit.kde.org/discov
   ||er.git/commit/?id=7f6caf385
   ||809ce8c8087d8e56e9f3c6bd8c9
   ||170a
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Nate Graham  ---
author  Dan Leinir Turthra Jensen  2018-11-13 09:07:53
(GMT)
committer   Dan Leinir Turthra Jensen  2018-11-13
09:07:53 (GMT)
commit  7f6caf385809ce8c8087d8e56e9f3c6bd8c9170a (patch)
tree074d756135914d65ef5993b133ee53a2ae2f4a0a
parent  d783ebd003c9ffc66a0fdd5aca28045f10bf9937 (diff)
Better error handling in KNewStuff backendHEADmaster
Previously error handling was done using a string matching method,
as that was all KNewStuffCore offered. A newly modified
KNewStuffCore error signal (found in D16665) gives much better
opportunities to handle error conditions, and this patch modifies
the old functionality in Discover's KNewStuff backend to take
advantage of this.

Differential Revision: https://phabricator.kde.org/D16776
BUG: 395937

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

[konqueror] [Bug 124909] [patch] konqueror mounts autofs controlled mountpoints by accessing them unneccessarily

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=124909

--- Comment #23 from colin.simp...@shyster.org.uk ---
It still happens on Konqueror 5.0.97. If you go to the top of an automount
point it will try to graphically display each subfolder even though these that
are NFS points ghost mounts. So mounts all NFS points. 

Maybe should be a preference do descend into NFS subdirs for the graphic
display?

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

[Breeze] [Bug 400110] Breeze `crosshair` cursor is barely visible on a dark background

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400110

--- Comment #3 from Nate Graham  ---
Submitted a patch to fix this: https://phabricator.kde.org/D16861

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

[konsole] [Bug 306062] konsolepart should provide default shortcut for increasing/decreasing font size

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=306062

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
   Keywords||usability
 CC||n...@kde.org
Version|2.9 |master

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

[plasmashell] [Bug 400983] org.kde.plasma.mediacontroller QML loading errors breaking media controller

2018-11-13 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=400983

Kai Uwe Broulik  changed:

   What|Removed |Added

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

--- Comment #4 from Kai Uwe Broulik  ---
Fixed by
https://cgit.kde.org/plasma-framework.git/commit/?id=61269548168d5cd08a60826c7d417b002a698723

Thanks all for your insanely fast reporting of this bug :)

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

[kwin] [Bug 400980] Decorations get huge after reboot with specific font size

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=400980

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

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

[kdenlive] [Bug 400978] Sudden crash, timeline placement

2018-11-13 Thread emohr
https://bugs.kde.org/show_bug.cgi?id=400978

emohr  changed:

   What|Removed |Added

  Flags||MOVIT+
 CC||fritzib...@gmx.net

--- Comment #2 from emohr  ---
Unfortunately MOVIT (GPU effects) is not stable and not ready for production
use. Please disable GPU acceleration and try again.

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

[ksysguard] [Bug 302667] Cannot use fam15h_power sensor in Ksysguard

2018-11-13 Thread Tomasz Goliński
https://bugs.kde.org/show_bug.cgi?id=302667

Tomasz Goliński  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 CC||toma...@alpha.uwb.edu.pl
 Status|NEEDSINFO   |REPORTED

--- Comment #2 from Tomasz Goliński  ---
I just tested it with ksysguard 5.13.5 and AMD FX-8370E.

Sensors show fam15h_power module loaded:

fam15h_power-pci-00c4
Adapter: PCI adapter
power1:   32.93 W  (crit =  94.84 W)

However I don't see any way to access it from ksysguard. It is not listed in
CPU related sensors nor in hardware sensors section.

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

[kwin] [Bug 400987] XWayland application focus breaks

2018-11-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=400987

David Edmundson  changed:

   What|Removed |Added

Product|plasmashell |kwin
   Target Milestone|1.0 |---
 CC||k...@davidedmundson.co.uk
  Component|generic-wayland |core
   Assignee|plasma-b...@kde.org |kwin-bugs-n...@kde.org
Version|master  |unspecified

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

[plasmashell] [Bug 400346] [Wayland] Whole system freezes on close an app by middle-clicking its entry in the task manager

2018-11-13 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=400346

David Edmundson  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|REPORTED|NEEDSINFO

--- Comment #8 from David Edmundson  ---
In the first trace
>#26 0x7f85e178545c in __run_exit_handlers () at /usr/lib/libc.so.6

we're quitting anyway

The rest are traces in xwayland which isn't us

Is kwin_wayland crashing?

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

[systemsettings] [Bug 401002] New: Crash when adding gtk theme manually

2018-11-13 Thread Szymon Żebrowski
https://bugs.kde.org/show_bug.cgi?id=401002

Bug ID: 401002
   Summary: Crash when adding gtk theme manually
   Product: systemsettings
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: REPORTED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: plasma-b...@kde.org
  Reporter: szymon.zebrowsk...@gmail.com
  Target Milestone: ---

Application: systemsettings5 (5.14.3)

Qt Version: 5.11.2
Frameworks Version: 5.51.0
Operating System: Linux 4.18.16-arch1-1-ARCH x86_64
Distribution (Platform): Archlinux Packages

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

I tried to add manually this: https://store.kde.org/p/1160290 theme, and when i
choosed *.tar.gz archive system settings crashed.

The crash can be reproduced every time.

-- Backtrace:
Application: Ustawienia systemowe (systemsettings5), signal: Segmentation fault
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f5e592b3cc0 (LWP 2246))]

Thread 5 (Thread 0x7f5e4d5e0700 (LWP 2327)):
#0  0x7f5e5c6df6cb in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#1  0x7f5e5c6dfe06 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f5e5c6dffce in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f5e5f044fe4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f5e5eff08cc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f5e5ee39eb9 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f5e5e254859 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f5e5ee43f65 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f5e5d3d0a9d in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f5e5eb28b23 in clone () at /usr/lib/libc.so.6

Thread 4 (Thread 0x7f5e4ec36700 (LWP 2324)):
#0  0x7f5e5c68e3a9 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7f5e5c6dfec5 in  () at /usr/lib/libglib-2.0.so.0
#2  0x7f5e5c6dffce in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#3  0x7f5e5f044fe4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#4  0x7f5e5eff08cc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#5  0x7f5e5ee39eb9 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#6  0x7f5e5e254859 in  () at /usr/lib/libQt5Qml.so.5
#7  0x7f5e5ee43f65 in  () at /usr/lib/libQt5Core.so.5
#8  0x7f5e5d3d0a9d in start_thread () at /usr/lib/libpthread.so.0
#9  0x7f5e5eb28b23 in clone () at /usr/lib/libc.so.6

Thread 3 (Thread 0x7f5e4f5d3700 (LWP 2322)):
#0  0x7f5e5d3d6afc in pthread_cond_wait@@GLIBC_2.3.2 () at
/usr/lib/libpthread.so.0
#1  0x7f5e4f8221ac in  () at /usr/lib/dri/i965_dri.so
#2  0x7f5e4f821ee8 in  () at /usr/lib/dri/i965_dri.so
#3  0x7f5e5d3d0a9d in start_thread () at /usr/lib/libpthread.so.0
#4  0x7f5e5eb28b23 in clone () at /usr/lib/libc.so.6

Thread 2 (Thread 0x7f5e55c73700 (LWP 2303)):
#0  0x7f5e5c68e3a9 in g_mutex_lock () at /usr/lib/libglib-2.0.so.0
#1  0x7f5e5c6df7b7 in g_main_context_prepare () at
/usr/lib/libglib-2.0.so.0
#2  0x7f5e5c6dfe06 in  () at /usr/lib/libglib-2.0.so.0
#3  0x7f5e5c6dffce in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#4  0x7f5e5f044fe4 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#5  0x7f5e5eff08cc in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#6  0x7f5e5ee39eb9 in QThread::exec() () at /usr/lib/libQt5Core.so.5
#7  0x7f5e5f296ba6 in  () at /usr/lib/libQt5DBus.so.5
#8  0x7f5e5ee43f65 in  () at /usr/lib/libQt5Core.so.5
#9  0x7f5e5d3d0a9d in start_thread () at /usr/lib/libpthread.so.0
#10 0x7f5e5eb28b23 in clone () at /usr/lib/libc.so.6

Thread 1 (Thread 0x7f5e592b3cc0 (LWP 2246)):
[KCrash Handler]
#6  0x7f5e4c048cbc in  () at /usr/lib/qt/plugins/kcm_kdegtkconfig.so
#7  0x7f5e4c054b75 in  () at /usr/lib/qt/plugins/kcm_kdegtkconfig.so
#8  0x7f5e5f01bbd0 in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/libQt5Core.so.5
#9  0x7f5e5e958133 in KUrlRequester::textChanged(QString const&) () at
/usr/lib/libKF5KIOWidgets.so.5
#10 0x7f5e5f01bbd0 in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/libQt5Core.so.5
#11 0x7f5e5fb36b63 in QLineEdit::textChanged(QString const&) () at
/usr/lib/libQt5Widgets.so.5
#12 0x7f5e5fb3d71a in  () at /usr/lib/libQt5Widgets.so.5
#13 0x7f5e5f01ba7c in QMetaObject::activate(QObject*, int, int, void**) ()
at /usr/lib/libQt5Core.so.5
#14 0x7f5e5fb3e2f6 in QWidgetLineControl::textChanged(QString const&) () at
/usr/lib/libQt5Widgets.so.5
#15 0x7f5e5fb41760 in QWidgetLineControl::finishChange(int, bool, bool) ()
at /usr/lib/libQt5Widgets.so.5
#16 0x7f5e5fb41a97 in QWidgetLineControl::internalSetText(QString const&,
int, boo

[plasma-nm] [Bug 401003] New: Cannot change VPN (sstp or pptp) connection password

2018-11-13 Thread Kamil Piwowarski
https://bugs.kde.org/show_bug.cgi?id=401003

Bug ID: 401003
   Summary: Cannot change VPN (sstp or pptp) connection password
   Product: plasma-nm
   Version: 5.14.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: editor
  Assignee: jgrul...@redhat.com
  Reporter: 9luty1...@gmail.com
  Target Milestone: ---

Created attachment 116281
  --> https://bugs.kde.org/attachment.cgi?id=116281&action=edit
settings window

SUMMARY

Changing password for sttp or pptp connections doesn't work.

STEPS TO REPRODUCE

1. Create new VPN (sstp or pptp) connection with password 'test'
2. Edit connection, change password to 'test2' and save
3. Edit connection again and show password

OBSERVED RESULT

Password is 'test'

EXPECTED RESULT

Password is 'test2'

SOFTWARE/OS VERSIONS

OS: Manjaro Linux KDE
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION

Changing password manually in KWalletManager works as expected.

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

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376359

bugskdeorg.20.dimon3...@spamgourmet.com changed:

   What|Removed |Added

 CC||bugskdeorg.20.dimon3000@spa
   ||mgourmet.com

--- Comment #6 from bugskdeorg.20.dimon3...@spamgourmet.com ---
Hello.

This does not seem to be fixed. I have the same problem on Digikam 5.9.0 and
the latest digikam-6.0.0-beta3-2018T182317-x86-64.

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

[digikam] [Bug 316898] Manage face area position as persistent data in database accordingly with image manipulations

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=316898

bugskdeorg.20.dimon3...@spamgourmet.com changed:

   What|Removed |Added

 CC||bugskdeorg.20.dimon3000@spa
   ||mgourmet.com

--- Comment #5 from bugskdeorg.20.dimon3...@spamgourmet.com ---
Hello.
Any estimates on this?

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

[digikam] [Bug 389690] Updated image label and image is broken after metadata is written to file

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=389690

bugskdeorg.20.dimon3...@spamgourmet.com changed:

   What|Removed |Added

 CC||bugskdeorg.20.dimon3000@spa
   ||mgourmet.com

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

[plasma-nm] [Bug 401004] New: VPN ssh connection editor is not usable on small screen

2018-11-13 Thread Kamil Piwowarski
https://bugs.kde.org/show_bug.cgi?id=401004

Bug ID: 401004
   Summary: VPN ssh connection editor is not usable on small
screen
   Product: plasma-nm
   Version: 5.14.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: editor
  Assignee: jgrul...@redhat.com
  Reporter: 9luty1...@gmail.com
  Target Milestone: ---

Created attachment 116282
  --> https://bugs.kde.org/attachment.cgi?id=116282&action=edit
settings window

SUMMARY

VPN ssh connection editor is not usable when the window is small.

STEPS TO REPRODUCE

1. Create new VPN ssh connection
2. Edit connection and resize window

OBSERVED RESULT

On small window input controls are changing their height

EXPECTED RESULT

Input controls height should be the same independently from window size. Scroll
bar should appear when the content doesn't fit window.

SOFTWARE/OS VERSIONS

OS: Manjaro Linux KDE
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.51.0
Qt Version: 5.11.2

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

[kdenlive] [Bug 401005] New: Immediate crash at startup

2018-11-13 Thread raven
https://bugs.kde.org/show_bug.cgi?id=401005

Bug ID: 401005
   Summary: Immediate crash at startup
   Product: kdenlive
   Version: 18.08.2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: User Interface
  Assignee: j...@kdenlive.org
  Reporter: forum2...@mailbox.org
  Target Milestone: ---

Created attachment 116283
  --> https://bugs.kde.org/attachment.cgi?id=116283&action=edit
Backtrace

SUMMARY
After changing to style "ddark" no startup possibly and more.


STEPS TO REPRODUCE
1. change style to "ddark"
2. close and reopen Kdenlive

OBSERVED RESULT
Crash

EXPECTED RESULT
Starting

SOFTWARE/OS VERSIONS
Linux: 4.15.0-38-generic #41-Ubuntu (Xubuntu)
KDE Plasma Version: -
KDE Frameworks Version: -
Qt Version: 5

WORKAROUND
Delete value "widgetstyle=ddark" from "~/.config/kdenliverc"

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

[digikam] [Bug 384485] Face Regions are deleted when unconfirmed face suggestion is rejected by user

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=384485

bugskdeorg.20.dimon3...@spamgourmet.com changed:

   What|Removed |Added

 CC||bugskdeorg.20.dimon3000@spa
   ||mgourmet.com

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

[kwin] [Bug 394810] Present Windows style suggestion

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=394810

Nate Graham  changed:

   What|Removed |Added

Product|plasmashell |kwin
Summary|Screen Edges Current|Present Windows style
   |Desktop style suggestion|suggestion
   Target Milestone|1.0 |---
 CC||n...@kde.org
  Component|general |effects-present-windows
   Assignee|k...@davidedmundson.co.uk|kwin-bugs-n...@kde.org
Version|master  |git master

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

[print-manager] [Bug 326289] plasma-desktop crashed after configuring printer applet [JobModel::updateJob]

2018-11-13 Thread David Pyke
https://bugs.kde.org/show_bug.cgi?id=326289

David Pyke  changed:

   What|Removed |Added

 CC||kdeb...@loftwyr.ca

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

[plasmashell] [Bug 400346] [Wayland] Whole system freezes on close an app by middle-clicking its entry in the task manager

2018-11-13 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=400346

--- Comment #9 from Patrick Silva  ---
(In reply to David Edmundson from comment #8)
> Is kwin_wayland crashing?

No.
I reported Xwayland crash
https://gitlab.freedesktop.org/xorg/xserver/issues/8

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

[frameworks-plasma] [Bug 391343] Screen edge effect broken with glowbar.svgz

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391343

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||carlo.7...@gmail.com

--- Comment #2 from Nate Graham  ---
Fabian is correct. The north/south/east/west tiles of the glowbar.svgz images
need to have straight edges, not a curve.

It would probably be more aesthetically pleasing if the strength and size of
the glow were toned down a bit, too.

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

[frameworks-plasma] [Bug 391343] Screen edge effect broken with glowbar.svgz

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=391343

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=337712

--- Comment #3 from Nate Graham  ---
(In reply to Nate Graham from comment #2)
> It would probably be more aesthetically pleasing if the strength and size of
> the glow were toned down a bit, too.
Looks like that particular request is already tracked in Bug 337712.

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

[digikam] [Bug 316898] Manage face area position as persistent data in database accordingly with image manipulations

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=316898

--- Comment #6 from caulier.gil...@gmail.com ---
Hi,

Currently, all internal test tools for FaceEngine need to be ported as real
unit-tests. After this stage, it will be more easy to check broken or missing
features.

I already ported all MetaEngine as unit-tests. This take few weeks of work and
permit to identify and fix serious problems. The same must be done for
FaceEngine.

In all cases, i want to complete FaceEngine unit-tests before 6.0.0 final
release.

Best

Gilles Caulier

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

[kwin] [Bug 337712] Screen Edge glow too large

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=337712

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=391343

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

[frameworks-plasma] [Bug 337712] Breeze theme screen edge glow is too large

2018-11-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=337712

Nate Graham  changed:

   What|Removed |Added

Summary|Screen Edge glow too large  |Breeze theme screen edge
   ||glow is too large
 CC||n...@kde.org
  Component|scene-opengl|components
   Assignee|kwin-bugs-n...@kde.org  |notm...@gmail.com
Version|5.0.0   |unspecified
Product|kwin|frameworks-plasma

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

[digikam] [Bug 376359] Sort by Image Quality (assign quality tags) ignores many images

2018-11-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=376359

--- Comment #7 from caulier.gil...@gmail.com ---
Hi,

The image quality algorithm, mostly based on OpenCV, are broken, and need to be
written.

All this code have been written using OpenCV 1/2, and never tested under OpenCV
3

Now all algorithm are branched with unit-tests, and all fail (there are
disabled actually).

Only one Quality tool work fine as i rewritten the code without OpenCV : over
and under exposure checks.

Best

Gilles Caulier

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

[konqueror] [Bug 221710] Document Relations stops working after un/minimise on certain sites

2018-11-13 Thread alex dekker
https://bugs.kde.org/show_bug.cgi?id=221710

--- Comment #5 from alex dekker  ---
This can be closed, IMO. Moved to Qupzilla a few years go. I installed
konqueror and konq-plugins on Ubuntu 18.10 to attempt to replicate this but I
cannot get the Previous/Next buttons to light at all on any website.

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

[kooka] [Bug 137297] Crash after using k3b, SIGSEGV in sane_microtek_start()

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=137297

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kooka] [Bug 144518] Crash on startup with Canon Lide25, SIGSEGV in parport_release via libsane-smfp

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=144518

--- Comment #6 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kaudiocreator] [Bug 154729] KAudioCreator frequently refuses to start with "SIGABRT", and when it does start kaudiocd dies repeatedly.

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=154729

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kaudiocreator] [Bug 128530] Stalls for long periods and then resumes and sometimes crashes completely. No consistent fault behaviour

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=128530

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[taglib] [Bug 167453] "amarokcollectio" freezes kde or gets stuck importing music collections

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=167453

--- Comment #13 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 172489] Konqueror SIGSEGV KJS::JSImmediate::toObject browsing

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=172489

--- Comment #7 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kppp] [Bug 146739] kppp crashes when accessing com-port under FreeBSD6-amd64

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=146739

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kooka] [Bug 172127] crashes final scan with no image size selected

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=172127

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 177783] crash when closing a tab on ~DomString ~CSSelector

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=177783

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[qca] [Bug 183508] KTorrent crashes on start

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=183508

--- Comment #16 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kdesu] [Bug 189136] kdesu-konqueror causes dying applications when calling them by clicking on associated files

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=189136

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kopete] [Bug 180681] Kopete crashes when joining jabber conference [QAction::isChecked, CryptographyPlugin::slotNewKMM, ..., Kopete::ChatSessionManager::chatSessionCreated]

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=180681

--- Comment #16 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kcachegrind] [Bug 182036] can't load a file in kcachegrind, crash right away

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=182036

--- Comment #7 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kopete] [Bug 186852] Kopete caused the signal 11 (SIGSEGV)

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=186852

--- Comment #14 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[keditbookmarks] [Bug 183427] keditbookmarks crashed when asked to sort recursively

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=183427

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 189368] It gives a error after reading online e-mail at www.hotmail.com.

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=189368

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kppp] [Bug 189203] kppp crashes on "Details" click

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=189203

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[step] [Bug 189406] step crashes when I drag a dock

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=189406

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 188048] Hotmail inbox page flashs numerous time before crashing

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=188048

--- Comment #8 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 192918] crash after click on link

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=192918

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[juk] [Bug 193850] Juk crashes when open several mp3 from Dolphin using "open with..." menu (PlaylistCollection::time, StatusLabel::updateData)

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=193850

--- Comment #9 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[taglib] [Bug 190695] Amarok 2 Collection Scan Crashes Ubuntu 9.04

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=190695

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[step] [Bug 194324] Crash SIGSEGV, several applications crashes.

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=194324

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kooka] [Bug 198904] kooka crashes after folders with scanne images are moved out

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=198904

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 200711] another ebay crash :(

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=200711

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 201056] konqueror crashed when sending photos to hi5

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=201056

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 200717] Konqueror crashed when closing tab (cast, KHTMLPart::parentPart, toplevelURL, khtml::Loader::servePendingRequests)

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=200717

--- Comment #14 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kmplayer] [Bug 201311] Crash happened upon exiting kmplayer...

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=201311

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 203170] Konqueror hangs/crashes during various situations [KJS::JSValue::mark, KJS::JSVariableObject::mark, KJS::Collector::markStackObjectsConservatively, ..., ~KHTMLPart]

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=203170

--- Comment #22 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kopete] [Bug 203596] Invited a friend to a conversation

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=203596

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kpackagekit] [Bug 205047] Crash after click on Update Notifier

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=205047

--- Comment #3 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 204760] Tried to open http://www.nvidia.com/object/linux_display_amd64_185.18.36.html

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=204760

--- Comment #10 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 204372] Konqueror crash facebook add friend (free, ~PropertyMap, ~JSObject, KJS::Collector::collect)

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=204372

--- Comment #2 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kopete] [Bug 206730] Crash when cursor is on windows (Oxygen/Qt painting)

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=206730

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[konqueror] [Bug 205167] Crash during opening a new link (assert, khtml::RenderBlock::layoutBlock, khtml::RenderTableCell::layout)

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=205167

--- Comment #8 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[kopete] [Bug 207280] Kopete random crash segfault (malloc errs, free, QPMCache::timerEvent)

2018-11-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=207280

--- Comment #5 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

  1   2   3   4   5   6   7   8   9   >