Could you please do it, I don't use this software. Maybe I should orphan it, but I want to keep it in shape for others. Now this change is beyond my knowledge, so if you don't mind I added you as a co-maintainer.
Search Criteria
Package Details: ganttproject 3.3.3312-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ganttproject.git (read-only, click to copy) |
---|---|
Package Base: | ganttproject |
Description: | A project scheduling application featuring gantt chart, resource management, calendaring. |
Upstream URL: | https://www.ganttproject.biz/ |
Keywords: | gantt planning project |
Licenses: | GPL |
Submitter: | None |
Maintainer: | SanskritFritz (lightspot21) |
Last Packager: | SanskritFritz |
Votes: | 141 |
Popularity: | 0.000946 |
First Submitted: | 2006-03-22 19:20 (UTC) |
Last Updated: | 2024-10-21 14:27 (UTC) |
Dependencies (4)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- java11-openjfxAUR (openjdk-zulu11-ca-fx-binAUR)
- jre11-openjdk (openjdk-zulu11-ca-fx-binAUR, jdk11-openjdk)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
Required by (0)
Sources (2)
SanskritFritz commented on 2021-02-16 11:08 (UTC)
lightspot21 commented on 2021-02-15 22:25 (UTC) (edited on 2021-02-15 22:28 (UTC) by lightspot21)
@SanskritFritz Hello, this package is now out of date, latest version is 3.0.3000 as of this comment. In the meantime, I have updated the PKGBUILD to include proper dependencies.
Please apply this patch: https://gist.github.com/lightspot21/804e9fde09b46e8653ce1aa4ae67187c
SanskritFritz commented on 2020-01-25 21:18 (UTC)
@founderio Thank you, great contribution!
founderio commented on 2020-01-25 19:43 (UTC)
Hi, this package uses a hardcoded icon path - which prevents icon themes from replacing the icon with a themed variant.
Please apply this patch to fix that: https://gist.github.com/founderio/120eea6f29cb28cff160121c2acd3263
SanskritFritz commented on 2019-02-11 21:04 (UTC) (edited on 2019-02-11 21:04 (UTC) by SanskritFritz)
OK, https://standards.freedesktop.org/desktop-entry-spec/latest/ar01s07.html says
"Field codes must not be used inside a quoted argument, the result of field code expansion inside a quoted argument is undefined."
So I'll remove the quotes now.
bertof commented on 2019-02-11 15:17 (UTC) (edited on 2019-02-11 15:20 (UTC) by bertof)
Can't launch the program from gnome shell.
Changing in the .desktop file from
Exec=/opt/ganttproject/ganttproject "%F"
to
Exec=/opt/ganttproject/ganttproject %F
works for me.
Looking at the desktop specification the "
seem unnecessary, but I might be wrong.
brasas commented on 2018-11-30 15:00 (UTC)
Minor point, when editing /opt/ganttproject/ganttproject as suggested, do not include the double quote in front of sh...:
sh -c "$JAVA_COMMAND $JAVA_ARGS $@"
biker commented on 2018-10-28 18:00 (UTC)
Hi miuque, starting java with cmd "sh -c "$JAVA_COMMAND $JAVA_ARGS $@" in /opt/ganttproject line 72-77 should solve your issue.
mluque commented on 2018-10-22 13:44 (UTC)
I've installed GanttProject, but in Gnome 3.30, when I click on the corresponding icon the program does not start. I always have to launch GanttProject from the terminal to use it.
Pinned Comments
lightspot21 commented on 2023-03-15 13:15 (UTC) (edited on 2023-03-15 13:18 (UTC) by lightspot21)
Maintainer here. Sorry for the delay in answers, I am currently not using the software actively.
@zertyz I have merged @ulyssesrr's fix for the missing $JFX_ARGS after confirming it works on my machine too, so at least 3.2.3240 should install correctly.
Unfortunately it looks like that the software's author has changed the method of delivering updates, and currently I have no time to update the script to the new method. If anyone is interested in helping with this I am glad to merge their changes/add them as co-maintainer if they can be more active with updates.