Monthly Archives: August 2012

TreeViewItem and ContextMenu

I have a project that uses a WPF TreeView control to display the parse tree of a mathematics equation. The TreeView is populated programmatically and when a TreeViewItem is added, I add a standard ContextMenu. When a menu item from the context menu is clicked on, an event is raised. I expected the sender of […]

Restarting Vino From SSH/CLI (and being able to log back in)

Recently I have been setting up an Ubuntu server for various things. This has mostly been done remotely. I VNC into the server when I need to, and SSH otherwise. With the desktop version of Ubuntu (I’m using 12.04), Vino is the pre-installed VNC server. One day Vino crashed I guess, so I needed to […]