Created
February 21, 2017 10:21
-
-
Save hugows/d7446c27a4a0c45ab50d0b4e7e7593d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Precisei disto no Linux Mint 18.1 Serena | |
# (http://www.andersonlfeitosa.com/2014/10/cedilha-no-linux-mint-17-com-teclado-americano.html) | |
sudo bash | |
sed -i "s/az:ca:co:fr:gv:oc:pt:sq:tr:wa/az:ca:co:fr:gv:oc:pt:sq:tr:wa:en/" /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache | |
sed -i "s/az:ca:co:fr:gv:oc:pt:sq:tr:wa/az:ca:co:fr:gv:oc:pt:sq:tr:wa:en/" /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache | |
sed -i "s/ć/ç/g" /usr/share/X11/locale/en_US.UTF-8/Compose | |
sed -i "s/Ć/Ç/g" /usr/share/X11/locale/en_US.UTF-8/Compose | |
echo "GTK_IM_MODULE=cedilla" >> /etc/environment | |
echo "QT_IM_MODULE=cedilla" >> /etc/environment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment