8 Commits

Author SHA1 Message Date
Jonathan Thomas
598c4f0772 Apply suggestions from code review
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
2020-07-21 13:31:24 -05:00
Jonathan Thomas
016d62c4f1 Tweaking launcher bash file, to correctly add the current folder to LD_LIBRARY_PATH 2020-07-14 17:23:01 -05:00
Jonathan Thomas
7598b43c85 Fixing LD_LIBRARY_PATH and logic to find QtWebEngineProcess executable 2020-07-14 01:15:32 -05:00
Frank Dana
0d044dfff2 Second attempt at AppImage fix (#3304) 2020-03-20 15:04:28 -04:00
Frank Dana
d7cc86c582 AppImage: Set OPENSSL_CONF for newer openssl compat (#3283)
On systems with newer versions of openssl, the installed file
/etc/ssl/openssl.cnf is incompatible with our bundled version of
libssl.so, but will be loaded by default unless OPENSSL_CONF is
set to /dev/null (or some other invalid path) in the environment.
2020-03-17 17:27:09 -04:00
FeRD (Frank Dana)
666ea4c008 Rename frozen executable to openshot-qt
This renames the executable created by cx_Freeze from
`launch`/`launch.exe` to the value of `info.NAME` (currently
`openshot-qt`), plus the appropriate extension (if any), so that
a running OpenShot will show up in process listings as "openshot-qt"
rather than the generic/suspicious-seeming "launch".

It also renames any scripts that call or access `launch.exe`/`launch`
to use `openshot-qt.exe`/`openshot-qt` instead.
2019-05-21 12:11:40 -04:00
FeRD (Frank Dana)
8ae617cd64 launch-linux.sh: Don't set QT_DEBUG_PLUGINS=1 2018-07-03 02:32:14 -04:00
Jonathan Thomas
f97b8614a1 Fixed cx_Freeze script to correctly freeze OpenShot on Linux (tested on Arch, Debian, Fedora, Gentoo, openSUSE, and Ubuntu). Also adding the initial version of a build server, to create daily builds of OpenShot for each platform. The build server integrates with github, slack, and amazon S3. 2016-03-20 18:56:54 -05:00