-
Notifications
You must be signed in to change notification settings - Fork 0
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
Uncaught Error: '$ATOM_HOME/storage/reduced-dark-ui/font.less' wasn't found #25
Comments
I'll take a closer look into this. Does .atom/storage/reduced-dark-ui folder exist? Does the theme throw error if activated again? 😃 |
Thanks for the comprehensive images 😊 That's really odd. It may have something to do with access control. Or something else. 🙃 I'm currently working on moving from less variables to pure css variables which means all of that less file io may be abandoned. The sequence for checking the storage's files is rather complicated so I think it's best just to finish the new implementation. I'll try to get it done as fast as possible to allow you to enable the theme 🙋 Ps. the update makes the config updates a lot faster than any other theme out there since afaik none of them uses the css variables just yet 😃 |
I may cherry-pick that commit to the apm later this evening. I still don't know why less parser occasionally thinks that the font.less does not exist - my bet is that it fails to read the file if it's being written to at the same time. |
Clean installation of most recent atom.
Atom: 1.14.3 x64
Electron: 1.3.13
OS: Ubuntu Zesty
Thrown From: reduced-dark-ui package 0.9.2
Stack Trace
Uncaught Error: '/home/matheus/.atom/storage/reduced-dark-ui/font.less' wasn't found
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: