ganttproject script in /usr/bin/ fails to open .gan files with spaces in path It can be fixed by adding "" around $@ like this : java -classpath `java-config -p ganttproject` net.sourceforge.ganttproject.GanttProject "$@" Reproducible: Always Steps to Reproduce: 1.run ganttproject dir/dir 2/file.gan 2. 3. Actual Results: Error popup when starting application. Failed to open file dir Expected Results: Opened the file
Forgot to mention that the bug concerns app-office/ganttproject-1.10.1.ebuild
fixed