I had some problems with my Thinkpad X200T not suspending under 14.04 LTS, after trying different solutions, it seems the easiest fix is to just execute
sudo pm-suspend
How would I go about making this the default action when suspending? (mapping System Menu -> Suspend and my FN+F4 button (the one with the moon icon :) )?
gksu pm-suspend
in terminal never prompts me for a password (with pm-suspend already set to NOPASSWD in sudoers). How about making the shortcut/bin/sh -c "sudo pm-suspend"
? – Sergiy Kolodyazhnyy May 13 '15 at 20:18