![](https://secure.gravatar.com/avatar/789edbb3a9b9f3f13815d199bfa4c81b.jpg?s=120&d=mm&r=g)
[ resending, this time to the list ]
Long-standing issue (never worked reliable with Quartz-based builds): - Bug #546934 “Mac OS X AQUA: clipboard doesnt work” https://bugs.launchpad.net/inkscape/+bug/546934
Oddly, copy&paste between GIMP 2.8.2 (also Quartz-based) and Inkscape.app works ok, and AFAICT GIMP 2.8.2 can also exchange data via clipboard with native OS X applications (I have only used Preview.app for quick tests right now).
On 16/01/2013 08:34, Victor / tokiop wrote:
Hi Valerio,
Quick feedback on the Lion build : the clipboard doesn't seem to communicate with external programs. It works if copy/pasting from inside of Inkscape RC1 itself.
Tested bitmaps or vectors, from inkscape X11 or other apps. A previously "populated" clipboard seems to be emptied when trying to copy from RC1.
Victor
Le 15/01/13 18:17, Valerio Aimale a écrit :
This is a good build that is close to being a release:
For Mountain Lion
http://rapidshare.com/files/4204947016/Inkscape-r0.48.4-r9943-10.8%2B-x86_64...
For Lion:
http://rapidshare.com/files/3505176415/Inkscape-r0.48.4-r9943-10.7%2B-x86_64...
- the menu should be all working but the "Open Recent" submenu. No
matter which item is selected, the top open is always opened. This is a bug between gtk/gtk_recent_menu_manager() and gtk-mac-integration. Needs more analysis, not an easy fix.
Quit, About and Preferences menu items moved under the app menu.
python should be fully working now on Lion and Mountain Lion
uniconvertor/sk1libs installed and fixed
The sk1libs/utilsfs.py line
return ['/']
really should be
return ['/System/Library/Fonts', '/Library/Fonts', os.path.expanduser("~/Library/Fonts")]
no more noise on the terminal stderr
bunch of improvements and changes in the build system