Code review comment for lp:~jamesodhunt/upstart/upstart-monitor

Revision history for this message
James Hunt (jamesodhunt) wrote :

Hi Steve - you need to "make install" to get the icon in the correct location or you can do:

dir=$HOME/.local/share/applications
mkdir -p $dir
cp upstart-monitor.desktop $dir

dir=$HOME/.local/share/icons/hicolor/scalable/apps
mkdir -p $dir
cp upstart-monitor.svg $dir
update-icon-caches $dir

Then, ./scripts/upstart-monitor.py should work.

« Back to merge proposal