Opened 13 years ago

Closed 13 years ago

#27661 closed defect (invalid)

qt4-creator-mac @2.0.1_1 Unable to tu use help system

Reported by: lutz.maibaum@… Owned by: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: Cc:
Port: qt4-creator-mac

Description

When trying to use the help system or widget documentation from within Designer, I get the error message

The binary '/opt/local/bin/Assistant.app/Contents/MacOS/Assistant' does not exist.

The Assistant application was installed in /Applications/MacPorts/Qt4/Assistant.app by the port.

Change History (2)

comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to mcalhoun@…

comment:2 Changed 13 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: invalid
Status: newclosed

The original problem stemmed from the fact that Qt4 moves Assistant.app to a new location:

    # Move .apps into the applications_dir
    xinstall -m 755 -d ${destroot}${qt_apps_dir}
    foreach app [glob ${destroot}/${qt_bins_dir}/*.app] {
        move ${app} ${destroot}${qt_apps_dir}
    }

Creator was then unable to locate it.

As far as I can tell, Creator 2.1.0 (r78078) no longer opens Assistant.app, so there should no longer be a problem.

If I am wrong, please feel free to reopen.

Note: See TracTickets for help on using tickets.