|
2017-03-02
, 16:08
|
Posts: 1,873 |
Thanked: 4,529 times |
Joined on Mar 2010
@ North Potomac MD
|
#142
|
@preflex thanks a lot!
Is there a way to close all the stuff gracefully? Meaning, I ran DeskChroot.sh and now want to close all XFCE etc sessions and restore the pre-start_xwayland status?
Does anyone else have the issue that the airplane mode is "shown" after running manjaro? I guess its not really going into airplane mode, as mobile internet is still working, but the symbol is shown.
Edit: i also noticed that the phone doesn't reboot properly (get's stuck and needs 10-sec power-off button press) to start normally after running DeskChroot.sh
|
2017-03-04
, 09:17
|
Posts: 68 |
Thanked: 147 times |
Joined on Dec 2016
|
#143
|
|
2017-03-04
, 14:05
|
Posts: 1,873 |
Thanked: 4,529 times |
Joined on Mar 2010
@ North Potomac MD
|
#144
|
After testing your rootfs more thoroughly, I noticed that neither firefox nor chromium can access the internet. Chromium gives the error "err_internet_disconnected".
However, pacman and others can access the internet.
Is it possible that chromium/firefox rely e.g on networkmanager/connman do detect the availability of internet?
P.S.: I'm using the rootfs from a sdcard and already noticed that some problems that I encountered are related to that. However, I guess that I solved most of them by remounting the sdcard using "mount -o remount,suid,exec,dev .... " before calling DeskChroot.
The Following User Says Thank You to mscion For This Useful Post: | ||
|
2017-03-04
, 14:22
|
Posts: 1,873 |
Thanked: 4,529 times |
Joined on Mar 2010
@ North Potomac MD
|
#145
|
The Following 2 Users Say Thank You to mscion For This Useful Post: | ||
|
2017-03-06
, 13:52
|
Posts: 1,873 |
Thanked: 4,529 times |
Joined on Mar 2010
@ North Potomac MD
|
#146
|
Been playing with the tablet a bit. Still can't get kwin to work. It is possible there is an error with the wayland software. This is the error I get.
[destroyed object] error 0; invalid format 0x34325258
Disabling glamor and dri3, EGL set up failed
I found this recent bug report
https://bugs.freedesktop.org/show_bug.cgi?id=99791
Perhaps the same as problem I'm having. I'm not sure cause all this is above my pay grade...
.
.
.
The Following 13 Users Say Thank You to mscion For This Useful Post: | ||
|
2017-03-06
, 16:11
|
Posts: 163 |
Thanked: 279 times |
Joined on Feb 2017
@ Tbilisi, Georgia (caucasus)
|
#147
|
The Following User Says Thank You to matemana For This Useful Post: | ||
|
2017-03-06
, 16:28
|
Posts: 1,873 |
Thanked: 4,529 times |
Joined on Mar 2010
@ North Potomac MD
|
#148
|
i want to give a try to it. what base image do you suggest? i prefer debian based but i do not have problem with others. i want it to be fast and without problems. can you suggest me any base system.
i have nexus 5. oh and is there a way to cast screen to tv/ monitor without slimport cable?
i tried vnc but did not get it to work. i'll try to get it to work as soon as i get home.
|
2017-03-06
, 20:07
|
Posts: 163 |
Thanked: 279 times |
Joined on Feb 2017
@ Tbilisi, Georgia (caucasus)
|
#149
|
You can find some helper scripts here:
https://github.com/Preflex/easy-chroot
ManChroot.sh will give you a root shell inside the chroot.
DeskChroot.sh will launch a XFCE4 session.
You may notice errors about mount points in /home/nemo not being found. If you would like to share these directories with the chroot, create those directories inside the chroot.
You can find the preconfigured Manjaro rootfs here: https://github.com/Preflex/easy-chroot/releases
To use with the helper scripts, unpack it in /opt/easychroot/Manjaro
This rootfs contains helper scripts in /usr/share/easychroot/scripts/
The start_xwayland.sh contains hardcoded values for my Nexus 4's screen. If you are using a different device, you will need to edit the last line of this script, substituting the height and width values for your device.
|
2017-03-06
, 21:59
|
|
Posts: 172 |
Thanked: 628 times |
Joined on Apr 2010
@ Albuquerque, NM, USA
|
#150
|
Great work there. Tested now and it worked on my Nexus 5 too. Running 2.0.4.13 SFOS. But i get an errors when starting some apps inside manjaro. Chromium does not start too.
if anyone needs you must run this command to fix permissions and run chromium
sudo chmod 1777 /dev/shm
You had little error in usr/share/easychroot/scripts/start_desktop.sh
was !#/bin/bash must be #!/bin/bash
The Following 4 Users Say Thank You to preflex For This Useful Post: | ||
Is there a way to close all the stuff gracefully? Meaning, I ran DeskChroot.sh and now want to close all XFCE etc sessions and restore the pre-start_xwayland status?
Does anyone else have the issue that the airplane mode is "shown" after running manjaro? I guess its not really going into airplane mode, as mobile internet is still working, but the symbol is shown.
Edit: i also noticed that the phone doesn't reboot properly (get's stuck and needs 10-sec power-off button press) to start normally after running DeskChroot.sh