-
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
Failed to load theme resource files on Windows #14043
Comments
Comment by petetnt Thanks for reporting The line
Looks like the culprit, something funky going on with the paths. |
Comment by petetnt Actual culprit is https://github.com/adobe/brackets/blob/master/src/view/ThemeManager.js#L166-L168 which for some reason doesn't handle Windows URIs |
Comment by arcticicestudio Good catch on the full URI, I've only looked which file has not been able to be loaded but missed to check if there are errors in the path 😄 |
Comment by arcticicestudio Any progress with this one or a way to contribute a fix for it? |
Comment by petetnt Sorry That said, the fix is either fixing it in the If you'd like to work on this issue we'd love that! If you need any help navigating the codebase let me know! |
Issue by arcticicestudio
Saturday Sep 30, 2017 at 09:28 GMT
Originally opened as adobe/brackets#13745
Prerequisites
Debug -> Reload Without Extensions
?Description
I'm the author of the Nord theme extension. A user reported nordtheme/brackets#3 which I was only able to reproduce on Windows 7- and 10. It works fine on my main Arch Linux system (details below).
The theme only differs from other theme extensions by splitting the sources into different files using the
@import
CSS feature, but this works fine on my main system so this can not be the root cause.Steps to Reproduce
Expected behavior:
The theme should be loaded without errors.
Actual behavior:
The theme gets not applied and the debug console throws the following errors (Windows 7- and 10):
The errors are thrown by
file:///C:/Program%20Files%20(x86)/Brackets/www/thirdparty/thirdparty.min.js
.Versions
OS
Tested on Windows 7- and 10 (x86_64) running as Virtual Box. It works fine on my main system running Arch Linux (
4.12.13-1-ARCH x86_64
) with GNOME 3.24 DE or i3 session.Brackets
Tested with Brackets 1.10 and the currently latest version 1.11
The text was updated successfully, but these errors were encountered: