alexmurray / emacs-snap

GNU Emacs in a snap
https://snapcraft.io/emacs
71 stars 13 forks source link

avoid export XDG_CACHE_HOME #9

Closed sergiusens closed 4 years ago

sergiusens commented 4 years ago

Exporting XDG_CACHE_HOME affects applications launched from within the context of emacs.

Rename it to GDK_CACHE_DIR and do not export it. Also test for existence before creating to avoid shelling out to mkdir if not needed.

Signed-off-by: Sergio Schvezov sergio.schvezov@canonical.com

alexmurray commented 4 years ago

Thanks Sergio!