After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784323 - Quartz backend: gtk_clipboard_get_default not implemented
Quartz backend: gtk_clipboard_get_default not implemented
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Quartz
3.22.x
Other Mac OS
: Normal major
: ---
Assigned To: gtk-quartz maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2017-06-29 07:50 UTC by Tom Schoonjans
Modified: 2017-07-19 03:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tom Schoonjans 2017-06-29 07:50:54 UTC
As already mentioned in 772281, gtk_clipboard_get_default has not been implemented in the Quartz backend. Until now this didn't stop Gtk from compiling but 3.22.16 changed this since this function is called now from gtk3-icon-browser:

Undefined symbols for architecture x86_64:
  "_gtk_clipboard_get_default", referenced from:
      _copy_to_clipboard in iconbrowserwin.o
ld: symbol(s) not found for architecture x86_64

Fix is trivial since the implementation from gtkclipboard.c can be copied without changes
Comment 1 John Ralls 2017-07-19 03:30:46 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Once that release is available, you may want to check for a software upgrade provided by your Linux distribution.

Also fixed in master.