ASP-3 and Linux

AfterShot Pro General Questions & Getting Started Forum
harriv
Posts: 3
Joined: Sun Nov 20, 2016 8:14 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
ram: 16GB
Monitor/Display Make & Model: Eizo
Corel programs: After Shot Pro

Re: ASP-3 and Linux

Post by harriv »

I've problems installing ASP3 to fresh Ubuntu 16.10 system:

Code: Select all

~/Desktop$ sudo dpkg -i AfterShotPro3.deb
Selecting previously unselected package aftershot3x64.
(Reading database ... 204595 files and directories currently installed.)
Preparing to unpack AfterShotPro3.deb ...
Unpacking aftershot3x64 (310181:3.1.0.181) ...
dpkg: dependency problems prevent configuration of aftershot3x64:
 aftershot3x64 depends on libpng12-0; however:
  Package libpng12-0 is not installed.
 aftershot3x64 depends on libgstreamer0.10-0; however:
  Package libgstreamer0.10-0 is not installed.
 aftershot3x64 depends on libgstreamer-plugins-base0.10-0; however:
  Package libgstreamer-plugins-base0.10-0 is not installed.

dpkg: error processing package aftershot3x64 (--install):
 dependency problems - leaving unconfigured
Processing triggers for shared-mime-info (1.7-1) ...
Processing triggers for bamfdaemon (0.5.3+16.10.20160929-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu4) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Errors were encountered while processing:
 aftershot3x64
Looks like ASP3 wants older versions of libraries than what's included in Ubuntu 16.10. However I couldn't figure out if I can install those older versions. Any ideas?
kaaloo
Posts: 1
Joined: Sun Nov 27, 2016 5:36 pm
operating_system: Linux
System_Drive: C
32bit or 64bit: 64 Bit
Corel programs: aftershot3

Re: ASP-3 and Linux

Post by kaaloo »

Same problem here :(
harriv
Posts: 3
Joined: Sun Nov 20, 2016 8:14 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
ram: 16GB
Monitor/Display Make & Model: Eizo
Corel programs: After Shot Pro

Re: ASP-3 and Linux

Post by harriv »

kaaloo wrote:Same problem here :(
I installed the old version by hand. First I googled for each file the package they were in, downloaded it and then installed with dpkg -i command.
olewolf
Posts: 1
Joined: Sun Dec 11, 2016 12:38 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit

Re: ASP-3 and Linux

Post by olewolf »

harriv wrote:I installed the old version by hand. First I googled for each file the package they were in, downloaded it and then installed with dpkg -i command.
Rather than installing by hand, you can add the repository from Ubuntu 16.04 ("Xenial"):

Code: Select all

sudo sh -c 'echo "deb http://archive.ubuntu.com/ubuntu xenial main universe" > /etc/apt/sources.list.d/aftershot-dependencies.list'
Then install the dependencies:

Code: Select all

sudo apt-get update
sudo apt-get install libpng12-0 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0
Gerhard
Posts: 4
Joined: Sat Dec 17, 2016 10:57 am
operating_system: Linux
System_Drive: C
32bit or 64bit: 64 Bit

Re: ASP-3 and Linux

Post by Gerhard »

Thanks for the hint. ASP works great on Ubuntu Gnome 16.10, except the small font issue.
khaytsus
Posts: 6
Joined: Thu Dec 29, 2016 5:02 pm
operating_system: Linux
System_Drive: B
32bit or 64bit: 64 Bit
motherboard: Asus X99
processor: i7 6850K
ram: 32GB
Video Card: Nvidia GTX970
Hard_Drive_Capacity: 3TB
Monitor/Display Make & Model: Acer 4K2K
Corel programs: After Shot Pro 3

Re: ASP-3 and Linux

Post by khaytsus »

onnoschmidt wrote:
alphadingo wrote:Fedora 23 on a macbook pro with no issues so far. Any plans for Hi-DPI support? Everything is so tiny. Also, open CL isn't seeing my nvidia card. Any way to fix that?
The underlying framework QT supports setting pixel per ratio to make aftershot a little more usable on hidpi screens.

Start aftershot with and many elements will appear bigger.
export QT_DEVICE_PIXEL_RATIO=2;AfterShot3X64

Menu fonts are still small though.
THANK YOU for that tip. I'd tried a bunch of other QT_ blah environment variables, but this is the first I'd seen that one and it worked for me to scale up to a sane size (elements, fonts, menus, etc, everything looks fine!) on my 4k monitor now.
lundbech
Posts: 109
Joined: Tue Jan 24, 2012 4:56 pm
operating_system: Linux
System_Drive: N/A
32bit or 64bit: 64 Bit
motherboard: HAL 9000
Location: Odense, Denmark
Contact:

Re: ASP-3 and Linux

Post by lundbech »

Came back, decided to give the trial/demo version of ASP3 a chance, but it doesn't even install.

Image

Back to RawTherapee I guess.
Post Reply