kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #18630
Re: [PATCH] Use the OS Documents folder for default project instead of CWD
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
Wayne Stambaugh <stambaughw@xxxxxxxxx>
-
Date:
Mon, 15 Jun 2015 09:29:35 -0400
-
In-reply-to:
<CAH0ExXpGwppkWMFensctzwbHh6e2vk=kZGjn7jue6uNUMimjTA@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
Does anyone else have any comments on this change. It makes sense to me
that on a new or empty project that the project path gets set to the
user's home path. I see in the patch that it is fixed in kicad and
eeschema. It might be a good idea to see if this behavior exists in
pcbnew as well and fix it accordingly.
On 6/14/2015 12:26 PM, Martin d'Allens wrote:
> Hi all,
>
> This recent bug complains about the default project path being in a
> read-only directory on Windows:
> https://bugs.launchpad.net/kicad/+bug/1463510
>
> The attached patch changes the default project folder to wx's
> GetDocumentsDir(), which should translate to "$HOME", "...\My Documents"
> (Win), or "~/Documents" (Mac).
> I tested it solely on Ubuntu.
>
> There could be more scenarios where we want to do the same. I tried to
> extend this behaviour to Eeschema's standalone mode for starters, tell
> me if more needs be done.
>
> However the behaviour of writing to some default directory without
> asking is unsettling. I suppose most noname.pro <http://noname.pro> /
> noname.sch wouldn't exist if a "Save as" popup was shown the first time.
>
> Martin
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References