I have a Gnome applet written in Python. To save configuration data / settings, it creates a ~/.appname .
However, this prevents the addition of multiple instances of the applet to the panel, because each cannot have its own settings.
How to save the settings so that each instance has its own unique settings?
Update: I specifically want to know how to store the settings for each instance.
python applet gnome
Nathan osman
source share