PixInsight Forum (historical)
PixInsight => Bug Reports => Topic started by: NKV on 2009 May 14 21:28:41
-
Hi,
PixInsight don't save setting of Swap dir.
I add D:\temp , push Apply Global (F6), restart PI.
Result on the picture.
Best regards,
Nikolay.
-
Hi Nikolay,
This is very strange, since those settings are being saved and restored on all our working machines here (Linux and Mac OS X). Let me investigate this problem better since it seems a Windows-only issue. I'll keep you informed.
-
May be this can help.
After restart PI I push "Load current setting" and got right settings. See pictures.
-
Hello Juan,
I see menu "Edit >> Global Preferences" and "Process >> Global >> Preferences" give different result.
"Process >> Global >> Preferences" don't show real settings after restart PI.
But if just open "Edit >> Global Preferences", close it and open "Process >> Global >> Preferences" = all is OK.
-
Ah, OK :)
Then there's no bug. Phew! I confess I was getting a bit concerned about this :D
Of course, this is normal behavior. Remember: PI is object oriented, so all processes, images and global settings (among many other items) are independent objects.
The Edit > Global Preferences menu item triggers a special (module-defined) action that automatically loads the current global preferences in the Preferences interface. However, the Preferences process is a completely independent item, so if you launch it from the Process Explorer or from the Process menu for the first time in a session, the default set of Preferences parameters is loaded, just as happens with any process. The current platform settings are not loaded in this case, unless you use the "Load current settings" button.
Anyway, thank you for your exhaustive bug hunting, as always ;)
-
Juan, thank you.
Sorry for trouble.