dillo-browser / dillo

Dillo, a multi-platform graphical web browser
https://dillo-browser.github.io/
GNU General Public License v3.0
578 stars 30 forks source link

Adhere to XDG base directory specification #306

Closed joshas closed 58 minutes ago

joshas commented 15 hours ago

A minor nitpick, but it would be great if Dillo stored configuration files adhering to XDG base directory specification. Instead of creating directory .dillo directly in $HOME directory, application should keep it in $HOME/.config/dillo. This is useful, as all configs end up in single directory and it is easier to backup everything, not picking by single directory. Also, cleaner $HOME :)

FLTK fixed this issue in 1.4 release, so I'd expect this fix happening only after Dillo upgrades to latest version of FLTK.

rodarima commented 14 hours ago

Not a huge fan of typing .config/dillo/dillorc every time I need to change the config.

Maybe ln -s .config/dillo .dillo ?

This is independent of FLTK, but I don't see that many benefits as to compensate the pain it would take to implement an maintain.