rozniak / xfce-winxp-tc

Windows XP stuff for XFCE
Other
1.13k stars 37 forks source link

wintc_launch_action: use XDG paths for home directories instead of hard-coded English paths #171

Closed rozniak closed 1 year ago

rozniak commented 1 year ago

Oversight during localisation, I used English home directory names in wintc_launch_action. These need to be replaced with XDG directory paths.

Reference: https://docs.gtk.org/glib/enum.UserDirectory.html https://docs.gtk.org/glib/func.get_user_special_dir.html