Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken path for custom themes #80

Open
Sleepful opened this issue Jun 10, 2023 · 2 comments
Open

Broken path for custom themes #80

Sleepful opened this issue Jun 10, 2023 · 2 comments

Comments

@Sleepful
Copy link

Sleepful commented Jun 10, 2023

$ flavours apply custom-theme

Error: Failed to locate subtemplate file custom-theme/default

Caused by:
    Neither "~/Library/Preferences/flavours/templates/custom-theme/templates/default.mustache" or "~/.local/share/flavours/base16/templates/custom-theme/templates/default.mustache" exist

so the weird thing here is that there is this ~/Library/Preferences/flavours path access by flavours.

$ echo $XDG_CONFIG_HOME && echo $FLAVOURS_CONFIG_FILE && echo $FLAVOURS_DATA_DIRECTORY

~/.config
~/.config/flavours/config.toml
~/.local/share/flavours

Where is Library/Preferences even coming from? 🤔

OSX btw

@Sleepful
Copy link
Author

here is the ugly work around:

ln -s ~/.config/flavours ~/Library/Preferences/flavours 

@Sleepful
Copy link
Author

looks like this was already discovered here #75

It would be a lot of help for new users if the links to the issues were on the README at least

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant