kellin added a new comment to an issue you are following: `` @grinnz I took a look into this with @adamwill today.
Starting with cinnamon-session - we checked what requires it:
sudo dnf repoquery --whatrequires cinnamon-session cinnamon-0:3.6.8-0.1.20180209git4b2bc05.fc28.x86_64
The cinnamon package is defined in the cinnamon-desktop group in fedora-comps for f28 and f27.
When I looked at the [packaging log](https://kojipkgs.fedoraproject.org//packages/Fedora-Cinnamon-Live/Rawhide/20...) I can see that *<libcomps.Package object 'cinnamon' at 0x7f71ad5c06d8>* is present as I'd expect under the entry that begins *21:35:50,641 DBG dnf: Adding packages from group 'cinnamon-desktop'*.
Looking at that same file, I don't see a line for *Installed: cinnamon* as I'd expect - I see other cinnamon items but not that one.
Checking into that further: '~~~~' dnf --repofrompath rawhide-nightly,https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20180218.n... --deplist --repo rawhide-nightly repoquery --requires cinnamon '~~~~'
I can see that cinnamon-session is required for cinnamon to install at all.
'~~~~' dnf --repofrompath rawhide-nightly,https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20180218.n... --repo rawhide-nightly repoquery --requires cinnamon-session '~~~~'
I thought it was interesting that it required polkit-gnome, so I checked in the [packaging log](https://kojipkgs.fedoraproject.org//packages/Fedora-Cinnamon-Live/Rawhide/20...) and sure enough that isn't being installed either.
The best guess right now is something to do with dependencies - @adamwill is going to boot a local image and work on proving whether or not this theory is correct. ``
To reply, visit the link below or just reply to this email https://pagure.io/releng/issue/7325