Comment 10 for bug 123275

Revision history for this message
Karoly Molnar (karoly-molnar) wrote :

Hi Christophe,

It seems that the ganttproject-startscript-parameter-fix.patch has not been applied to the code. I can start the application from the menu, but when I double click on a .gan document ganttproject doesn't start.

This is the relevant code in /usr/bin/ganttproject
case $1 in
.
  "")
    cd $INSTALL_DIR
.

You need to change "") to *)

The *) is the "else" branch in case

Cheers,
Karoly