Re: Start kwin_wayland through ssh

2018-02-07 Thread Roman Gilg
Yes, query on the terminal session the XDG_SESSION_ID variable and set on the remote ssh session the variable to this value. Then issue on the remote ssh session: export $(dbus-launch) && startplasmacompositor On Sun, Feb 4, 2018 at 5:40 PM, Kamil Piwowarski <9luty1...@gmail.com> wrote: > Is there

Re: Start kwin_wayland through ssh

2018-02-07 Thread David Edmundson
​Yes-ish. Log in to a real TTY locally export the XDG_SESSION_ID from that session into your ssh session

Start kwin_wayland through ssh

2018-02-07 Thread Kamil Piwowarski
Is there any way to run kwin_wayland on selected tty from remote ssh session?