[akregator] [Bug 381425] New: Akregator unread filter marks articles as read.

2017-06-19 Thread darwin te
https://bugs.kde.org/show_bug.cgi?id=381425

Bug ID: 381425
   Summary: Akregator unread filter marks articles as read.
   Product: akregator
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: darwin...@hotmail.com
  Target Milestone: ---

The feature works in akregator 4.  Kindly backport fixes.

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

[kwin] [Bug 360841] Unable to unshow/unpresent windows using the same keyboard shortcut

2017-06-19 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=360841

Martin Flöser  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kwi
   ||n/a6dee74ee455d1da47dd5c9d5
   ||5a84adbb5e1426a
 Resolution|--- |FIXED
   Version Fixed In||5.10.3
 Status|CONFIRMED   |RESOLVED

--- Comment #53 from Martin Flöser  ---
Git commit a6dee74ee455d1da47dd5c9d55a84adbb5e1426a by Martin Flöser.
Committed on 20/06/2017 at 04:56.
Pushed by graesslin into branch 'Plasma/5.10'.

Workaround Qt regression of no longer delivering events for the root window

Summary:
With qtbase 2b34aefcf02f09253473b096eb4faffd3e62b5f4 we do no longer get
events reported for the X11 root window. Our keyboard handling in effects
like PresentWindows and DesktopGrid relied on that.

This change works around the regression by calling winId() on
qApp->desktop() as suggested in the change. This is a short term solution
for the 5.10 branch.

This needs to be addressed properly by no longer relying on Qt in this
area. KWin already does not rely on Qt for Wayland in that area and is
able to compose the QKeyEvents. This should also be done on X11. It just
needs some more hook up code for xkb, but that's needed anyway to improve
modifier only shortcuts and friends.
FIXED-IN: 5.10.3

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

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

M  +6-0effects.cpp

https://commits.kde.org/kwin/a6dee74ee455d1da47dd5c9d55a84adbb5e1426a

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

[kwin] [Bug 381210] kwin>=5.10.0 crashes immediately on start on FreeBSD

2017-06-19 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=381210

Martin Flöser  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.10.3
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/kwi
   ||n/0df09a8cbbb1caa217c8deb59
   ||700bd12f27e45b8

--- Comment #15 from Martin Flöser  ---
Git commit 0df09a8cbbb1caa217c8deb59700bd12f27e45b8 by Martin Flöser.
Committed on 18/06/2017 at 19:04.
Pushed by graesslin into branch 'Plasma/5.10'.

Better handle cases when the xkb keymap fails to be created

Summary:
If the keymap cannot be created a few pointers in Xkb are null.
We should make sure to not call any xkbcommon functions on those
null pointers and instead use proper fallbacks.

This change introduces fixes for a few usages, but it's not unlikely
that there are more cases.
FIXED-IN: 5.10.3

Test Plan:
Autotest added for the condition of the bug, which does
not crash any more. Just starting the test found a few more crash
cases.

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

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

M  +1-0autotests/integration/CMakeLists.txt
A  +102  -0autotests/integration/keymap_creation_failure_test.cpp
[License: GPL (v2)]
M  +7-1xkb.cpp

https://commits.kde.org/kwin/0df09a8cbbb1caa217c8deb59700bd12f27e45b8

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

[kwin] [Bug 380440] [since Plasma 5.10.0] "Switch desktop on edge" when moving windows not working

2017-06-19 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=380440

Martin Flöser  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
  Latest Commit||https://commits.kde.org/kwi
   ||n/c45e165514ec70314d721d6e0
   ||238431ab92bd441
   Version Fixed In||5.10.3
 Resolution|--- |FIXED

--- Comment #9 from Martin Flöser  ---
Git commit c45e165514ec70314d721d6e0238431ab92bd441 by Martin Flöser.
Committed on 20/06/2017 at 04:57.
Pushed by graesslin into branch 'Plasma/5.10'.

Fix switch desktop through edge when moving window

Summary:
There was a regression introduced in ScreenEdges when introducing the
activatesForPointer method. It considered the switch desktop on edge,
but not the special case of switch desktop when moving windows. Due to
that the edges did not activate when moving the window.

This change addresses the regression and extends the autotest to ensure
it's properly covered.
FIXED-IN: 5.10.3

Test Plan: Manual testing and extended auto test

Reviewers: #kwin, #plasma

Subscribers: plasma-devel, kwin

Tags: #kwin

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

M  +11   -0autotests/mock_abstract_client.cpp
M  +3-0autotests/mock_abstract_client.h
M  +0-5autotests/mock_client.cpp
M  +0-2autotests/mock_client.h
M  +21   -0autotests/test_screen_edges.cpp
M  +6-0screenedge.cpp

https://commits.kde.org/kwin/c45e165514ec70314d721d6e0238431ab92bd441

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

[plasmashell] [Bug 377266] Plasma Error Message Freezes Panel when Visibility Set to Auto Hide

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377266

spammonster2...@protonmail.ch changed:

   What|Removed |Added

Version|5.8.6   |5.8.7

--- Comment #2 from spammonster2...@protonmail.ch ---
Workaround is to go to the active screen corner, allowing user to access the
error message window.

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

[neon] [Bug 381003] python3-pykde4 won't install due to broken dep on sip-py3api-11.2 (provided by python3-sip)

2017-06-19 Thread Bernard Gray
https://bugs.kde.org/show_bug.cgi?id=381003

--- Comment #7 from Bernard Gray  ---
I've done a bit more digging: 

I ended up finding the following bug/patch on the NixOS github project:
https://github.com/NixOS/nixpkgs/issues/24548
https://github.com/NixOS/nixpkgs/commit/8c9b60a8307b4dafffb894b3d652389f6079b68a

"This package is broken since 0a3b7f9
(python-sip: 4.18.1 -> 4.19.1). Removing it seems reasonable since we're
dropping KDE4 anyway."

I suspect that this is precisely what Neon is doing too, although I don't know
where to find evidence of it. I've ended up migrating my in-house python
package to PyQt5 anyway since finding this :)

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

[kmail2] [Bug 381424] When there's text in the search, the lock button is not accessible

2017-06-19 Thread Thiago Macieira
https://bugs.kde.org/show_bug.cgi?id=381424

--- Comment #1 from Thiago Macieira  ---
I did not pay attention if this happened before the OpenSUSE Tumbleweed upgrade
to Qt 5.9. But this didn't use to happen a couple of months ago, so it's either
a 5.5.x problem, an Akonadi/KDEPIM 17.04 problem, or Qt 5.9 one.

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

[kmail2] [Bug 381424] New: When there's text in the search, the lock button is not accessible

2017-06-19 Thread Thiago Macieira
https://bugs.kde.org/show_bug.cgi?id=381424

Bug ID: 381424
   Summary: When there's text in the search, the lock button is
not accessible
   Product: kmail2
   Version: 5.5.1
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: UI
  Assignee: kdepim-b...@kde.org
  Reporter: thi...@kde.org
  Target Milestone: ---

Created attachment 106179
  --> https://bugs.kde.org/attachment.cgi?id=106179=edit
Screenshot of the problem

To reproduce:
1. Alt+Q
2. Type anything

Expected:
The lock button is available, next to the clear button, in the exact same
position it was before there was text.

Results:
The lock button is replaced by a bigger clear button. See attached screenshot.

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

[plasmashell] [Bug 381266] Icontasks identifying Chrome apps as Chrome windows

2017-06-19 Thread Ross Williams
https://bugs.kde.org/show_bug.cgi?id=381266

--- Comment #4 from Ross Williams  ---
(In reply to Kai Uwe Broulik from comment #3)
> I cannot reproduce the issue. Neither in normal task manager nor in
> icon-tasks. Can you please paste your /etc/xdg/taskmanagerrulesrc
> 
> Also, how did you add the app to your machine? I went to Chrome Web Store
> with my "Default" Chrome profile, installed "Authy" from there and then
> launched it through Kickoff. Works just fine here.

/etc/xdg/taskmanagerrulesrc:


[Mapping]
Gimp-2.8=GIMP
Google-chrome=Google Chrome
Google-chrome-stable=Google Chrome
Systemsettings=System Settings
oracle-ide-boot-Launcher=Oracle SQL Developer
Dragon=dragonplayer

[Settings]
ManualOnly=Wine
MatchCommandLineFirst=perl
TryIgnoreRuntimes=perl


I added the app the same way as you did via the Chrome Web Store. Interestingly
this works for Chromium but not Chrome (from Google). I would just switch back
to Chromium but casting my desktop only works for Chrome but not Chromium for
some reason (I do this lots at work) and would rather not have to run two
browsers.

In any case this does not change the fact that I can downgrade 5.9.5 on my Arch
system and this works properly with Chrome so something has to have changed
since that version.

Anything else I can do to try and debug this? I am a sysadmin but I am a bit of
a noob when it comes to X related stuff outside of X conf and xrandr?

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

[systemsettings] [Bug 379822] Multimedia icon confusing for new users

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379822

ber...@codewiz.org changed:

   What|Removed |Added

 Depends on||379885


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=379885
[Bug 379885] Breeze icon for "Multimedia" in systemsettings is confusing for
new users
-- 
You are receiving this mail because:
You are watching all bug changes.

[Breeze] [Bug 379885] Breeze icon for "Multimedia" in systemsettings is confusing for new users

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379885

ber...@codewiz.org changed:

   What|Removed |Added

 Blocks||379822


Referenced Bugs:

https://bugs.kde.org/show_bug.cgi?id=379822
[Bug 379822] Multimedia icon confusing for new users
-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 379822] Multimedia icon confusing for new users

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=379822

ber...@codewiz.org changed:

   What|Removed |Added

Version|5.10.0  |5.10.2

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

[ksmserver] [Bug 359651] Dangling user processes after KDE session crash

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=359651

ber...@codewiz.org changed:

   What|Removed |Added

Version|5.10.1  |5.10.2

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

[plasmashell] [Bug 380873] Folder icons in Folder View show a preview of the contents of .desktop file

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380873

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #7 from Christoph Feck  ---


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

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

[kio] [Bug 220330] Preview setting for .desktop files is ignored if "Text File" preview is enabled

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=220330

Christoph Feck  changed:

   What|Removed |Added

 CC||ber...@codewiz.org

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

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

[plasmashell] [Bug 380866] Images become yellow pixelated upon closing and opening laptop

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380866

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DUPLICATE

--- Comment #4 from Christoph Feck  ---


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

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

[kwin] [Bug 344326] Buffer objects (VBO, FBO) need remapping after suspend/vt switch with NVIDIA

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=344326

Christoph Feck  changed:

   What|Removed |Added

 CC||lingtj...@hotmail.com

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

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

[kwin] [Bug 381004] kwin_core: Failed to initialize compositing, compositing disabled

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381004

--- Comment #4 from ber...@codewiz.org ---
>From kwin 5.10.2:

Jun 18 18:42:29 goreboot kwin_x11[22802]: kwin_core: Failed to initialize
compositing, compositing disabled
Jun 18 18:42:29 goreboot kwin_x11[22802]: kwin_core: Make Context Current
failed
Jun 18 18:42:29 goreboot kwin_x11[22802]: QXcbConnection: XCB error: 3
(BadWindow), sequence: 29714, resource id: 2097265, major code: 10
(UnmapWindow), minor code: 0
Jun 18 18:42:29 goreboot kwin_x11[22802]: QXcbConnection: XCB error: 3
(BadWindow), sequence: 29713, resource id: 2097265, major code: 2
(ChangeWindowAttributes), minor code: 0

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

[plasmashell] [Bug 380250] plasmashell often freeze in various IO action.

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380250

Christoph Feck  changed:

   What|Removed |Added

 CC||cf...@kde.org

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

[kwin] [Bug 381004] kwin_core: Failed to initialize compositing, compositing disabled

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381004

--- Comment #3 from ber...@codewiz.org ---
Created attachment 106178
  --> https://bugs.kde.org/attachment.cgi?id=106178=edit
glxinfo output

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

[kwin] [Bug 381004] kwin_core: Failed to initialize compositing, compositing disabled

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381004

--- Comment #2 from ber...@codewiz.org ---
Created attachment 106177
  --> https://bugs.kde.org/attachment.cgi?id=106177=edit
kwinrc

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

[plasmashell] [Bug 380089] Panel widgets in all activities

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380089

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #7 from Christoph Feck  ---
Okey, makes sense. Still needs investigation.

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

[plasmashell] [Bug 380038] Unrecognized program names.

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380038

--- Comment #2 from Christoph Feck  ---
If you can provide the information requested in comment #1, please add it.

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

[plasmashell] [Bug 379923] Panel Items Rearrange Automatically

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379923

--- Comment #2 from Christoph Feck  ---
If you can provide the information requested in comment #1, please add it.

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

[plasmashell] [Bug 379556] In the audacious player, the alarm plugins, does not work (not even appears).

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379556

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[plasmashell] [Bug 373819] "Open with file manager" action does not work with audio cd

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=373819

--- Comment #9 from Christoph Feck  ---
Kai, was this committed?

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

[plasmashell] [Bug 380209] Speed labels and speed graph empty after showing the applet twice

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380209

--- Comment #6 from Christoph Feck  ---
Jan, is bug 356841 a duplicate?

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

[Breeze] [Bug 381407] SDDM's Breeze theme should have a prettier background than just a flat blue color

2017-06-19 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=381407

Dr. Chapatin  changed:

   What|Removed |Added

 CC||yy...@gmx.com

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

[libqapt] [Bug 381422] New: cmake config file not set QApt_INCLUDE_DIRS and QApt_LIBRARIES variable

2017-06-19 Thread sbw
https://bugs.kde.org/show_bug.cgi?id=381422

Bug ID: 381422
   Summary: cmake config file not set QApt_INCLUDE_DIRS and
QApt_LIBRARIES variable
   Product: libqapt
   Version: unspecified
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: sit...@kde.org
  Reporter: s...@sbw.so
  Target Milestone: ---

I'm using libqapt in my project, and I have import libqapt by cmake
`find_package(QApt)`
But the variable ${QApt_LIBRARIES} and ${QApt_INCLUDE_DIRS} is empty.

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

[akregator] [Bug 381423] New: Crash when adding RSS; crash every restart or launch

2017-06-19 Thread Tim LePés
https://bugs.kde.org/show_bug.cgi?id=381423

Bug ID: 381423
   Summary: Crash when adding RSS; crash every restart or launch
   Product: akregator
   Version: unspecified
  Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-b...@kde.org
  Reporter: timle...@gmail.com
  Target Milestone: ---

Application: akregator (5.5.2)

Qt Version: 5.9.0
Frameworks Version: 5.35.0
Operating System: Linux 4.11.5-1-ARCH x86_64
Distribution: "Arch Linux"

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

Looking at Martin Graesslin's blog and deciding, as a KDE Plasma user, I should
subscribe to his RSS feed.  As soon as I hit the "Subscribe Now" in Firefox
(54.0 64bit) I got a system notification that Akregator crashed.  I tried
restarting the applicaiton from the crash dialog, starting from the launcher,
and by hitting the "Subscribe Now" button in Firefox again.  Each time, it
crashed immediately.  So I ran it from the command line and got this output:

$ akregator
Invalid Context= "Apps" line for icon theme: 
"/usr/share/icons/Paper/512x512@2x/apps/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Paper/512x512@2x/mimetypes/"
Invalid Context= "Mimetypes" line for icon theme: 
"/usr/share/icons/Paper/scalable/mimetypes/"
org.kde.pim.webengineviewer:  It's not necessary to check database now
Error loading text-to-speech plug-in "flite"
 void AdblockManager::reloadConfig() falseAdBlock::AdblockManager(0xcd4260)
"Tag 'a' is not defined in message {<__kuit_internal_top__>For more information
about using Akregator, check the For more information
about using Akregator, check the For more information
about using Akregator, check the For more information
about using Akregator, check the https://www.archlinux.org/feeds/news/;
"http://www.kde.org/dotkdeorg.rdf;
"http://planetkde.org/rss20.xml;
"https://www.linux.com/rss/feeds.php;
"http://pim.planetkde.org/rss20.xml;
"https://store.kde.org/content.rdf;
"http://planetkde.org/pt-br/rss20.xml;
"http://planet.kde-espana.org/atom.xml;
"https://fr.planetkde.org/rss20.xml;
"https://www.linux.com/feeds/news/rss;
"https://www.linux.com/feeds/blogs/open-source-professionals/rss;
"https://www.linux.com/feeds/tutorials/rss;
"https://feeds.feedburner.com/linuxtoday/linux?format=xml;
"https://linuxgizmos.com/feed/;
"https://lwn.net/headlines/rss;
"http://lxer.com/module/newswire/headlines.rss;
"https://opensource.com/feed;
"http://feeds.maketecheasier.com/MakeTechEasier;
"https://www.digitalocean.com/community/tutorials/feed;
"http://torrentfreak.com/category/dvdrip/feed/;
"https://insights.hpe.com/bin/rss;
 void AdblockManager::reloadConfig() falseAdBlock::AdblockManager(0xfbff70)
[2066:2066:0100/00.309319:ERROR:broker_posix.cc(41)] Invalid node channel
message
[2067:2067:0100/00.309321:ERROR:broker_posix.cc(41)] Invalid node channel
message
[2079:2079:0100/00.309353:ERROR:broker_posix.cc(41)] Invalid node channel
message
[2071:2071:0100/00.309439:ERROR:broker_posix.cc(41)] Invalid node channel
message
KCrash: Application 'akregator' crashing...
KCrash: Attempting to start /usr/lib/drkonqi from kdeinit
sock_file=/run/user/1000/kdeinit5__0
[2061:2061:0100/00.310735:ERROR:broker_posix.cc(41)] Invalid node channel
message
[2070:2070:0100/00.312136:ERROR:broker_posix.cc(41)] Invalid node channel
message
[2063:2063:0100/00.315324:ERROR:broker_posix.cc(41)] Invalid node channel
message
[2078:2078:0100/00.323665:ERROR:broker_posix.cc(41)] Invalid node channel
message

[1]+  Stopped akregator

My distro is Arch Linux...
Kernel: x86_64 Linux 4.11.5-1-ARCH
KDE 5.35.0 / Plasma 5.10.2

Apparently after I got my prompt back in the shell, I got a bunch of this
[warn] epoll_wait: Bad file descriptor stuff followed by a segfault
(akregator)...

[warn] epoll_wait: Bad file descriptor
[warn] epoll_wait: Bad file descriptor
[warn] epoll_wait: Bad file descriptor
Unable to start Dr. Konqi
Re-raising signal for core dump handling.
[warn] epoll_wait: Bad file descriptor
[warn] epoll_wait: Bad file descriptor
[warn] epoll_wait: Bad file descriptor
[warn] epoll_wait: Bad file descriptor
[warn] epoll_wait: Bad file descriptor
[warn] epoll_wait: Bad file descriptor
^C
[1]+  Segmentation fault  (core dumped) akregator

I think the Dr. Konqi error is because I am still filling out this crash
report.  I was just getting started with Akgregator... it would be a shame if I
can't use it.  Let me know what else I may try or infos I can gather that may
help.  And thanks!

- Custom settings of the application:

$ cat .config/akregatorrc 

[$Version]
update_info=fonts_akregator.upd:Plasma_Fonts_Akregator

[Appearance]
Fixed Font=Hack
Sans Serif Font=Noto Sans
Serif Font=Noto Sans
Standard Font=Noto 

[plasmashell] [Bug 380898] Renaming icons to something already exists will create an new icon

2017-06-19 Thread Gabriel C
https://bugs.kde.org/show_bug.cgi?id=380898

Gabriel C  changed:

   What|Removed |Added

 CC||fa...@kde.org

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

[plasmashell] [Bug 380898] Renaming icons to something already exists will create an new icon

2017-06-19 Thread Gabriel C
https://bugs.kde.org/show_bug.cgi?id=380898

--- Comment #6 from Gabriel C  ---

const QString urlStr = entry.stringValue(KIO::UDSEntry::UDS_URL); <-- always
NULL but why ?

QUrl url;
if (!urlStr.isEmpty()) {
 url = QUrl(urlStr);
}

^ handles just the case urlStr exists .. else NULL ?


code to handle all oder cases ...

...

info.uSource = url; <-- NULL sice strUrl = NULL

from here on stuff starts  to break ...

It is still to complicate for me to fully understand , sorry =)

The Question is why entry.stringValue(KIO::UDSEntry::UDS_URL) is alyways NULL
and also why the case urlStr.isEmpty() is not handled ..

( probably bc the code assumes entry.stringValue(KIO::UDSEntry::UDS_URL) can't
be NULL ? )

Also there are some places with entry.stringValue(KIO::UDSEntry::UDS_URL) in
kio code. 

I guess we should change the bug to KIO.. maybe David Faure has some more clue
on what is going on here.?

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

[gwenview] [Bug 381364] "Gwenview crashes when going in Full Screen mode with Grayscale JPEG images"

2017-06-19 Thread Davide Beatrici
https://bugs.kde.org/show_bug.cgi?id=381364

--- Comment #3 from Davide Beatrici  ---
Gvenview 17.07.70, built from source, works fine.

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

[gwenview] [Bug 381364] "Gwenview crashes when going in Full Screen mode with Grayscale JPEG images"

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381364

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #2 from Christoph Feck  ---
Maybe. But I am still marking as a duplicate, unless you can reproduce with
Gwenview 16.12.

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

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

[gwenview] [Bug 357548] Gwenview crashes when I activate 100% zoom by either middle click or toolbar button

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=357548

Christoph Feck  changed:

   What|Removed |Added

 CC||davidebeatr...@gmail.com

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

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

[plasmashell] [Bug 381130] Notifications are sometimes misplaced in the left upper corner

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381130

--- Comment #7 from Christoph Feck  ---
Sometimes, krunner appears at (0, 0) instead of centered.

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

[plasmashell] [Bug 381130] Notifications are sometimes misplaced in the left upper corner

2017-06-19 Thread Christian González
https://bugs.kde.org/show_bug.cgi?id=381130

Christian González  changed:

   What|Removed |Added

 CC||chgonzal...@gmail.com

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

[Breeze] [Bug 381420] [PATCH] Icon for ksysguard (utilities-system-monitor.svg) is very slightly wider than other square-ish icons

2017-06-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381420

--- Comment #4 from Nate Graham  ---
Created attachment 106176
  --> https://bugs.kde.org/attachment.cgi?id=106176=edit
Scaled icon now lines up properly

Attaching a screenshot of how the changed icon looks next to other square
utility icons: much better now IMHO.

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

[knetwalk] [Bug 381206] Knetwalk starts up but the content of the screen is not visible (black screen)

2017-06-19 Thread Peter Ped Helcmanovsky
https://bugs.kde.org/show_bug.cgi?id=381206

Peter Ped Helcmanovsky  changed:

   What|Removed |Added

 CC||p...@7gods.org

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

[konsole] [Bug 380998] Konsole transparency broken on bootup.

2017-06-19 Thread Peter Traylor
https://bugs.kde.org/show_bug.cgi?id=380998

Peter Traylor  changed:

   What|Removed |Added

 CC||pe...@traylorpark.com

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

[kwin] [Bug 369088] After upgrading from fedora 20 to 24 everything crashes on startup, KDE unusable

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=369088

--- Comment #5 from Christoph Feck  ---
Brian, correct, your backtrace lacks even more debug symbols than this one.

If you can provide a backtrace from a recent version with KWin/Qt debug
information (including line numbers), please add a comment.

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

[kdialog] [Bug 381121] kdialog raise segment fault

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381121

--- Comment #4 from Christoph Feck  ---
The kde-baseapps package was split into its separate applications (konqueror,
kfind, kdialog, keditbookmarks). Usually the distribution automatically deletes
obsolete packages and recommends the newer replacements. If this was not the
case, it is indeed worth a bug report to the bug tracker of your distribution.

https://community.kde.org/Applications/16.12_Release_Notes

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

[kdialog] [Bug 381121] kdialog raise segment fault

2017-06-19 Thread Dorian Han
https://bugs.kde.org/show_bug.cgi?id=381121

--- Comment #3 from Dorian Han  ---
This got fixed by replacing the kde-baseapps-bin 4:16.04.3-0ubuntu1 pkg with
kdialog_16.12.3-0ubuntu1 pkg.

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

[plasmashell] [Bug 381317] Plasma Menu bar Crash when Quitting Lazarus IDE

2017-06-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=381317

--- Comment #1 from john4deidre2...@xtra.co.nz ---
i have contacted the Lazarus IDE team and they said that others have reported
this same issue and the bug is not on their end.

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

[kcalc] [Bug 381418] negative results of certain magnitudes have incorrect thousands separators

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381418

Christoph Feck  changed:

   What|Removed |Added

   Assignee|ete...@alum.rit.edu |cf...@kde.org

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

[kdelibs] [Bug 381385] KFileDialog ignores SingleClick=false directive

2017-06-19 Thread Bernard Gray
https://bugs.kde.org/show_bug.cgi?id=381385

Bernard Gray  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |INVALID
 Status|NEEDSINFO   |RESOLVED

--- Comment #2 from Bernard Gray  ---
Ah thanks for the tip - 
You're absolutely correct, I've got it configured in
~/.kde/share/config/kdeglobals (KDE4 I presume), but not in
~/.config/kdeglobals (KDE5 I guess?)

 - setting both resolves it

Apologies for the dud bug report, and thanks for looking at it :)

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

[dolphin] [Bug 381038] Audio CD shows the wrong number of tracks after first CD change

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381038

Christoph Feck  changed:

   What|Removed |Added

 CC||lesliez...@llvm.org.cn

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

[frameworks-kfilemetadata] [Bug 380919] Wrong image size in Dolphin

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380919

Christoph Feck  changed:

   What|Removed |Added

   Assignee|dolphin-bugs-n...@kde.org   |pinak.ah...@gmail.com
Version|17.04.1 |5.34.0
  Component|view-engine: details mode   |general
Product|dolphin |frameworks-kfilemetadata

--- Comment #2 from Christoph Feck  ---
Fujifilm RAW files are probably not supported. What it shows is the embedded
JPEG image.

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

[kdialog] [Bug 381121] kdialog raise segment fault

2017-06-19 Thread Dorian Han
https://bugs.kde.org/show_bug.cgi?id=381121

Dorian Han  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |DOWNSTREAM

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

[kdialog] [Bug 381121] kdialog raise segment fault

2017-06-19 Thread Dorian Han
https://bugs.kde.org/show_bug.cgi?id=381121

--- Comment #2 from Dorian Han  ---
(In reply to Christoph Feck from comment #1)
> Please ask in a forum of your distribution if you are still using the
> kdelibs4 version of 'kdialog', or the KF5-based version.
> 
> There is no 'directCommand()' function in the current kdialog sources, nor
> in kdialog from KDE Applications 16.12.0

It seems it's based on a KDE 4 version of kdialog. The binary comes from the
pkg named kde-baseapps-bin 4:16.04.3-0ubuntu1. There's also a standalone
kdialog pkg which provides kdialog_16.12.3-0ubuntu1 however it conflicts with
the previous one. Seems a compatibility issue rather than a bug. I'm going to
look for answers from distro community. Thanks.

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

[krusader] [Bug 381022] RFE: enable Primary Clipboard support on "edit location"

2017-06-19 Thread Todd
https://bugs.kde.org/show_bug.cgi?id=381022

--- Comment #20 from Todd  ---
Xfce 4.12

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

[krusader] [Bug 381022] RFE: enable Primary Clipboard support on "edit location"

2017-06-19 Thread Todd
https://bugs.kde.org/show_bug.cgi?id=381022

--- Comment #19 from Todd  ---
$ yum whatprovides dolphin
...
kde-baseapps-4.10.5-4.el7.x86_64 : KDE Core Applications
Repo: sl-rolling
Matched from:
Provides: dolphin = 4.10.5-4.el7

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

[plasmashell] [Bug 381421] New: Plasma crashed after switching screen layout

2017-06-19 Thread Sergey
https://bugs.kde.org/show_bug.cgi?id=381421

Bug ID: 381421
   Summary: Plasma crashed after switching screen layout
   Product: plasmashell
   Version: 5.10.2
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: k...@davidedmundson.co.uk
  Reporter: tinld...@gmail.com
CC: bhus...@gmail.com, plasma-b...@kde.org
  Target Milestone: 1.0

Application: plasmashell (5.10.2)

Qt Version: 5.9.0
Frameworks Version: 5.34.0
Operating System: Linux 4.11.5-1-default x86_64
Distribution: "openSUSE Tumbleweed"

-- Information about the crash:
- What I was doing when the application crashed: cycling through screen layouts
to make Plasma panel appear on the external display.
- I have a laptop based on i5005U with external display connected via HDMI, and
after the boot Plasma panel is usually placed on the built-in display, even if
it's turned off, and it is an old problem itself.

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

Thread 9 (Thread 0x7f845326d700 (LWP 2802)):
#0  0x7f851c3a5b19 in g_mutex_lock () at /usr/lib64/libglib-2.0.so.0
#1  0x7f851c360233 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#2  0x7f851c360c1b in  () at /usr/lib64/libglib-2.0.so.0
#3  0x7f851c360dfc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#4  0x7f8521e4d75b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#5  0x7f8521df6d0a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f8521c2905a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#7  0x7f8455b04f37 in KCupsConnection::run() () at
/usr/lib64/libkcupslib.so
#8  0x7f8521c2d73e in  () at /usr/lib64/libQt5Core.so.5
#9  0x7f8520df54e7 in start_thread () at /lib64/libpthread.so.0
#10 0x7f852153ba2f in clone () at /lib64/libc.so.6

Thread 8 (Thread 0x7f846c91c700 (LWP 2795)):
#0  0x7f852153208d in poll () at /lib64/libc.so.6
#1  0x7f851c360ce9 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f851c360dfc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f8521e4d75b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#4  0x7f8521df6d0a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#5  0x7f8521c2905a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#6  0x7f8524d72d45 in  () at /usr/lib64/libQt5Qml.so.5
#7  0x7f8521c2d73e in  () at /usr/lib64/libQt5Core.so.5
#8  0x7f8520df54e7 in start_thread () at /lib64/libpthread.so.0
#9  0x7f852153ba2f in clone () at /lib64/libc.so.6

Thread 7 (Thread 0x7f846e92d700 (LWP 2530)):
#0  0x7fff066b7947 in  ()
#1  0x7fff066b7bdb in clock_gettime ()
#2  0x7f8521548f86 in clock_gettime () at /lib64/libc.so.6
#3  0x7f8521e4ca31 in  () at /usr/lib64/libQt5Core.so.5
#4  0x7f8521e4b309 in QTimerInfoList::updateCurrentTime() () at
/usr/lib64/libQt5Core.so.5
#5  0x7f8521e4b885 in QTimerInfoList::timerWait(timespec&) () at
/usr/lib64/libQt5Core.so.5
#6  0x7f8521e4cdae in  () at /usr/lib64/libQt5Core.so.5
#7  0x7f851c360228 in g_main_context_prepare () at
/usr/lib64/libglib-2.0.so.0
#8  0x7f851c360c1b in  () at /usr/lib64/libglib-2.0.so.0
#9  0x7f851c360dfc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#10 0x7f8521e4d75b in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib64/libQt5Core.so.5
#11 0x7f8521df6d0a in
QEventLoop::exec(QFlags) () at
/usr/lib64/libQt5Core.so.5
#12 0x7f8521c2905a in QThread::exec() () at /usr/lib64/libQt5Core.so.5
#13 0x7f8525919292 in  () at /usr/lib64/libQt5Quick.so.5
#14 0x7f8521c2d73e in  () at /usr/lib64/libQt5Core.so.5
#15 0x7f8520df54e7 in start_thread () at /lib64/libpthread.so.0
#16 0x7f852153ba2f in clone () at /lib64/libc.so.6

Thread 6 (Thread 0x7f84fa5d9700 (LWP 2529)):
#0  0x7f8520dfb5ed in pthread_cond_wait@@GLIBC_2.3.2 () at
/lib64/libpthread.so.0
#1  0x7f85275f2a04 in  () at /usr/lib64/libQt5Script.so.5
#2  0x7f85275f2a49 in  () at /usr/lib64/libQt5Script.so.5
#3  0x7f8520df54e7 in start_thread () at /lib64/libpthread.so.0
#4  0x7f852153ba2f in clone () at /lib64/libc.so.6

Thread 5 (Thread 0x7f850896b700 (LWP 2528)):
#0  0x7f852152ddfd in read () at /lib64/libc.so.6
#1  0x7f851c3a47e0 in  () at /usr/lib64/libglib-2.0.so.0
#2  0x7f851c3607cb in g_main_context_check () at
/usr/lib64/libglib-2.0.so.0
#3  0x7f851c360c90 in  () at /usr/lib64/libglib-2.0.so.0
#4  0x7f851c360dfc in g_main_context_iteration () at
/usr/lib64/libglib-2.0.so.0
#5  0x7f8521e4d75b in
QEventDispatcherGlib::processEvents(QFlags) ()
at 

[dolphin] [Bug 380002] Dolphin crashing

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380002

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #3 from Christoph Feck  ---
To further investigate this issue, KDE developers need the information
requested in comment #1. If you can provide it, or need help with finding that
information, please add a comment.

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

[Breeze] [Bug 381420] [PATCH] Icon for ksysguard (utilities-system-monitor.svg) is very slightly wider than other square-ish icons

2017-06-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381420

--- Comment #3 from Nate Graham  ---
Created attachment 106175
  --> https://bugs.kde.org/attachment.cgi?id=106175=edit
Screenshot showing differently-sized icons when positioned horizontally

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

[Breeze] [Bug 381420] [PATCH] Icon for ksysguard (utilities-system-monitor.svg) is very slightly wider than other square-ish icons

2017-06-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381420

--- Comment #2 from Nate Graham  ---
Created attachment 106174
  --> https://bugs.kde.org/attachment.cgi?id=106174=edit
Screenshot showing differently-sized icons when stacked vertically

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

[dolphin] [Bug 379800] Folder panel active text color incorrect assigned to WindowText color

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379800

--- Comment #20 from Christoph Feck  ---
Still waiting for investigation.

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

[gwenview] [Bug 345255] Gwenview no longer accepts multiple files on the command line to view

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=345255

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #4 from Christoph Feck  ---
Yep, thanks for the investigation.

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

[drkonqi] [Bug 381043] drkonqi has wrong icon under Wayland

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381043

Christoph Feck  changed:

   What|Removed |Added

   Keywords||junior-jobs

--- Comment #1 from Christoph Feck  ---
https://community.kde.org/Wayland/Porting_Notes#Application_Icon

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

[Breeze] [Bug 381420] [PATCH] Icon for ksysguard (utilities-system-monitor.svg) is very slightly wider than other square-ish icons

2017-06-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381420

Nate Graham  changed:

   What|Removed |Added

Summary|Icon for ksysguard  |[PATCH] Icon for ksysguard
   |(utilities-system-monitor.s |(utilities-system-monitor.s
   |vg) is very slightly wider  |vg) is very slightly wider
   |than other square-ish icons |than other square-ish icons

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

[Breeze] [Bug 381420] Icon for ksysguard (utilities-system-monitor.svg) is very slightly wider than other square-ish icons

2017-06-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381420

--- Comment #1 from Nate Graham  ---
Created attachment 106173
  --> https://bugs.kde.org/attachment.cgi?id=106173=edit
Re-sized KSysguard icon

This is a crude patch, but it should get the job done. Feel free to discard and
implement this in a better way.

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

[kdialog] [Bug 381121] kdialog raise segment fault

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381121

Christoph Feck  changed:

   What|Removed |Added

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

--- Comment #1 from Christoph Feck  ---
Please ask in a forum of your distribution if you are still using the kdelibs4
version of 'kdialog', or the KF5-based version.

There is no 'directCommand()' function in the current kdialog sources, nor in
kdialog from KDE Applications 16.12.0

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

[Breeze] [Bug 381420] Icon for ksysguard (utilities-system-monitor.svg) is very slightly wider than other square-ish icons

2017-06-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381420

Nate Graham  changed:

   What|Removed |Added

 CC||pointedst...@zoho.com

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

[Breeze] [Bug 381420] New: Icon for ksysguard (utilities-system-monitor.svg) is very slightly wider than other square-ish icons

2017-06-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=381420

Bug ID: 381420
   Summary: Icon for ksysguard (utilities-system-monitor.svg) is
very slightly wider than other square-ish icons
   Product: Breeze
   Version: 5.9.4
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: pointedst...@zoho.com
CC: kain...@gmail.com
  Target Milestone: ---

Many KDE system/administration-related programs use a square icon theme (e.g.
Konsole, KInfoCenter, System Settings, KsysGuard).

However, I've noticed that the icon for KsysGuard
(/usr/share/icons/breeze/apps/48/utilities-system-monitor.svg) is very slightly
wider than all the others; it's not exactly square and does not conform to
their size. This is immediately visible if one uses a vertical panel and puts
the icon for KSysGuard immediately above or below Konsole (or any of the other
ones). It's also visible in the Large Icons task switcher, though not as
noticeable. See attached screenshots. Rough, crude patch incoming.

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

[Discover] [Bug 381170] show security update status

2017-06-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=381170

--- Comment #3 from Aleix Pol  ---
How does that make a difference? Will you choose not to update depending on
which packages need update?

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

[Discover] [Bug 380371] Discover Search Crash

2017-06-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=380371

--- Comment #12 from Nate Graham  ---
I can reproduce this 100% by searching for "inkscape".

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

[Discover] [Bug 381410] Discover hangs or crashes when I search "samba"

2017-06-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=381410

Aleix Pol  changed:

   What|Removed |Added

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

--- Comment #1 from Aleix Pol  ---


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

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

[Discover] [Bug 380371] Discover Search Crash

2017-06-19 Thread Aleix Pol
https://bugs.kde.org/show_bug.cgi?id=380371

Aleix Pol  changed:

   What|Removed |Added

 CC||surenenfiaj...@gmail.com

--- Comment #11 from Aleix Pol  ---
*** Bug 381410 has been marked as a duplicate of this bug. ***

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

[kmymoney4] [Bug 381419] KMymoney does not convert online web quotes with a different currency

2017-06-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381419

Ralf Habacker  changed:

   What|Removed |Added

Summary|KMymoney does not calculate |KMymoney does not convert
   ||online web quotes with a
   ||different currency

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

[kmymoney4] [Bug 381419] New: KMymoney does not calculate

2017-06-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381419

Bug ID: 381419
   Summary: KMymoney does not calculate
   Product: kmymoney4
   Version: 4.8.0
  Platform: unspecified
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-de...@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

http://funds.ft.com/uk/Tearsheet/Summary?s=LU0063916489

How to reproduce:
1. start kmymoney
2. goto to settings->online web quotes and apply the changes from bug 381399
comment 5 to the "Financial Times UK Funds" entry.
3. Add a new investment account 
4. Create a new investment by selecting the account created with 3. and use EUR
currency.
5. open context menu and select "new investition" 
6. add 'LU0063916489' as stock symbol, name it 'test' and use EUR currency
7. press okay, select "Financial Times UK Funds" and press okay
8. select online price update in just created investment from the context menu

What happens ?
KMymoney fetches the related price and thinks the price has been returned in
EUR instead of converting the currenty from USD to EUR.

What is expected ?
KMymoney should detect the curreny returned from the online web price quote and
 convert the price into the investment account curreny.

Additional informations:
The "Financial Times UK Funds" return the currency on the result page in the
form 

Price (USD)

which makes it possible to parse the currency with an additional "currency"
regex added to the "online web quote" configuration.

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

[plasmashell] [Bug 373240] Crash when searching for program in krunner

2017-06-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=373240

--- Comment #4 from David Edmundson  ---
If anyone can reproduce this with valgrind, that'd be very useful

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

[plasmashell] [Bug 381105] Crash in uncontrolledAnimationFinished

2017-06-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381105

David Edmundson  changed:

   What|Removed |Added

 CC||burs...@protonmail.com

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

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

[plasmashell] [Bug 381397] Random Plasma crash

2017-06-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381397

David Edmundson  changed:

   What|Removed |Added

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

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


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

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

[plasmashell] [Bug 381105] Cras in uncontrolledAnimationFinished

2017-06-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381105

David Edmundson  changed:

   What|Removed |Added

   Assignee|k...@davidedmundson.co.uk|plasma-b...@kde.org
  Component|general |generic-crash
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

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

[plasmashell] [Bug 381105] Crash in uncontrolledAnimationFinished

2017-06-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381105

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk
Summary|Cras in |Crash in
   |uncontrolledAnimationFinish |uncontrolledAnimationFinish
   |ed  |ed

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

[plasmashell] [Bug 381105] Cras in uncontrolledAnimationFinished

2017-06-19 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=381105

David Edmundson  changed:

   What|Removed |Added

Summary|Plasma crash while  |Cras in
   |selecting and changing  |uncontrolledAnimationFinish
   |wallpaper positioning.  |ed

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

[kwin] [Bug 377171] Clicking outside of any presented windows should show desktop

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=377171

--- Comment #6 from Christoph Feck  ---
You can also use the "Show Desktop" hotkey. Configure it in systemsettings5 >
Shortcuts > Global Shortcuts > KWin.

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

[kwin] [Bug 374659] Windows on HiDPI scaled display are small on the first run

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=374659

Christoph Feck  changed:

   What|Removed |Added

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

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

[ksshaskpass] [Bug 379852] ksshaskpass does not store passwords in kwallet, neither use them if they already existed

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=379852

Christoph Feck  changed:

   What|Removed |Added

 Resolution|FIXED   |WONTFIX

--- Comment #5 from Christoph Feck  ---
Setting status according to comment #3.

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

[krusader] [Bug 381022] RFE: enable Primary Clipboard support on "edit location"

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381022

--- Comment #18 from Christoph Feck  ---
Comment #15 is the KDE4 version of Dolphin, not the KF5 version. Please install
'dolphin', not 'kde-baseapps'.

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

[kmymoney4] [Bug 381399] Can't retrieve stock prices

2017-06-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381399

--- Comment #5 from Ralf Habacker  ---
(In reply to David Houlden from comment #1)
> FT.com have changed that page layout recently. I got it working by changing
> the KMyMoney settings to these.
> 
> URL:   http://funds.ft.com/uk/Tearsheet/Summary?s=%1:GBX
> Symbol:   data-display-symbol="(.*):
> Price:   Price \(GBX\) class="mod-ui-data-list__value">([\d,]*\.\d*)
> Date:   Data delayed at least 15 minutes, as of (.*)
> Date Format:   %m %d %y

As far as I can see looks the following regex be more general:

URL:http://funds.ft.com/uk/Tearsheet/Summary?s=%1
Symbol:  data-display-symbol="(.*):
Price:  class="mod-ui-data-list__value">([\d,]*\.\d*) 
Date:   Data delayed at least 15 minutes, as of (.*)\.
Date Format: %m %d %y

Changes are in Price: and Date:

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

[plasmashell] [Bug 381105] Plasma crash while selecting and changing wallpaper positioning.

2017-06-19 Thread Bill Cobb
https://bugs.kde.org/show_bug.cgi?id=381105

Bill Cobb  changed:

   What|Removed |Added

Version|5.10.1  |5.10.2

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

[krunner] [Bug 381265] krunner crashed

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381265

Christoph Feck  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
   Severity|grave   |crash
 Status|CONFIRMED   |RESOLVED

--- Comment #3 from Christoph Feck  ---
libqcalculate considers the uppercase F as a temperature unit °F, which causes
a crash. Please report this issue directly to libqalculate developers.

To enter hexadecimals numbers, please use a '0x' prefix.

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

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

[kmymoney4] [Bug 381399] Can't retrieve stock prices

2017-06-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381399

--- Comment #4 from Ralf Habacker  ---
(In reply to StephenJH from comment #0)
> Fetching URL http://funds.ft.com/uk/Tearsheet/Summary?s=GB00074476255
This looks to be too unspecific because entering this url in a browser a list
of 100 funds  is returned.

I instead if I use  for example
http://funds.ft.com/uk/Tearsheet/Summary?s=AT639083 in the browser it shows
only one stock, which is parsable by kmymoney.

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

[plasmashell] [Bug 381105] Plasma crash while selecting and changing wallpaper positioning.

2017-06-19 Thread Bill Cobb
https://bugs.kde.org/show_bug.cgi?id=381105

--- Comment #3 from Bill Cobb  ---
Tried again with KDE Plasma 5.10.2, still happens every time. :/

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

[kcalc] [Bug 381418] negative results of certain magnitudes have incorrect thousands separators

2017-06-19 Thread Jason Craig
https://bugs.kde.org/show_bug.cgi?id=381418

Jason Craig  changed:

   What|Removed |Added

Summary|negative results can have   |negative results of certain
   |improperly placed thousands |magnitudes have incorrect
   |separators  |thousands separators

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

[krunner] [Bug 358617] Crash in krunner due to Qalculate

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=358617

Christoph Feck  changed:

   What|Removed |Added

 CC||basharjaank...@gmail.com

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

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

[kcalc] [Bug 381418] New: negative results can have improperly placed thousands separators

2017-06-19 Thread Jason Craig
https://bugs.kde.org/show_bug.cgi?id=381418

Bug ID: 381418
   Summary: negative results can have improperly placed thousands
separators
   Product: kcalc
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: ete...@alum.rit.edu
  Reporter: os-...@jacraig.com
  Target Milestone: ---

If you make a calculation that results in a negative number in the hundreds,
then a thousands separator (a comma here in the US) is incorrectly displayed at
the beginning of the number, right after the minus sign. The same goes for a
negative result in the hundred-thousands (and so on I presume).

For example, take 100 and subtract 1000, the result is displayed like "-,900".
Or take 50 and subtract 100, the result is displayed as "-,999,950".

My version is 17.04.2, but this wasn't available in the version selection.

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

[krunner] [Bug 358617] Crash in krunner due to Qalculate

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=358617

Christoph Feck  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UPSTREAM
  Component|general |calculator

--- Comment #1 from Christoph Feck  ---
libqcalculate considers the uppercase C as a temperature unit °C, which causes
a crash. Please report this issue directly to libqalculate developers.

To enter hexadecimals numbers, please use a '0x' prefix.

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

[kmymoney4] [Bug 381399] Can't retrieve stock prices

2017-06-19 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381399

Ralf Habacker  changed:

   What|Removed |Added

 CC||ralf.habac...@freenet.de

--- Comment #3 from Ralf Habacker  ---
(In reply to David Houlden from comment #1)
> FT.com have changed that page layout recently. I got it working by changing
> the KMyMoney settings to these.
> 
> URL:   http://funds.ft.com/uk/Tearsheet/Summary?s=%1:GBX
... 
> Price:   Price \(GBX\) class="mod-ui-data-list__value">([\d,]*\.\d*)

How should this work for non GBX currencies ?

The initial url uses http://funds.ft.com/uk/Tearsheet/Summary?s=%1 

and the website redirects to the currency related result e.g. if I enter

http://funds.ft.com/uk/Tearsheet/Summary?s=AT639083

I get

https://markets.ft.com/data/funds/tearsheet/summary?s=AT639083:EUR.

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

[krunner] [Bug 381164] krunner crashed

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381164

Christoph Feck  changed:

   What|Removed |Added

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

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


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

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

[frameworks-solid] [Bug 378493] krunner crash when start typing, randomly

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=378493

Christoph Feck  changed:

   What|Removed |Added

 CC||claus_...@webspeed.dk

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

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

[korganizer] [Bug 380964] Korganizer crashes when resizing and moving an entry

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=380964

Christoph Feck  changed:

   What|Removed |Added

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

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


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

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

[korganizer] [Bug 377539] Creaating a new category in Korganizer breaks the program

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=377539

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

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

[Akonadi] [Bug 381101] Crash van kontact when editing group in addresses

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381101

--- Comment #1 from Christoph Feck  ---
Could be caused by multiple nested event loops:

- Akonadi::EntityTreeView::contextMenuEvent
- Akonadi::StandardContactActionManager::Private::slotEditItem

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

[Akonadi] [Bug 381101] Crash van kontact when editing group in addresses

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381101

Christoph Feck  changed:

   What|Removed |Added

  Component|general |general
Product|kontact |Akonadi

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

[dolphin] [Bug 381412] Dolphin cannot run executables

2017-06-19 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=381412

Elvis Angelaccio  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||elvis.angelac...@kde.org

--- Comment #1 from Elvis Angelaccio  ---
Thanks for the report, there is already a fix in kio

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

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

[kio] [Bug 350018] Can't launch position independent executables

2017-06-19 Thread Elvis Angelaccio
https://bugs.kde.org/show_bug.cgi?id=350018

Elvis Angelaccio  changed:

   What|Removed |Added

 CC||brainstr...@yandex.ru

--- Comment #5 from Elvis Angelaccio  ---
*** Bug 381412 has been marked as a duplicate of this bug. ***

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

[knotes] [Bug 381025] sticky notes are stuck

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381025

--- Comment #2 from Christoph Feck  ---
If you can provide the information requested in comment #1, please add it.

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

[kmail2] [Bug 381031] Kmail crashes when shutting down, delaying the shutdown process

2017-06-19 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=381031

Christoph Feck  changed:

   What|Removed |Added

   Severity|normal  |crash

--- Comment #4 from Christoph Feck  ---
According to bug 378315, this is a crash that appears in Qt >= 5.8.0, but not
in Qt == 5.7.1. Which Qt version are you using?

Backtrace from comment 3:

Thread 1 (Thread 0x7fd0b7c07900 (LWP 4927)):
[KCrash Handler]
#5  0x7fd0b63f48ff in QWidget::~QWidget() () from
/usr/lib/libQt5Widgets.so.5
#6  0x7fd0b63f4d09 in QWidget::~QWidget() () from
/usr/lib/libQt5Widgets.so.5
#7  0x7fd0b56bce90 in QObject::event(QEvent*) () from
/usr/lib/libQt5Core.so.5
#8  0x7fd0b63f9473 in QWidget::event(QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#9  0x7fd0b63b846c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() from /usr/lib/libQt5Widgets.so.5
#10 0x7fd0b63bfcf4 in QApplication::notify(QObject*, QEvent*) () from
/usr/lib/libQt5Widgets.so.5
#11 0x7fd0b568db98 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() from /usr/lib/libQt5Core.so.5
#12 0x7fd0b569002d in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () from /usr/lib/libQt5Core.so.5
#13 0x7fd0a69281fd in ?? () from /usr/lib/libQt5Quick.so.5
#14 0x7fd0a6928530 in QQuickRenderControl::~QQuickRenderControl() () from
/usr/lib/libQt5Quick.so.5
#15 0x7fd0a6ee55d3 in ?? () from /usr/lib/libQt5QuickWidgets.so.5
#16 0x7fd0a6ee3f5b in ?? () from /usr/lib/libQt5QuickWidgets.so.5
#17 0x7fd0a6ee3fd9 in ?? () from /usr/lib/libQt5QuickWidgets.so.5
#18 0x7fd0b56c3a13 in QObject::~QObject() () from /usr/lib/libQt5Core.so.5
#19 0x7fd0b63f4b56 in QWidget::~QWidget() () from
/usr/lib/libQt5Widgets.so.5
#20 0x7fd0a5833091 in ?? () from /usr/lib/libQt5WebEngineWidgets.so.5
#21 0x7fd09e3a2b2a in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#22 0x7fd09e3a2c99 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#23 0x7fd09e8017ff in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#24 0x7fd09e7f6562 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#25 0x7fd09e6518b9 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#26 0x7fd09e67e27f in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#27 0x7fd09e67e869 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#28 0x7fd09e684abd in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#29 0x7fd09e654261 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#30 0x7fd09e64f2da in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#31 0x7fd09e8c6446 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#32 0x7fd09e8c6709 in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#33 0x7fd09e3be3fe in ?? () from /usr/lib/libQt5WebEngineCore.so.5
#34 0x7fd09e3be69a in
QtWebEngineCore::WebContentsAdapter::~WebContentsAdapter() () from
/usr/lib/libQt5WebEngineCore.so.5
#35 0x7fd0a5823b62 in ?? () from /usr/lib/libQt5WebEngineWidgets.so.5
#36 0x7fd0a5823bb9 in ?? () from /usr/lib/libQt5WebEngineWidgets.so.5
#37 0x7fd0a581e273 in QWebEnginePage::~QWebEnginePage() () from
/usr/lib/libQt5WebEngineWidgets.so.5
#38 0x7fd0b1b45ed9 in
MessageViewer::MailWebEnginePage::~MailWebEnginePage() () from
/usr/lib/libKF5MessageViewer.so.5
#39 0x7fd0b56ba03b in QObjectPrivate::deleteChildren() () from
/usr/lib/libQt5Core.so.5
#40 0x7fd0b63f4acc in QWidget::~QWidget() () from
/usr/lib/libQt5Widgets.so.5
#41 0x7fd0b1b43719 in
MessageViewer::MailWebEngineView::~MailWebEngineView() () from
/usr/lib/libKF5MessageViewer.so.5
#42 0x7fd0b1ae9b78 in ?? () from /usr/lib/libKF5MessageViewer.so.5
#43 0x7fd0b1ae9de9 in ?? () from /usr/lib/libKF5MessageViewer.so.5
#44 0x7fd0b56ba03b in QObjectPrivate::deleteChildren() () from
/usr/lib/libQt5Core.so.5
#45 0x7fd0b63f4acc in QWidget::~QWidget() () from
/usr/lib/libQt5Widgets.so.5
#46 0x7fd0b1ada8b9 in MessageViewer::Viewer::~Viewer() () from
/usr/lib/libKF5MessageViewer.so.5
#47 0x7fd0b56ba03b in QObjectPrivate::deleteChildren() () from
/usr/lib/libQt5Core.so.5
#48 0x7fd0b63f4acc in QWidget::~QWidget() () from
/usr/lib/libQt5Widgets.so.5
#49 0x7fd0b750cb09 in KMReaderWin::~KMReaderWin() () from
/usr/lib/libkmailprivate.so.5

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

  1   2   3   >