Skip to content

The "dev" installation configuration throws "/bin/bash: line 0: cd: /opt/tfc/: No such file or directory" when launching TFC using launcher #5

@maqp

Description

@maqp

When installing TFC for development purposes by using c='dev'; in the one-liner, the TFC-LR launcher will give the following error on all three terminals:

/bin/bash: line 0: cd: /opt/tfc/: No such file or directory

This is because the installer clones the repository to $HOME/tfc/ but the Terminator config file used is the one for local testing configuration, and so Terminator looks for TFC in /opt/tfc. This issue will be fixed in the next release. Until then, it can be fixed by running

$ sed -i 's/\/opt/\$HOME/g' $HOME/.config/terminator/config

after the installation finishes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions