#66 kaccounts-providers missing from ISO
Closed: Fixed by rdieter. Opened by justinz.

kaccounts-providers is missing from the ISO. This package is all of the providers for KDE's Online Accounts in Settings. This should be included for several reasons:

Without it Online Accounts is empty
Users will expect to be able to connect to their Google or Nextcloud providers out of the box


Metadata Update from @ngompa:
- Issue set to the milestone: Fedora 35
- Issue tagged with: experience

Metadata Update from @ngompa:
- Issue set to the milestone: Plasma 5.22 (was: Fedora 35)

So apparently there's a missing dependency. Question is: what should depend on kaccounts-providers ?

Alright, appears kaccounts-integration provides kcm_kaccounts, so that's probably the component to add the (soft?) dependency

Maybe a Recommends to system settings?

OK, slightly annoying that this will introduce a wee-bit of circular dependency:

kaccounts-providers.spec includes:
BuildRequires: kaccounts-integration-devel

options include:

  1. kaccounts-integration.spec to add
    Recommends: kaccounts-providers

  2. kaccounts-providers.spec to add:
    Supplements: kaccounts-integration

I think I'll opt for 2 in this case, since it is cleaner (wrt bootstrapping)

https://src.fedoraproject.org/rpms/kaccounts-providers/c/897039c76b79ffbbe6cd2bcb1457e3022a01355f?branch=rawhide

Metadata Update from @rdieter:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata