nick92 / Enso-OS

a simple OS designed for ageing computers
http://enso-os.site
GNU General Public License v3.0
322 stars 44 forks source link

Porting to illumos #78

Open gbulfon opened 4 years ago

gbulfon commented 4 years ago

Hi, I'm trying to port your great greeter to our XStreamOS/illumos distro (maybe even others of your great stuff too!). I could build / package and install to a test virtualbox machine. Once I run the greeter, I receive two errors, one in lightdm.log and one in messages:

lightdm.log:

[+0.83s] WARNING: Error activating ConsoleKit session: GDBus.Error:org.freedesktop.DBus.GLib.UnmappedError.CkSeatError.Code0: Activation is not supported for this kind of seat

messages:

May 14 22:18:01 xstreamos console-kit-daemon[464]: [ID 702911 daemon.crit] GLib-GObject-CRITICAL: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

Any idea what's happening?

Thanks! Gabriele