View Single Post
Posts: 163 | Thanked: 279 times | Joined on Feb 2017 @ Tbilisi, Georgia (caucasus)
#219
Originally Posted by elros34 View Post
You must be more verbose. Does ubu_create.sh finished without errors? Try ubu_close.sh and then ubu_chroot.sh once again. You can also uncomment set -x from ubu_* scripts and in image /usr/share/ubu_chroot/

For gui try ubu_install.sh (qxcompositor, lxde) and read instruction about qxcompositor on openrepos.

BTW slimport support is not in master branch and is untouched since eons.
I can't edit those files in /usr/share/ubu_chroot/ Ubuntu does not have vi, vim, nano, nothing! and i can't install anything. I removed whole sailfish_ubu_chroot folder and git cloned and ran ubu_create but it did not take that much time as in first run. How to remove completely everything?

I read instruction but do not understand. I have arch linux chroot working with GUI is it easy to modify for landscape mode?


First it runs this
chroot /opt/easychroot/Arch bash /usr/share/easychroot/scripts/start_xwayland_user_shell.sh $y $x $1


Code:
rm /run/user/100000/wayland-0.lock

chmod 1777 /dev/shm
export XDG_RUNTIME_DIR=/run/user/100000
export $(dbus-lsunch)
QT_WAYLAND_FORCE_DPI="160" kwin_wayland --xwayland --height "$Height" --width "$Width" &
##listen for $DISPLAY and pass it
sleep 10
export DISPLAY=:0
xhost +
sudo -u nemo bash /usr/share/easychroot/scripts/start_de.sh "$Start_DE"
and here is start_de.sh

Code:
Start_DE="$1"

export XDG_RUNTIME_DIR=/run/user/100000
export $(dbus-launch)
export DISPLAY=:0
$Start_DE &
sleep 10
 

The Following 2 Users Say Thank You to matemana For This Useful Post: