If I open file > new the item for "create new group (CTRL+G)" is disabled. KDE SC 4.9.2 Reproducible: Always
enabled here. Please add screenshot.
Created attachment 74330 [details] screenshot of disabled "add group" item.
there is just this code: if ( mActions.contains( StandardContactActionManager::CreateContactGroup ) ) { mActions[ StandardContactActionManager::CreateContactGroup ]->setEnabled( hasWritableCollection( KABC::ContactGroup::mimeType() ) ); } => so you select a item which is not writable ?
Since I can add normal contacts the resource seems writable.
so no idea...
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?
Google contacts.
Reopen based on recent change.
Support for contacts groups has been added in KDE 4.11 Note that File -> New -> Group will never work with the Google resource, since Google does not support this kind of groups (i.e. vCard-based - essentially just a contact with multiple different email addresses). Instead a group will be a subcollection containing full-featured contacts. See http://www.progdan.cz/2013/03/kde-pim-google-integration-and-more/ for more details.
(In reply to comment #9) > Support for contacts groups has been added in KDE 4.11 > > Note that File -> New -> Group will never work with the Google resource, > since Google does not support this kind of groups (i.e. vCard-based - > essentially just a contact with multiple different email addresses). > > Instead a group will be a subcollection containing full-featured contacts. > See http://www.progdan.cz/2013/03/kde-pim-google-integration-and-more/ for > more details. This does seem to work perfectly. Now if a contact is present in multiple groups, the contact shows up multiple times in the list. This really not good as it makes me feel that there are duplicates.