Summary: | Gnome Shell fails to start in a ThinLinc session on Ubuntu 13.04 | ||
---|---|---|---|
Product: | ThinLinc | Reporter: | Aaron Sowry <aaron> |
Component: | Server OS | Assignee: | Pierre Ossman <ossman> |
Status: | CLOSED DUPLICATE | ||
Severity: | Normal | Keywords: | aaron_tester |
Priority: | P2 | ||
Version: | 4.0.0 | ||
Target Milestone: | 4.1.0 | ||
Hardware: | PC | ||
OS: | Unknown | ||
Acceptance Criteria: |
Description
Aaron Sowry
I can get a functional Gnome Shell session however, by starting a terminal session and running the following: ck-launch-session dbus-launch gnome-session --session=gnome (In reply to comment #1) > I can get a functional Gnome Shell session however, by starting a terminal > session and running the following: > > ck-launch-session dbus-launch gnome-session --session=gnome We already start dbus as part of xstartup.d, so the following will suffice: ck-launch-session gnome-session --session=gnome See also bug #3796 Found a different approach to this. Ubuntu uses pam_ck_connector, but it isn't working for us. The reason is that it gets uppity when PAM_TTY isn't set. So if we fix that, we should get a proper ConsoleKit session. We also want to set RHOST to make ConsoleKit register the session as remote. Fixed in r27374. |