diff --git a/Containerfile b/Containerfile index 0208eff8..4a9b507b 100644 --- a/Containerfile +++ b/Containerfile @@ -247,6 +247,7 @@ RUN if grep -q "kinoite" <<< "${BASE_IMAGE_NAME}"; then \ ; else \ rpm-ostree install \ gnome-shell-extension-bazzite-menu \ + gnome-shell-extension-search-light \ sddm \ sddm-sugar-steamOS \ ; fi diff --git a/README.md b/README.md index 94bc1fbe..194f4d25 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ Ported SteamOS and ChimeraOS packages, among others used by Bazzite, are built o |[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?)| |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?)| |[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?)| +|[gnome-shell-extension-search-light](https//extensions.gnome.org/extension/5489/search-light/)|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/gnome-shell-extension-search-light/status_image/last_build.png?)| |[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?)| |jupiter-fan-control|![Build Status](https://copr.fedorainfracloud.org/coprs/kylegospo/bazzite/package/jupiter-fan-control/status_image/last_build.png?)| |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?)| @@ -208,4 +209,4 @@ Bazzite is built entirely in GitHub and creating your own custom version of it i [Read the docs](https://docs.github.com/en/actions/security-guides/encrypted-secrets) on keeping secrets in github. You need to [generate a new keypair](https://docs.sigstore.dev/cosign/overview/) with cosign. The public key can be in your public repo (your users need it to check the signatures), and you can paste the private key in Settings -> Secrets -> Actions. -We also ship a config for the popular [pull bot](https://github.com/wei/pull) if you'd like to keep your fork in sync with upstream. Simply enable this bot on your repo. +We also ship a config for the popular [pull bot](https://github.com/apps/pull) if you'd like to keep your fork in sync with upstream. Simply enable this bot on your repo. diff --git a/system_files/desktop/shared/usr/bin/bazzite-user-setup b/system_files/desktop/shared/usr/bin/bazzite-user-setup index d0022be0..1dd7e333 100755 --- a/system_files/desktop/shared/usr/bin/bazzite-user-setup +++ b/system_files/desktop/shared/usr/bin/bazzite-user-setup @@ -43,6 +43,9 @@ else echo 'Enabling Bazzite tofu menu fork' gnome-extensions enable tofumenu@tofu + echo 'Configuring search replacement with Steam Deck Keyboard support' + gnome-extensions enable search-light@icedman.github.com + echo 'Disabling GNOME keyboard' gsettings set org.gnome.desktop.interface toolkit-accessibility false gnome-extensions enable cariboublocker@git.keringar.xyz