在Leoapard上跑GIMP



对于我等不常用图片编辑软件而又么的闲钱的人来说, photoshop实在是太奢侈了, 而近来越来越不想用那些所谓Crack的软件, 所以...

幸好我们有GIMP, 以前在Linux上常用的东西, 而熟悉的人也知道它和GTK的渊源

不多废话了. Leopard默认是有安装X11 (跑GIMP必备, 10.5之前版本需要自行安装), 可是我这里GIMP却一直没能跑得起来. Google了一下发现也不是我一个人遇到这种问题

解决方法就是写个AppleScript来跑Gimp, 不过这位仁兄的script在我这里需要修改一下:

if x11running() is false then
do shell script "/Applications/Utilities/X11.app/Contents/MacOS/X11 &> /dev/null &"
end if
do shell script "open-x11 /Applications/Gimp.app/Contents/Resources/bin/gimp"
on x11running()
tell application "System Events" to (name of processes) contains "X11"
end x11running


至此.

碎碎念: 上周五下班回家没带伞, 在瓢泼大雨里淋了一刻钟, 第二天如期感冒. 第三天莫名其妙的收到一封来自某大学同学的mail, 讲了我三点:

1. 热衷于删她的留言 (#$&%$#%'$%&%"#$% 冤死了我...除了卖药的spam我就没删过其他留言...)
2. 做事不清不楚
3. 每次在我blog里看到的都是不愉快的东西

...

我招谁惹谁了我

 

« MSN for Mac 7 !? 6.1才对 Evernote 3邀请 »

2 Responses to 在Leoapard上跑GIMP

  • gravatar dimlau at April 23, 2008 6:36pm

    虽然我现在不用mac但是仍然记得以前在mac里操作photoshop的顺畅感觉
    如果不是实在、确实、十分、相当反感Crack,那就还是用它吧

  • gravatar wayne at April 23, 2008 6:42pm

    @dimlau: 我虽然不至于实在,确实,十分,相当反感Crack, 事实上很久之前我也玩过一小段时间Crack, 但是越来越觉得opensource的东西比较好用, 尤其是优秀的opensource hahahah

Name (*)

Email Address (*)

Web Address

Comment