On Tue, Jun 28, 2022 at 11:47 AM Mike Gabriel <mike.gabr...@das-netzwerkteam.de> wrote: > It is awesome seeing progress on this. Actually, I'll have to > investigate the session-migration code soon and find out whether it > can be used on / ported to openSUSE, as well.
I'd expect that the 'session-migration' binary package would work fine. It's a C "script" and a systemd user service. You might want to write an RPM implementation to do what dh-migrations does: install scripts listed in a migrations file and add a binary dependency on session-migration. It's not required but it's a convenience for distro packagers. And then we'd need to update the build to not build and test the Debian support when not being built for a Debian-compatible system. Thank you, Jeremy Bicha