https://bugzilla.gnome.org/show_bug.cgi?id=760964

            Bug ID: 760964
           Summary: hardcodes temp dir to /tmp
    Classification: Platform
           Product: gtk+
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: Backend: Wayland
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
     GNOME version: ---

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to