Re: Amaya and Ununtu 11.04

ariel <[email protected]> Tue, 30 Aug 2011 12:00:14 +0000
Newsgroups gmane.comp.web.amaya.devel
Message-ID <1314670269.1707.7.camel@a9da3777f4a>
I found that using 

env UBUNTU_MENUPROXY= amaya %u

Instead of

sh -c 'UBUNTU_MENUPROXY= amaya %u'

In /usr/share/applications/amaya.desktop Exec works better. When I used
sh -c 'UBUNTU_MENUPROXY= amaya %u' in a file which path had spaces like
'/home/foo/Desktop/My Folder/index.html', amaya tried to open only
'/home/foo/Desktop/My' this doesn't happen when using env.