<p><a href="https://github.com/elextr" class="user-mention">@elextr</a> thanks for responding. I should comment on something you said, which I think gets to the heart of the matter:</p>

<blockquote>
<p>If you feel you have a use-case, remember, that suggests it is your use-case, not anybody elses. On that basis you would be more likely to succeed if you presented a small, simple, well written and documented pull-request rather than trying to persuade others it is their problem.</p>

<p>(Or use the workarounds like -c or different sudo configuration)</p>
</blockquote>

<p>Answers to your two questions:</p>

<ol>
<li>Although I'm a developer and contribute to the open-source community on other fronts, I don't write in C; but more importantly, have no time or bandwidth as a guy just wanting to get other stuff done, in issuing a pull request on every project that has a bug. If I can't use my skills of logic to "persuade others it is their problem", then I guess it will have to go unfixed, and I use any one of a couple dozen other lightweight GUI editors.</li>
<li>As a regular desktop user who just wants to get stuff done and not muck around with command-line options (unless I'm actually developing something myself), I <em>have</em> already implemented a workaround: <strong>I use another editor now</strong>. I've updated my three scripts that I use for almost everything text-related, to just invoke a different editor. Problem solved. None of the other common editors out there has this problem. Not gedit, leafpad, mousepad, brackets, etc. (Nor vi or nano either, for that matter.)</li>
</ol>

<p>No one working on geany getting paid, presumably, but there <em>is</em> a reason you do this, right? I don't know what those reasons are, but I know I for one like to have more and more satisfied users. At least, that drives me and studies show drives many other open-source developers.</p>

<p>You guys made one of the best lightweight editors around. It just seems such a shame to lose users for no good reason - and in fact for a pointlessly, rigidly dogmatic reason. You can blame it all day long on the sudo program, but the bottom line is there are close to a dozen similar editors - just that I know of first-hand - that don't exhibit this behavior. (In fact no other editor I've tried, period.)</p>

<p>Working around underlying bugs in the stack that we have no control over is an inevitable part of developing software. I'd wager half of any code base that consumes underlying services is doing just that. Refusing to do so doesn't make it any less of your bug, because it still affects your users.</p>

<p>It doesn't affect "just" me. If you google this problem you'll get back pages of very specific results pointing to countless user forums.</p>

<p>Like I said, you guys are volunteers (presumably) doing fantastic work. I can't be "upset" at some of these responses that don't "get it". (Get it? Gedit?). And by "get it", I mean from the perspective of their users who don't care that it's a bug in one of the most commonly used programs in all of *nix, or care about c domain sockets, nor worry about how a temp file shouldn't exist in a user profile directory. All that means is that some of your users can't sudo geany and will have to find a different editor, and most of the time you'll never hear about it.</p>

<p>Trust me, I understand that breaking time-honored conventions can cause more problems for everyone now and down the road. I'm not suggesting the solution is that you store a temp file in a user configuration directory. But isn't this seemingly "intractable problem" why c library functions like <a href="http://man7.org/linux/man-pages/man3/mktemp.3.html">mktemp</a> exist?</p>

<p>Thanks guys. While I'm set for now with a different editor, I'm sad to see geany go from my workflow, and will check back once every several months or so to see if I can, as a test case:</p>

<p><code>geany &> /dev/null & disown; sudo geany</code></p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1150#issuecomment-243529801">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ5Joq0-NWki51OVgwpdY-YXkM4yxks5qlHLNgaJpZM4JUsAv">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-FuEdySCsnctPacsjy9dIxYqvX0ks5qlHLNgaJpZM4JUsAv.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/1150#issuecomment-243529801"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"PERSON","message":"@doublemeat in #1150: @elextr thanks for responding. I should comment on something you said, which I think gets to the heart of the matter:\r\n\r\n\u003e If you feel you have a use-case, remember, that suggests it is your use-case, not anybody elses. On that basis you would be more likely to succeed if you presented a small, simple, well written and documented pull-request rather than trying to persuade others it is their problem.\r\n\r\n\u003e (Or use the workarounds like -c or different sudo configuration)\r\n\r\nAnswers to your two questions:\r\n\r\n1. Although I'm a developer and contribute to the open-source community on other fronts, I don't write in C; but more importantly, have no time or bandwidth as a guy just wanting to get other stuff done, in issuing a pull request on every project that has a bug. If I can't use my skills of logic to \"persuade others it is their problem\", then I guess it will have to go unfixed, and I use any one of a couple dozen other lightweight GUI editors.\r\n2. As a regular desktop user who just wants to get stuff done and not muck around with command-line options (unless I'm actually developing something myself), I _have_ already implemented a workaround: **I use another editor now**. I've updated my three scripts that I use for almost everything text-related, to just invoke a different editor. Problem solved. None of the other common editors out there has this problem. Not gedit, leafpad, mousepad, brackets, etc. (Nor vi or nano either, for that matter.)\r\n\r\nNo one working on geany getting paid, presumably, but there _is_ a reason you do this, right? I don't know what those reasons are, but I know I for one like to have more and more satisfied users. At least, that drives me and studies show drives many other open-source developers.\r\n\r\nYou guys made one of the best lightweight editors around. It just seems such a shame to lose users for no good reason - and in fact for a pointlessly, rigidly dogmatic reason. You can blame it all day long on the sudo program, but the bottom line is there are close to a dozen similar editors - just that I know of first-hand - that don't exhibit this behavior. (In fact no other editor I've tried, period.)\r\n\r\nWorking around underlying bugs in the stack that we have no control over is an inevitable part of developing software. I'd wager half of any code base that consumes underlying services is doing just that. Refusing to do so doesn't make it any less of your bug, because it still affects your users.\r\n\r\nIt doesn't affect \"just\" me. If you google this problem you'll get back pages of very specific results pointing to countless user forums.\r\n\r\nLike I said, you guys are volunteers (presumably) doing fantastic work. I can't be \"upset\" at some of these responses that don't \"get it\". (Get it? Gedit?). And by \"get it\", I mean from the perspective of their users who don't care that it's a bug in one of the most commonly used programs in all of *nix, or care about c domain sockets, nor worry about how a temp file shouldn't exist in a user profile directory. All that means is that some of your users can't sudo geany and will have to find a different editor, and most of the time you'll never hear about it.\r\n\r\nTrust me, I understand that breaking time-honored conventions can cause more problems for everyone now and down the road. I'm not suggesting the solution is that you store a temp file in a user configuration directory. But isn't this seemingly \"intractable problem\" why c library functions like [mktemp](http://man7.org/linux/man-pages/man3/mktemp.3.html) exist?\r\n\r\nThanks guys. While I'm set for now with a different editor, I'm sad to see geany go from my workflow, and will check back once every several months or so to see if I can, as a test case:\r\n\r\n`geany \u0026\u003e /dev/null \u0026 disown; sudo geany`"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1150#issuecomment-243529801"}}}</script>