Comment 4 for bug 1320560

Revision history for this message
Anton Asche (aasche) wrote : Re: xfswitch-plugin refuses to switch user

A simple workaround is creating the file /usr/local/bin/gdmflexiserver:

#!/bin/sh
#
# replacement for missing gdmflexiserver in Ubuntu 14.04
#
dm-tool switch-to-greeter

and make it executable (chmod 755).