> 2. When the application is first run, check for ~/.local (or APPDATA on
> Windows) - and if user config directory-or-files is not present, copy them
> from the namespace location to ~/.local.

The app is only ever run by dbus finding the service file, so this
won't work. The file does not need to be editable once it's installed,
but if the user does not have root access, it needs to be installed in
~.local/share rather than /usr/share or wherever.

If I created an "install_xdg" function, would I be able to contribute
it to distutils/setuptools/distribute?

David
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to