I did a fresh install using the everything-net-install and Xfce still installs with onboard, which was orphaned in Fedora and doesn't actually work anymore.
https://bugzilla.redhat.com/show_bug.cgi?id=2227390
We should probably pull it out of the spin.
-- Ian Laurie FAS: nixuser | IRC: nixuser TZ: Australia/Sydney
On Tue, Nov 14, 2023 at 01:24:59PM +1100, Ian Laurie wrote:
I did a fresh install using the everything-net-install and Xfce still installs with onboard, which was orphaned in Fedora and doesn't actually work anymore.
https://bugzilla.redhat.com/show_bug.cgi?id=2227390
We should probably pull it out of the spin.
Odd. I don't see it in comps or kickstarts... could something else be pulling it in as a dep?
Looks like the only thing I see requiring it is: deepin-dock-onboard-plugin
Not sure how it would have gotten in there...
kevin
On 11/15/23 09:00, Kevin Fenzi wrote:
On Tue, Nov 14, 2023 at 01:24:59PM +1100, Ian Laurie wrote:
I did a fresh install using the everything-net-install and Xfce still installs with onboard, which was orphaned in Fedora and doesn't actually work anymore.
https://bugzilla.redhat.com/show_bug.cgi?id=2227390
We should probably pull it out of the spin.
Odd. I don't see it in comps or kickstarts... could something else be pulling it in as a dep?
Looks like the only thing I see requiring it is: deepin-dock-onboard-plugin
Not sure how it would have gotten in there...
That was on bare-metal, I'll do a fresh VM install and then progressively install my usual stuff to see what did it. May take a day or two.
-- Ian Laurie FAS: nixuser | IRC: nixuser TZ: Australia/Sydney
On 11/15/23 09:54, Ian Laurie wrote:
On 11/15/23 09:00, Kevin Fenzi wrote:
On Tue, Nov 14, 2023 at 01:24:59PM +1100, Ian Laurie wrote:
I did a fresh install using the everything-net-install and Xfce still installs with onboard, which was orphaned in Fedora and doesn't actually work anymore.
https://bugzilla.redhat.com/show_bug.cgi?id=2227390
We should probably pull it out of the spin.
Odd. I don't see it in comps or kickstarts... could something else be pulling it in as a dep?
Looks like the only thing I see requiring it is: deepin-dock-onboard-plugin
Not sure how it would have gotten in there...
That was on bare-metal, I'll do a fresh VM install and then progressively install my usual stuff to see what did it. May take a day or two.
Mystery solved.
Using the everything-net-install to install Xfce didn't drag in onboard.
My own fedora-install.sh script that I always run after fresh installs caused the problem when it installed slick-greeter.
So the fault lies with slick-greeter.
-- Ian Laurie FAS: nixuser | IRC: nixuser TZ: Australia/Sydney
On Wed, Nov 15, 2023 at 10:59:52AM +1100, Ian Laurie wrote:
Mystery solved.
Using the everything-net-install to install Xfce didn't drag in onboard.
My own fedora-install.sh script that I always run after fresh installs caused the problem when it installed slick-greeter.
So the fault lies with slick-greeter.
Ah ha. :) Glad you tracked it down...
kevin