Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Task manager shows "electron" #65

Open
Fruchtgummi opened this issue Dec 8, 2017 · 7 comments
Open

Task manager shows "electron" #65

Fruchtgummi opened this issue Dec 8, 2017 · 7 comments
Assignees

Comments

@Fruchtgummi
Copy link

Hi

How can I set the Task Manager to display the name and icon of my app? Now there is always "Electron".

@asticode asticode self-assigned this Dec 9, 2017
@asticode
Copy link
Owner

asticode commented Dec 9, 2017

@Fruchtgummi for now you can't since the Task Manager is taking the Description + Icon of the electron.exe running in the background.

The solution is to use rcedit during the bundling in order to edit the File Description as well as the Icon of the electron.exe.

I'll add it to my TODO but if you're up to make a PR in the bundler I'll be happy to point to the right direction and review the PR.

Cheers

@trippel
Copy link

trippel commented Dec 9, 2017

I would be willing to make up a PR if you could advise me. :)

@liasica
Copy link
Contributor

liasica commented Jan 13, 2018

You can change electron.exe file attribute with other program :)

@asticode asticode added the bug label Mar 31, 2018
@asticode
Copy link
Owner

@Fruchtgummi I've pushed a fix on the win-task-name branch that should change the name in the Task Manager. Could you fetch the branch and tell me whether this is working ?

Regarding the icon, there's no way to change it.

Cheers

@asticode
Copy link
Owner

Never mind, I've tested on Windows and it's not working :( back to square one :(

@adeptedcase
Copy link

Hi, is there any news on this? I noticed too that on windows if you pin to the taskbar and open the application that way, it just shows the default electron page, obviously starting up without the golang side

@asticode
Copy link
Owner

@adeptedcase there were no progress on this issue and I won't have time to work on it anytime soon. I'm welcoming PRs though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants