1

The icon to start Corel Aftershot Pro 3 in Xenial Xerus doesn't start the Aftershot interface.

When you start the shellscript /usr/bin/AfterShot3X64 from a terminal, you see error while loading shared libraries: libgstreamer-0.10.so.0.

The full output is as follows.

Install Path:           /opt/AfterShot3(64-bit)
LD_PATH:                /opt/AfterShot3(64-bit)/lib:
XLIB_SKIP_ARGB_VISUALS:
./AfterShot: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory
gunang@waney-ubuntu:~$ /usr/bin/AfterShot3X64
Install Path:           /opt/AfterShot3(64-bit)
LD_PATH:                /opt/AfterShot3(64-bit)/lib:
XLIB_SKIP_ARGB_VISUALS:
./AfterShot: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory
edwinksl
  • 24,109
OneEye
  • 21

1 Answers1

1

The Corel application needs libgstreamer-0.10.so to start.

Install that library.

sudo apt-get install libgstreamer0.10-0
Harriv
  • 103
OneEye
  • 21