Is it possible to standardize path of PAROLE_RESOURCE_FILE like PAROLE_HISTORY_FILE. Currently: #define PAROLE_RESOURCE_FILE "xfce4/src/misc/parole-media-player.rc" #define PAROLE_HISTORY_FILE "xfce4/parole/history" It should be better (I think) like this: #define PAROLE_RESOURCE_FILE "xfce4/parole/parole-media-player.rc" #define PAROLE_HISTORY_FILE "xfce4/parole/history"
Actually, all of parole's settings are now stored in xfconf. We are keeping that PAROLE_RESOURCE_FILE definition for the sake of importing settings from previous parole versions. Thanks for looking out for this and reporting this bug!