![]() |
Re: XWayland Victory!
Quote:
|
Re: XWayland Victory!
Quote:
One thing, I do not understand how this works? is this some kind of emulation? Or does this arch linux use sailfish os kernel? |
Re: XWayland Victory!
It's not emulated. It's just a chroot. The kernel (and some other resources, hence the bind mounts) are shared.
See: https://en.wikipedia.org/wiki/Chroot |
Re: XWayland Victory!
Here is script to automatically get resolution.
This only needs one argument. for example: startlxde. This can be change to search that file and if it's not available or if it could not find resolution to ask user to enter by hand, but i'm on work now and do not have time. When i get home i'll add that. If you change $y $x places you will see half of your screen. Because Arch itself will open in landscape mode, but the whole window is in portrait mode. So if we somehow manage to rotate whole window itself it will work in landscape mode :) HTML Code:
resolution=`cat /sys/class/graphics/fb0/modes | grep -o -P '(?<=U:).*(?=p)'` |
Re: XWayland Victory!
Quote:
/usr/share/easychroot/scripts/start_xwayland_user_shell.sh: line 12: dbus-lsunch: command not found it should be dbus-launch :) Best way to kill arch linux processes just run this command pid=`ps -ef | grep -v grep | grep xw | awk '{print $2}'` && kill -9 $pid Can you tell me what terminal output do you have when running DeskChroot.sh? Here is what i am having everytime i run it on Nexus 5 HTML Code:
No backend specified through command line argument, trying auto resolution |
Re: XWayland Victory!
Hi. In regards to several of the warnings you are getting, there seems to be an inconsistency in the file naming convention. If you go to
/usr/share/kservicetypes5 you will see that the file (or services) do not have a dash in the name. That is kwin-effect.desktop is called kwineffect.desktop in the directory. Although probably not the best solution, I just made a symbolic link to the correct file in the same directory. |
Re: XWayland Victory!
Great work. Thanks for it. I run it on a oneplus one.
I tried to use plasmashell but everything is too small. (1920x1080 display) and eventhough I change dpi and 'scale desktop' a new start shows everything still too small (except the 'scale desktop' preview which seem to be the only widget that knows about this setting). |
Re: XWayland Victory!
Quote:
|
Re: XWayland Victory!
Quote:
For me the files were in /usr/share/kservicetypes5, and not in /usr/local/share/kservicetypes5. Also there is a similar issue with the kwin-scripts.desktop file, which can be fixed the same way. |
Re: XWayland Victory!
Quote:
|
All times are GMT. The time now is 04:26. |
vBulletin® Version 3.8.8