EasyShell opening wrong folder in Linux
Eclipse plugin that opens system console, file browser for selection
Brought to you by:
anb0s,
marcelschoen
Thanks for reporting. Please use double or single quotes for parameter {1}, e.g. change the EasyShell preference for "Open shell command" to:
konsole --workdir "{1}"
OR
konsole --workdir '{1}'
Please report if it works for you, so i can change it in next release...
If you use gnome-terminal then change to:
gnome-terminal --working-directory="{1}"
OR
gnome-terminal --working-directory='{1}'
done