From 7038cd10492cc7fe0c16614be0589f786b56f414 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 2 Nov 2023 23:48:28 -0700 Subject: [PATCH] chore(gnome): Restore extest due to numerous usability issues with libei --- Containerfile | 2 +- system_files/deck/shared/usr/bin/bazzite-steam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index a1b330e2..93659ad6 100644 --- a/Containerfile +++ b/Containerfile @@ -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 && \ diff --git a/system_files/deck/shared/usr/bin/bazzite-steam b/system_files/deck/shared/usr/bin/bazzite-steam index ab196b97..d7ec8bb9 100755 --- a/system_files/deck/shared/usr/bin/bazzite-steam +++ b/system_files/deck/shared/usr/bin/bazzite-steam @@ -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.