soundnode-app icon indicating copy to clipboard operation
soundnode-app copied to clipboard

Incorrect UI displaying

Open prostomarkeloff opened this issue 4 years ago • 4 comments

I have installed soundnode from AUR with package soundnode-git.

I'm using latest Manjaro 19.

And.. I have no UI at all. image

prostomarkeloff avatar Mar 20 '20 18:03 prostomarkeloff

Any luck on getting this solved? I am seeing the same thing with the soundnode-git package on Arch

cradcore avatar Apr 10 '20 04:04 cradcore

I am also seeing this issue.

acxz avatar May 03 '20 16:05 acxz

Me too . I have the same bug.

1m-N00b avatar Jul 13 '20 13:07 1m-N00b

On Windows 10 too. Built via npm.

EDIT: Nevermind, fixed it. I need to compile the sass stylesheets into css first before packaging the app into an .exe

So, npm run sass:prod then npm run package:win32 (I'm building on Windows).

This whole thing can be done using the command npm run release, but it will generate the executable for other OS as well, which I don't want. Use it to suit your need.

aemxn avatar Jul 23 '20 16:07 aemxn