tab completion broken

LXTerminal is the standard terminal emulator of LXDE - http://wiki.lxde.org/en/LXTerminal
Locked
made_in_nz
Posts: 2
Joined: Fri Oct 15, 2010 11:44 am

tab completion broken

Post by made_in_nz »

I use a .profile instead of .bash_profile (etc) files. I've noticed strange behaviour in lxterminal:

OK Scenario:
1. launch lxterminal with command: lxterminal
2. enter: set -o vi
3. tab completion continues to work fine.

Broken Scenario:
1. launch lxterminal with command: lxterminal -l
2. .profile is automatically sourced, and it contains 'set -o vi'
3. tab completion is broken.

I'm running Arch and lxterminal version 0.1.9-1
Locked