[go: nahoru, domu]

Skip to content
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

Replacing 'dconf-tools' with 'dconf-cli' in targets/gnome #4033

Merged
merged 1 commit into from
May 9, 2019

Conversation

llzes
Copy link
Contributor
@llzes llzes commented Apr 7, 2019

Likewise as described in issue #3991, my install originally was unable to be completed when it failed to locate dconf-tools while installing Debian Buster. Starting with Buster dconf-tools was removed due to being a transitional package for downloading dconf-cli and dconf-editor, the graphical editor. From what I could tell, crouton should only need dconf-cli.

Until then this is how I've gone around the issue:

chronos@localhost / $ sudo enter-chroot -u0
Entering /mnt/stateful_partition/crouton/chroots/llzes...
(llzes)root@localhost:~# cat /etc/apt/sources.list
deb http://httpredir.debian.org/debian/ buster main non-free contrib
deb-src http://httpredir.debian.org/debian/ buster main non-free contrib
deb http://deb.debian.org/debian stretch main # Added to install dconf-tools
deb-src http://deb.debian.org/debian stretch main # Added to install dconf-tools
(llzes)root@localhost:~# sudo apt-get update
[...]
(llzes)root@localhost:~# sudo apt-get install dconf-tools

@dnschneid
Copy link
Owner

Looks like dconf-cli doesn't exist in trusty, so that will need to have a custom case: trusty=dconf-tools,dconf-cli if I remember the syntax correctly

@dnschneid
Copy link
Owner

I take that back. Trusty was EOL'd this past month.

@dnschneid dnschneid merged commit f8cbfa5 into dnschneid:master May 9, 2019
@dnschneid
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants