Comment 21 for bug 975152

Revision history for this message
Artemgy (artemgy) wrote : Re: Execute in terminal not working

Thanks for your research, Hamish. I can confirm that your DIY patch works around the main issue, providing I sudo it...

sudo sed -i -e 's|lxsession-default-terminal %s|x-terminal-emulator -e %s|' \
   /etc/xdg/lubuntu/libfm/libfm.conf ;

Artemgy