components/gnome/gnome-shell/patches/02-proc-cmdline.patch
changeset 7661 aff9737ef6ba
parent 7206 23066e5fef27
equal deleted inserted replaced
7659:dbbf26a1a66d 7661:aff9737ef6ba
     1 Enable use of /proc/self/cmdline on Solaris as well as Linux, now that we have
     1 Enable use of /proc/self/cmdline on Solaris as well as Linux, now that we have
     2 support for it via PSARC/2015/207, instead of falling through to no-op case in
     2 support for it via PSARC/2015/207, instead of falling through to no-op case in
     3 shell_global_reexec_self().
     3 shell_global_reexec_self().
     4 
     4 
     5 Need to submit upstream.
     5 Submitted upstream: https://bugzilla.gnome.org/show_bug.cgi?id=776199
       
     6 Accepted for 3.24 release cycle:
       
     7 https://git.gnome.org/browse/gnome-shell/commit/?id=ddfdfaed785e9ef4291a2bd921009a79191ff760
     6 
     8 
     7 diff --git a/src/shell-global.c b/src/shell-global.c
     9 diff --git a/src/shell-global.c b/src/shell-global.c
     8 index 6dda352..a698f0e 100644
    10 index 6dda352..a698f0e 100644
     9 --- a/src/shell-global.c
    11 --- a/src/shell-global.c
    10 +++ b/src/shell-global.c
    12 +++ b/src/shell-global.c