Debian/Ubuntu packages are incomplete

If you have found a bug please describe it here
Post Reply
combsjy
Posts: 1
Joined: 16 Feb 2022, 17:34

Debian/Ubuntu packages are incomplete

Post by combsjy »

The `core` directory containing the qtscript libraries are missing and/or there is no documentation for setting this up. With these files missing `code` scripts can't access the Qt framework.

NOTE: This may not be an issue of just missing files. Looking through `strace` it appears `actexec` is looking for the `code` directory in `/usr/bin`.
eureka
Posts: 204
Joined: 08 Mar 2016, 22:18

Re: Debian/Ubuntu packages are incomplete

Post by eureka »

I don't think that there is any bug. I have Actiona installed on Ubuntu 20.04 and there are references if you search "Ubuntu". Here is one.

viewtopic.php?f=35&t=19111&p=25251&hilit=ubuntu#p25251

Look for jmgr advice in threads.

At a guess I think you may find some Qt4 dependencies missing.

You can use ldd in Ubuntu on Actiona and actexec binaries to list dependencies.

Also I remember using QtCreator to compile Actiona instead of the manual build.
Post Reply