Follow-up Comment #15, bug #13040 (project mypaint):

Actually if someone with access to Windows could run


#!/usr/bin/python

import glib

METHODS = ['get_user_data_dir', 'get_user_config_dir',
           'get_system_data_dirs', 'get_system_config_dirs']

if __name__ == '__main__':
    for n in METHODS:
        m = getattr(glib, n)
        print "g_%s:t%s" % (n, m())



I'd be much obliged. FWIW, the results on a Debian box are:


g_get_user_data_dir:    /home/andrewc/.local/share
g_get_user_config_dir:  /home/andrewc/.config
g_get_system_data_dirs: ('/usr/local/share', '/usr/share')
g_get_system_config_dirs:       ('/etc/xdg',)


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?13040>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to