Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Missing icons in the Win build #247

Open
dakujem opened this issue Mar 23, 2018 · 4 comments
Open

Missing icons in the Win build #247

dakujem opened this issue Mar 23, 2018 · 4 comments

Comments

@dakujem
Copy link

dakujem commented Mar 23, 2018

While editing a secret, there are no icons:
image

In the dev console, this error occurs:
GET file:///C:/Users/<username>/AppData/Local/Programs/vault-ui/resources/app.asar/dist/dist/8e7baace3c3e7575c8f1e0fca9aa9a9d.svg net::ERR_FILE_NOT_FOUND (username replaced correctly)

... and this is what the resources dir looks like:
image
(the app.asar.unpacked) dir only contains a dir named node_modules.

Version: Vault-UI-2.4.0-rc3-win.exe

@JorisInsign
Copy link

Hi,

I noticed the same problem for mac version...

@poroporopororo
Copy link

poroporopororo commented May 21, 2018

try to unpack the app.asar then create a directory "dist" under dist (should look like this: \app\dist\dist) then copy the 2 SVG files(8e7baace3c3e7575c8f1e0fca9aa9a9d.SVG and 7f8b4fb08d1aa6aa4ab6424413e70c42.SVG), which will correct the error on the path.

pack the app directory again using asar, then overwrite the file "app.asar"

this should resolve the issue

you can google how to install asar

or i could email you the app.asar file

@dakujem
Copy link
Author

dakujem commented May 21, 2018

Is it not an issue that should be fixed in distribution files?

@poroporopororo
Copy link

it should be. i guess they missed that one. but what i just provided was an immediate fix if you want to have it running

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

No branches or pull requests

3 participants