![]() |
Re: XWayland Victory!
Hi,
How to run application like transmission-qt? EDIT: https://tlhp.cf/kde-plasma-on-wayland/ Is it possible to have a full desktop working if i follow the steps on this website? Thank you |
Re: XWayland Victory!
In Ubuntu,
Code:
[root@Sailfish ubuntu]# chroot ./ Code:
echo nameserver 103.25.7.1 > /etc/resolv.conf How to resolve this problem? Impossible to edit resolv.conf file cause i don't have gedit or nano installed. |
Re: XWayland Victory!
Anybody can creat script to run manjaro on jolla c? With desktop icon?
It will be usefull. Every time i reboot my jolla i need to write all commands. |
Re: XWayland Victory!
Quote:
I faced the exact same issue :( but with Debian. I think its because of the way the distribution is built. If it was built with multistrap, you have to remember that multistrap depends on a Debian (which SFOS is not) on the top of it. Quote:
On the ubuntu side the images must be readily available and usable ;) |
Re: XWayland Victory!
Quote:
armhf and some others distributions? some links please Try to post here your image please and how to run it? I am interested by Debian too. |
Re: XWayland Victory!
I'm just dropping an idea here:
Maybe "systemd-nspawn" could be used to provide a more user friendly alternative to chroot? systemd-nspawn is also available in SFOS. Does anyone have experience with that? |
Re: XWayland Victory!
Quote:
Also, I'm working on some scripts to automate a lot of this. I should be able to share them soon. I've made a lot of progress getting a whole lxde session running as user nemo, without need to use "--no-sandbox" with chromium. However, I'm still unable to get pulseaudio working. I have some configs for onboard and lxde that make them a little easier to use. I'd like to get screen rotation working, but it seems like xrandr can't change the config. :( I should be able to share an image, configs, and some scripts very soon. |
Re: XWayland Victory!
Quote:
|
Re: XWayland Victory!
Quote:
Also, "chroot is not and has never been a security tool." It's not difficult for a process running as root to break out of a chroot. Setting things up to run an LXDE session as nemo will help to make using this a lot safer. However, kwin_wayland will probably still be running as root in the chroot, as I haven't been able to get it running as nemo yet. I am unsure of the security implications of this. In general, X11 is kinda, sorta, totally, completely unsafe anyway, so I don't expect that the security will be any worse than any regular desktop distro. |
Re: XWayland Victory!
I got pulseaudio working.
It was kind of tricky, and was muted by default. I'll have to figure out what exactly I did, but here's an overview. I created a user "nemo" inside the chroot, and changed his UID and GID each to 100000. I may have also added nemo to some groups. I'm not sure what actually stuck. systemd is weird. you'll need the "xorg-xhost" package. "pavucontrol" may also be handy for looking at pulseaudio stuff, if you're unfamiliar with pacmd or pactl. There was some extra stuff to mount: /run /var/lib/dbus /tmp /home/nemo/.config/pulse then chroot in, set environment vars, and start kwin_wayland. after that, Code:
export DISPLAY=:0 Code:
sudo -u \#100000 bash Then, Code:
export $(dbus-launch) I was also able to get a full plasma session running in the xwayland window, but it was slow, and I couldn't disable desktop effects which were making everything even slower (using xrender, I imagine). Still no luck running kwin_wayland --xwayland as anyone other than root. |
All times are GMT. The time now is 23:12. |
vBulletin® Version 3.8.8