Bisa / factorio-init

Factorio init script
MIT License
415 stars 82 forks source link

[BUG] #153

Closed DIYglenn closed 4 years ago

DIYglenn commented 4 years ago

Describe the bug factorio autocomplete wouldn't work To Reproduce Steps to reproduce the behavior: Follow readme and install script

Expected behavior Writing "factorio" in shell and double-clicking tab should autocomplete, but didn't.

I had to run the following command to make it work: sudo ln -s /opt/factorio-init/factorio /usr/local/bin/factorio

tmzasz commented 4 years ago

the instructions give you the steps to add autocomplete to your install

Autocompletion

Copy/Symlink or source the bash_autocompletion file

ln -s /opt/factorio-init/bash_autocomplete /etc/bash_completion.d/factorio OR: echo "source /opt/factorio-init/bash_autocomplete" >> ~/.bashrc restart your shell to verify that it worked

keep in mind if this does not work you may need to install bash_completion from your distro repos

ryanmortier commented 4 years ago

I have the same issue. Brand new install of Ubuntu 18.04. Followed the instructions exactly. Tried both the symlink and the ,bashrc file but it doesn't work. bash-completion is installed already. Not sure how to debug or troubleshoot this.

DIYglenn commented 4 years ago

Did you try the command I used?: sudo ln -s /opt/factorio-init/factorio /usr/local/bin/factorio This did solve it for me.

ryanmortier commented 4 years ago

Yes that's what I ended up doing and it's working.