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

can't load custom icons from local drive #113

Closed
jonathanlermitage opened this issue Oct 15, 2022 · 0 comments
Closed

can't load custom icons from local drive #113

jonathanlermitage opened this issue Oct 15, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jonathanlermitage
Copy link
Owner

jonathanlermitage commented Oct 15, 2022

Register an icon from the local drive (no bundled icon). We get this exception:

2022-10-15 18:49:03,223 [   9457]   WARN - #c.i.u.ImageLoader - \\C\Users\jonat\AppData\Local\Temp\extra-icons-ide-user-icon12303950264046797274.svg: The network path was not found
java.nio.file.FileSystemException: \\C\Users\jonat\AppData\Local\Temp\extra-icons-ide-user-icon12303950264046797274.svg: The network path was not found

The temporary file (generated from the base64 encoded file stored in config) exists but the path is no longer valid on Windows. Probably an issue with the leading \\.

@jonathanlermitage jonathanlermitage self-assigned this Oct 15, 2022
@jonathanlermitage jonathanlermitage added the bug Something isn't working label Oct 15, 2022
@jonathanlermitage jonathanlermitage added this to the 2022.1.13 milestone Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant