Is it possible to run the GNOME user manager from XFCE4?
- by Chris Moore
If I run 'gnome-control-center' and click on the 'User Accounts' icon, the gnome-control-center crashes.
I built it from source to see what's going on, and it turns out it's doing a
if (strcmp(getenv("XDG_CURRENT_DESKTOP"), "GNOME"))
in panels/user-accounts/um-password-dialog.c, line 690.
I don't have an environment variable…