spindle
spindle copied to clipboard
Startx message after login
After login you get a message to use startx to open the desktop which is fine. However the message is also displayed when you SSH in and I guess its undesirable to startx twice. Might be better to remove the message.
Thanks for taking the time to file these reports - I really appreciate the attention to detail. Of course, when sshing in you might not have done 'startx' yet. But if you are sshing in, it's probably not a useful prompt. The message is actually static in /etc/motd.tail, but I can instead detect whether you are on a local terminal in an /etc/profile.d/whatever.sh script and do somethign appropriate there.