D13255: Make dependency on KF5NetworkManagerQt optional

2018-06-12 Thread Andreas Sturmlechner
This revision was automatically updated to reflect the committed changes.
Closed by commit R845:42723bb3cb70: Make dependency on KF5NetworkManagerQt 
optional (authored by arfrever, committed by asturmlechner).

REPOSITORY
  R845 Plasma Vault

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13255?vs=35985&id=36035

REVISION DETAIL
  https://phabricator.kde.org/D13255

AFFECTED FILES
  CMakeLists.txt
  kded/CMakeLists.txt
  kded/config-plasma-vault.cmake
  kded/service.cpp

To: asturmlechner, #plasma, ivan
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


KDE CI: Plasma plasma-vault kf5-qt5 SUSEQt5.10 - Build # 11 - Failure!

2018-06-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma%20plasma-vault%20kf5-qt5%20SUSEQt5.10/11/
 Project:
Plasma plasma-vault kf5-qt5 SUSEQt5.10
 Date of build:
Tue, 12 Jun 2018 08:10:08 +
 Build duration:
14 min and counting
   CONSOLE OUTPUT
  Started by an SCM changeRunning in Durability level: MAX_SURVIVABILITY[Pipeline] nodeStill waiting to schedule taskWaiting for next available executor on ‘SUSEQt5.10’Ready to run at Tue Jun 12 08:24:51 UTC 2018Resuming build at Tue Jun 12 08:24:51 UTC 2018 after Jenkins restartRunning on Docker Swarm-369355313ca0 in /home/jenkins/workspace/Plasma plasma-vault kf5-qt5 SUSEQt5.10[Pipeline] {[Pipeline] timestamps[Pipeline] {[Pipeline] catchError[Pipeline] {[Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] checkout[Pipeline] }[Pipeline] // stage[Pipeline] }java.lang.Exception: Resume after a restart not supported for non-blocking synchronous steps	at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution.onResume(AbstractSynchronousNonBlockingStepExecution.java:70)	at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:185)	at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:180)	at com.google.common.util.concurrent.Futures$6.run(Futures.java:975)	at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:253)	at com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair.execute(ExecutionList.java:149)	at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:134)	at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:170)	at com.google.common.util.concurrent.SettableFuture.set(SettableFuture.java:53)	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:999)	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:977)	at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:906)	at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.run(CpsVmExecutorService.java:35)	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)	at java.util.concurrent.FutureTask.run(FutureTask.java:266)	at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:131)	at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28)	at jenkins.security.ImpersonatingExecutorService$1.run(ImpersonatingExecutorService.java:59)	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)	at java.util.concurrent.FutureTask.run(FutureTask.java:266)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)	at java.lang.Thread.run(Thread.java:748)[Pipeline] // catchError[Pipeline] emailextrecipients[Pipeline] emailext

D11198: [libbreezecommon] Add box shadow helper

2018-06-12 Thread Vlad Zagorodniy
zzag added a comment.


  Ping.

REPOSITORY
  R31 Breeze

REVISION DETAIL
  https://phabricator.kde.org/D11198

To: zzag, #breeze, #vdg, hpereiradacosta
Cc: ngraham, broulik, abetts, plasma-devel, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D11198: [libbreezecommon] Add box shadow helper

2018-06-12 Thread Vlad Zagorodniy
zzag added a comment.


  In D11198#238841 , @zzag wrote:
  
  > F5783057: box-vs-fft.png 
  >  //on the left hand side: box blur, on the right hand size: fft blur//
  
  
  Also, if you think box blur looks okay, I will switch box shadow helper to 
box blur. (that way, we don't need fftw)

REPOSITORY
  R31 Breeze

REVISION DETAIL
  https://phabricator.kde.org/D11198

To: zzag, #breeze, #vdg, hpereiradacosta
Cc: ngraham, broulik, abetts, plasma-devel, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D11198: [libbreezecommon] Add box shadow helper

2018-06-12 Thread Hugo Pereira Da Costa
hpereiradacosta added a comment.


  In D11198#277321 , @zzag wrote:
  
  > In D11198#238841 , @zzag wrote:
  >
  > > F5783057: box-vs-fft.png 
  > >  //on the left hand side: box blur, on the right hand size: fft blur//
  >
  >
  > Also, if you think box blur looks okay, I will switch box shadow helper to 
box blur. (that way, we don't need fftw)
  
  
  To be honest, I can't really see strong differences between the two. But then 
I have no objection either against keep the dependence on fftw.

REPOSITORY
  R31 Breeze

REVISION DETAIL
  https://phabricator.kde.org/D11198

To: zzag, #breeze, #vdg, hpereiradacosta
Cc: ngraham, broulik, abetts, plasma-devel, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


D13194: Use the new drag handle in the Language KCM

2018-06-12 Thread Eike Hein
This revision was automatically updated to reflect the committed changes.
Closed by commit R119:59d0458bd09e: Use the new drag handle in the Language KCM 
(authored by hein).

CHANGED PRIOR TO COMMIT
  https://phabricator.kde.org/D13194?vs=35814&id=36040#toc

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13194?vs=35814&id=36040

REVISION DETAIL
  https://phabricator.kde.org/D13194

AFFECTED FILES
  kcms/translations/package/contents/ui/main.qml
  kcms/translations/translations.cpp
  kcms/translations/translations.h
  kcms/translations/translationsmodel.cpp
  kcms/translations/translationsmodel.h

To: hein, mart, davidedmundson
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, 
jensreuterberg, abetts, sebas, apol, mart


KDE CI: Plasma plasma-vault kf5-qt5 SUSEQt5.10 - Build # 12 - Fixed!

2018-06-12 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma%20plasma-vault%20kf5-qt5%20SUSEQt5.10/12/
 Project:
Plasma plasma-vault kf5-qt5 SUSEQt5.10
 Date of build:
Tue, 12 Jun 2018 10:51:23 +
 Build duration:
12 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/15)0%
(0/63)0%
(0/63)0%
(0/1744)0%
(0/4075)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsasynqt.basic0%
(0/2)0%
(0/2)0%
(0/6)0%
(0/4)asynqt.operations0%
(0/4)0%
(0/4)0%
(0/12)0%
(0/7)asynqt.private0%
(0/1)0%
(0/1)0%
(0/3)100%
(0/0)asynqt.private.basic0%
(0/1)0%
(0/1)0%
(0/7)0%
(0/10)asynqt.private.operations0%
(0/4)0%
(0/4)0%
(0/96)0%
(0/135)asynqt.private.wrappers0%
(0/3)0%
(0/3)0%
(0/64)0%
(0/44)asynqt.utils0%
(0/1)0%
(0/1)0%
(0/73)0%
(0/59)asynqt.wrappers0%
(0/3)0%
(0/3)0%
(0/17)0%
(0/25)common0%
(0/2)0%
(0/2)0%
(0/39)0%
(0/42)kded0%
(0/1)0%
(0/1)0%
(0/146)0%
(0/276)kded.engine0%
(0/8)0%
(0/8)0%
(0/396)0%
(0/1148)kded.engine.backends.cryfs0%
(0/2)0%
(0/2)0%
(0/60)0%
(0/362)kded.engine.backends.encfs0%
(0/2)0%
(0/2)0%
(0/37)0%
(0/166)kded.ui0%
(0/25)0%
(0/25)0%
(0/606)0%
(0/1438)plasma0%
(0/4)0%
(0/4)0%
(0/182)0%
(0/359)

Fwd: KDE CI: Dependency Build Extragear kf5-qt5 SUSEQt5.9 - Build # 106 - Failure!

2018-06-12 Thread Ben Cooksley
Can someone please look into and correct this breakage please?

We've recently had a Binary Incompatible system update rollout (thanks Qt
private interfaces) so getting this fixed quickly is rather important.

If Plasma no longer supports Qt 5.9 then someone will need to inform the
Mycroft and active-window-control applet developers that their software is
no longer supported by Plasma as that is the Qt version they currently
request (yes, due to the dependency tree in Plasma, these two applets
depend on KWin, along with the whole Plasma Desktop)

Cheers,
Ben

-- Forwarded message --
From: CI System 
Date: Tue, Jun 12, 2018 at 11:06 PM
Subject: KDE CI: Dependency Build Extragear kf5-qt5 SUSEQt5.9 - Build # 106
- Failure!
To: bcooks...@kde.org


*BUILD FAILURE*
Build URL https://build.kde.org/job/Dependency%20Build%
20Extragear%20kf5-qt5%20SUSEQt5.9/106/
Project: Dependency Build Extragear kf5-qt5 SUSEQt5.9
Date of build: Tue, 12 Jun 2018 08:30:03 +
Build duration: 2 hr 36 min and counting
* CONSOLE OUTPUT *
[...truncated 67.12 MB...]
Scanning dependencies of target testColorCorrectNightColor
[ 95%] Building CXX object autotests/integration/CMakeFiles/
testColorCorrectNightColor.dir/colorcorrect_nightcolor_test.cpp.o
[ 95%] Building CXX object autotests/integration/CMakeFiles/
testColorCorrectNightColor.dir/testColorCorrectNightColor_
autogen/mocs_compilation.cpp.o
[ 95%] Linking CXX executable ../../bin/testColorCorrectNightColor
[ 95%] Built target testColorCorrectNightColor
Scanning dependencies of target testIdleInhibition
[ 95%] Building CXX object autotests/integration/
CMakeFiles/testIdleInhibition.dir/idle_inhibition_test.cpp.o
[ 95%] Building CXX object autotests/integration/
CMakeFiles/testIdleInhibition.dir/testIdleInhibition_
autogen/mocs_compilation.cpp.o
[ 95%] Linking CXX executable ../../bin/testIdleInhibition
[ 95%] Built target testIdleInhibition
Scanning dependencies of target testIdleInhibition_waylandonly
[ 95%] Building CXX object autotests/integration/
CMakeFiles/testIdleInhibition_waylandonly.dir/idle_inhibition_test.cpp.o
[ 95%] Building CXX object autotests/integration/
CMakeFiles/testIdleInhibition_waylandonly.dir/testIdleInhibition_
waylandonly_autogen/mocs_compilation.cpp.o
[ 95%] Linking CXX executable ../../bin/testIdleInhibition_waylandonly
[ 95%] Built target testIdleInhibition_waylandonly
Scanning dependencies of target testDontCrashCursorPhysicalSizeEmpty
[ 95%] Building CXX object autotests/integration/CMakeFiles/
testDontCrashCursorPhysicalSizeEmpty.dir/dont_crash_cursor_
physical_size_empty.cpp.o
[ 96%] Building CXX object autotests/integration/CMakeFiles/
testDontCrashCursorPhysicalSizeEmpty.dir/testDontCrashCursorPhysicalSiz
eEmpty_autogen/mocs_compilation.cpp.o
[ 96%] Linking CXX executable ../../bin/testDontCrashCursorPhysicalSizeEmpty
[ 96%] Built target testDontCrashCursorPhysicalSizeEmpty
Scanning dependencies of target testDontCrashCursorPhysicalSiz
eEmpty_waylandonly
[ 96%] Building CXX object autotests/integration/CMakeFiles/
testDontCrashCursorPhysicalSizeEmpty_waylandonly.dir/dont_
crash_cursor_physical_size_empty.cpp.o
[ 96%] Building CXX object autotests/integration/CMakeFiles/
testDontCrashCursorPhysicalSizeEmpty_waylandonly.dir/
testDontCrashCursorPhysicalSizeEmpty_waylandonly_autogen/
mocs_compilation.cpp.o
[ 96%] Linking CXX executable ../../bin/testDontCrashCursorPhysicalSiz
eEmpty_waylandonly
[ 96%] Built target testDontCrashCursorPhysicalSizeEmpty_waylandonly
Scanning dependencies of target testShade
[ 96%] Building CXX object autotests/integration/CMakeFiles/testShade.dir/
shade_test.cpp.o
[ 96%] Building CXX object autotests/integration/CMakeFiles/testShade.dir/
testShade_autogen/mocs_compilation.cpp.o
[ 96%] Linking CXX executable ../../bin/testShade
[ 96%] Built target testShade
Scanning dependencies of target testWindowSelection_waylandonly
[ 96%] Building CXX object autotests/integration/CMakeFiles/
testWindowSelection_waylandonly.dir/window_selection_test.cpp.o
[ 96%] Building CXX object autotests/integration/CMakeFiles/
testWindowSelection_waylandonly.dir/testWindowSelection_
waylandonly_autogen/mocs_compilation.cpp.o
[ 96%] Linking CXX executable ../../bin/testWindowSelection_waylandonly
Scanning dependencies of target testPlasmaWindow
Scanning dependencies of target testDontCrashAuroraeDestroyDeco
[ 96%] Building CXX object autotests/integration/
CMakeFiles/testPlasmaWindow.dir/plasmawindow_test.cpp.o
[ 96%] Building CXX object autotests/integration/CMakeFiles/
testDontCrashAuroraeDestroyDeco.dir/dont_crash_aurorae_destroy_deco.cpp.o
[ 96%] Built target testWindowSelection_waylandonly
[ 96%] Building CXX object autotests/integration/
CMakeFiles/testPlasmaWindow.dir/testPlasmaWindow_autogen/
mocs_compilation.cpp.o
[ 96%] Building CXX object autotests/integration/CMakeFiles/
testDontCrashAuroraeDestroyDeco.dir/testDontCrashAuroraeDestroyDec
o_autogen/mocs_compilation.cpp.o
Scanning dependencies of target testSceneOpenGLES

D11198: [libbreezecommon] Add box shadow helper

2018-06-12 Thread Vlad Zagorodniy
zzag added a comment.


  In D11198#277351 , 
@hpereiradacosta wrote:
  
  > To be honest, I can't really see strong differences between the two. But 
then I have no objection either against keep the dependence on fftw.
  
  
  OK, then I would like to leave it as is.

REPOSITORY
  R31 Breeze

REVISION DETAIL
  https://phabricator.kde.org/D11198

To: zzag, #breeze, #vdg, hpereiradacosta
Cc: ngraham, broulik, abetts, plasma-devel, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart


Plasma 5.13 released!

2018-06-12 Thread Bhushan Shah
Hello,

KDE is releasing Plasma 5.13 – a new version of its Free desktop environment -
tomorrow.

https://www.kde.org/announcements/plasma-5.13.0.php

Optimized and less resource-hungry, Plasma 5.13 can run smoothly on
under-powered ARM laptops, high-end gaming PCs, and everything in between.

Feature-wise, Plasma 5.13 comes with "Browser Integration". This means both
Chrome/Chromium and Firefox web browsers can be monitored and controlled using
your desktop widgets. For example, downloads are displayed in the Plasma
notification popup, so even if your browser is minimized or not visible, you can
monitor the download progress. Likewise with media playing in a tab: you can use
Plasma's media controls to stop, pause and silence videos and audio playing in
any tab – even the hidden ones. This a perfect solution for those annoying
videos that auto-start without your permission. Another Plasma-browser feature
is that links can now be opened from Plasma's overhead launcher (Krunner), and
you can also send links directly to your phone using KDE Connect.

Talking of KDE Connect, the Media Control Widget has been redesigned and its
support of the MPRIS specification has been much improved. This means more media
players can now be controlled from the media controls in the desktop tray or
from your phone using KDE Connect.

Plasma 5.13 is also visually more appealing. The redesigned pages in 5.13
include theming tools for desktops, icons and cursors, and you can download new
splash screens from the KDE Store directly from the splash screen page. The
desktop provides a new and efficient blur effect that can be used for widgets,
the dashboard menu and even the terminal window, giving them an elegant and
modern look. Another eye-catching feature is that the login and lock screens now
display the wallpaper of the current Plasma release, and the lock screen
incorporates a slick fade-to-blur transition to show the controls, allowing it
to be easily used as a screensaver.

Discover, Plasma's graphical software manager, improves the user experience with
list and category pages that replace header images with interactive toolbars.
You can sort lists, and they also show star ratings of applications. App pages
and app icons use your local icon theme to better match your desktop settings.

Vaults, Plasma's storage encryption utility, includes a new CryFS backend,
better error reporting, a more polished interface, and the ability to remotely
open and close vaults via KDE Connect.

Connecting to external monitors has become much more user-friendly. Now, when
you plug in a new external monitor, a dialog pops up an lets you easily control
the position of the additional monitor in correlation to your primary one.

For more images of this release, check out:

https://cdn.kde.org/promo/20180612_Plasma5.13/

Live images with Plasma 5.13 will be available soon, you can find links to
various distributions providing live images at following page.

https://community.kde.org/Plasma/Live_Images

We look forward to hearing your comments on Plasma 5.13 - let us know how it
works for you!

Kind Regards!


-- 
Bhushan Shah
http://blog.bshah.in
IRC Nick : bshah on Freenode
GPG key fingerprint : 0AAC 775B B643 7A8D 9AF7 A3AC FE07 8411 7FBC E11D


signature.asc
Description: PGP signature


D9070: KDE platform plugin: don't force default stylename on user-specified fonts

2018-06-12 Thread Bastian Köcher
bkchr added a comment.


  Hi,
  this patch is still no applied, would someone do it? :)
  Because it already missed 5.13.

REPOSITORY
  R135 Integration for Qt applications in Plasma

REVISION DETAIL
  https://phabricator.kde.org/D9070

To: rjvbb, #frameworks, davidedmundson, graesslin, cfeck, dfaure
Cc: bkchr, ahmadsamir, rdieter, abetts, anthonyfieroni, ngraham, cfeck, fvogt, 
plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, 
sebas, apol, mart


D9070: KDE platform plugin: don't force default stylename on user-specified fonts

2018-06-12 Thread Fabian Vogt
This revision was automatically updated to reflect the committed changes.
Closed by commit R135:2e971be576d2: KDE platform plugin: don't force 
default stylename on user-specified fonts (authored by rjvbb, committed by 
fvogt).

REPOSITORY
  R135 Integration for Qt applications in Plasma

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D9070?vs=23175&id=36055

REVISION DETAIL
  https://phabricator.kde.org/D9070

AFFECTED FILES
  src/platformtheme/kfontsettingsdata.cpp

To: rjvbb, #frameworks, davidedmundson, graesslin, cfeck, dfaure
Cc: bkchr, ahmadsamir, rdieter, abetts, anthonyfieroni, ngraham, cfeck, fvogt, 
plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, 
sebas, apol, mart


D9070: KDE platform plugin: don't force default stylename on user-specified fonts

2018-06-12 Thread Fabian Vogt
fvogt added a comment.


  In D9070#277428 , @bkchr wrote:
  
  > Hi,
  >  this patch is still no applied, would someone do it? :)
  >  Because it already missed 5.13.
  
  
  I pushed it now.

REPOSITORY
  R135 Integration for Qt applications in Plasma

REVISION DETAIL
  https://phabricator.kde.org/D9070

To: rjvbb, #frameworks, davidedmundson, graesslin, cfeck, dfaure
Cc: bkchr, ahmadsamir, rdieter, abetts, anthonyfieroni, ngraham, cfeck, fvogt, 
plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, 
sebas, apol, mart


D13372: Mouse KCM Redesign Using Kirigami

2018-06-12 Thread Furkan Tokac
furkantokac updated this revision to Diff 36059.
furkantokac added a comment.


  V0.4
  QtQuickControls version is updated to 2.0. Some code cleaning.

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13372?vs=35974&id=36059

BRANCH
  arcpatch-D13372

REVISION DETAIL
  https://phabricator.kde.org/D13372

AFFECTED FILES
  kcms/mouse/kcm/libinput/components/ExclGroupBox.qml
  kcms/mouse/kcm/libinput/main.qml
  kcms/mouse/kcm/libinput/main_deviceless.qml
  kcms/mouse/kcm/resources.qrc

To: furkantokac, ngraham, romangg, mart
Cc: safaalfulaij, mart, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol


D13372: Mouse KCM Redesign Using Kirigami

2018-06-12 Thread Furkan Tokac
furkantokac updated this revision to Diff 36061.
furkantokac added a comment.


  V0.5
  import org.kde.plasma.core is removed for main.qml.

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D13372?vs=36059&id=36061

BRANCH
  arcpatch-D13372

REVISION DETAIL
  https://phabricator.kde.org/D13372

AFFECTED FILES
  kcms/mouse/kcm/libinput/components/ExclGroupBox.qml
  kcms/mouse/kcm/libinput/main.qml
  kcms/mouse/kcm/libinput/main_deviceless.qml
  kcms/mouse/kcm/resources.qrc

To: furkantokac, ngraham, romangg, mart
Cc: safaalfulaij, mart, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol


[Breeze] [Bug 367696] konsole icon is almost invisible when I use breeze dark theme

2018-06-12 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=367696

Dr. Chapatin  changed:

   What|Removed |Added

Version|5.10.4  |5.13.0

-- 
You are receiving this mail because:
You are the assignee for the bug.