IfSharp icon indicating copy to clipboard operation
IfSharp copied to clipboard

Icon can't show correctly

Open kands-code opened this issue 4 years ago • 0 comments

Description

The icon of this jupyter kernel can't show correctly.

Repro steps

Just start a jupyter notebook, and then, create a new notebook or chose a notebook, use the F# kernel.

Expected behavior

The icon should show like this:

image

Actual behavior

The icon is disappeared:

C~A9GPYXWM@NZVJG1_OA_XG

Known workarounds

The kernel icon (logo) is named incorrectly. The 64x64 logo image is acually 32x32, and the 32x32 logo is 64x64.

Just rename the logo-32x32.png to logo-64x64.png can fix it.

Related information

  • Operating system

Windows 10

  • Branch

master

  • .NET Runtime, CoreCLR or Mono Version

image

kands-code avatar Sep 11 '21 14:09 kands-code