Bugzilla – Bug 211256
selecting Console tools deselects AppArmor
Last modified: 2006-11-03 10:17:30 UTC
When changing the software selection, I tick to install "Console Tools", which automagically then deselects "AppArmor". This only seems to happen right after you've entered the "Software Selection and System Tasks" page.
Are you sure the dependencies are set up correctly for the involved patterns? The UI only calls void YQPkgObjListItem::solveResolvableCollections() { zypp::Resolver_Ptr resolver = zypp::getZYpp()->resolver(); resolver->transactReset( zypp::ResStatus::APPL_LOW ); resolver->transactResKind( zypp::ResTraits<zypp::Product >::kind ); resolver->transactResKind( zypp::ResTraits<zypp::Selection>::kind ); resolver->transactResKind( zypp::ResTraits<zypp::Pattern >::kind ); resolver->transactResKind( zypp::ResTraits<zypp::Language >::kind ); resolver->transactResKind( zypp::ResTraits<zypp::Patch >::kind ); resolver->transactResKind( zypp::ResTraits<zypp::Atom >::kind ); } -> libzypp problem
*** Bug 206940 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 206940 ***