-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Install conflict (rpm) with other Electron app (balenaEtcher) #212
Comments
Similar issue with Electron application signal-desktop for Fedora, installed using the 3rd-party RPM packaging at https://copr.fedorainfracloud.org/coprs/luminoso/Signal-Desktop/
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See the FAQ for more information. |
Hello,
|
Same conflict issue here with VS Codium. |
Closing due to lack of interest. |
I guess that issue come back at Fedora 34, after installed Draw Io starts to conflicts with another Electron installers such as Kotena Lens and Balena Etcher. |
I've no doubt it's still an issue, but does anyone know how to fix it? |
Hi @davidjgraph Workaround has been posted here rpm -i ./drawio-x86_64-20.3.0.rpm --excludepath /usr/lib/.build-id/ Possible solution is to remove those /usr/lib/.build-id/ links from the rpm package. Proposed solution The issue is still exist. The slack conflicts with the draw-io when draw-io was installed first or draw-io conflicts with slack when slack was installed firstly. Conflict errors:
Or with rpm:
|
OK, but how do we do that using electron-builder? We need a PR for this. |
This comment was marked as duplicate.
This comment was marked as duplicate.
"Me too" messages don't add anything, please only post here if you have a technical solution. |
Steps to Reproduce:
If you try to install
draw.io-x86_64-12.5.3.rpm
when balenaEtcher (rpm) is already installed on your system, you will get the following error messageSee also cross-reference Issue 3051 at balenaEtcher.
Current workaround:
Install at least one of those applications as AppImage.
The text was updated successfully, but these errors were encountered: