emonkak / geektray

A keyboard-oriented X11 system tray implementation
MIT License
3 stars 0 forks source link

config directory is not created on first launch #1

Closed elig0n closed 4 months ago

elig0n commented 4 months ago

on first launch directory $HOME/.config/geektray is not created when not existing so configuration file cannot be written to

Error: write config file

Caused by:
    No such file or directory (os error 2)

so I had to manually create it

emonkak commented 4 months ago

This is fixed in https://github.com/emonkak/geektray/commit/fdfb3d198f30ead408cf5225620d32322e2772f1. Thanks for the report.