gnome-shell-extension-customize-ibus from home:hollowman project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_hollowman_Arch]
Server = https://download.opensuse.org/repositories/home:/hollowman/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Arch/$(uname -m)/home_hollowman_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_hollowman_Arch/gnome-shell-extension-customize-ibus
For Debian Unstable run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Fedora_Rawhide/home:hollowman.repo
dnf install gnome-shell-extension-customize-ibus
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Fedora_37/home:hollowman.repo
dnf install gnome-shell-extension-customize-ibus
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Mageia_Cauldron/home:hollowman.repo
dnf install gnome-shell-extension-customize-ibus
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:hollowman/Mageia_8/home:hollowman.repo
dnf install gnome-shell-extension-customize-ibus
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/openSUSE_Tumbleweed/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/openSUSE_Factory/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For SLE 15 SP2 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP2_Backports/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For SLE 15 SP1 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP1_Backports/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/15.4/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For 15.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/15.3/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For Raspbian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For Raspbian 10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For SLE 15 SP3 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP3_Backports/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP3/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP2/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_SP1/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For SLE 15 Backports run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:hollowman/SLE_15_Backports/home:hollowman.repo
zypper refresh
zypper install gnome-shell-extension-customize-ibus
For xUbuntu 22.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For xUbuntu 21.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For xUbuntu 21.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/hollowman/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:hollowman.list
curl -fsSL https://download.opensuse.org/repositories/home:hollowman/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_hollowman.gpg > /dev/null
sudo apt update
sudo apt install gnome-shell-extension-customize-ibus