Look for "frama-c-gui.config" in HOME __before__ USERPROFILE
ID0001185:
**This issue was created automatically from Mantis Issue 1185. Further discussion may take place here.**
---
| **Id** | **Project** | **Category** | **View** | **Due Date** | **Updated** |
| --- | --- | --- | --- | --- | --- |
| ID0001185 | Frama-C | Graphical User Interface | public | 2012-05-29 | 2012-05-31 |
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| **Reporter** | Anne | **Assigned To** | monate | **Resolution** | unable to reproduce |
| **Priority** | normal | **Severity** | tweak | **Reproducibility** | have not tried |
| **Platform** | - | **OS** | - | **OS Version** | - |
| **Product Version** | Frama-C Nitrogen-20111001 | **Target Version** | - | **Fixed in Version** | - |
### Description :
May I suggest to first look for HOME __before__ USERPROFILE in src/gui/gtk_helper.ml
because under cygwin, I get the following warning :
cygwin warning:
MS-DOS style path detected: C:\Users\Anne/frama-c-gui.config
Preferred POSIX equivalent is: /cygdrive/c/Users/Anne/frama-c-gui.config
because :
$ echo $USERPROFILE
C:\Users\Anne
but I also have :
$ echo $HOME
/home/Anne
issue