mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-04 18:16:41 +02:00
- Updated kinto to turn off natural copy & paste in Terminal for elementaryOS. Closes #346
This commit is contained in:
@@ -196,6 +196,9 @@ if [[ $1 == "5" || $1 == "uninstall" || $1 == "Uninstall" ]]; then
|
|||||||
if [ -f /usr/local/bin/logoff.sh ];then
|
if [ -f /usr/local/bin/logoff.sh ];then
|
||||||
sudo rm /usr/local/bin/logoff.sh
|
sudo rm /usr/local/bin/logoff.sh
|
||||||
fi
|
fi
|
||||||
|
if [[ $distro == "elementaryos" ]]; then
|
||||||
|
gsettings set io.elementary.terminal.settings natural-copy-paste true
|
||||||
|
fi
|
||||||
sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
# sudo systemctl --state=not-found --all | grep xkeysnail
|
# sudo systemctl --state=not-found --all | grep xkeysnail
|
||||||
exit 0
|
exit 0
|
||||||
@@ -234,6 +237,10 @@ if [[ $distro == 'popos' ]]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ $distro == "elementaryos" ]]; then
|
||||||
|
gsettings set io.elementary.terminal.settings natural-copy-paste false
|
||||||
|
fi
|
||||||
|
|
||||||
if ! [ -x "$(command -v xhost)" ] || ! [ -x "$(command -v gcc)" ]; then
|
if ! [ -x "$(command -v xhost)" ] || ! [ -x "$(command -v gcc)" ]; then
|
||||||
if [ "$distro" == "manjarolinux" ]; then
|
if [ "$distro" == "manjarolinux" ]; then
|
||||||
sudo ./system-config/unipkg.sh "xorg-xhost gcc"
|
sudo ./system-config/unipkg.sh "xorg-xhost gcc"
|
||||||
|
Reference in New Issue
Block a user