mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-19 21:40:57 +00:00
chore(gnome): Restore extest due to numerous usability issues with libei
This commit is contained in:
parent
e440eead7c
commit
7038cd1049
@ -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 && \
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user