To save application settings, I use the Settings tab in the project properties. In the code I write Settings.Default.FontSize = size; and then Settings.Default.Save(); When I close the application and run it again, the new parameter value should be there. And yes, it works correctly on Windows, with Mono 2.4 on Windows, but does not work on Mono 2.4 on Linux. This does not save anything under Linux.
Do you have any clues?
Regards, Petar
source share