[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Carl Schwan changed: What|Removed |Added Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/ |kdepim-runtime/-/commit/f33 |kdepim-runtime/-/commit/fda |496a346f49e95caaf7f664ef2f9 |ec5c3f9ac54fa1978a8f31230c5 |1e4b7f3ddb |c2325cb931 Resolution|--- |FIXED Status|REOPENED|RESOLVED --- Comment #36 from Carl Schwan --- Git commit fdaec5c3f9ac54fa1978a8f31230c5c2325cb931 by Carl Schwan. Committed on 22/11/2023 at 19:36. Pushed by carlschwan into branch 'release/23.08'. Correctly reload configuration We need to read the values from the file system again when the signal Agent::reloadConfiguration is triggered. Otherwise the new config will only be read at the next akonadi restart. Fix pim/merkuro#223 M +3-9resources/google-groupware/googleresource.cpp https://invent.kde.org/pim/kdepim-runtime/-/commit/fdaec5c3f9ac54fa1978a8f31230c5c2325cb931 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Colin J Thomson changed: What|Removed |Added CC|[email protected] | -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Riccardo Robecchi changed: What|Removed |Added CC||[email protected] ||t --- Comment #35 from Riccardo Robecchi --- *** Bug 475826 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Riccardo Robecchi changed: What|Removed |Added CC||[email protected] --- Comment #34 from Riccardo Robecchi --- *** Bug 475283 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #33 from Serena Star --- Created attachment 162332 --> https://bugs.kde.org/attachment.cgi?id=162332&action=edit First Google Groupware works, 2nd doesn't My first Google Groupware account works perfectly but the 2nd one fails, and shows nothing. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #32 from Serena Star --- Tried to revisit this issue by trying to set up my primary google account. I have one account working, but the 2nd one says "not configured" and then "Can't fetch password". I tried adding the "[network] section" to the broken 2nd account but it fixes nothing. Bringing up the configuration window for Google Groupware just shows it all unpopulated. I can log into my 2nd Google account as many times as I want to no avail. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #31 from Erasmo Caponio --- (In reply to Cyrille Dunant from comment #29) > I have managed to add the agent by creating it in the console, then shutting > down akonadi, then editing the agent config file to add the network section > which was missing: > > [network] > Authentication=9 > UserName=XXX > > I am uncertain the username is required. But the [network] section > definitely is, and I don't know why it's not created. Thanks, for the workroit seems to work now (In reply to caxilbund from comment #28) > I was able to set it up and configure it within korganizer. However, it came > up with "the configured account doesn't exist" error message after I had > supposedly configured it and the calendar did not appear. I hit the reset > button in the settings calendar dialog, the error message disappeared, the > ready message appeared, and lo and behold the calendar entries actually > appeared in the user interface. Thanks, I had the same problem; it seems to work now by your workaround. Let's see if it works stably finally ... Anyway, thanks to KDE developers!! -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #30 from David de Cos --- (In reply to caxilbund from comment #28) > I was able to set it up and configure it within korganizer. However, it came > up with "the configured account doesn't exist" error message after I had > supposedly configured it and the calendar did not appear. I hit the reset > button in the settings calendar dialog, the error message disappeared, the > ready message appeared, and lo and behold the calendar entries actually > appeared in the user interface. I have kdepim-runtime 23.08.1-3.1 in Opensuse Tumbleweed and this is the way I have managed to get my Google Calendar back. Thanks for the workaround! -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Anton Schenker changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Kishore Gopalakrishnan changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Geoffrey Clements changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #29 from Cyrille Dunant --- I have managed to add the agent by creating it in the console, then shutting down akonadi, then editing the agent config file to add the network section which was missing: [network] Authentication=9 UserName=XXX I am uncertain the username is required. But the [network] section definitely is, and I don't know why it's not created. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 [email protected] changed: What|Removed |Added CC||[email protected] --- Comment #28 from [email protected] --- I was able to set it up and configure it within korganizer. However, it came up with "the configured account doesn't exist" error message after I had supposedly configured it and the calendar did not appear. I hit the reset button in the settings calendar dialog, the error message disappeared, the ready message appeared, and lo and behold the calendar entries actually appeared in the user interface. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Cyrille Dunant changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WORKSFORME |--- --- Comment #27 from Cyrille Dunant --- Maybe an update will fix it, but it doesn't work for me, either through the console or kontact. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #26 from Peter Ries --- same for me: works now. Used akonadi console directly. didn't try other options. Thanks!! -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Niklas Mueller changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REOPENED|RESOLVED --- Comment #25 from Niklas Mueller --- With the release of an update of the kdepim-runtime today the problem got solved and the google groupware is working in my case now. But I had so set it up and configure with akonadiconsole itself. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #24 from Erasmo Caponio --- (In reply to Erasmo Caponio from comment #23) > (In reply to Cyrille Dunant from comment #22) > > In 23.08.1, still occurs -- in fact the dialog to configure the resource > > doesn't even show up any more, which it did previously. > > I confirm this on Manjaro with KDE Plasma 5.27.8 and Kontact 23.08.1 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Erasmo Caponio changed: What|Removed |Added CC||[email protected] --- Comment #23 from Erasmo Caponio --- (In reply to Cyrille Dunant from comment #22) > In 23.08.1, still occurs -- in fact the dialog to configure the resource > doesn't even show up any more, which it did previously. I confirm this on Manjaro with KDE Plasma 5.27.8 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Riccardo Robecchi changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Dirk Tombaugh changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 David de Cos changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Jakub Benda changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Denys Madureira changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 [email protected] changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #22 from Cyrille Dunant --- In 23.08.1, still occurs -- in fact the dialog to configure the resource doesn't even show up any more, which it did previously. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #21 from Grósz Dániel --- Some related earlier bug reports: Bug 357819, Bug 444288. These are earlier reports, while the current iteration of the issue only started recently, so it's unclear if these (or the Bug 373348 already marked as a duplicate) really are the same issue. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Niklas Mueller changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED|REOPENED Ever confirmed|0 |1 --- Comment #20 from Niklas Mueller --- I also made an update to 23.08.1 and it's still not working. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Peter Ries changed: What|Removed |Added CC||[email protected] --- Comment #19 from Peter Ries --- I updated toad to 23.08.01 - no luck. Still the not syncing issue. After trying to re-add google account it remains in state (not configured) -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Carl Schwan changed: What|Removed |Added CC||[email protected] --- Comment #18 from Carl Schwan --- Sorry for the inconvenience, this was caused by a refactor which I have now reverted on the release/23.08 branch :( Fix should be in 23.08.1 which should be released on the 14th. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Carl Schwan changed: What|Removed |Added Resolution|--- |FIXED Latest Commit||https://invent.kde.org/pim/ ||kdepim-runtime/-/commit/f33 ||496a346f49e95caaf7f664ef2f9 ||1e4b7f3ddb Status|REPORTED|RESOLVED --- Comment #17 from Carl Schwan --- Git commit f33496a346f49e95caaf7f664ef2f91e4b7f3ddb by Carl Schwan. Committed on 11/09/2023 at 16:12. Pushed by carlschwan into branch 'release/23.08'. Revert "Use config plugin instead of out of process config dialog" This reverts commit 28d264826798f8e1c9c33b17cb46d3906bd57e62. M +27 -66 resources/google-groupware/CMakeLists.txt D +0-43 resources/google-groupware/googleconfig.cpp D +0-5resources/google-groupware/googleconfig.json M +65 -30 resources/google-groupware/googleresource.cpp M +2-2resources/google-groupware/googleresource.h D +0-19 resources/google-groupware/googlescopes.cpp D +0-10 resources/google-groupware/googlescopes.h M +5-17 resources/google-groupware/googlesettings.cpp M +1-10 resources/google-groupware/googlesettings.h A +305 -0resources/google-groupware/googlesettingsdialog.cpp [License: GPL(v3.0+)] R +16 -13 resources/google-groupware/googlesettingsdialog.h [from: resources/google-groupware/googlesettingswidget.h - 053% similarity] R +1-1resources/google-groupware/googlesettingsdialog.ui [from: resources/google-groupware/googlesettingswidget.ui - 099% similarity] D +0-288 resources/google-groupware/googlesettingswidget.cpp M +1-1resources/google-groupware/settingsbase.kcfg https://invent.kde.org/pim/kdepim-runtime/-/commit/f33496a346f49e95caaf7f664ef2f91e4b7f3ddb -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #16 from David Korth --- Can verify that downgrading KDEPIM from 23.08 to 23.04.3 fixed this issue here. (Using Gentoo Linux.) -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 David Korth changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Grósz Dániel changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 maxlefou changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Colin J Thomson changed: What|Removed |Added CC||[email protected] --- Comment #15 from Colin J Thomson --- *** Bug 373348 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #14 from [email protected] --- Created attachment 161432 --> https://bugs.kde.org/attachment.cgi?id=161432&action=edit y2logs 5 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #13 from [email protected] --- Created attachment 161431 --> https://bugs.kde.org/attachment.cgi?id=161431&action=edit y2logs 4 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #12 from [email protected] --- Created attachment 161430 --> https://bugs.kde.org/attachment.cgi?id=161430&action=edit y2logs 3 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #11 from [email protected] --- Created attachment 161429 --> https://bugs.kde.org/attachment.cgi?id=161429&action=edit y2logs 2 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #10 from [email protected] --- Created attachment 161428 --> https://bugs.kde.org/attachment.cgi?id=161428&action=edit y2logs 1 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #9 from [email protected] --- Created attachment 161427 --> https://bugs.kde.org/attachment.cgi?id=161427&action=edit Entire log for Fresh Install of PIM I did a fresh install of kontact kdepim groupware suite. i also did a debuginfod debug on the entire setup. i hope this information is useful. i also made sure that these packages were installed but they weren't at the time of install: 1. libkgapi 2. akonadi-calendar 3. akonadi-mime i think these must be made dependencies for this suite otherwise you won't be able to use it -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Niklas Mueller changed: What|Removed |Added CC||[email protected] --- Comment #8 from Niklas Mueller --- (In reply to Colin J Thomson from comment #6) > Also seeing this, my temporary work around was to downgrade libkgapi to the > previous version 23.04.3-2 which also downgraded a couple of other packages, > kdepim-runtime* and kf5-kmailtransport-akonadi. > Not ideal but works for me. That worked for me, thank you so much! -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Colin J Thomson changed: What|Removed |Added CC||[email protected] --- Comment #7 from Colin J Thomson --- *** Bug 474119 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Colin J Thomson changed: What|Removed |Added CC||[email protected] --- Comment #6 from Colin J Thomson --- Also seeing this, my temporary work around was to downgrade libkgapi to the previous version 23.04.3-2 which also downgraded a couple of other packages, kdepim-runtime* and kf5-kmailtransport-akonadi. Not ideal but works for me. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Jorge changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Txutxifel changed: What|Removed |Added CC||[email protected] --- Comment #5 from Txutxifel --- Hiu I can confirm it in Opensuse 15.5 too. KDE Plasma Version: 5.27.7 KDE Frameworks Version: 5.109.0 Qt Version: 5.15.10 -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Cyrille Dunant changed: What|Removed |Added CC||[email protected] --- Comment #4 from Cyrille Dunant --- can confirm on onpensuse -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Jean-Michaël Celerier changed: What|Removed |Added CC||jeanmichael.celerier@gmail. ||com --- Comment #3 from Jean-Michaël Celerier --- Can confirm issue on a fresh Arch Linux install -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 --- Comment #2 from [email protected] --- This happens also on Manjaro. It got broken with kdepim v23.08. v23.04 worked correctly. -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 Igor Krivenko changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 [email protected] changed: What|Removed |Added CC||whatifgodwasoneofus@hotmail ||.com -- You are receiving this mail because: You are watching all bug changes.
[Akonadi] [Bug 473897] Cannot add Google Groupware, "Configured account does not exist" then "Resource is not configured"
https://bugs.kde.org/show_bug.cgi?id=473897 [email protected] changed: What|Removed |Added CC||[email protected] --- Comment #1 from [email protected] --- Same problem on similar system. The bug was not present until after last frameworks update. Prior to this problem, had bug 444288 instead. -- You are receiving this mail because: You are watching all bug changes.
