We currently depend on the Xorg server to provide the cvt utility.
The tool is also available as a stand-alone package, so depend
on that instead of the full server.
Backport of c5ee7684cb
Resolves: https://issues.redhat.com/browse/RHEL-40764
We found that this commit causes a bug where, sometimes, you
can't interact with windows in the installer's advanced
partitioning mode. Reverting this change means drop shadows are
again considered part of a window's target area for clicking,
but that seems like much less of a problem than "sometimes you
can't click on anything at all".
https://bugzilla.redhat.com/show_bug.cgi?id=2239128
This ensures that we don't end up with new mutter 45.rc and older
gnome-shell 45.beta, which doesn't work - mutter removed
meta_rectangle_union() in 45.rc that gnome-shell 45.beta used.
The conflicts here, and gnome-shell having versioned requires on mutter
make sure that both packages get updated in lock step.
/usr/bin/gnome-shell: symbol lookup error: /usr/lib64/gnome-shell/libshell-13.so: undefined symbol: meta_rectangle_union
This reverts commit ed906d372c.
Something is wrong with the buildroot, so this failed to build. A more
comprehensive fix is incoming that won't conflict with this patch, so
let's remove the patch now so I don't forget....
Note the MR comments indicate this might break something else,
but that's about multiple touch events so probably less important
than 'super doesn't work'.
This reverts commit 3a625b6481.
We're not sure yet if it's needed - we need to backport a
different fix first to get the tests to reach the point where
we'll find out if we still have the 'lost clicks in installer'
bug that reverting this may fix. If so, we'll re-apply this
then.
Subpackage mutter-tests carries 'Requires: libmutter-test-12.so'
which comes from subpackage mutter-devel but does not carry an
explicit package version requirement.
Added 'Requires: mutter-devel = %{version}-%{release}' to the spec
file to avoid the need to test interoperability between various
combinations of old and new subpackages.
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
Runtime dependency on zenity was already dropped.
Dropping on build require as well as the test requiring it is not
executed while building and we don't ship that test within the built rpms.
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=2164152
Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>