Changes between Initial Version and Version 1 of Ticket #38059


Ignore:
Timestamp:
Feb 14, 2013, 4:33:28 PM (11 years ago)
Author:
mf2k (Frank Schima)
Comment:

In the future, please use WikiFormatting.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38059

    • Property Cc Jonas Bähr removed
    • Property Keywords krusader fail to launch removed
    • Property Priority changed from Low to Normal
  • Ticket #38059 – Description

    initial v1  
    44however from the gui, the launch fails. When I try to run /Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader.shell
    55I get
     6{{{
    67Applications/MacPorts/KDE4/krusader.app/Contents/MacOS/krusader.shell: line 4: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/krusader/krusader.app/Contents/MacOS/krusader: No such file or directory
     8}}}
    79
    810Which is very true.
    911The contents of the krusader.shell is this:
    1012
     13{{{
    1114#!/bin/sh
    1215# created by cmake, don't edit, changes will be lost
    1316
    1417DYLD_LIBRARY_PATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/lib/./:/opt/local/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH} "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_kde_krusader/krusader/work/build/krusader/krusader.app/Contents/MacOS/krusader" "$@"
     18}}}
    1519
    1620best wishes,