~/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?
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"):
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.