Re: [e-users] xdg-open troubles

2018-11-03 Thread Jérémy Zurcher
Hi, you should first debug xdg-... XDG_UTILS_DEBUG_LEVEL=2 xdg-mime query default 'text/html' XDG_UTILS_DEBUG_LEVEL=2 xdg-mime query default 'bad/wrong' -> to see what files are read the enlightenment side is : src/bin/e_open.c:116 snprintf(path, sizeof(path), "%s/mimeapps.list", efreet_

Re: [e-users] xdg-open troubles

2018-11-03 Thread Peter Flynn
On 03/11/2018 09:04, Jérémy Zurcher wrote: > Hi, > > you should first debug xdg-... > > XDG_UTILS_DEBUG_LEVEL=2 xdg-mime query default 'text/html' OK. > XDG_UTILS_DEBUG_LEVEL=2 xdg-mime query default 'bad/wrong' -> to see what > files are read Now *that* was enormously useful, thank you. Pipe

Re: [e-users] xdg-open troubles

2018-11-03 Thread Peter Flynn
On 03/11/2018 11:49, Peter Flynn wrote: [...] > That seems to be clean, but /usr/share/applications/mimeinfo.cache > isn't. Can I just delete it manually, or is there a procedure to flush > it out? I just edited it and removed the bogus association for GIMP. All working fine (but of course I have

Re: [e-users] xdg-open troubles

2018-11-03 Thread Ross Vandegrift
On Sat, Nov 03, 2018 at 05:19:13PM +, Peter Flynn wrote: > On 03/11/2018 11:49, Peter Flynn wrote: > [...] > > That seems to be clean, but /usr/share/applications/mimeinfo.cache > > isn't. Can I just delete it manually, or is there a procedure to flush > > it out? > > I just edited it and remo

Re: [e-users] xdg-open troubles

2018-11-03 Thread Peter Flynn
On 03/11/2018 18:28, Ross Vandegrift wrote: > On Sat, Nov 03, 2018 at 05:19:13PM +, Peter Flynn wrote: >> On 03/11/2018 11:49, Peter Flynn wrote: >> [...] >>> That seems to be clean, but /usr/share/applications/mimeinfo.cache >>> isn't. Can I just delete it manually, or is there a procedure t