GNOME Bugzilla – Bug 760964
hardcodes temp dir to /tmp
Last modified: 2016-01-22 03:59:09 UTC
In gdk/wayland/gdkdisplay-wayland.c:create_shm_pool(): char filename[] = "/tmp/wayland-shm-XXXXXX"; fd = mkstemp (filename); This should respect a user-set temp directory (g_get_tmp_dir()) or just use g_file_open_tmp() directly.