SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.46k stars 1.54k forks source link

Why exec 'yarn run dev' in linux, the icon of electron-vue project is blank and just see project name in task bar ? #1059

Open chenqk123 opened 3 years ago

chenqk123 commented 3 years ago

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?

#

  1. You just install the electron-vue in windows and linux
  2. exec the command ‘yarn run dev’
  3. you will see the icon of project in task bar in windows
  4. you will see blank in task bar in linux
If visual, provide a screenshot.

# In windows: image

In linux ubuntu20 image

Tell me about your development environment.