]> git.lyx.org Git - features.git/commit
Revert "Change default working directory from ~/ to ".""
authorScott Kostyshak <skostysh@lyx.org>
Tue, 9 May 2017 11:43:17 +0000 (07:43 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 9 May 2017 11:50:45 +0000 (07:50 -0400)
commit638020ab103763334f4935b4867db1e23af21a2e
tree38ddbe540f205e632938bccb6441a9ac9b492e55
parentfaea3bdb95a6c2ffba7521be9d23f652c2e10c0f
Revert "Change default working directory from ~/ to ".""

Setting the default working directory to '.' is an invasive change
on Mac and Windows, where the current working directory of LyX when
LyX is started from the GUI is not a reasonable choice for the
default directory in e.g. the "save as" file dialog or the "open"
dialog. A similar situation could happen on Linux distributions (I'm
not aware of any, e.g., POSIX standard that defines that the working
directory of a binary started from GUI should be the home
directory). Thus, it is not clear this default is good on any
platform.

If the user wishes to have the behavior of '.', the description in
the "paths" preferences pane provides the information for making the
change.

For more information, see the discussion at:

  https://www.mail-archive.com/search?l=mid&q=635298DE-5028-4BB1-8D8F-A634BA68C420%40gmx.net

This reverts commit 892593fbdc25b9f8b413dd842748e0b3a57c90b0.
lib/RELEASE-NOTES
src/LyX.cpp