Commit 91d08ccb authored by Jérome Perrin's avatar Jérome Perrin

firefox debug

parent dca084aa
......@@ -39,7 +39,8 @@ script =
cd {}
export LD_LIBRARY_PATH=$PWD:{}
export PATH={}:$PATH
exec /usr/bin/strace -ff -o /tmp/debug-${:wrapper-name} ./firefox "$@"
#exec /usr/bin/strace -s 100 -ff -o /tmp/debug-${:wrapper-name} ./firefox "$@"
exec ./firefox "$@"
""".format(
firefox,
':'.join(part['library'].split()),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment