Instalar um plugin para o gedit
-
Clone o repositório
git://git.gitano.org.uk/personal/liw/makefiletab3.gitmkdir -p ~/src cd src git clone git://git.gitano.org.uk/personal/liw/makefiletab3.git -
Crie a pasta do plugin para o gedit
mkdir -p ~/.local/share/gedit/plugins -
Crie um link simbólico
ln -s ~/src/makefiletab3 ~/.local/share/gedit/plugins/makefiletab3 -
Altere a versão do Python em
makefiletab3.pluginAbra o arquivo
nano ~/.local/share/gedit/plugins/makefiletab3/makefiletab3.plugine substitua
Loader=pythoncom
Loader=python3 -
Reinicie o gedit e ative o plug-in