Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
greetings, the reason of the post is that recently i had a multi distro setup, comprising slackware, arch and LFS, recently ive been forced to change slackware with CAElinux, (due to space constrains on de hd, and time constrains on my carrer), but i used to make use of chroot, and xhost to use arch programs on slackware, but, when i try to do the same on arch to use CAElinux programs, it fails with a generic error "cannot connect to X server :0.0 || Gtk-WARNING **: cannot open display: :0.0"
this is the commant i used before (as root every thing is mount in /mnt/<distro-name>):
thanks in advance for the help
xhost local:localhost ;mount -v --bind /home /mnt/caelinux/home ;mount -v --bind /dev /mnt/caelinux/dev ; mount -vt devpts devpts /mnt/caelinux/dev/pts ; mount -vt tmpfs shm /mnt/caelinux/dev/shm ; mount -vt proc proc /mnt/caelinux/proc ; mount -vt sysfs sysfs /mnt/caelinux/sys ; cp -L /etc/resolv.conf /mnt/caelinux/etc/resolv.conf ; mount -t proc none /mnt/caelinux/proc ;chroot /mnt/caelinux/ /bin/bash
im thankfull for the help, but im not trying to run a separate xorg, im trying to run x aplications on the same x, and the command opens another session in arch,
ive recently also started using "Xnest -ac :10.0" an changin the display variable to DISPLAY=:10.0, but it only allows for an incomplete, window, that crashes a few seconds later
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.