Skip to content

Instantly share code, notes, and snippets.

View ermshiperete's full-sized avatar

Eberhard Beilharz ermshiperete

View GitHub Profile
@ermshiperete
ermshiperete / patch-snap-chromium.sh
Created February 20, 2025 16:55
Patch gnome-42-2204 snap package
#!/bin/bash
# Replace the ibus library (im-ibus.so) included in the gnome-42-2204 snap with
# a newer one that fixes surrounding text detection.
set -e
COLOR_RED='\x1b[31m' # $(tput setaf 1)
COLOR_GREEN='\x1b[32m' # $(tput setaf 2)
COLOR_BLUE='\x1b[34m' # $(tput setaf 4)
COLOR_RESET='\x1b(B\x1b[m' # $(tput sgr0)