Package Details: projectx 0.91.0.08-5

Git Clone URL: https://aur.archlinux.org/projectx.git (read-only, click to copy)
Package Base: projectx
Description: DVB demux tool for repairing and analyzing different stream types
Upstream URL: http://sourceforge.net/projects/project-x
Licenses: GPL
Submitter: None
Maintainer: windy
Last Packager: windy
Votes: 57
Popularity: 0.000000
First Submitted: 2006-02-02 11:58 (UTC)
Last Updated: 2026-01-09 17:33 (UTC)

Dependencies (4)

Required by (1)

Sources (4)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

erm67 commented on 2012-01-07 21:17 (UTC)

Ok I fixed the projectx.desktop, should be ok now.

<deleted-account> commented on 2011-12-15 19:05 (UTC)

Well, projectx.desktop must have been changed I guess or I changed it once on my system. Don't know anymore. But it's an upstream issue, because the .desktop file is in the source tarball. So you'd better file a bug report to upstream. But keep in mind that the script /usr/bin/projectx is a downstream script only installed by this PKGBUILD. Btw., Exec=projectx instead of Exec=/usr/bin/projectx is sufficient even if it, of course, doesn't matter.

<deleted-account> commented on 2011-12-15 18:10 (UTC)

and indeed, Exec=/usr/bin/projectx solves all the issues I had.

<deleted-account> commented on 2011-12-15 16:54 (UTC)

I have no problem starting projectx on the command line. It runs fine. But this projectx.desktop file generated by makepkg will never start projectx: [Desktop Entry] X-SuSE-translate=true Categories=AudioVideo;AudioVideoEditing Comment=A video editing and demultiplexing tool Encoding=UTF-8 Exec=java -jar /usr/share/projectx/ProjectX.jar GenericName=ProjectX Icon=package_multimedia Name=ProjectX Name[de]=ProjectX Terminal=false Type=Application The file is included from $MY_AUR_BASE/projectx/src/Project-X_0.91.0

<deleted-account> commented on 2011-12-13 18:52 (UTC)

@moneo: Do you have set your $PATH correctly? That said, does your $PATH contain /usr/bin?

<deleted-account> commented on 2011-12-13 18:49 (UTC)

For me it's working. Exec points to the script /usr/bin/projectx which is installed by the PKGBUILD and /usr/bin/projectx starts projectx correctly for me. And the -gui parameter is not necessary.

<deleted-account> commented on 2011-12-13 18:28 (UTC)

There is an issue with the projectx.desktop file The Exec line is invalid, i.e. points to an invalid location. It should be: Exec=java -jar /opt/projectx/ProjectX.jar -gui

erm67 commented on 2011-04-14 09:41 (UTC)

Fixed as suggested by gborzi

gborzi commented on 2011-04-13 22:23 (UTC)

Hi saedelaere, to fix the problem change make PROJECTX_HOME=${srcdir}/Project-X_0.91.0 IDCT=${idct} to make PROJECTX_HOME=${srcdir}/Project-X_0.91.0 IDCT=${idct} CPLAT="$CFLAGS -fPIC" in PKGBUILD.