mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Move the user CSS settings file
Move the CSS settings file to a location based on XDG_CONFIG_HOME which is OS dependant but with slight changes for Windows and OS X. - Windows: CSIDL_APPDATA/Gnucash - OS X: $HOME/Application Support/Gnucash - Linux: $XDG_CONFIG_HOME/gnucash (or the default $HOME/.config/gnucash)
This commit is contained in:
@@ -103,6 +103,8 @@ gchar *gnc_build_data_path (const gchar *filename);
|
||||
gchar *gnc_build_report_path (const gchar *filename);
|
||||
gchar *gnc_build_stdreports_path (const gchar *filename);
|
||||
|
||||
const gchar *gnc_userconfig_dir (void);
|
||||
|
||||
/** Given a pixmap/pixbuf file name, find the file in the pixmap
|
||||
* directory associated with this application. This routine will
|
||||
* display an error message if it can't find the file.
|
||||
|
||||
Reference in New Issue
Block a user