-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Debian Testing has removed gconf2 packages. #4096
Comments
no puedo flashear balena etcher |
And here we are in 2023 |
Ubuntu 23.10 is no longer packaging gconf2, gconf-service and this is breaking the .deb |
Looks like this is related to electron/electron#2727 so maybe this problem will be "automatically" fixed when Etcher moves to a newer version of Electron? |
just ran into this as well :/ |
I wonder version if Electron is being used now. Electron removed gconf 4 years ago; the change happened in Electron v7.0.0-beta.1. As of today, the latest non-beta of Electron is v25. Unless I'm making incorrect assumptions, hard to imagine Etcher is using Electron older than v7. Edit:
@aethernet with the highest amount of respect for your time and resources, is the removal of gconf2 as a listed dependency something you are able to look into or point directions for? |
@XrayBravoGolf Ahh, good sleuthing! 🕵️ |
Just using the Appimage worked for me. Shame the deb is broken |
Its a shame that etcher continues to be unmaintained. it took 1 year and 4 months for this bug #3647 (comment) to be resolved so that etcher could launch on modern disros looks like after approaching 6 months this current issue is still unfixed that prevents etcher from even being installed on modern disros. guess we will have another year to wait until maintainers fix this one too. not sure why the developers don't archive this repository if they don't have interest in maintaining it, at least then it would clearly signal that users should move onto other software or someone should fork. |
This is still happening with 1.19.4 ... The compilation process shoulda failed altogether, so why this is even possible I don't think I wanna know. |
Also affected by this issue. |
+1 Had to go back to 1.7.9 which still works |
The Balena Etcher package definitions state to include If lines 109 and 110 were removed or replaced with dconf-specific packages instead, this would fix the .deb files. This requires, however, that the Balena Etcher team determines if there are any hard dependencies on the now deprecated This is independent from Electron upstream changes, and something Balena has to change in the code. |
correction. it is not "now" deprecated. It was deprecated in 2014 (10 years ago). https://wiki.gnome.org/Initiatives/GnomeGoals/GSettingsMigration |
Same thing for balena-etcher_1.19.16_amd64.deb. Still NOT fixed yet... |
Jesus holy mary, still not fixed... |
a 10 year old issue is still unfixed balena-io/etcher#4096 (comment)
Just reproduced the issue on Ubuntu 24.04.1 |
@aethernet this bug can be closed 2ed779e |
gconf2 is used for gtk2 application and is an archived project.
https://gitlab.gnome.org/Archive/gconf
modern application like gtk3 and gtk4 use dconf.
https://gitlab.gnome.org/GNOME/dconf
The text was updated successfully, but these errors were encountered: