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

Error in console 'ui-mixins.less' wasn't found #13

Closed
nwinkler opened this issue Jul 24, 2014 · 3 comments
Closed

Error in console 'ui-mixins.less' wasn't found #13

nwinkler opened this issue Jul 24, 2014 · 3 comments

Comments

@nwinkler
Copy link

When I enable the Seti UI theme in Atom (0.117.0), the following error is shown in the console upon startup:

Error compiling less stylesheet: /home/.atom/packages/script/stylesheets/script.less
Line number: 8
'ui-mixins.less' wasn't found /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/theme-manager.js:288
module.exports.ThemeManager.loadLessStylesheet /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/theme-manager.js:288
module.exports.ThemeManager.loadStylesheet /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/theme-manager.js:260
(anonymous function) /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/package.js:275
module.exports.Package.loadStylesheets /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/package.js:274
(anonymous function) /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/package.js:115
module.exports.Package.measure /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/package.js:95
module.exports.Package.load /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/package.js:109
module.exports.PackageManager.loadPackage /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/package-manager.js:217
module.exports.PackageManager.loadPackages /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/package-manager.js:198
module.exports.Atom.startEditorWindow /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/atom.js:373
(anonymous function) /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/window-bootstrap.js:14
(anonymous function) /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/src/window-bootstrap.js:20
Module.load /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resources/app/node_modules/coffee-script/…:45
window.onload index.js:20

I'm using version 0.1.11 of Seti UI.

I also noticed that the https://atom.io/packages/themed-settings package does not work with the Seti UI theme - the Settings page has a white background. Not sure whether this is related to the above issue.

@nwinkler
Copy link
Author

Looks like the directory name in the theme is wrong - it should be stylesheets instead of css. See here for a closer analysis: postcasio/themed-settings#1 (comment)

@jesseweed
Copy link
Owner

Fixed in update 0.1.13

@nwinkler
Copy link
Author

Thanks - works great!

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

2 participants