Mutate icon indicating copy to clipboard operation
Mutate copied to clipboard

won't start after upgrade to Lubuntu 16.04

Open TJMcK opened this issue 9 years ago • 5 comments

I tried installing Mutate on Lubuntu 16.04 after upgrading from 15.10, but it will not work. I get the following error in the terminal:

failed to get the current screen resources
QXcbConnection: XCB error: 172 (Unknown), sequence: 163, resource id: 326, major code: 149 (Unknown), minor code: 20
  • Tim

TJMcK avatar May 08 '16 18:05 TJMcK

I went from Ubuntu 14.04 to 16.04 and I get

mutate: error while loading shared libraries: libboost_regex.so.1.54.0: cannot open shared object file: No such file or directory

The libboost_regex.so installed is 1.58 Any ideas?

ZaibatsuRandom avatar May 24 '16 07:05 ZaibatsuRandom

It happened to me too. Try finding libboost_regex.so. In my case it was with another file name libboost_regex.so.1.58.0. I created a link to libboost_regex.so from libboost_regex.so.1.58.0.

sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_regex.so.1.58.0 /usr/lib/x86_64-linux-gnu/libboost_regex.so

jyotishp avatar Jun 07 '16 10:06 jyotishp

you can try my xenial build.

http://build-out.mgolisch.eu

mgolisch avatar Jun 07 '16 18:06 mgolisch

Awesome! It runs :+1:

ZaibatsuRandom avatar Jun 14 '16 11:06 ZaibatsuRandom

Hi @mgolisch, http://build-out.mgolisch.eu is forbidden now.

jetz avatar Nov 21 '16 04:11 jetz