electron-vue
electron-vue copied to clipboard
Why exec 'yarn run dev' in linux, the icon of electron-vue project is blank and just see project name in task bar ?
trafficstars
Found an issue or bug with electron-vue? Tell me all about it!
In windows , when i exec 'yarn run dev' , i can see the icon of electron-vue project in task bar. But in linux, it doesnot show in task bar ,just show the project name.
Describe the issue / bug.
# I installed and executed the electron Vue project according to the official documents in both windows and linux. But I just see the icon of project in windows and will show blank in linux.
How can I reproduce this problem?
#
- You just install the electron-vue in windows and linux
- exec the command ‘yarn run dev’
- you will see the icon of project in task bar in windows
- you will see blank in task bar in linux
If visual, provide a screenshot.
#
In windows:

In linux ubuntu20

Tell me about your development environment.
- Node version: 14.5 in windows/12.19 in linux
- NPM version: 6.14.5 in windows/6.14.9 in linux
- vue-cli version: (if necessary)
- Operating System: winows10/linux ubuntu20