electron-vue icon indicating copy to clipboard operation
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 ?

Open chenqk123 opened this issue 4 years ago • 0 comments
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?

#

  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.
  • 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

chenqk123 avatar Jan 08 '21 03:01 chenqk123