Warning: Can't synchronize with the repository (Unsupported version control system "svn": "/usr/lib64/libsvn_ra_neon-1.so.0: undefined symbol: svn_compat_wrap_file_rev_handler" ). Look in the Trac log for more information.

Ticket #211 (new defect)

Opened 18 months ago

ManglerConfigDir Not XDG Compliant

Reported by: rps Owned by: ekilfoil
Priority: minor Milestone: Unscheduled
Component: gui Version:
Keywords: config, xdg Cc:

Description

Currently Mangler saves its configuration files in .mangler. This behavior is undesirable as it litters a user's filesystem with dotfiles in $HOME.

The X Desktop Group has attempted to remedy this with the publication of the  XDG Base Directory Specification.

Briefly, Mangler should honor the $XDG_CONFIG_HOME environment variable and save configuration files in $XDG_CONFIG_HOME/mangler. If $XDG_CONFIG_HOME is not set, Mangler should save configuration files in $HOME/.config/mangler.

Note: See TracTickets for help on using tickets.