[Geany-devel] SF.net SVN: geany:[5909] trunk/src/utils.c

Dimitar Zhekov dimitar.zhekov at xxxxx
Mon Sep 12 16:38:07 UTC 2011


On Mon, 12 Sep 2011 15:27:07 +0200
Colomban Wendling <lists.ban at herbesfolles.org> wrote:

> Actually "firefox" on Debian (at least mine?) runs Iceweasel, so it's
> not a concern from our POV.

debian$ cat /usr/bin/firefox

#!/bin/sh

FIREFOX="$(which $0)"
[ -x "$FIREFOX.real" ] && exec "$FIREFOX.real" "$@"

exec iceweasel "$@"

-- 
E-gards: Jimmy



More information about the Devel mailing list