Execute command from unity lens
- by Vishnu V
I am trying to create a unity lens, how to execute a command when we select an entry from unity-lens
in the following code
results.append(url, icon,
category,
mime-type,
text,
comment,
drag and drop url)
i tried to set file://, but it opens the file with text editor (if it is not readable with text editor it do nothing)
Please help
Thank you
Vishnu V