-
Hi, I have configured a splash image for the electron build, but a frame appears around the image. I have copied the svg and size from theia-ide, so I had expected to see the splash without frame like on Theia-IDE. How can I remove it? Note: I am not building the vanilla Theia-IDE, but my own IDE based on Theia Using Theia package.json "splashScreenOptions": {
"content": "resources/icons/TheiaIDESplash.svg",
"width": 446,
"height": 276
} Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Kindly bringing your attention, @sdirix. I've seen you added this feature last year. Any hint? |
Beta Was this translation helpful? Give feedback.
-
I found it! It seems to be this electron issue, which has been solved in electron last week (middle of May 2025).
I was using Note in case someone is interested: that pull request of Electron also solves the flickering issues at start. |
Beta Was this translation helpful? Give feedback.
I found it! It seems to be this electron issue, which has been solved in electron last week (middle of May 2025).
electron v36.2.1
electron v35.4.0
I was using
v35.1.4
and, after upgrading tov35.4.0
, the frame is gone.Note in case someone is interested: that pull request of Electron also solves the flickering issues at start.