From alexandre.bonneau at linuxfr.eu Fri Mar 1 00:13:21 2013
From: alexandre.bonneau at linuxfr.eu (Alexandre Bonneau)
Date: Fri, 01 Mar 2013 00:13:21 +0000
Subject: [Akonadi] [Bug 315934] New: Akonadi can't load resource it created
after closing the app (kaddressbook or korganizer)
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315934
Bug ID: 315934
Summary: Akonadi can't load resource it created after closing
the app (kaddressbook or korganizer)
Classification: Unclassified
Product: Akonadi
Version: 4.10
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: NOR
Component: ICal file resource
Assignee: kdepim-bugs at kde.org
Reporter: alexandre.bonneau at linuxfr.eu
Akonadi chokes on data with multiple resource type (I tested kcal, ical,
icaldir, and vcarddir).
Reproducible: Always
Steps to Reproduce:
1. Create a new ical|icaldir|vcarddir resource within korganizer|kaddressbook
2. Point that resource to the ics or vcf files, click "OK"
3. Akonadi, mysqld and the korganizer|kaddressbook app are working (as well as
Nepomuk)
4. All your contacts|events and tasks are shown in the application, that's
great !
5. Close korganizer|kaddressbook (perhaps you need to restart Akonadi too)
6. Open korganizer|kaddressbook again
7. You get only one error per resource, like this one :
"AkonadiAgentServer(20469): akonadi_ical_resource: Can't find incidence with
uid "f36a0552-a73e-4c0d-9945-e772057bfafe" ; item.id() = 521696
ItemRetrieverException : Unable to retrieve item from resource: Invalid
item retrieved"
Actual Results:
As a result, you can no longer browser your precious data in
korganizer|kaddressbook nor in akonadiconsole.
Expected Results:
If Akonadi can import data and show them once, don't choke on your own data.
### ICAL and ICALDIR resource ###
In the log I get this error :
"AkonadiAgentServer(20469): akonadi_ical_resource: Can't find incidence with
uid "f36a0552-a73e-4c0d-9945-e772057bfafe" ; item.id() = 521696
ItemRetrieverException : Unable to retrieve item from resource: Invalid
item retrieved".
I found that this uid "f36a0552-a73e-4c0d-9945-e772057bfafe" is the uid of
___the very first row where data is null___, using this query :
"SELECT remoteId, data
FROM pimitemtable pit, parttable pt
WHERE collectionid = 2617 -- this is my agenda collection id
AND pit.id = pt.pimItemId
AND data is not null;"
...and this uid exists in the std.ics file (`grep
"f36a0552-a73e-4c0d-9945-e772057bfafe" std.ics` return a line where it find
that uid, while querying the 'data' column in the akonadi database returns no
such characters string.
### VCARDDIR resource ###
With the vcarddir resource I get this same kind of error message (translated) :
"Can't find contact information with uid "0bWSNqn4C6"".
I found that this uid "0bWSNqn4C6" is the uid of ___the very first result where
'data' is not a vcard___ but a link to the file "0bWSNqn4C6_rX" into the folder
~/.local/share/akonadi/file_db_data/, and that file doesn't exists.
That error message states that the uid 0bWSNqn4C6 can't be found, but I can
with that query :
"SELECT *
FROM pimitemtable pit, parttable pt
WHERE collectionid = 2683
AND pit.id = pt.pimItemId
AND remoteId LIKE "%0bWSNqn4C6%";"
...and the file is physically present in the folder ~/.local/share/contacts
(and is not empty).
it seems like somehow Akonadi deletes files from
~/.local/share/akonadi/file_db_data/, but doesn't update the database..
Right now I'm trying to figure out if data that are entered via korganizer or
kadressbook is lost before the bug arise, but I think I lost one or two tasks
in that process..
Last but not least, I imported my data (ics and vcf) into another computer
still on 4.9.5 for a new user, and everything went fine (and still is, which is
the point of this bug report).
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 06:54:53 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 06:54:53 +0000
Subject: [kmail] [Bug 264582] Ctrl+C is wrongly identified as an ambiguous
shortcut
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=264582
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |montel at kde.org
Resolution|--- |FIXED
--- Comment #2 from Laurent Montel ---
I think was fix in 4.10.x
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 06:58:48 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 06:58:48 +0000
Subject: [kaddressbook] [Bug 267334] Invalid SMS object
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=267334
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |montel at kde.org
--- Comment #2 from Laurent Montel ---
Still valid ?
Do you have paid to allow to send sms ?
in skype sms is not free.
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 07:57:01 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 07:57:01 +0000
Subject: [kmail] [Bug 226768] list formatting is lost in composer html ->
text conversion
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=226768
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |montel at kde.org
Version Fixed In| |4.10
--- Comment #1 from Laurent Montel ---
Fixed in 4.10
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 08:00:19 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 08:00:19 +0000
Subject: [kmail] [Bug 206559] www links are created incorrectly from e-mail
text
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=206559
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |montel at kde.org
Version Fixed In| |4.10.1
--- Comment #5 from Laurent Montel ---
Fixed in 4.10.1
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 09:01:58 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 09:01:58 +0000
Subject: [kontact] [Bug 261986] Some icons in Kontact configuration are not
sized properly
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=261986
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |montel at kde.org
Resolution|--- |FIXED
--- Comment #1 from Laurent Montel ---
Was fixed in kontact>4.8 I think
now it's correct.
--
You are receiving this mail because:
You are the assignee for the bug.
From kde at dhardy.name Fri Mar 1 09:33:45 2013
From: kde at dhardy.name (Diggory Hardy)
Date: Fri, 01 Mar 2013 09:33:45 +0000
Subject: [kmail2] [Bug 315941] New: various changes change folder "numbers"
breaking filter rules
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315941
Bug ID: 315941
Summary: various changes change folder "numbers" breaking
filter rules
Classification: Unclassified
Product: kmail2
Version: 4.10.0
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: kdepim-bugs at kde.org
Reporter: kde at dhardy.name
It appears to me that filter rules of the type "move to folder" use some
"number" to identify the destination folder, and that these identifiers are
liable to change.
Symptom: several times some action (migrating data to a different computer,
upgrading, restoring data from backup) results in all "move to folder" rules
either having the wrong target folder or no target folder.
Proposed solution: store the folder path instead of what I assume is some
numeric ID in the rule configuration.
(Is my assumption that a simple numeric enumeration is used correct? It does
not seem a robust solution.)
Reproducible: Sometimes
--
You are receiving this mail because:
You are the assignee for the bug.
From kde at dhardy.name Fri Mar 1 09:53:22 2013
From: kde at dhardy.name (Diggory Hardy)
Date: Fri, 01 Mar 2013 09:53:22 +0000
Subject: [kmail2] [Bug 315942] New: frozen, phoney/corrupt IMAP account
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315942
Bug ID: 315942
Summary: frozen, phoney/corrupt IMAP account
Classification: Unclassified
Product: kmail2
Version: 4.10.0
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: folders
Assignee: kdepim-bugs at kde.org
Reporter: kde at dhardy.name
I have several IMAP accounts configured, one named "EPFL". After restoring
files from backup, I now have an extra account listed in the folder view, named
"EPFL (Offline)" (in addition to the working "EPFL" account, which can be
removed and recreated in the Akonadi configuration without affecting this "EPFL
(Offline)" item).
This "EPFL (Offline)" item behaves rather oddly: mostly it appears the same as
the real EPFL account, but (a) none of the mails appearing there change or can
be change (they are all old emails), (b) the mails under "inbox" show header
information only and cannot be opened (presumably due to offline status), and
(c) two emails are listed under the "EPFL (Offline)" folder directly (not in
inbox or some sub folder), one of which can be opened and one not. None of the
emails appearing under this account can be deleted; the whole thing appears to
be frozen (with the exception that editing the one message which can be opened
and discarding the edited version creates a duplicate).
This only showed up recently (just before upgrade, was same on KDE 4.9.x). The
two messages mentioned in (c) above showed up in the same wierd way in the past
at some point.
Sorry for this rather confusing report. It's not a problem for me, but if I was
developing Akonadi or kmail (I'm not) I'd want to investigate such wierd
symptoms, hence the report.
Reproducible: Didn't try
--
You are receiving this mail because:
You are the assignee for the bug.
From ilya.hegai at gmail.com Fri Mar 1 11:26:05 2013
From: ilya.hegai at gmail.com (Ilya Hegai)
Date: Fri, 01 Mar 2013 11:26:05 +0000
Subject: [Akonadi] [Bug 315947] New: akonadi handling
~/.config/akonadi/agent_config_akonadi_nepomuk_feeder_changes.dat causes
heavy IO load
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315947
Bug ID: 315947
Summary: akonadi handling
~/.config/akonadi/agent_config_akonadi_nepomuk_feeder_
changes.dat causes heavy IO load
Classification: Unclassified
Product: Akonadi
Version: 4.9
Platform: Gentoo Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: kdepim-bugs at kde.org
Reporter: ilya.hegai at gmail.com
akonadi handling
~/.config/akonadi/agent_config_akonadi_nepomuk_feeder_changes.dat causes heavy
IO load which leads to ~3Gb per day written according to iotop (I was forced to
use anything-sync-daemon to link this dir to tmpfs), almost each kmail
operation ended with that file is beeing rewritten (and judging by iotop
completely rewritten)
As SSD user I've been worrying about it not because of SSD resource (which is
quite decent nowadays) but because of disk is getting pretty warm (just like
HDD under constant heavy load)
btw, nepomuk itself is disabled on my system
I've been receiving just about 50 e-mails per day
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 11:35:23 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 11:35:23 +0000
Subject: [Akonadi] [Bug 315947] akonadi handling
~/.config/akonadi/agent_config_akonadi_nepomuk_feeder_changes.dat causes
heavy IO load
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315947
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |montel at kde.org
--- Comment #1 from Laurent Montel ---
There is a
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 11:35:51 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 11:35:51 +0000
Subject: [Akonadi] [Bug 315947] akonadi handling
~/.config/akonadi/agent_config_akonadi_nepomuk_feeder_changes.dat causes
heavy IO load
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315947
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Version Fixed In| |4.10
Resolution|--- |FIXED
--- Comment #2 from Laurent Montel ---
there is a lot of improvement in 4.10.
Please update it.
We fixed it.
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 11:37:30 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 11:37:30 +0000
Subject: [kmail2] [Bug 315941] various changes change folder "numbers"
breaking filter rules
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315941
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |montel at kde.org
Resolution|--- |INVALID
--- Comment #1 from Laurent Montel ---
No we can't do it.
But you can export filter which export with path and reimport it in new
computer, filter manager will try to find correct folder and adapt it.
Regards.
--
You are receiving this mail because:
You are the assignee for the bug.
From alexandre.bonneau at linuxfr.eu Fri Mar 1 11:49:57 2013
From: alexandre.bonneau at linuxfr.eu (Alexandre Bonneau)
Date: Fri, 01 Mar 2013 11:49:57 +0000
Subject: [Akonadi] [Bug 315934] Akonadi can't load resource it created after
closing the app (kaddressbook or korganizer)
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315934
--- Comment #1 from Alexandre Bonneau ---
To complete my bug report, here is where and how I got the source files :
Vcard files :
I copied in a directory all the vcf files from a January backup when I was
still using kde 4.9.5 (with that configuration, I couldn't use right click >
addressbook properties on my addressbook. Somehow the resource was missing from
the "Agents" tab, but kaddressbook worked great anyway). Then I created a
vcarddir resource pointing to that directory.
Ics files :
I copied some files from a January backup when I was still using kde 4.9.5, and
used that script (http://paste.ubuntu.com/5576063) to retrieve some
events/tasks from a 2nd calendar (which was only into in the Akonadi database).
I then imported this ics file into a kcal resource on korganizer 4.9.5, then
exported it back into another std.ics file (just to be sure it was generated by
korganizer, not by my script).
Finally, I created an ical resource on kde 4.10 by importing that std.ics.
As said in my previous post, korganizer showed all the tasks/events, but after
a reboot, akonadi chocked on that resource.
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 12:50:52 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 12:50:52 +0000
Subject: [kontact] [Bug 171618] Calendar reminder box 'Edit' button does
nothing
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=171618
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |montel at kde.org
Resolution|--- |FIXED
--- Comment #2 from Laurent Montel ---
So close it.
Reopen if necessary,
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 13:05:50 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 13:05:50 +0000
Subject: [kontact] [Bug 226497] Dialogue text is moved downward when typing
in the filename line edit of the 'Select calendar - Akonadi Resource'
dialogue
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=226497
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Laurent Montel ---
For me it's fixed now
Can't reproduce it.
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 13:08:45 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 13:08:45 +0000
Subject: [kontact] [Bug 243906] build fails - linking issues
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=243906
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |montel at kde.org
--- Comment #4 from Laurent Montel ---
Still valid ?
--
You are receiving this mail because:
You are the assignee for the bug.
From redm at gmx.de Fri Mar 1 13:57:29 2013
From: redm at gmx.de (Michael Reiher)
Date: Fri, 01 Mar 2013 13:57:29 +0000
Subject: [kmail2] [Bug 315954] New: LDAP password stored in clear text
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315954
Bug ID: 315954
Summary: LDAP password stored in clear text
Classification: Unclassified
Product: kmail2
Version: 4.9.5
Platform: Ubuntu Packages
OS: Linux
Status: CONFIRMED
Severity: major
Priority: NOR
Component: general
Assignee: kdepim-bugs at kde.org
Reporter: redm at gmx.de
I configured an LDAP server to retrieve addressbook entries from a directory. I
added the LDAP server via Composer -> Mail address field -> "Select" -> "Search
Directory Service" -> "Configure LDAP Servers".
In .kde/share/config/kabldaprc I found my password in clear text! This is a
grave security problem and the password should be stored in kwallet.
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 15:45:31 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 15:45:31 +0000
Subject: [kmail2] [Bug 315954] LDAP password stored in clear text
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315954
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |montel at kde.org
--- Comment #1 from Laurent Montel ---
I confirm that ldap doesn't have wallet support.
Will look at how to fix it.
Regards.
--
You are receiving this mail because:
You are the assignee for the bug.
From iamsergio at gmail.com Fri Mar 1 16:32:17 2013
From: iamsergio at gmail.com (Sergio Martins)
Date: Fri, 01 Mar 2013 16:32:17 +0000
Subject: [Akonadi] [Bug 312089] Cannot create a new event in a google calendar
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=312089
Sergio Martins changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|iamsergio at gmail.com |
--
You are receiving this mail because:
You are on the CC list for the bug.
From iamsergio at gmail.com Fri Mar 1 16:33:50 2013
From: iamsergio at gmail.com (Sergio Martins)
Date: Fri, 01 Mar 2013 16:33:50 +0000
Subject: [Akonadi] [Bug 311240] CalDAV calendar resource shows duplicate
calendar
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=311240
Sergio Martins changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|iamsergio at gmail.com |
--
You are receiving this mail because:
You are the assignee for the bug.
From redm at gmx.de Fri Mar 1 16:49:40 2013
From: redm at gmx.de (Michael Reiher)
Date: Fri, 01 Mar 2013 16:49:40 +0000
Subject: [kmail2] [Bug 315966] New: Changed LDAP password not stored
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315966
Bug ID: 315966
Summary: Changed LDAP password not stored
Classification: Unclassified
Product: kmail2
Version: 4.9.5
Platform: Ubuntu Packages
OS: Linux
Status: CONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: kdepim-bugs at kde.org
Reporter: redm at gmx.de
I have trouble changing the LDAP password. The password of this LDAP account is
changed every 90 days or so (it's tied to the local Active Directory). Then the
LDAP client correctly complains that it can't login and asks me to enter a
(new) password. And even though I always selected "Save password" it never got
stored. For instance .kde/share/config/kabldaprc contained a password which was
months old.
On the other hand it's doesn't always complain, sometimes it just silently
tries with the old, wrong password. This leads to my AD account getting locked
after 3 failed attemtps...
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
From redm at gmx.de Fri Mar 1 16:50:07 2013
From: redm at gmx.de (Michael Reiher)
Date: Fri, 01 Mar 2013 16:50:07 +0000
Subject: [kmail2] [Bug 315954] LDAP password stored in clear text
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315954
--- Comment #2 from Michael Reiher ---
When searched through the bug list if this bug already exists, I found
references which suggest that there is something else LDAP related with kwallet
support in Akonadi? Are there two LDAP implementations in Akonadi, or kio_ldap
and something else? Shouldn't they be unified?
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 18:52:44 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 18:52:44 +0000
Subject: [kmail2] [Bug 315954] LDAP password stored in clear text
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315954
--- Comment #3 from Laurent Montel ---
Git commit 0ec9c66a535a64bbec07e56cfd1098086c45a4c7 by Montel Laurent.
Committed on 01/03/2013 at 19:47.
Pushed by mlaurent into branch 'master'.
Start to implement store ldap password in kwallet
M +1 -0 libkdepim/CMakeLists.txt
A +193 -0 libkdepim/ldap/ldapclientsearchconfig.cpp [License: LGPL
(v2+)]
A +64 -0 libkdepim/ldap/ldapclientsearchconfig.h [License: LGPL
(v2+)]
http://commits.kde.org/kdepim/0ec9c66a535a64bbec07e56cfd1098086c45a4c7
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Fri Mar 1 18:53:57 2013
From: montel at kde.org (Laurent Montel)
Date: Fri, 01 Mar 2013 18:53:57 +0000
Subject: [kmail2] [Bug 315966] Changed LDAP password not stored
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315966
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |montel at kde.org
--- Comment #1 from Laurent Montel ---
Ok will look at after previous bug.
Regards
--
You are receiving this mail because:
You are the assignee for the bug.
From lindsay.mathieson at gmail.com Fri Mar 1 22:33:50 2013
From: lindsay.mathieson at gmail.com (Blackpaw)
Date: Fri, 01 Mar 2013 22:33:50 +0000
Subject: [Akonadi] [Bug 315985] New: Akonadi nepomuk Feeder not detecting
nepomukserver on startup
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315985
Bug ID: 315985
Summary: Akonadi nepomuk Feeder not detecting nepomukserver on
startup
Classification: Unclassified
Product: Akonadi
Version: 4.10
Platform: Ubuntu Packages
OS: Linux
Status: CONFIRMED
Severity: normal
Priority: NOR
Component: Nepomuk Feeder Agents
Assignee: kdepim-bugs at kde.org
Reporter: lindsay.mathieson at gmail.com
CC: vkrause at kde.org
On booting my pc and starting akonadiconsole the status of the nepomuk feeder
is:
"Waiting for Nepomuk Server to start..."
However "ps -e|grep nepo" shows that nepomukserver is running, plus all the
other nepomuk related facilities are working.
Its stays this way for a few minutes then changes to:
"Nepomuk is not operation: Nepomuk is not running"
If I then restart the feeder resource it finds Nepomuk immediately and starts
indexing.
Reproducible: Always
Steps to Reproduce:
1. Boot KDE
2. Start akonadiconsole
3. Observe the nepomuk feeder status
Actual Results:
The feeder fails to find the nepomuk server, after a few minutes it errors
out.
Expected Results:
The nepomuk feeder should find the server almost immediately.
My google calendar and contacts resources are occasionally off-line - maybe a
similar problem?
--
You are receiving this mail because:
You are the assignee for the bug.
From crglasoe at gmail.com Fri Mar 1 22:35:15 2013
From: crglasoe at gmail.com (Chris)
Date: Fri, 01 Mar 2013 22:35:15 +0000
Subject: [kontact] [Bug 315986] New: changing colors on calendars
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315986
Bug ID: 315986
Summary: changing colors on calendars
Classification: Unclassified
Product: kontact
Version: 4.10
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
Assignee: kdepim-bugs at kde.org
Reporter: crglasoe at gmail.com
Application: kontact (4.10)
KDE Platform Version: 4.10.00 "release 550"
Qt Version: 4.8.4
Operating System: Linux 3.4.28-2.20-desktop x86_64
Distribution: "openSUSE 12.2 (x86_64)"
-- Information about the crash:
changing colors on calendars. Did have an email open to reply to someone but
nothing else.
The crash can be reproduced every time.
-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fe086b8b780 (LWP 4446))]
Thread 3 (Thread 0x7fe06dede700 (LWP 4448)):
#0 0x00007fe07e9978f4 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1 0x00007fe083384437 in ?? () from /usr/lib64/libQtWebKit.so.4
#2 0x00007fe083384469 in ?? () from /usr/lib64/libQtWebKit.so.4
#3 0x00007fe07e993e0e in start_thread () from /lib64/libpthread.so.0
#4 0x00007fe0840e62cd in clone () from /lib64/libc.so.6
Thread 2 (Thread 0x7fe06d5dd700 (LWP 4449)):
#0 0x00007fe07d7c44a1 in g_mutex_unlock () from /usr/lib64/libglib-2.0.so.0
#1 0x00007fe07d788019 in g_main_context_query () from
/usr/lib64/libglib-2.0.so.0
#2 0x00007fe07d7885f9 in ?? () from /usr/lib64/libglib-2.0.so.0
#3 0x00007fe07d7887a4 in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#4 0x00007fe085512166 in QEventDispatcherGlib::processEvents
(this=0x7fe0680008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#5 0x00007fe0854e297f in QEventLoop::processEvents
(this=this at entry=0x7fe06d5dce00, flags=...) at kernel/qeventloop.cpp:149
#6 0x00007fe0854e2c08 in QEventLoop::exec (this=0x7fe06d5dce00, flags=...) at
kernel/qeventloop.cpp:204
#7 0x00007fe0853e50e0 in QThread::exec (this=) at
thread/qthread.cpp:542
#8 0x00007fe0853e80bc in QThreadPrivate::start (arg=0xdebeb0) at
thread/qthread_unix.cpp:338
#9 0x00007fe07e993e0e in start_thread () from /lib64/libpthread.so.0
#10 0x00007fe0840e62cd in clone () from /lib64/libc.so.6
Thread 1 (Thread 0x7fe086b8b780 (LWP 4446)):
[KCrash Handler]
#6 ExternalRefCount (other=..., this=0x7fff28cc1ec0) at
/usr/include/QtCore/qsharedpointer_impl.h:396
#7 QSharedPointer (other=..., this=0x7fff28cc1ec0) at
/usr/include/QtCore/qsharedpointer_impl.h:480
#8 IncidenceTreeModel::Private::onDataChanged (this=0x5ec5ed0, begin=...,
end=...) at
/usr/src/debug/kdepim-4.10.0/korganizer/views/todoview/incidencetreemodel.cpp:180
#9 0x00007fe0854f912f in QMetaObject::activate (sender=0x658e7f0, m=, local_signal_index=, argv=0x7fff28cc2100) at
kernel/qobject.cpp:3548
#10 0x00007fe085543647 in QAbstractItemModel::dataChanged (this=, _t1=..., _t2=...) at .moc/release-shared/moc_qabstractitemmodel.cpp:164
#11 0x00007fe084e19d7a in QSortFilterProxyModelPrivate::_q_sourceDataChanged
(this=0x658e810, source_top_left=..., source_bottom_right=...) at
itemviews/qsortfilterproxymodel.cpp:1210
#12 0x00007fe0854f912f in QMetaObject::activate (sender=0x658db60, m=, local_signal_index=, argv=0x7fff28cc23a0) at
kernel/qobject.cpp:3548
#13 0x00007fe085543647 in QAbstractItemModel::dataChanged (this=, _t1=..., _t2=...) at .moc/release-shared/moc_qabstractitemmodel.cpp:164
#14 0x00007fe084e19d7a in QSortFilterProxyModelPrivate::_q_sourceDataChanged
(this=0x658dce0, source_top_left=..., source_bottom_right=...) at
itemviews/qsortfilterproxymodel.cpp:1210
#15 0x00007fe0854f912f in QMetaObject::activate (sender=0x6583e30, m=, local_signal_index=, argv=0x7fff28cc2640) at
kernel/qobject.cpp:3548
#16 0x00007fe085543647 in QAbstractItemModel::dataChanged (this=, _t1=..., _t2=...) at .moc/release-shared/moc_qabstractitemmodel.cpp:164
#17 0x00007fe085f302e3 in KSelectionProxyModelPrivate::sourceDataChanged
(this=0x658d890, topLeft=..., bottomRight=...) at
/usr/src/debug/kdelibs-4.10.0/kdeui/itemviews/kselectionproxymodel.cpp:667
#18 0x00007fe0854f912f in QMetaObject::activate (sender=0x5c897a0, m=, local_signal_index=, argv=0x7fff28cc2900) at
kernel/qobject.cpp:3548
#19 0x00007fe085543647 in QAbstractItemModel::dataChanged (this=, _t1=..., _t2=...) at .moc/release-shared/moc_qabstractitemmodel.cpp:164
#20 0x00007fe080d8bd45 in Akonadi::EntityTreeModelPrivate::dataChanged
(this=this at entry=0x5c89f80, top=..., bottom=...) at
/usr/src/debug/kdepimlibs-4.10.0/akonadi/entitytreemodel_p.cpp:1692
#21 0x00007fe080e26e51 in Akonadi::EntityTreeModelPrivate::monitoredItemChanged
(this=0x5c89f80, item=...) at
/usr/src/debug/kdepimlibs-4.10.0/akonadi/entitytreemodel_p.cpp:1130
#22 0x00007fe0854f912f in QMetaObject::activate (sender=0x1574ec0, m=, local_signal_index=, argv=0x7fff28cc2b70) at
kernel/qobject.cpp:3548
#23 0x00007fe080d8dbc7 in Akonadi::Monitor::itemChanged (this=,
_t1=..., _t2=...) at
/usr/src/debug/kdepimlibs-4.10.0/build/akonadi/moc_monitor.cpp:189
#24 0x00007fe080dc69c3 in Akonadi::MonitorPrivate::emitItemNotification
(this=this at entry=0x5c88af0, msg=..., item=..., collection=...,
collectionDest=...) at
/usr/src/debug/kdepimlibs-4.10.0/akonadi/monitor_p.cpp:554
#25 0x00007fe080dcea82 in Akonadi::MonitorPrivate::emitNotification
(this=this at entry=0x5c88af0, msg=...) at
/usr/src/debug/kdepimlibs-4.10.0/akonadi/monitor_p.cpp:296
#26 0x00007fe080dceaf9 in Akonadi::ChangeRecorderPrivate::emitNotification
(this=0x5c88af0, msg=...) at
/usr/src/debug/kdepimlibs-4.10.0/akonadi/changerecorder_p.cpp:54
#27 0x00007fe080dcd80f in Akonadi::MonitorPrivate::flushPipeline
(this=this at entry=0x5c88af0) at
/usr/src/debug/kdepimlibs-4.10.0/akonadi/monitor_p.cpp:457
#28 0x00007fe080dcd8a9 in Akonadi::MonitorPrivate::dataAvailable
(this=0x5c88af0) at /usr/src/debug/kdepimlibs-4.10.0/akonadi/monitor_p.cpp:466
#29 0x00007fe0854f912f in QMetaObject::activate (sender=0x4aa4a50, m=, local_signal_index=, argv=0x0) at kernel/qobject.cpp:3548
#30 0x00007fe080e533cd in Akonadi::EntityCache::processResult (this=0x4aa4a50,
job=0x50ca530) at /usr/src/debug/kdepimlibs-4.10.0/akonadi/entitycache_p.h:196
#31 0x00007fe0854f912f in QMetaObject::activate (sender=0x50ca530, m=, local_signal_index=, argv=0x7fff28cc3270) at
kernel/qobject.cpp:3548
#32 0x00007fe085971b02 in KJob::result (this=this at entry=0x50ca530,
_t1=_t1 at entry=0x50ca530) at
/usr/src/debug/kdelibs-4.10.0/build/kdecore/kjob.moc:208
#33 0x00007fe085971b40 in KJob::emitResult (this=0x50ca530) at
/usr/src/debug/kdelibs-4.10.0/kdecore/jobs/kjob.cpp:318
#34 0x00007fe0854f860e in QObject::event (this=0x50ca530, e=) at
kernel/qobject.cpp:1203
#35 0x00007fe08488d85c in QApplicationPrivate::notify_helper
(this=this at entry=0xc182d0, receiver=receiver at entry=0x50ca530,
e=e at entry=0x7f5b400) at kernel/qapplication.cpp:4562
#36 0x00007fe084891cda in QApplication::notify (this=0x7fff28cc3d10,
receiver=0x50ca530, e=0x7f5b400) at kernel/qapplication.cpp:4423
#37 0x00007fe085f48a96 in KApplication::notify (this=0x7fff28cc3d10,
receiver=0x50ca530, event=0x7f5b400) at
/usr/src/debug/kdelibs-4.10.0/kdeui/kernel/kapplication.cpp:311
#38 0x00007fe0854e3c2e in QCoreApplication::notifyInternal
(this=0x7fff28cc3d10, receiver=receiver at entry=0x50ca530,
event=event at entry=0x7f5b400) at kernel/qcoreapplication.cpp:946
#39 0x00007fe0854e7591 in sendEvent (event=0x7f5b400, receiver=0x50ca530) at
kernel/qcoreapplication.h:231
#40 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0,
data=0xbdc670) at kernel/qcoreapplication.cpp:1570
#41 0x00007fe085511fb3 in sendPostedEvents () at kernel/qcoreapplication.h:236
#42 postEventSourceDispatch (s=0xc1e560) at
kernel/qeventdispatcher_glib.cpp:279
#43 0x00007fe07d7883b5 in g_main_context_dispatch () from
/usr/lib64/libglib-2.0.so.0
#44 0x00007fe07d7886e8 in ?? () from /usr/lib64/libglib-2.0.so.0
#45 0x00007fe07d7887a4 in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#46 0x00007fe085512146 in QEventDispatcherGlib::processEvents (this=0xbe1ad0,
flags=...) at kernel/qeventdispatcher_glib.cpp:424
#47 0x00007fe08492dbee in QGuiEventDispatcherGlib::processEvents
(this=, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#48 0x00007fe0854e297f in QEventLoop::processEvents
(this=this at entry=0x7fff28cc3b80, flags=...) at kernel/qeventloop.cpp:149
#49 0x00007fe0854e2c08 in QEventLoop::exec (this=0x7fff28cc3b80, flags=...) at
kernel/qeventloop.cpp:204
#50 0x00007fe0854e78a8 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1218
#51 0x0000000000403649 in main (argc=1, argv=0x7fff28cc3e58) at
/usr/src/debug/kdepim-4.10.0/kontact/src/main.cpp:219
Reported using DrKonqi
--
You are receiving this mail because:
You are the assignee for the bug.
From lindsay.mathieson at gmail.com Fri Mar 1 22:38:27 2013
From: lindsay.mathieson at gmail.com (Blackpaw)
Date: Fri, 01 Mar 2013 22:38:27 +0000
Subject: [Akonadi] [Bug 315985] Akonadi nepomuk Feeder not detecting
nepomukserver on startup
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315985
Blackpaw changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lindsay.mathieson at gmail.com
--
You are receiving this mail because:
You are the assignee for the bug.
From winter at kde.org Fri Mar 1 23:18:26 2013
From: winter at kde.org (Allen Winter)
Date: Fri, 01 Mar 2013 23:18:26 +0000
Subject: [korganizer] [Bug 315986] changing colors on calendars
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315986
Allen Winter changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |iamsergio at gmail.com,
| |winter at kde.org
Component|general |todoview
Assignee|kdepim-bugs at kde.org |korganizer-devel at kde.org
Product|kontact |korganizer
--
You are receiving this mail because:
You are the assignee for the bug.
From mail at eliasprobst.eu Sat Mar 2 03:45:49 2013
From: mail at eliasprobst.eu (Elias Probst)
Date: Sat, 02 Mar 2013 03:45:49 +0000
Subject: [Akonadi] [Bug 302750] Akonadi IMAP resource crashed on logout
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=302750
--- Comment #8 from Elias Probst ---
Created attachment 77678
--> https://bugs.kde.org/attachment.cgi?id=77678&action=edit
New crash information added by DrKonqi
akonadi_imap_resource (4.10) on KDE Platform 4.10.00 using Qt 4.8.4
- What I was doing when the application crashed:
It happened again. This time on KDE 4.10.0 and Akonadi Server 1.9.0.
-- Backtrace (Reduced):
#7 0x00007ff8539ebb82 in ~Task (this=0x7fff3d973690, __in_chrg=) at
/var/tmp/portage/kde-base/kdepimlibs-4.10.0-r1/work/kdepimlibs-4.10.0/akonadi/resourcescheduler_p.h:67
#8 Akonadi::ResourceBase::cancelTask (this=0x1c914a0) at
/var/tmp/portage/kde-base/kdepimlibs-4.10.0-r1/work/kdepimlibs-4.10.0/akonadi/resourcebase.cpp:861
#9 0x00007ff8539ebcf9 in Akonadi::ResourceBase::cancelTask (this=0x1c914a0,
msg=...) at
/var/tmp/portage/kde-base/kdepimlibs-4.10.0-r1/work/kdepimlibs-4.10.0/akonadi/resourcebase.cpp:889
#10 0x000000000042049b in ResourceState::cancelTask (this=0x1daccd0,
errorString=...) at
/var/tmp/portage/kde-base/kdepim-runtime-4.10.0/work/kdepim-runtime-4.10.0/resources/imap/resourcestate.cpp:390
#11 0x00000000004481f1 in ResourceTask::cancelTask (this=0x1d3a3a0,
errorString=...) at
/var/tmp/portage/kde-base/kdepim-runtime-4.10.0/work/kdepim-runtime-4.10.0/resources/imap/resourcetask.cpp:285
--
You are receiving this mail because:
You are on the CC list for the bug.
From montel at kde.org Sat Mar 2 10:37:49 2013
From: montel at kde.org (Laurent Montel)
Date: Sat, 02 Mar 2013 10:37:49 +0000
Subject: [kmail2] [Bug 315954] LDAP password stored in clear text
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315954
--- Comment #4 from Laurent Montel ---
Git commit 74a42eec4861b673ec599a6aaac4a1c6c4173774 by Montel Laurent.
Committed on 02/03/2013 at 11:36.
Pushed by mlaurent into branch 'master'.
Continue to implement save ldap password in kwallet
M +7 -5 libkdepim/ldap/kcmldap.cpp
M +5 -0 libkdepim/ldap/kcmldap_p.h
M +14 -2 libkdepim/ldap/ldapclientsearch.cpp
M +2 -0 libkdepim/ldap/ldapclientsearchconfig.cpp
http://commits.kde.org/kdepim/74a42eec4861b673ec599a6aaac4a1c6c4173774
--
You are receiving this mail because:
You are the assignee for the bug.
From montel at kde.org Sat Mar 2 10:52:19 2013
From: montel at kde.org (Laurent Montel)
Date: Sat, 02 Mar 2013 10:52:19 +0000
Subject: [kmail2] [Bug 315954] LDAP password stored in clear text
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315954
Laurent Montel changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Version Fixed In| |4.11
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |im/e13aa1412d72a0c317a5d859
| |b9b520c31c9a40a0
--- Comment #5 from Laurent Montel ---
Git commit e13aa1412d72a0c317a5d859b9b520c31c9a40a0 by Montel Laurent.
Committed on 02/03/2013 at 11:51.
Pushed by mlaurent into branch 'master'.
Fix Bug 315954 - LDAP password stored in clear text
FIXED-IN: 4.11
M +2 -2 libkdepim/ldap/ldapclientsearch.cpp
M +2 -2 libkdepim/ldap/ldapclientsearch.h
M +4 -2 libkdepim/ldap/ldapsearchdialog.cpp
http://commits.kde.org/kdepim/e13aa1412d72a0c317a5d859b9b520c31c9a40a0
--
You are receiving this mail because:
You are the assignee for the bug.
From blaze at jabster.pl Sat Mar 2 11:10:50 2013
From: blaze at jabster.pl (blaze at jabster.pl)
Date: Sat, 02 Mar 2013 11:10:50 +0000
Subject: [Akonadi] [Bug 316002] New: akonadi fails to start with QSQLITE3
driver
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316002
Bug ID: 316002
Summary: akonadi fails to start with QSQLITE3 driver
Classification: Unclassified
Product: Akonadi
Version: 4.10
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: grave
Priority: NOR
Component: server
Assignee: kdepim-bugs at kde.org
Reporter: blaze at jabster.pl
Akonadi server fails to start after upgrade to KDE 4.10.0 (akonadi server
1.9.0).
Reproducible: Always
Steps to Reproduce:
1. set the SQlite for database driver in Akonadi Server Configuration dialog
2. akonadictl start
3. see the output
actual output:
QSqlDatabase: QSQLITE3 driver not loaded
QSqlDatabase: available drivers: QSQLITE
ASSERT: "database.driver()->hasFeature( QSqlDriver::LastInsertId )" in file
../../server/src/storage/dbconfigsqlite.cpp, line 117
"[
0: akonadiserver() [0x805bee5]
1: akonadiserver() [0x805c22a]
2: [0xb773e400]
3: [0xb773e424]
4: /lib/i386-linux-gnu/libc.so.6(gsignal+0x4f) [0xb6e07b1f]
5: /lib/i386-linux-gnu/libc.so.6(abort+0x143) [0xb6e0b0b3]
6:
/usr/lib/i386-linux-gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c)
[0xb748c7fc]
7: /usr/lib/i386-linux-gnu/libQtCore.so.4(+0x5cc09) [0xb748cc09]
8: /usr/lib/i386-linux-gnu/libQtCore.so.4(_Z6qFatalPKcz+0x18) [0xb748cd28]
9: /usr/lib/i386-linux-gnu/libQtCore.so.4(_Z9qt_assertPKcS0_i+0x35)
[0xb748cdb5]
10: akonadiserver() [0x80d86d4]
11: akonadiserver() [0x805f06d]
12: akonadiserver() [0x8060aa5]
13: akonadiserver() [0x8061566]
14: akonadiserver() [0x8055b6a]
15: /lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf5) [0xb6df2935]
16: akonadiserver() [0x8056681]
]
"
ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
--
You are receiving this mail because:
You are the assignee for the bug.
From blaze at jabster.pl Sat Mar 2 11:13:04 2013
From: blaze at jabster.pl (blaze at jabster.pl)
Date: Sat, 02 Mar 2013 11:13:04 +0000
Subject: [Akonadi] [Bug 316002] akonadi fails to start with QSQLITE3 driver
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316002
blaze at jabster.pl changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |blaze at jabster.pl
--
You are receiving this mail because:
You are the assignee for the bug.
From mollekopf at kolabsys.com Sat Mar 2 11:46:30 2013
From: mollekopf at kolabsys.com (Christian Mollekopf)
Date: Sat, 02 Mar 2013 11:46:30 +0000
Subject: [kdepim] [Bug 314181] KPIM::AddresseeLineEdit doesn't always show
all search results
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=314181
Christian Mollekopf changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Christian Mollekopf ---
Fixed in 8c2bf14a2ba463435533c3696c13767d909da545. (4.10.2)
--
You are receiving this mail because:
You are the assignee for the bug.
From redm at gmx.de Sat Mar 2 13:20:22 2013
From: redm at gmx.de (Michael Reiher)
Date: Sat, 02 Mar 2013 13:20:22 +0000
Subject: [kmail2] [Bug 315954] LDAP password stored in clear text
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315954
--- Comment #6 from Michael Reiher ---
That was quick:) Great, thank you!
--
You are receiving this mail because:
You are the assignee for the bug.
From krammer at kde.org Sat Mar 2 17:53:12 2013
From: krammer at kde.org (Kevin Krammer)
Date: Sat, 02 Mar 2013 17:53:12 +0000
Subject: [kmail2] [Bug 284274] kmail2 isn't able to send encrypted emails
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=284274
Kevin Krammer changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |im/c04f17ebd0e855bc7880f8a2
| |2dba8661d925f9e8
--- Comment #23 from Kevin Krammer ---
Git commit c04f17ebd0e855bc7880f8a22dba8661d925f9e8 by Kevin Krammer, on behalf
of Torsten Grote.
Committed on 23/02/2013 at 19:00.
Pushed by krake into branch 'master'.
Fix for sending encrypted mails to untrusted recipients
REVIEW: 107847
M +8 -4 messagecomposer/composerviewbase.cpp
M +1 -1 messagecomposer/encryptjob.cpp
http://commits.kde.org/kdepim/c04f17ebd0e855bc7880f8a22dba8661d925f9e8
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 18:50:21 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 18:50:21 +0000
Subject: [Akonadi] [Bug 274402] mysqld process use a lot of IO time to time
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=274402
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |dvratil at redhat.com
Resolution|--- |FIXED
--- Comment #9 from Dan Vrátil ---
As reported, the issue is gone in recent releases, so closing as fixed.
--
You are receiving this mail because:
You are the assignee for the bug.
From benjamindaines at gmail.com Sat Mar 2 19:05:08 2013
From: benjamindaines at gmail.com (Ben Daines)
Date: Sat, 02 Mar 2013 19:05:08 +0000
Subject: [kontact] [Bug 267528] Return emails are not send on same account as
they are received
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=267528
Ben Daines changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |benjamindaines at gmail.com
--- Comment #1 from Ben Daines ---
Yup, I should not have to remember to manually select the account to send
replies from. There have been many times I've accidentally replied to and
email from my university inbox with my personal account.
--
You are receiving this mail because:
You are the assignee for the bug.
From richard.bos at xs4all.nl Sat Mar 2 19:21:19 2013
From: richard.bos at xs4all.nl (Richard Bos)
Date: Sat, 02 Mar 2013 19:21:19 +0000
Subject: [kmail2] [Bug 316029] New: Contact photo does not appear on the
email header
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316029
Bug ID: 316029
Summary: Contact photo does not appear on the email header
Classification: Unclassified
Product: kmail2
Version: 4.10.0
Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: UI
Assignee: kdepim-bugs at kde.org
Reporter: richard.bos at xs4all.nl
Similar problem as reported in #314496.
Nepomuk is working.
There is a photo in the contact entry for the person that wrote the email.
Header are set to fancy (view -> headers -> fancy).
For 1 user it is working and for 2 users it isn't. The settings are the same,
AFAICS.
As more people have problems with this, an explanation how to get this working
would
be very nice to have, and stated before nepomuk is working according system
settings and ps tells me this as well. The same processes are visible for the
user where it works and for the user where it is not working.
Reproducible: Always
Steps to Reproduce:
1. Add a photo to a user in the kaddressbook
2. Go to kmail and click on a email that was sent by user that was just given a
photo
3.
Actual Results:
No picture shown in the email header of the user
Expected Results:
A picture of the user should be shown
--
You are receiving this mail because:
You are the assignee for the bug.
From vuxi85 at yahoo.de Sat Mar 2 20:31:19 2013
From: vuxi85 at yahoo.de (vuxi)
Date: Sat, 02 Mar 2013 20:31:19 +0000
Subject: [Akonadi] [Bug 316032]
New:=?UTF-8?Q?=20Akonadi=20doesn=C2=B4t=20understand=20googles=20adresses?=
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316032
Bug ID: 316032
Summary: Akonadi doesn´t understand googles adresses
Classification: Unclassified
Product: Akonadi
Version: 4.9
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: NOR
Component: Contacts resource
Assignee: tokoe at kde.org
Reporter: vuxi85 at yahoo.de
CC: kdepim-bugs at kde.org, vkrause at kde.org
Hi all
I use Android and gmail for my mails and contacts. Email is fine, but contacts
do not work as expected. If I add an adress ( street, house number, post code,
city and so on) to a contact using my phone or directly at gmail.com this data
does not appear in kontact.
I think this is because android/gmail only use one "text field" to store the
adress. Kontact instead uses multiple lines. One for the street, one for the
city......
The other way round works fine. If I add the information in kontact, adroid and
gmail display the correct adress.
vuxi
Reproducible: Always
Actual Results:
nothing
Expected Results:
show the adress
--
You are receiving this mail because:
You are on the CC list for the bug.
From dvratil at redhat.com Sat Mar 2 21:03:17 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:03:17 +0000
Subject: [Akonadi] [Bug 302193] stopping akonadiserver takes too long
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=302193
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |dvratil at redhat.com
Resolution|--- |DUPLICATE
--- Comment #1 from Dan Vrátil ---
*** This bug has been marked as a duplicate of bug 248287 ***
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:03:17 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:03:17 +0000
Subject: [Akonadi] [Bug 248287] 'akonadictl stop' takes very long + doesn't
terminate all 'mysqld' processes
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=248287
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin.tlustos at gmail.com
--- Comment #8 from Dan Vrátil ---
*** Bug 302193 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are on the CC list for the bug.
From dvratil at redhat.com Sat Mar 2 21:04:54 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:04:54 +0000
Subject: [Akonadi] [Bug 295813] 1.7.x does not compile under OSX as is.
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=295813
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDSINFO
CC| |dvratil at redhat.com
Resolution|--- |WAITINGFORINFO
--- Comment #3 from Dan Vrátil ---
Can you please check newer version of Akonadi compiles?
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:09:32 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:09:32 +0000
Subject: [Akonadi] [Bug 285074] Memleak and infinity loop
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=285074
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDSINFO
CC| |dvratil at redhat.com
Resolution|--- |WAITINGFORINFO
--- Comment #1 from Dan Vrátil ---
Are you able to reproduce this problem in recent versions of Akonadi and KDE?
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:10:16 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:10:16 +0000
Subject: [Akonadi] [Bug 286567] 'QMYSQL3: Unable to execute statement' errors
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286567
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |dvratil at redhat.com
Resolution|--- |DUPLICATE
--- Comment #8 from Dan Vrátil ---
*** This bug has been marked as a duplicate of bug 286711 ***
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:10:16 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:10:16 +0000
Subject: [Akonadi] [Bug 286711] Better default config for avoiding and
suggestion for better handling InnoDB corruptions
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286711
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sergio at serjux.com
--- Comment #4 from Dan Vrátil ---
*** Bug 286567 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:11:30 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:11:30 +0000
Subject: [Akonadi] [Bug 302499] Akonadi's MySQL database gets corrupted very
easily
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=302499
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |dvratil at redhat.com
Resolution|--- |DUPLICATE
--- Comment #1 from Dan Vrátil ---
*** This bug has been marked as a duplicate of bug 286711 ***
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:11:30 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:11:30 +0000
Subject: [Akonadi] [Bug 286711] Better default config for avoiding and
suggestion for better handling InnoDB corruptions
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286711
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cc at mail.3d.hu
--- Comment #5 from Dan Vrátil ---
*** Bug 302499 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:12:41 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:12:41 +0000
Subject: [Akonadi] [Bug 286567] 'QMYSQL3: Unable to execute statement' errors
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286567
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |---
--- Comment #9 from Dan Vrátil ---
(Sorry, this is not a duplicate, I clicked a wrong tab)
--
You are receiving this mail because:
You are the assignee for the bug.
From faure at kde.org Sat Mar 2 21:18:36 2013
From: faure at kde.org (David Faure)
Date: Sat, 02 Mar 2013 21:18:36 +0000
Subject: [kmail2] [Bug 303117] starting kmail2 for first time does not create
drafts folder
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=303117
David Faure changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Version Fixed In| |4.10.2
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |imlibs/60b1b80f5749b08d63d3
| |4b9049a80c9433aaa799
--- Comment #9 from David Faure ---
Git commit 60b1b80f5749b08d63d34b9049a80c9433aaa799 by David Faure.
Committed on 02/03/2013 at 22:18.
Pushed by dfaure into branch 'KDE/4.10'.
The overuse of the [ ] operator on QHashes, lead to storing invalid
collections.
Related: bug 285532, bug 307016
FIXED-IN: 4.10.2
REVIEW: 109208
M +7 -23 akonadi/specialcollections.cpp
http://commits.kde.org/kdepimlibs/60b1b80f5749b08d63d34b9049a80c9433aaa799
--
You are receiving this mail because:
You are the assignee for the bug.
From faure at kde.org Sat Mar 2 21:18:36 2013
From: faure at kde.org (David Faure)
Date: Sat, 02 Mar 2013 21:18:36 +0000
Subject: [Akonadi] [Bug 285532] Trash folder disappeared
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=285532
David Faure changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Version Fixed In| |4.10.2
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |imlibs/60b1b80f5749b08d63d3
| |4b9049a80c9433aaa799
--- Comment #11 from David Faure ---
Git commit 60b1b80f5749b08d63d34b9049a80c9433aaa799 by David Faure.
Committed on 02/03/2013 at 22:18.
Pushed by dfaure into branch 'KDE/4.10'.
The overuse of the [ ] operator on QHashes, lead to storing invalid
collections.
Related: bug 303117, bug 307016
FIXED-IN: 4.10.2
REVIEW: 109208
M +7 -23 akonadi/specialcollections.cpp
http://commits.kde.org/kdepimlibs/60b1b80f5749b08d63d34b9049a80c9433aaa799
--
You are receiving this mail because:
You are the assignee for the bug.
From faure at kde.org Sat Mar 2 21:18:36 2013
From: faure at kde.org (David Faure)
Date: Sat, 02 Mar 2013 21:18:36 +0000
Subject: [kontact] [Bug 307016] No wastebin for Local Folders resource means
delete is permanent
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=307016
David Faure changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Version Fixed In| |4.10.2
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |imlibs/60b1b80f5749b08d63d3
| |4b9049a80c9433aaa799
--- Comment #1 from David Faure ---
Git commit 60b1b80f5749b08d63d34b9049a80c9433aaa799 by David Faure.
Committed on 02/03/2013 at 22:18.
Pushed by dfaure into branch 'KDE/4.10'.
The overuse of the [ ] operator on QHashes, lead to storing invalid
collections.
Related: bug 285532, bug 303117
FIXED-IN: 4.10.2
REVIEW: 109208
M +7 -23 akonadi/specialcollections.cpp
http://commits.kde.org/kdepimlibs/60b1b80f5749b08d63d34b9049a80c9433aaa799
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:19:14 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:19:14 +0000
Subject: [Akonadi] [Bug 292782] a crash out of nowhere
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=292782
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |dvratil at redhat.com
Resolution|--- |DUPLICATE
--- Comment #2 from Dan Vrátil ---
*** This bug has been marked as a duplicate of bug 283131 ***
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 21:19:14 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 21:19:14 +0000
Subject: [Akonadi] [Bug 283131] Kontact crash after clicking on the E-Mail
button
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=283131
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wuseldusel at yahoo.de
--- Comment #7 from Dan Vrátil ---
*** Bug 292782 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
From m.wege at web.de Sat Mar 2 21:34:31 2013
From: m.wege at web.de (m.wege at web.de)
Date: Sat, 02 Mar 2013 21:34:31 +0000
Subject: [kmail2] [Bug 316035] New: autocomplete does not work on second names
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316035
Bug ID: 316035
Summary: autocomplete does not work on second names
Classification: Unclassified
Product: kmail2
Version: 4.10.0
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: composer
Assignee: kdepim-bugs at kde.org
Reporter: m.wege at web.de
>From Bug: https://bugs.kde.org/show_bug.cgi?id=259949#c310
About autocompletion (search for Thomas)
> It does not show however contacts where the second name is the match,
> e.g. contact > Hans Thomas Meier is not shown
> it also does not show > Hans-Thomas Meier.
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
From m.wege at web.de Sat Mar 2 21:35:02 2013
From: m.wege at web.de (m.wege at web.de)
Date: Sat, 02 Mar 2013 21:35:02 +0000
Subject: [kmail2] [Bug 316035] autocomplete does not work on second names
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316035
m.wege at web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |259949
--
You are receiving this mail because:
You are the assignee for the bug.
From m.wege at web.de Sat Mar 2 21:40:26 2013
From: m.wege at web.de (m.wege at web.de)
Date: Sat, 02 Mar 2013 21:40:26 +0000
Subject: [kmail2] [Bug 316036] New: autocompletion shows multiple identical
results
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316036
Bug ID: 316036
Summary: autocompletion shows multiple identical results
Classification: Unclassified
Product: kmail2
Version: 4.10.0
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: composer
Assignee: kdepim-bugs at kde.org
Reporter: m.wege at web.de
>From bug/comment https://bugs.kde.org/show_bug.cgi?id=259949#c308
Results from data show double results. This problem is minor, but would be nice
if there was a solution to. Examples: Liselotte Meier
Liselotte Meier
Liselotte Meier
Liselotte Meier
Frau Liselotte Meier
Dr. Liselotte Meier
Even though it is all the same email
address, they all show up in results. Ideally there should be only one result
showing up and if that result is in addressbook, it should not show up at all.
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
From m.wege at web.de Sat Mar 2 21:41:48 2013
From: m.wege at web.de (m.wege at web.de)
Date: Sat, 02 Mar 2013 21:41:48 +0000
Subject: [kmail2] [Bug 316036] autocompletion shows multiple identical results
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316036
m.wege at web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |259949
--
You are receiving this mail because:
You are the assignee for the bug.
From sergio at serjux.com Sat Mar 2 21:42:40 2013
From: sergio at serjux.com (=?UTF-8?Q?S=C3=A9rgio=20Basto=20?=)
Date: Sat, 02 Mar 2013 21:42:40 +0000
Subject: [Akonadi] [Bug 286567] 'QMYSQL3: Unable to execute statement' errors
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286567
--- Comment #10 from Sérgio Basto ---
Hi, I Close this bug since , with fix in Current release since ages don't see
this bug ?
--
You are receiving this mail because:
You are the assignee for the bug.
From m.wege at web.de Sat Mar 2 21:47:24 2013
From: m.wege at web.de (m.wege at web.de)
Date: Sat, 02 Mar 2013 21:47:24 +0000
Subject: [kmail2] [Bug 316038] New: autocompletion is not automatically
activated on existing Kmail installations.
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316038
Bug ID: 316038
Summary: autocompletion is not automatically activated on
existing Kmail installations.
Classification: Unclassified
Product: kmail2
Version: 4.10.0
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: composer
Assignee: kdepim-bugs at kde.org
Reporter: m.wege at web.de
>From https://bugs.kde.org/show_bug.cgi?id=259949#c308
4. it appears that at least old installations do not automatically activate
search completion, so it must be done manually. It would make sense if
eventually broken configurations get fixed on an update.
It would be best, if this would be fixed after all problems with autocompletion
are solved.
Reproducible: Always
--
You are receiving this mail because:
You are the assignee for the bug.
From sergio at serjux.com Sat Mar 2 21:50:28 2013
From: sergio at serjux.com (=?UTF-8?Q?S=C3=A9rgio=20Basto=20?=)
Date: Sat, 02 Mar 2013 21:50:28 +0000
Subject: [Akonadi] [Bug 286567] 'QMYSQL3: Unable to execute statement' errors
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286567
--- Comment #11 from Sérgio Basto ---
Hi, can I Close this bug ? with fix in Current release, since ages don't see
this bug ?
--
You are receiving this mail because:
You are the assignee for the bug.
From m.wege at web.de Sat Mar 2 21:50:00 2013
From: m.wege at web.de (m.wege at web.de)
Date: Sat, 02 Mar 2013 21:50:00 +0000
Subject: [kmail2] [Bug 316038] autocompletion is not automatically activated
on existing Kmail installations.
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316038
m.wege at web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |259949
--
You are receiving this mail because:
You are the assignee for the bug.
From gtwilliams at gmail.com Sat Mar 2 22:11:08 2013
From: gtwilliams at gmail.com (Garry Williams)
Date: Sat, 02 Mar 2013 22:11:08 +0000
Subject: [Akonadi] [Bug 286567] 'QMYSQL3: Unable to execute statement' errors
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286567
Garry Williams changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|gtwilliams at gmail.com |
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 22:32:45 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 22:32:45 +0000
Subject: [Akonadi] [Bug 286567] 'QMYSQL3: Unable to execute statement' errors
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286567
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #12 from Dan Vrátil ---
Closed. Please reopen if you hit the problem in future again.
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 22:54:19 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 22:54:19 +0000
Subject: [Akonadi] [Bug 227970] Cannot backup akonadi when using Postgres
database backend
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=227970
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
CC| |dvratil at redhat.com
Resolution|--- |FIXED
--- Comment #6 from Dan Vrátil ---
Closing as the issue has been apparently addresses.
--
You are receiving this mail because:
You are on the CC list for the bug.
From dvratil at redhat.com Sat Mar 2 23:39:43 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 23:39:43 +0000
Subject: [Akonadi] [Bug 295955] EntityMimeTypeFilterModel ignores newly added
collection where only subcollections match filter
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=295955
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Dan Vrátil ---
Unable to reproduce anymore with recent version of Akonadi/kdepimlibs
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 23:46:10 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 23:46:10 +0000
Subject: [Akonadi] [Bug 287834] mysql query error: deadlock found
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=287834
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |NEEDSINFO
CC| |dvratil at redhat.com
Resolution|--- |WAITINGFORINFO
--- Comment #3 from Dan Vrátil ---
Does this problem still happen with recent versions of Akonadi and KDE PIM?
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sat Mar 2 23:52:42 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sat, 02 Mar 2013 23:52:42 +0000
Subject: [Akonadi] [Bug 284899] akonadi vcard resource is not trustfully
keeping data
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=284899
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dvratil at redhat.com
Component|general |VCard file resource
--
You are receiving this mail because:
You are the assignee for the bug.
From kkoksvik at lyse.net Sun Mar 3 00:00:40 2013
From: kkoksvik at lyse.net (kkoksvik at lyse.net)
Date: Sun, 03 Mar 2013 00:00:40 +0000
Subject: [kmail2] [Bug 314123] KMail crash whilst idle
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=314123
kkoksvik at lyse.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kkoksvik at lyse.net
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sun Mar 3 00:37:06 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sun, 03 Mar 2013 00:37:06 +0000
Subject: [Akonadi] [Bug 244153] Moved addresses are not stored in vcf file
until they are modified
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=244153
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
CC| |dvratil at redhat.com
Resolution|--- |FIXED
--- Comment #5 from Dan Vrátil ---
As Kevin mentioned ,this should be fixed already for some time and I was unable
to reproduce the issue with Akonadi/KDE PIM.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
From alexandre.bonneau at linuxfr.eu Sun Mar 3 00:37:59 2013
From: alexandre.bonneau at linuxfr.eu (Alexandre Bonneau)
Date: Sun, 03 Mar 2013 00:37:59 +0000
Subject: [Akonadi] [Bug 315934] Akonadi can't load resource it created after
closing the app (kaddressbook or korganizer)
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315934
--- Comment #2 from Alexandre Bonneau ---
Deleting ~/.local/share/akonadi, ~/.kde/share/apps/akonadi*,
~/.kde/share/config/akonadi* and ~/.config/akonadi, then creating new resources
(ical for calendar, vcarddir for contacts) and reimporting the data leads to
the same kind of error.
The bug isn't specially triggered by restarting korganizer|kadressbook or
akonadi as I did so many times before the problem shows up.
--
You are receiving this mail because:
You are the assignee for the bug.
From kkoksvik at lyse.net Sun Mar 3 00:00:42 2013
From: kkoksvik at lyse.net (kkoksvik at lyse.net)
Date: Sun, 03 Mar 2013 00:00:42 +0000
Subject: [kmail2] [Bug 314123] KMail crash whilst idle
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=314123
--- Comment #3 from kkoksvik at lyse.net ---
Created attachment 77702
--> https://bugs.kde.org/attachment.cgi?id=77702&action=edit
New crash information added by DrKonqi
kmail (4.10) on KDE Platform 4.10.00 using Qt 4.8.3
- What I was doing when the application crashed:
Ideling, when i reverted from the lock screen the crach report was ready for me
-- Backtrace (Reduced):
#6 0x00007fbb01109425 in __GI_raise (sig=) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7 0x00007fbb0110cb8b in __GI_abort () at abort.c:91
[...]
#9 0x00007fbb01151b96 in malloc_printerr (action=3, str=0x7fbb0124d94b
"invalid fastbin entry (free)", ptr=) at malloc.c:5007
#10 0x00007fbb01a703e8 in QString::free (d=0x2816ea0) at tools/qstring.cpp:1235
#11 0x00007fbaff603949 in ~QString (this=0x3c09570, __in_chrg=)
at ../../include/QtCore/../../src/corelib/tools/qstring.h:880
--
You are receiving this mail because:
You are the assignee for the bug.
From adriyetichaves at gmail.com Sun Mar 3 09:18:04 2013
From: adriyetichaves at gmail.com (=?UTF-8?Q?Adri=C3=A1n=20Chaves=20Fern=C3=A1ndez=20?=)
Date: Sun, 03 Mar 2013 09:18:04 +0000
Subject: [Akonadi] [Bug 292497] kmail 4.8.0 doesn't filter the incoming
messages
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=292497
--- Comment #30 from Adrián Chaves Fernández ---
Verified running 4.10.1.
--
You are receiving this mail because:
You are the assignee for the bug.
From amantia at kde.org Sun Mar 3 10:32:37 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 10:32:37 +0000
Subject: [kmail2] [Bug 309088] All letters disappeared from INBOX after
restarting Akonadi
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=309088
András Manţia changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amantia at kde.org
Component|IMAP resource |message list
Version|4.9 |Git (master)
Assignee|ervin at kde.org |kdepim-bugs at kde.org
Product|Akonadi |kmail2
--- Comment #1 from András Manţia ---
This is a bug in the message list (or rather, the model under it). KMail
restart fixes in.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
From osterfeld at kde.org Sun Mar 3 10:34:03 2013
From: osterfeld at kde.org (Frank Osterfeld)
Date: Sun, 03 Mar 2013 10:34:03 +0000
Subject: [akregator] [Bug 305494] Akregator always claims it wasn't closed
correctly
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=305494
Frank Osterfeld changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |im/f58fed85c84a268187cbdf58
| |414dbe877190fba5
--- Comment #4 from Frank Osterfeld ---
Git commit f58fed85c84a268187cbdf58414dbe877190fba5 by Frank Osterfeld.
Committed on 03/03/2013 at 11:29.
Pushed by osterfeld into branch 'KDE/4.10'.
Do not ask to restore the session each time again
M +1 -0 akregator/src/akregator_part.cpp
http://commits.kde.org/kdepim/f58fed85c84a268187cbdf58414dbe877190fba5
--
You are receiving this mail because:
You are the assignee for the bug.
From cgiboudeaux at gmx.com Sun Mar 3 10:37:10 2013
From: cgiboudeaux at gmx.com (Christophe Giboudeaux)
Date: Sun, 03 Mar 2013 10:37:10 +0000
Subject: [akregator] [Bug 305494] Akregator always claims it wasn't closed
correctly
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=305494
Christophe Giboudeaux changed:
What |Removed |Added
----------------------------------------------------------------------------
Version Fixed In| |4.10.2
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 11:35:52 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 11:35:52 +0000
Subject: [kaddressbook] [Bug 267860] Contacts list shows Akonadi remote
identifier in all columns
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=267860
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #2 from Tobias Koenig ---
I can't reproduce it here and no repsponse from original reporter since 1 year.
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 11:38:51 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 11:38:51 +0000
Subject: [kaddressbook] [Bug 284075] Can't add new information to local
address book in kaddressbook
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=284075
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #5 from Tobias Koenig ---
The reporter found a solution for his problem (see comment #2)
--
You are receiving this mail because:
You are the assignee for the bug.
From amantia at kde.org Sun Mar 3 11:47:42 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 11:47:42 +0000
Subject: [Akonadi] [Bug 310927] shows no mails for missing subdir
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=310927
András Manţia changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |amantia at kde.org
Version Fixed In| |4.10.2
Resolution|--- |FIXED
--- Comment #1 from András Manţia ---
Fixed in 4.10.2.
--
You are receiving this mail because:
You are the assignee for the bug.
From osterfeld at kde.org Sun Mar 3 11:48:47 2013
From: osterfeld at kde.org (Frank Osterfeld)
Date: Sun, 03 Mar 2013 11:48:47 +0000
Subject: [akregator] [Bug 304055] next article should be ready to be deleted
after deleting the previous one
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=304055
--- Comment #3 from Frank Osterfeld ---
Git commit 67ea96e21ce918744d7f507a29dd77b94c9f8248 by Frank Osterfeld.
Committed on 03/03/2013 at 12:47.
Pushed by osterfeld into branch 'akregator_port'.
When deleting an item, select the next one
M +6 -0 akregator2/src/mainwidget.cpp
http://commits.kde.org/kdepim/67ea96e21ce918744d7f507a29dd77b94c9f8248
--
You are receiving this mail because:
You are the assignee for the bug.
From amantia at kde.org Sun Mar 3 11:55:08 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 11:55:08 +0000
Subject: [Akonadi] [Bug 299681] Local directories : the directory MailDir <<
>> for collection << >> is not valid
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=299681
András Manţia changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDSINFO
Resolution|--- |WAITINGFORINFO
--- Comment #5 from András Manţia ---
I made a fix for a problem that could give the above error, it will be in KDE
4.10.2 (sorry, it missed 4.10.1).
Please test with that as well and if it is still reproducible, find the mail
folders on the file system and tell me their structure for the directory it
gives the error. Should be something like:
folder
folder/cur
folder/tmp
folder/new
.folder.directory (if the folder has subfolders)
--
You are receiving this mail because:
You are the assignee for the bug.
From amantia at kde.org Sun Mar 3 11:57:51 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 11:57:51 +0000
Subject: [Akonadi] [Bug 292326] local maildir Akonadi resource freezes due to
gamin/gam_server interference
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=292326
András Manţia changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDSINFO
Resolution|--- |WAITINGFORINFO
--- Comment #4 from András Manţia ---
Can you please test it in KDE 4.10.1? There was a bug related to file watching
and leaking file descriptors(a bug in Qt) that is workarounded now.
I'd like to know if this fixes your bug.
--
You are receiving this mail because:
You are the assignee for the bug.
From bugs.kde at boris64.net Sun Mar 3 12:10:05 2013
From: bugs.kde at boris64.net (boris64)
Date: Sun, 03 Mar 2013 12:10:05 +0000
Subject: [kmail2] [Bug 284172] Kmail does not correctly recognize some
IMAP-Inbox-Folders
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=284172
boris64 changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugs.kde at boris64.net
--- Comment #12 from boris64 ---
This issue is still present for me in KDE-4.10.
The proposed workaround from comment #6
(->https://bugs.kde.org/show_bug.cgi?id=284172#c6)
works for me. Thanks Francesco, you made my day.
--
You are receiving this mail because:
You are the assignee for the bug.
From faure at kde.org Sun Mar 3 13:04:45 2013
From: faure at kde.org (David Faure)
Date: Sun, 03 Mar 2013 13:04:45 +0000
Subject: [Akonadi] [Bug 303952] Akonadi imap resource crashes
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=303952
David Faure changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
CC| |faure at kde.org
Version Fixed In| |4.10.2
Resolution|--- |FIXED
Latest Commit| |5c4a1fea0347e7536ec2c03aebb
| |421536daba441
--- Comment #1 from David Faure ---
commit 5c4a1fea0347e7536ec2c03aebb421536daba441
Author: David Faure
Date: Sat Mar 2 14:59:19 2013 +0100
Fix crash in SessionPool::onPasswordRequestDone, again due to
m_pendingInitialSession.
It could become dangling in the following case:
- wrong imap password, error dialog shows up, leave it up
- wait for connection to drop (idle timeout, or maybe due to losing network
altogether)
- resource reconnects, wrong password still, error dialog show up.
When closing them both, the 2nd one ends up in
SessionPool::onPasswordRequestDone with
a dangling m_pendingInitialSession.
--
You are receiving this mail because:
You are on the CC list for the bug.
From FalkKroenert at gmx.net Sun Mar 3 13:05:32 2013
From: FalkKroenert at gmx.net (=?UTF-8?Q?Falk=20Kr=C3=B6nert=20?=)
Date: Sun, 03 Mar 2013 13:05:32 +0000
Subject: [Akonadi] [Bug 292326] local maildir Akonadi resource freezes due to
gamin/gam_server interference
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=292326
Falk Krönert changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WAITINGFORINFO |FIXED
--- Comment #5 from Falk Krönert ---
It doesn't seem to happen with 4.10 anymore, so marking it as fixed.
--
You are receiving this mail because:
You are the assignee for the bug.
From faure at kde.org Sun Mar 3 13:06:09 2013
From: faure at kde.org (David Faure)
Date: Sun, 03 Mar 2013 13:06:09 +0000
Subject: [Akonadi] [Bug 293633] KMail asked for an IMAP password, entered and
crashed
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=293633
David Faure changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |faure at kde.org
Version Fixed In| |4.10.2
Latest Commit| |5c4a1fea0347e7536ec2c03aebb
| |421536daba441
--- Comment #23 from David Faure ---
commit 5c4a1fea0347e7536ec2c03aebb421536daba441
Author: David Faure
Date: Sat Mar 2 14:59:19 2013 +0100
Fix crash in SessionPool::onPasswordRequestDone, again due to
m_pendingInitialSession.
--
You are receiving this mail because:
You are on the CC list for the bug.
From faure at kde.org Sun Mar 3 13:06:34 2013
From: faure at kde.org (David Faure)
Date: Sun, 03 Mar 2013 13:06:34 +0000
Subject: [Akonadi] [Bug 293633] KMail asked for an IMAP password, entered and
crashed
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=293633
David Faure changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED
--
You are receiving this mail because:
You are on the CC list for the bug.
From faure at kde.org Sun Mar 3 13:09:04 2013
From: faure at kde.org (David Faure)
Date: Sun, 03 Mar 2013 13:09:04 +0000
Subject: [Akonadi] [Bug 302148] Akonadi IMAP crashes after entering password
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=302148
David Faure changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
CC| |faure at kde.org
Resolution|--- |DUPLICATE
--- Comment #15 from David Faure ---
*** This bug has been marked as a duplicate of bug 293633 ***
--
You are receiving this mail because:
You are on the CC list for the bug.
From faure at kde.org Sun Mar 3 13:09:04 2013
From: faure at kde.org (David Faure)
Date: Sun, 03 Mar 2013 13:09:04 +0000
Subject: [Akonadi] [Bug 293633] KMail asked for an IMAP password, entered and
crashed
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=293633
David Faure changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Vojtech.Zeisek at opensuse.org
--- Comment #24 from David Faure ---
*** Bug 302148 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are on the CC list for the bug.
From tokoe at kde.org Sun Mar 3 13:45:40 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 13:45:40 +0000
Subject: [kaddressbook] [Bug 299943] Inability to open more than one Contact
entry in the edit mode.
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=299943
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Tobias Koenig ---
*** This bug has been marked as a duplicate of bug 275938 ***
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 13:45:40 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 13:45:40 +0000
Subject: [kaddressbook] [Bug 275938] Cannot open multiple addresses in
KAddressbook at the same time
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=275938
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sayeed.ka at gmail.com
--- Comment #1 from Tobias Koenig ---
*** Bug 299943 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 13:50:17 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 13:50:17 +0000
Subject: [kaddressbook] [Bug 224732] addressbook migration from 4.3 to 4.4
fails
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=224732
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |WORKSFORME
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 13:50:59 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 13:50:59 +0000
Subject: [kaddressbook] [Bug 208548] No default address book created on first
time use.
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=208548
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |WORKSFORME
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 13:54:44 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 13:54:44 +0000
Subject: [Akonadi] [Bug 308835] double instances of carddav contacts
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=308835
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|general |DAV Resource
Product|kaddressbook |Akonadi
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 13:56:46 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 13:56:46 +0000
Subject: [kaddressbook] [Bug 293715] Categories are not shown
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=293715
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WORKSFORME
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 13:59:35 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 13:59:35 +0000
Subject: [kaddressbook] [Bug 307814] Create group is disabled
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=307814
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDSINFO
Resolution|--- |WORKSFORME
--- Comment #6 from Tobias Koenig ---
Hej,
the Akonadi resource, which provides the collection (folder) you want to add
the Contact group to, does not support to store Contact groups. What kind of
resource it that? Can you test with a recent version, please?
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 14:03:25 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 14:03:25 +0000
Subject: [Akonadi] [Bug 305287] Contacts in cardDAV address book are not
refreshed after editing
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=305287
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|general |DAV Resource
Product|kaddressbook |Akonadi
--
You are receiving this mail because:
You are the assignee for the bug.
From amantia at kde.org Sun Mar 3 14:06:32 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 14:06:32 +0000
Subject: [Akonadi] [Bug 255578] Turning on disconnected mode should initiate
a full download of all the mails
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=255578
András Manţia changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Version Fixed In| |4.11
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |im-runtime/c004365e4ce815d3
| |41aa2098ad412f450dc65336
--- Comment #2 from András Manţia ---
Git commit c004365e4ce815d341aa2098ad412f450dc65336 by Andras Mantia.
Committed on 03/03/2013 at 11:32.
Pushed by amantia into branch 'master'.
Fetch the missing mail bodies in offline mode (requires fixed in Akonadi server
and Akonadi client libraries as well to work).
Related: bug 264629, bug 286047
FIXED-IN: 4.11
M +6 -1 resources/imap/imapresource.cpp
M +1 -0 resources/imap/imapresource.h
M +76 -7 resources/imap/retrieveitemstask.cpp
M +11 -3 resources/imap/retrieveitemstask.h
http://commits.kde.org/kdepim-runtime/c004365e4ce815d341aa2098ad412f450dc65336
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
From amantia at kde.org Sun Mar 3 14:06:32 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 14:06:32 +0000
Subject: [Akonadi] [Bug 264629] imap doesn't update messagelist with dimap
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=264629
András Manţia changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Version Fixed In| |4.11
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |im-runtime/c004365e4ce815d3
| |41aa2098ad412f450dc65336
--- Comment #5 from András Manţia ---
Git commit c004365e4ce815d341aa2098ad412f450dc65336 by Andras Mantia.
Committed on 03/03/2013 at 11:32.
Pushed by amantia into branch 'master'.
Fetch the missing mail bodies in offline mode (requires fixed in Akonadi server
and Akonadi client libraries as well to work).
Related: bug 255578, bug 286047
FIXED-IN: 4.11
M +6 -1 resources/imap/imapresource.cpp
M +1 -0 resources/imap/imapresource.h
M +76 -7 resources/imap/retrieveitemstask.cpp
M +11 -3 resources/imap/retrieveitemstask.h
http://commits.kde.org/kdepim-runtime/c004365e4ce815d341aa2098ad412f450dc65336
--
You are receiving this mail because:
You are on the CC list for the bug.
From amantia at kde.org Sun Mar 3 14:06:32 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 14:06:32 +0000
Subject: [Akonadi] [Bug 286047] dimap account requires network connection
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286047
András Manţia changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Version Fixed In| |4.11
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |im-runtime/c004365e4ce815d3
| |41aa2098ad412f450dc65336
--- Comment #5 from András Manţia ---
Git commit c004365e4ce815d341aa2098ad412f450dc65336 by Andras Mantia.
Committed on 03/03/2013 at 11:32.
Pushed by amantia into branch 'master'.
Fetch the missing mail bodies in offline mode (requires fixed in Akonadi server
and Akonadi client libraries as well to work).
Related: bug 264629, bug 255578
FIXED-IN: 4.11
M +6 -1 resources/imap/imapresource.cpp
M +1 -0 resources/imap/imapresource.h
M +76 -7 resources/imap/retrieveitemstask.cpp
M +11 -3 resources/imap/retrieveitemstask.h
http://commits.kde.org/kdepim-runtime/c004365e4ce815d341aa2098ad412f450dc65336
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 14:07:52 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 14:07:52 +0000
Subject: [kaddressbook] [Bug 308440] I cannot see contacts in Search window
or in KMail
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=308440
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEEDSINFO
Resolution|--- |REMIND
--- Comment #1 from Tobias Koenig ---
Hej,
can you retest with 4.10 please? The search had been disabled in 4.9, but
reenabled in 4.10.
--
You are receiving this mail because:
You are the assignee for the bug.
From dvratil at redhat.com Sun Mar 3 14:21:36 2013
From: dvratil at redhat.com (=?UTF-8?Q?Dan=20Vr=C3=A1til=20?=)
Date: Sun, 03 Mar 2013 14:21:36 +0000
Subject: [Akonadi] [Bug 226115] Use Virtuoso for Akonadi storage
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=226115
Dan Vrátil changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
CC| |dvratil at redhat.com
Resolution|--- |WONTFIX
--- Comment #6 from Dan Vrátil ---
Virtuoso architecture is not really suitable for this use-case and since
Nepomuk developers are considering to abandon Virtuoso in favour of sharing DB
with Akonadi, this wish most probably not going to be ever implemented.
--
You are receiving this mail because:
You are on the CC list for the bug.
From sven.burmeister at gmx.net Sun Mar 3 14:26:41 2013
From: sven.burmeister at gmx.net (S. Burmeister)
Date: Sun, 03 Mar 2013 14:26:41 +0000
Subject: [kaddressbook] [Bug 307814] Create group is disabled
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=307814
S. Burmeister changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|4.9 |4.10
--- Comment #7 from S. Burmeister ---
Google contacts.
--
You are receiving this mail because:
You are the assignee for the bug.
From nicholasotley at gmail.com Sun Mar 3 14:29:51 2013
From: nicholasotley at gmail.com (Nicholas L. Otley)
Date: Sun, 03 Mar 2013 14:29:51 +0000
Subject: [kontact] [Bug 316072] New: Crashed on opening new mail
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316072
Bug ID: 316072
Summary: Crashed on opening new mail
Classification: Unclassified
Product: kontact
Version: 4.10
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: crash
Priority: NOR
Component: general
Assignee: kdepim-bugs at kde.org
Reporter: nicholasotley at gmail.com
Application: kontact (4.10)
KDE Platform Version: 4.10.00
Qt Version: 4.8.3
Operating System: Linux 3.5.0-26-generic x86_64
Distribution: Ubuntu 12.10
-- Information about the crash:
I clicked on a newly delivered email subject heading in the tree view and the
bottom panel stayed stuck on "Retreiving folder contents" for a couple of
minutes before finally the Kontact crashed.
-- Backtrace:
Application: Kontact (kontact), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f81f9faf7c0 (LWP 7815))]
Thread 4 (Thread 0x7f81f27cd700 (LWP 7816)):
#0 pthread_cond_wait@@GLIBC_2.3.2 () at
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:162
#1 0x00007f820b81cb2d in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#2 0x00007f820b81cc39 in ?? () from /usr/lib/x86_64-linux-gnu/libQtWebKit.so.4
#3 0x00007f8206953e9a in start_thread (arg=0x7f81f27cd700) at
pthread_create.c:308
#4 0x00007f820c547ccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5 0x0000000000000000 in ?? ()
Thread 3 (Thread 0x7f81f1ecc700 (LWP 7817)):
#0 0x00007f820c53c313 in __GI___poll (fds=, nfds=, timeout=) at ../sysdeps/unix/sysv/linux/poll.c:87
#1 0x00007f820608cd84 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2 0x00007f820608cea4 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007f820d969c46 in QEventDispatcherGlib::processEvents
(this=0x7f81ec0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#4 0x00007f820d93a2ef in QEventLoop::processEvents
(this=this at entry=0x7f81f1ecbdc0, flags=...) at kernel/qeventloop.cpp:149
#5 0x00007f820d93a578 in QEventLoop::exec (this=0x7f81f1ecbdc0, flags=...) at
kernel/qeventloop.cpp:204
#6 0x00007f820d83bb40 in QThread::exec (this=) at
thread/qthread.cpp:501
#7 0x00007f820d83eb1c in QThreadPrivate::start (arg=0x12b2680) at
thread/qthread_unix.cpp:338
#8 0x00007f8206953e9a in start_thread (arg=0x7f81f1ecc700) at
pthread_create.c:308
#9 0x00007f820c547ccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#10 0x0000000000000000 in ?? ()
Thread 2 (Thread 0x7f81a3c37700 (LWP 7821)):
#0 0x00007fffeeffa827 in clock_gettime ()
#1 0x00007f820634015d in __GI_clock_gettime (clock_id=,
tp=) at ../sysdeps/unix/clock_gettime.c:116
#2 0x00007f820d8949f4 in do_gettime (frac=0x7f81a3c36ae8, sec=0x7f81a3c36ae0)
at tools/qelapsedtimer_unix.cpp:123
#3 qt_gettime () at tools/qelapsedtimer_unix.cpp:140
#4 0x00007f820d96a44d in QTimerInfoList::updateCurrentTime
(this=this at entry=0x7f819c002660) at kernel/qeventdispatcher_unix.cpp:343
#5 0x00007f820d96a793 in QTimerInfoList::timerWait (this=0x7f819c002660,
tm=...) at kernel/qeventdispatcher_unix.cpp:450
#6 0x00007f820d9692fc in timerSourcePrepareHelper (src=,
timeout=0x7f81a3c36bd4) at kernel/qeventdispatcher_glib.cpp:136
#7 0x00007f820d9693a5 in timerSourcePrepare (source=,
timeout=) at kernel/qeventdispatcher_glib.cpp:169
#8 0x00007f820608c618 in g_main_context_prepare () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#9 0x00007f820608ccab in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007f820608cea4 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#11 0x00007f820d969c46 in QEventDispatcherGlib::processEvents
(this=0x7f819c0008c0, flags=...) at kernel/qeventdispatcher_glib.cpp:426
#12 0x00007f820d93a2ef in QEventLoop::processEvents
(this=this at entry=0x7f81a3c36d90, flags=...) at kernel/qeventloop.cpp:149
#13 0x00007f820d93a578 in QEventLoop::exec (this=0x7f81a3c36d90, flags=...) at
kernel/qeventloop.cpp:204
#14 0x00007f820d83bb40 in QThread::exec (this=) at
thread/qthread.cpp:501
#15 0x00007f820d91a9df in QInotifyFileSystemWatcherEngine::run (this=0x1866930)
at io/qfilesystemwatcher_inotify.cpp:248
#16 0x00007f820d83eb1c in QThreadPrivate::start (arg=0x1866930) at
thread/qthread_unix.cpp:338
#17 0x00007f8206953e9a in start_thread (arg=0x7f81a3c37700) at
pthread_create.c:308
#18 0x00007f820c547ccd in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#19 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7f81f9faf7c0 (LWP 7815)):
[KCrash Handler]
#6 Akonadi::StandardMailActionManager::action (this=0x0,
type=Akonadi::StandardMailActionManager::MarkMailAsRead) at
../../../akonadi/kmime/standardmailactionmanager.cpp:853
#7 0x00007f81a900399c in KMail::MessageActions::MessageActions
(this=0x39c8190, ac=0x758b350, parent=0xb82dab0) at
../../kmail/messageactions.cpp:138
#8 0x00007f81a8fbe812 in KMReaderMainWin::setupAccel
(this=this at entry=0xb82dab0) at ../../kmail/kmreadermainwin.cpp:321
#9 0x00007f81a8fbf27a in KMReaderMainWin::initKMReaderMainWin
(this=this at entry=0xb82dab0) at ../../kmail/kmreadermainwin.cpp:109
#10 0x00007f81a8fbfb40 in KMReaderMainWin::KMReaderMainWin (this=0xb82dab0,
htmlOverride=, htmlLoadExtOverride=,
name=, __in_chrg=, __vtt_parm=) at
../../kmail/kmreadermainwin.cpp:81
#11 0x00007f81a8fc7e42 in KMMainWidget::slotItemsFetchedForActivation
(this=0x175f6a0, list=...) at ../../kmail/kmmainwidget.cpp:2898
#12 0x00007f81a8fe7ea5 in KMMainWidget::qt_static_metacall (_o=0x175f6a0,
_c=, _id=, _a=0x7fffeefe3750) at
./kmmainwidget.moc:363
#13 0x00007f820d950f8f in QMetaObject::activate (sender=0x2c66280, m=, local_signal_index=, argv=0x7fffeefe3750) at
kernel/qobject.cpp:3547
#14 0x00007f8209357502 in Akonadi::ItemFetchJob::itemsReceived
(this=this at entry=0x2c66280, _t1=...) at ./moc_itemfetchjob.cpp:106
#15 0x00007f8209358553 in timeout (this=0x1d5b1b0) at
../../akonadi/itemfetchjob.cpp:71
#16 Akonadi::ItemFetchJob::qt_static_metacall (_o=,
_c=, _id=, _a=) at
./moc_itemfetchjob.cpp:57
#17 0x00007f820d950f8f in QMetaObject::activate (sender=0x2c66280, m=, local_signal_index=, argv=0x7fffeefe38c0) at
kernel/qobject.cpp:3547
#18 0x00007f820ddb7f42 in KJob::result (this=this at entry=0x2c66280,
_t1=_t1 at entry=0x2c66280) at ./kjob.moc:208
#19 0x00007f820ddb7f80 in KJob::emitResult (this=0x2c66280) at
../../kdecore/jobs/kjob.cpp:318
#20 0x00007f820d95046e in QObject::event (this=0x2c66280, e=) at
kernel/qobject.cpp:1195
#21 0x00007f820cce2e9c in QApplicationPrivate::notify_helper
(this=this at entry=0x10e9130, receiver=receiver at entry=0x2c66280,
e=e at entry=0xa15ad10) at kernel/qapplication.cpp:4562
#22 0x00007f820cce730a in QApplication::notify (this=0x7fffeefe5110,
receiver=0x2c66280, e=0xa15ad10) at kernel/qapplication.cpp:4423
#23 0x00007f820e379636 in KApplication::notify (this=0x7fffeefe5110,
receiver=0x2c66280, event=0xa15ad10) at ../../kdeui/kernel/kapplication.cpp:311
#24 0x00007f820d93b59e in QCoreApplication::notifyInternal
(this=0x7fffeefe5110, receiver=receiver at entry=0x2c66280,
event=event at entry=0xa15ad10) at kernel/qcoreapplication.cpp:915
#25 0x00007f820d93f421 in sendEvent (event=0xa15ad10, receiver=0x2c66280) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#26 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0,
data=0x10a86a0) at kernel/qcoreapplication.cpp:1539
#27 0x00007f820d969a93 in sendPostedEvents () at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:236
#28 postEventSourceDispatch (s=0x10e48f0) at
kernel/qeventdispatcher_glib.cpp:279
#29 0x00007f820608cab5 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#30 0x00007f820608cde8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#31 0x00007f820608cea4 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#32 0x00007f820d969c26 in QEventDispatcherGlib::processEvents (this=0x10a9b60,
flags=...) at kernel/qeventdispatcher_glib.cpp:424
#33 0x00007f820cd87c1e in QGuiEventDispatcherGlib::processEvents
(this=, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#34 0x00007f820d93a2ef in QEventLoop::processEvents
(this=this at entry=0x7fffeefe41d0, flags=...) at kernel/qeventloop.cpp:149
#35 0x00007f820d93a578 in QEventLoop::exec (this=0x7fffeefe41d0, flags=...) at
kernel/qeventloop.cpp:204
#36 0x00007f820ddb7cf3 in KJob::exec (this=0x173f4b0) at
../../kdecore/jobs/kjob.cpp:210
#37 0x00007f81a8f9b768 in KMKernel::cleanup (this=0x16760d0) at
../../kmail/kmkernel.cpp:1319
#38 0x00007f81a9305253 in KMailPart::~KMailPart (this=this at entry=0x15505f0,
__in_chrg=, __vtt_parm=) at
../../kmail/kmail_part.cpp:119
#39 0x00007f81a9305339 in KMailPart::~KMailPart (this=0x15505f0,
__in_chrg=, __vtt_parm=) at
../../kmail/kmail_part.cpp:121
#40 0x00007f820e7a96fe in KontactInterface::Plugin::~Plugin (this=0x14751c0,
__vtt_parm=, __in_chrg=) at
../../kontactinterface/plugin.cpp:91
#41 0x00007f81aa2c9c4f in KMailPlugin::~KMailPlugin (this=0x14751c0,
__in_chrg=, __vtt_parm=) at
../../../../kontact/plugins/kmail/kmail_plugin.cpp:159
#42 0x00007f81aa2c9c79 in KMailPlugin::~KMailPlugin (this=0x14751c0,
__in_chrg=, __vtt_parm=) at
../../../../kontact/plugins/kmail/kmail_plugin.cpp:163
#43 0x00007f820ebe0026 in Kontact::MainWindow::~MainWindow
(this=this at entry=0x124ee50, __in_chrg=, __vtt_parm=) at ../../../kontact/src/mainwindow.cpp:294
#44 0x00007f820ebe0189 in Kontact::MainWindow::~MainWindow (this=0x124ee50,
__in_chrg=, __vtt_parm=) at
../../../kontact/src/mainwindow.cpp:296
#45 0x00007f820d950498 in QObject::event (this=0x124ee50, e=) at
kernel/qobject.cpp:1176
#46 0x00007f820cd320da in QWidget::event (this=0x124ee50, event=0x6903c40) at
kernel/qwidget.cpp:8830
#47 0x00007f820d0fb1cb in QMainWindow::event (this=0x124ee50, event=0x6903c40)
at widgets/qmainwindow.cpp:1478
#48 0x00007f820e46b3a8 in KXmlGuiWindow::event (this=0x124ee50, ev=0x6903c40)
at ../../kdeui/xmlgui/kxmlguiwindow.cpp:126
#49 0x00007f820cce2e9c in QApplicationPrivate::notify_helper
(this=this at entry=0x10e9130, receiver=receiver at entry=0x124ee50,
e=e at entry=0x6903c40) at kernel/qapplication.cpp:4562
#50 0x00007f820cce730a in QApplication::notify (this=0x7fffeefe5110,
receiver=0x124ee50, e=0x6903c40) at kernel/qapplication.cpp:4423
#51 0x00007f820e379636 in KApplication::notify (this=0x7fffeefe5110,
receiver=0x124ee50, event=0x6903c40) at ../../kdeui/kernel/kapplication.cpp:311
#52 0x00007f820d93b59e in QCoreApplication::notifyInternal
(this=0x7fffeefe5110, receiver=receiver at entry=0x124ee50,
event=event at entry=0x6903c40) at kernel/qcoreapplication.cpp:915
#53 0x00007f820d93f421 in sendEvent (event=0x6903c40, receiver=0x124ee50) at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#54 QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, event_type=0,
data=0x10a86a0) at kernel/qcoreapplication.cpp:1539
#55 0x00007f820d969a93 in sendPostedEvents () at
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:236
#56 postEventSourceDispatch (s=0x10e48f0) at
kernel/qeventdispatcher_glib.cpp:279
#57 0x00007f820608cab5 in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#58 0x00007f820608cde8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#59 0x00007f820608cea4 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#60 0x00007f820d969c26 in QEventDispatcherGlib::processEvents (this=0x10a9b60,
flags=...) at kernel/qeventdispatcher_glib.cpp:424
#61 0x00007f820cd87c1e in QGuiEventDispatcherGlib::processEvents
(this=, flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#62 0x00007f820d93a2ef in QEventLoop::processEvents
(this=this at entry=0x7fffeefe4f80, flags=...) at kernel/qeventloop.cpp:149
#63 0x00007f820d93a578 in QEventLoop::exec (this=0x7fffeefe4f80, flags=...) at
kernel/qeventloop.cpp:204
#64 0x00007f820d93f738 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1187
#65 0x0000000000403339 in main (argc=1, argv=0x7fffeefe5258) at
../../../kontact/src/main.cpp:219
Reported using DrKonqi
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 14:36:54 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 14:36:54 +0000
Subject: [kaddressbook] [Bug 275150] KAddressbook shows multiple categories
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=275150
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |NEEDSINFO
Resolution|--- |FIXED
--- Comment #2 from Tobias Koenig ---
Can you retest with a current version (4.9 or 4.10), please?
We use the nepomuk tags as possible categories and the tag handling had a bug
in previous versions.
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 14:54:45 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 14:54:45 +0000
Subject: [Akonadi] [Bug 284783] "collection with the same name already
exists" with owncloud carddav
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=284783
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|general |DAV Resource
Product|kaddressbook |Akonadi
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 14:57:34 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 14:57:34 +0000
Subject: [Akonadi] [Bug 310137] Unicode corruption bug when saving vcard
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=310137
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|general |DAV Resource
Product|kaddressbook |Akonadi
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 15:00:54 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 15:00:54 +0000
Subject: [kaddressbook] [Bug 304671] address entries are reduplicated when
creating a distribution list from email
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=304671
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Tobias Koenig ---
*** This bug has been marked as a duplicate of bug 266147 ***
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 15:00:54 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 15:00:54 +0000
Subject: [kaddressbook] [Bug 266147] 'Save as list' doubles up mail adresses
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=266147
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin.tlustos at gmail.com
--- Comment #8 from Tobias Koenig ---
*** Bug 304671 has been marked as a duplicate of this bug. ***
--
You are receiving this mail because:
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 15:04:56 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 15:04:56 +0000
Subject: [kaddressbook] [Bug 260699] After deleting an address, new
addresses are not stored correctly
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=260699
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |WORKSFORME
--
You are receiving this mail because:
You are the assignee for the bug.
From osterfeld at kde.org Sun Mar 3 15:22:21 2013
From: osterfeld at kde.org (Frank Osterfeld)
Date: Sun, 03 Mar 2013 15:22:21 +0000
Subject: [akregator] [Bug 301886] Akregator Crash When Attempting to Download
File from News Article
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=301886
Frank Osterfeld changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |osterfeld at kde.org
--- Comment #2 from Frank Osterfeld ---
Ouch, nested event loop hell. Looks like an KHTML issue, don't think we can
work around it.
--
You are receiving this mail because:
You are the assignee for the bug.
From devurandom at gmx.net Sun Mar 3 15:40:08 2013
From: devurandom at gmx.net (Dennis Schridde)
Date: Sun, 03 Mar 2013 15:40:08 +0000
Subject: [Akonadi] [Bug 286047] dimap account requires network connection
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286047
--- Comment #6 from Dennis Schridde ---
Can we please get a backport to 4.10?
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
From amantia at kde.org Sun Mar 3 15:50:37 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 15:50:37 +0000
Subject: [Akonadi] [Bug 286047] dimap account requires network connection
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=286047
--- Comment #7 from András Manţia ---
I cannot promise. The linked commit is only part of the fix. It needs
not-yet-released Akonadi server, changes in the Akonadi client library (new
API), that is not allowed to be introduced in patch releases.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
From tokoe at kde.org Sun Mar 3 17:34:02 2013
From: tokoe at kde.org (Tobias Koenig)
Date: Sun, 03 Mar 2013 17:34:02 +0000
Subject: [kaddressbook] [Bug 314446] changing read-only flag discards Folder
name
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=314446
Tobias Koenig changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Version Fixed In| |4.10.2
Resolution|--- |FIXED
Latest Commit| |http://commits.kde.org/kdep
| |im-runtime/88b4257c716bc31c
| |ecc7ff4c7904b1f924d66f1f
--- Comment #2 from Tobias Koenig ---
Git commit 88b4257c716bc31cecc7ff4c7904b1f924d66f1f by Tobias Koenig.
Committed on 03/03/2013 at 18:32.
Pushed by tokoe into branch 'KDE/4.10'.
Keep custom name/icon of resource collection on collection sync
To ensure that the user modifies the display name of the resource
collection and not the collection name itself, we have to preset
the display name in the EntityDisplayAttribute already.
Additionally the clearCache() call must be removed, it's not needed
if we use the directory path as remoteId, because then the collection
sync algorithm will cleanup the collection with the old remoteId.
FIXED-IN: 4.10.2
M +2 -2 resources/icaldir/icaldirresource.cpp
M +2 -2 resources/vcarddir/vcarddirresource.cpp
http://commits.kde.org/kdepim-runtime/88b4257c716bc31cecc7ff4c7904b1f924d66f1f
--
You are receiving this mail because:
You are the assignee for the bug.
From cgiboudeaux at gmx.com Sun Mar 3 17:51:16 2013
From: cgiboudeaux at gmx.com (Christophe Giboudeaux)
Date: Sun, 03 Mar 2013 17:51:16 +0000
Subject: [kmail2] [Bug 306096] Wrong filter name in the import dialog
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=306096
Christophe Giboudeaux changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #4 from Christophe Giboudeaux ---
I couldn't reproduce this after retrying yesterday. Closing
--
You are receiving this mail because:
You are the assignee for the bug.
From wolfgang at rohdewald.de Sun Mar 3 18:39:37 2013
From: wolfgang at rohdewald.de (Wolfgang Rohdewald)
Date: Sun, 03 Mar 2013 18:39:37 +0000
Subject: [kmail2] [Bug 279260] 1 byte file makes kmail2 not display any
emails in a folder
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=279260
--- Comment #5 from Wolfgang Rohdewald ---
now I cannot reproduce it anymore. I went back, compiling an old akonadi server
and tag v4.10.0 for kdepim, kdepimlibs, kdepim-runtime, but I still cannot
reproduce it - should have debugged it right away.
--
You are receiving this mail because:
You are the assignee for the bug.
From amantia at kde.org Sun Mar 3 18:51:42 2013
From: amantia at kde.org (=?UTF-8?Q?Andr=C3=A1s=20Man=C5=A3ia=20?=)
Date: Sun, 03 Mar 2013 18:51:42 +0000
Subject: [kmail2] [Bug 285935] Cannot fetch item in Offline mode? How do I go
offline then?
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=285935
András Manţia changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
CC| |amantia at kde.org
Resolution|--- |FIXED
--- Comment #4 from András Manţia ---
This should be fixed in KDE 4.11.
--
You are receiving this mail because:
You are the assignee for the bug.
From prozac at gmx.net Sun Mar 3 19:06:15 2013
From: prozac at gmx.net (eric)
Date: Sun, 03 Mar 2013 19:06:15 +0000
Subject: [kmail] [Bug 230833] subjects in fancy headers view are shown
incorrectly with certain fonts
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=230833
eric changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |prozac at gmx.net
Resolution|--- |FIXED
--
You are receiving this mail because:
You are the assignee for the bug.
From alpha_one_x86 at first-world.info Sun Mar 3 19:31:46 2013
From: alpha_one_x86 at first-world.info (BRULE Herman)
Date: Sun, 03 Mar 2013 19:31:46 +0000
Subject: [Akonadi] [Bug 285074] Memleak and infinity loop
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=285074
BRULE Herman changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDSINFO |UNCONFIRMED
Resolution|WAITINGFORINFO |---
--- Comment #2 from BRULE Herman ---
Hello
The memory leak remain into lot of part of akonadi (see
https://bugs.launchpad.net/ubuntu/+source/akonadi/+bug/975266).
With normal use is a mess (rss, mail, ...), and use GB of memory.
Cheer,
--
You are receiving this mail because:
You are the assignee for the bug.
From vo.zaeb at gmail.com Sun Mar 3 19:35:35 2013
From: vo.zaeb at gmail.com (Alexander)
Date: Sun, 03 Mar 2013 19:35:35 +0000
Subject: [Akonadi] [Bug 315675] Very slow start after upgrade to KDE 4.10
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=315675
--- Comment #1 from Alexander ---
[heaven at arch: ~$] akonadictl start
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
[heaven at arch: ~$] search paths:
("/home/heaven/.rvm/gems/ruby-1.9.3-p0-falcon/bin",
"/home/heaven/.rvm/gems/ruby-1.9.3-p0-falcon at global/bin",
"/home/heaven/.rvm/rubies/ruby-1.9.3-p0-falcon/bin", "/home/heaven/.rvm/bin",
"/usr/local/bin", "/usr/bin", "/bin", "/usr/local/sbin", "/usr/sbin", "/sbin",
"/opt/java/bin", "/opt/java/db/bin", "/opt/java/jre/bin", "/usr/bin/core_perl",
"/usr/lib/qt4/bin", "/home/heaven/.rvm/bin", "/usr/sbin", "/usr/local/sbin",
"/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec",
"/opt/local/lib/mysql5/bin", "/opt/mysql/sbin")
QSqlDatabasePrivate::removeDatabase: connection 'initConnection' is still in
use, all queries will cease to work.
It hung after the last line.
--
You are receiving this mail because:
You are the assignee for the bug.
From karl at huftis.org Sun Mar 3 19:42:38 2013
From: karl at huftis.org (Karl Ove Hufthammer)
Date: Sun, 03 Mar 2013 19:42:38 +0000
Subject: [kdepimlibs] [Bug 316088] New: Holiday file for Norwegian Nynorsk
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316088
Bug ID: 316088
Summary: Holiday file for Norwegian Nynorsk
Classification: Unclassified
Product: kdepimlibs
Version: unspecified
Platform: Other
OS: Linux
Status: CONFIRMED
Severity: normal
Priority: NOR
Component: kholidays
Assignee: jlayt at kde.org
Reporter: karl at huftis.org
CC: kdepim-bugs at kde.org
Attached you’ll find a kholidays file for Norwegian Nynorsk (nn_NO). This is a
translation of the Norwegian Bokmål one (nb_NO). Please commit it to Git.
I also noticed that the Norwegian Bokmål file contains a trailing space in the
string "H.K.H. Kronprinsesse Mette-Marits fødselsdag ". It would be nice if you
could fix this at the same time.
Reproducible: Always
--
You are receiving this mail because:
You are on the CC list for the bug.
From karl at huftis.org Sun Mar 3 19:44:09 2013
From: karl at huftis.org (Karl Ove Hufthammer)
Date: Sun, 03 Mar 2013 19:44:09 +0000
Subject: [kdepimlibs] [Bug 316088] Holiday file for Norwegian Nynorsk
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=316088
--- Comment #1 from Karl Ove Hufthammer ---
Created attachment 77715
--> https://bugs.kde.org/attachment.cgi?id=77715&action=edit
Norwegian Nynorsk holiday file
--
You are receiving this mail because:
You are on the CC list for the bug.
From cgiboudeaux at gmx.com Sun Mar 3 20:44:12 2013
From: cgiboudeaux at gmx.com (Christophe Giboudeaux)
Date: Sun, 03 Mar 2013 20:44:12 +0000
Subject: [Akonadi] [Bug 285074] Memleak and infinity loop
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=285074
--- Comment #3 from Christophe Giboudeaux ---
which akonadi backend ? version ?
which KDE version ?
--
You are receiving this mail because:
You are the assignee for the bug.
From cgiboudeaux at gmx.com Sun Mar 3 20:46:53 2013
From: cgiboudeaux at gmx.com (Christophe Giboudeaux)
Date: Sun, 03 Mar 2013 20:46:53 +0000
Subject: [akregator] [Bug 201658] kwallet pops up requesters that kde-dienst
(KDE-daemon/service) wants access.
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=201658
--- Comment #9 from Christophe Giboudeaux ---
Doesn't look related to akregator. You may check which applications are started
on your computer when this message appears
--
You are receiving this mail because:
You are the assignee for the bug.
From alpha_one_x86 at first-world.info Sun Mar 3 20:53:03 2013
From: alpha_one_x86 at first-world.info (BRULE Herman)
Date: Sun, 03 Mar 2013 20:53:03 +0000
Subject: [Akonadi] [Bug 285074] Memleak and infinity loop
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=285074
--- Comment #4 from BRULE Herman ---
KDE 4.9.5
Akonadi mysql storage backend.
Just after boot:
- akonadi_nepomuk_feeder: 250MB of memory
- akonadi_mailfilter_agent: 74MB of memory
- akonadi_agent_launcher: 16MB of memory
--
You are receiving this mail because:
You are the assignee for the bug.
From cgiboudeaux at gmx.com Sun Mar 3 21:06:12 2013
From: cgiboudeaux at gmx.com (Christophe Giboudeaux)
Date: Sun, 03 Mar 2013 21:06:12 +0000
Subject: [akregator] [Bug 248289] Add "open silently in external browser"
option.
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=248289
Christophe Giboudeaux changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #3 from Christophe Giboudeaux ---
> I prefer to open links in external browser, and it's pretty annoying that after clicking, focus immediately switch to browser.
Works fine here. The behaviour depends on the browser.
- It works fine with Firefox after following kabamaru's advice,
- There's an option in rekonq
- Also works in opera
So far, only chromium and konqueror seem to fail.
--
You are receiving this mail because:
You are the assignee for the bug.
From bugs at sandroknauss.de Sun Mar 3 21:14:58 2013
From: bugs at sandroknauss.de (saendy)
Date: Sun, 03 Mar 2013 21:14:58 +0000
Subject: [kmail2] [Bug 289722] Incorrect Content-Transfer-Encoding header
value is set for openpgp/mime encrypted mails
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=289722
saendy changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugs at sandroknauss.de
--- Comment #4 from saendy ---
Hey,
A Patch is now in review that should fix this bug:
https://git.reviewboard.kde.org/r/109272
--
You are receiving this mail because:
You are the assignee for the bug.
From bugs at sandroknauss.de Sun Mar 3 21:16:43 2013
From: bugs at sandroknauss.de (saendy)
Date: Sun, 03 Mar 2013 21:16:43 +0000
Subject: [kmail2] [Bug 289728] Incorrect inline-openpgp encrypted message is
generated
In-Reply-To:
References:
Message-ID:
https://bugs.kde.org/show_bug.cgi?id=289728
saendy changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugs at sandroknauss.de
--- Comment #10 from saendy ---
A Patch is now on reviewboard, that fixes this bug:
https://git.reviewboard.kde.org/r/109272
--
You are receiving this mail because:
You are the assignee for the bug.
From cgiboudeaux at gmx.com Sun Mar 3 21:19:26 2013
From: cgiboudeaux at gmx.com (Christophe Giboudeaux)
Date: Sun, 03 Mar 2013 21:19:26 +0000
Subject: [akregator] [Bug 248289] Add "open silently in external browser"
option.
In-Reply-To: