-
Notifications
You must be signed in to change notification settings - Fork 27
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
Target not found: ttf_dejavu #120
Comments
Okay i've made some progress turns out all the font files are named ttf-dejavu without and underscore is there anyway to fix this? @elkangaroo |
Thanks for your report, Noah. From your email I got that you are on an ARM chromebook. I don't see any of the fonts with underscore in the code, I wonder why it wants to install 'em that way?! |
I know it's driving me nuts I can't figure it out either. I spent some time trying to tinker with the files had no success. Anyway here is my installation command! sudo sh -e installer/main.sh -r arch -t xfce -m 'http://fl.us.mirror.archlinuxarm.org/armv7h/$repo' that looks correct so i'm not sure what it going on. If we can work together and fix this it would be awesome :D |
I think I found something in target xorg (which is a requirement for your target xfce): Can you please try to change line https://github.com/elkangaroo/chroagh/blob/master/targets/xorg#L194 |
Okay all is good I have made the changes on my branch and guess what???? It installs which is fine and dandy. I can run Entering /mnt/stateful_partition/crouton/chroots/arch...
chown: invalid user: 'messagebus:messagebus'
/usr/bin/startxfce4: Starting X server
/usr/lib/xorg-server/Xorg.wrap: Only console users are allowed to run the X server
/usr/bin/xinit: giving up
/usr/bin/xinit: unable to connect to X server: Connection refused
/usr/bin/xinit: server error
Unmounting /mnt/stateful_partition/crouton/chroots/arch... |
Good to hear the change fixes the install on your chromebook 👍 As for the error starting X (xorg-server): I got the same error on a x86_64 chromebook with a current arch mirror and I did not find a solution yet. I already spend several days trying to fix this for current versions of xorg-server, but my knowledge there is limited and I did not get it to work yet :( |
Not sure why or what's going on i'm following all the instructions and am using the florida mirror. Has anyone else had this problem?
The text was updated successfully, but these errors were encountered: