Re: [CinePaint] fix - gtk-osx CinePaint 0.21-2
Mitchell Turner <[email protected]>
| Newsgroups | gmane.comp.video.cinepaint.user |
|---|---|
| Message-ID | <[email protected]> |
Kai-Uwe,
I made the adjustments to the cinepaint found in the Package Contents
of the Cinepaint.app.
#!/bin/bash
TOP=/usr/local
cd $HOME
exe=cinepaint
echo $0
path="${0%/*}"
export RESOURCESPATH="${path%/*}/Resources"
binpath="$RESOURCESPATH$TOP/bin"
export
DYLD_FALLBACK_LIBRARY_PATH="$RESOURCESPATH/lib:$RESOURCESPATH$TOP/
lib":$DYLD_FALLBACK_LIBRARY_PATH
test -z $DYLD_FALLBACK_FRAMEWORK_PATH && \
export
DYLD_FALLBACK_FRAMEWORK_PATH="${path%/*}/Frameworks"
||
export
DYLD_FALLBACK_FRAMEWORK_PATH="${path%/*}/Frameworks:
$DYLD_FALLBACK_LIBRARY_PATH"
export PATH=$binpath:$RESOURCESPATH/bin:$PATH:$TOP/bin
#set >> /tmp/test.txt
#echo $@ >> /tmp/test.txt
$binpath/$exe $@
And it launches and seems to function correctly. I have not had time
to fully test cinepaint, but it seems very promising.
I could not, however, quit the application. The menu command was
ignored as was the keycommand (APPLE Q). I had to "Force Quit" the
cinepaint application.
I am using a PowerBook G4 (1.5) PPC with OS 10.4.8
Mitch
On Nov 8, 2006, at 2:24 AM, Kai-Uwe Behrmann wrote:
> Because of the hints CinePaint on Tiger not working, David Burnett
> suggested a modification, which may fix the situation for experienced
> users. Please give it a try and report, so I can set up a new disk
> image
> containing this bugfix.
>
> See:
> https://sourceforge.net/tracker/?
> func=detail&atid=542706&aid=1591156&group_id=75029
>
> regards
> Kai-Uwe Behrmann
> + development for color management
> + imaging / panoramas
> + email: [email protected]
> + http://www.behrmann.name
>
>
> ----------------------------------------------------------------------
> ---
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Cinepaint-users mailing list
> Cinepaint-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
> https://lists.sourceforge.net/lists/listinfo/cinepaint-users
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642