private CommandConfig commandConfig;
@Before
public void before()
{
this.converter = new SharedFileManager();
this.commandConfig = new CommandConfig("nautilus ${resource_path}",
ResourceType.BOTH, true, "open nautilus", true,
"open nautilus from editor", false);
}