Skip to content

Commit 8268b26

Browse files
committed
feat(gnome): Add extension to prevent GNOME keyboard from popping up in place of the Steam Keyboard
1 parent c7d1986 commit 8268b26

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \
110110
gnome-shell-extension-user-theme \
111111
gnome-shell-extension-gsconnect \
112112
gnome-shell-extension-system76-scheduler \
113+
gnome-shell-extension-caribou-blocker \
113114
gnome-shell-extension-compiz-windows-effect \
114115
gnome-shell-extension-just-perfection \
115116
gnome-shell-extension-blur-my-shell \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Ported SteamOS and ChimeraOS packages, among others used by Bazzite, are built o
141141
|[extest](https://github.com/Supreeeme/extest)|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite-multilib/package/extest/status_image/last_build.png?)|
142142
|[gamescope-session](https://github.com/ChimeraOS/gamescope-session)|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/gamescope-session/status_image/last_build.png?)|
143143
|gnome-shell-extension-bazzite-menu|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/gnome-shell-extension-bazzite-menu/status_image/last_build.png?)|
144+
|[gnome-shell-extension-caribou-blocker](https://extensions.gnome.org/extension/1326/block-caribou/)|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/gnome-shell-extension-caribou-blocker/status_image/last_build.png?)|
144145
|[gnome-shell-extension-compiz-windows-effect](https://github.com/hermes83/compiz-windows-effect)|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/gnome-shell-extension-compiz-windows-effect/status_image/last_build.png?)|
145146
|jupiter-fan-control|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/jupiter-fan-control/status_image/last_build.png?)|
146147
|jupiter-hw-support-[btrfs](https://gitlab.com/popsulfr/steamos-btrfs)|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/jupiter-hw-support-btrfs/status_image/last_build.png?)|

system_files/desktop/shared/usr/bin/bazzite-user-setup

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ else
4242

4343
echo 'Enabling Bazzite tofu menu fork'
4444
gnome-extensions enable tofumenu@tofu
45+
46+
echo 'Disabling GNOME keyboard'
47+
gsettings set org.gnome.desktop.interface toolkit-accessibility false
48+
gnome-extensions enable cariboublocker@git.keringar.xyz
4549
fi
4650
fi
4751

0 commit comments

Comments
 (0)