GNOME Bugzilla – Bug 776199
Use /proc/self/cmdline on Solaris as well in shell_global_reexec_self()
Last modified: 2017-02-10 10:25:49 UTC
Created attachment 342108 [details] [review] Patch currently used in Solaris builds Solaris 11.3.5 and later have a Linux-compatible implementation of /proc/self/cmdline, so the code to use it can be enabled in gnome-shell on Solaris - if built on an older OS, it simply fails to open the file and returns without doing anything, just as the code did before enabling this.
Review of attachment 342108 [details] [review]: Please add the bug URL to the commit message (and ideally the explanation from comment #0 as well). Otherwise looks good to me.
Created attachment 342123 [details] [review] Patch with updated comment as requested Thanks for the review - I've updated the git commit comments as suggested.
Review of attachment 342123 [details] [review]: LGTM
I don't have gnome.org commit access - how do we proceed to get this pushed?
(In reply to Alan Coopersmith from comment #4) > I don't have gnome.org commit access - how do we proceed to get this pushed? Telling us that you need someone to push the patch for you is usually enough; pushed as ddfdfaed785e.