3 Mar
2013
3 Mar
'13
10:16 a.m.
On Sat, Mar 02, 2013 at 11:36:16PM +0000, corvid wrote: > Sebastian wrote: > > (According to the man page, "gmon.out" is created in the current > > working directory, when exit() is called.) > > There's a chdir("/tmp") hiding in Paths::init(). > > Why don't remove it? >From ChangeLog: - Fixed Dillo and its dpis to work from "/tmp" (for easy device unmount). There was a thread discussing it: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-December/009221.html http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-December/009223.html http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-December/009225.html Because of this, open dialog starts in /tmp, and it is a bug. Usually you start dillo from your home directory, why would you want to unmount it? And if you really plan to unmount it, you can change working directory yourself.