Comment 11 for bug 1622951

Revision history for this message
V F (trivia21) wrote :

Sorry I was wrong, this one is indeed the correct package for Ubuntu. I've attached a patch for bzr. I couldn't find the Xenial version, so I did it for Wily.

Manual fix is similar except for a few things:
- Download the source code with bzr: "bzr branch lp:ubuntu/wily/bless".
- Patch with "bzr merge fix_preferences_session_save.patch".
- As written in readme, use ./configure, make and sudo make install. That probably won't even mess up the package manager.
- You need to create a symlink for the deprecated gmcs the package relies on. I did "sudo ln /usr/bin/mcs /usr/bin/gmcs".