-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic Application name #98
Comments
You can try using the Let me know though if not
|
@steveseguin, thank you for your reply! |
https://github.com/steveseguin/electroncapture/releases/tag/2.18.x Let me know if this trial build works for you. Windows. If you dont want windows, what operating system? |
This is the change I made yesterday, Line 163 in 578f101
As that doesn't work, the issue might be more related to electron.js, and how it unbundles the app into chromium and other components for use on Linux. This isn't the case with Windows from what I see. If you can find a solution online, as this would be an issue with Electron.js in general for other apps as well, I'd be happy to patch things. Perhaps when bundling the app I can rename chromium.exe to something else, but who knows what that might break. |
As it could be an Electron issue I found this one electron/electron#7470. p.s. I'm pretty sure that isn't just binary name so rename shouldn't help |
Thank you for finding that. It links to this issue, electron/electron#27581, which is Open and seems to be what you are referring to. Not sure if I can reasonably do much to address this issue myself in the near future, other than poke the currently open issue also. |
Yeah 😄 |
Hello! My issue is quite similar to #3 but for an Application name
Currently, all run windows have an application name -
Chromium
. My system uses the Application name to redirect the audio to sink and it works perfectly. However, I also use Chromium browser so all my tabs still contribute to that sink 😅Is it possible to change this name with run param or so?
Thank you in advance
The text was updated successfully, but these errors were encountered: