chore(gnome): Restore extest due to numerous usability issues with libei

This commit is contained in:
Kyle Gospodnetich 2023-11-02 23:48:28 -07:00
parent e440eead7c
commit 7038cd1049
2 changed files with 2 additions and 2 deletions

View File

@ -122,7 +122,6 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
wallpaper-engine-kde-plugin \
kdeconnectd \
kdeplasma-addons \
extest.i686 \
rom-properties-kf5 && \
if [[ "${FEDORA_MAJOR_VERSION}" -lt "39" ]]; then \
rpm-ostree override replace \
@ -243,6 +242,7 @@ RUN if grep -qv "nvidia" <<< "${IMAGE_NAME}"; then \
libdbusmenu-gtk3.i686 \
libatomic.i686 \
pipewire-alsa.i686 \
extest.i686 \
clinfo && \
sed -i '0,/enabled=0/s//enabled=1/' /etc/yum.repos.d/rpmfusion-nonfree-steam.repo && \
sed -i '0,/enabled=1/s//enabled=0/' /etc/yum.repos.d/rpmfusion-nonfree.repo && \

View File

@ -11,7 +11,7 @@ if [ -f $HOME/.local/share/Steam/ubuntu12_32/steamui.so ]; then
LAUNCH_OPTIONS="-steamdeck"
fi
if [[ "$XDG_SESSION_TYPE" == "wayland" ]] && [[ ${BASE_IMAGE_NAME} =~ "kinoite" ]]; then
if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
# https://github.com/Supreeeme/extest
# Extest is a drop in replacement for the X11 XTEST extension.
# It creates a virtual device with the uinput kernel module.