<html>
<head>
<style>
body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
  color:#484848;
}
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
h1 { font-size: 1.2em; }
h2, h3 { font-size: 1.1em; }
a, a:link, a:visited { color: #2A5685;}
a:hover, a:active { color: #c61a1a; }
a.wiki-anchor { display: none; }
hr {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: 0;
}
.footer {
  font-size: 0.8em;
  font-style: italic;
}
</style>
</head>
<body>
<span class="header"></span>
Issue #6634 has been updated by Artur Szostak.

<ul>
</ul>

<p>Note: got the formatting wrong in the previous post. The terminal commands should be:</p>


        <p>curl <a class="external" href="https://code.kepler-project.org/code/kepler/releases/installers/2.4/kepler-2.4-linux.tar.gz">https://code.kepler-project.org/code/kepler/releases/installers/2.4/kepler-2.4-linux.tar.gz</a> | tar xzf -<br />  mkdir my_workspace<br />  chmod -w my_workspace<br />  cp ./kepler-2.4/common-2.4.0/configs/ptolemy/configs/kepler/configuration.xml original_configuration.xml<br />  cat original_configuration.xml | head -n 257 > ./kepler-2.4/common-2.4.0/configs/ptolemy/configs/kepler/configuration.xml<br />  echo "  <property name=\"_alternateDefaultOpenDirectory\" value=\"`pwd`/my_workspace\" class=\"ptolemy.kernel.util.StringAttribute\"/>" >> ./kepler-2.4/common-2.4.0/configs/ptolemy/configs/kepler/configuration.xml<br />  cat original_configuration.xml | tail -n 1 >> ./kepler-2.4/common-2.4.0/configs/ptolemy/configs/kepler/configuration.xml<br />  ./kepler-2.4/kepler.sh</p>
<hr />
<h1><a href="https://projects.ecoinformatics.org/ecoinfo/issues/6634#change-21870">Bug #6634: Error message popup not generated when saving to a write protected directory.</a></h1>

<ul>
<li>Author: Artur Szostak</li>
<li>Status: New</li>
<li>Priority: Normal</li>
<li>Assignee: </li>
<li>Category: </li>
<li>Target version: 2.4.0</li>
  <li>Bugzilla-Id: </li>
</ul>

<p>In the Kepler GUI a message popup window should appear when the saving of a file fails.<br />To reproduce the problem, run the following commands in a POSIX terminal (on Fedora 20 in this case):</p>


        <pre><code>curl <a class="external" href="https://code.kepler-project.org/code/kepler/releases/installers/2.4/kepler-2.4-linux.tar.gz">https://code.kepler-project.org/code/kepler/releases/installers/2.4/kepler-2.4-linux.tar.gz</a> | tar xzf -<br />  mkdir my_workspace<br />  chmod -w my_workspace<br />  cp ./kepler-2.4/common-2.4.0/configs/ptolemy/configs/kepler/configuration.xml original_configuration.xml<br />  cat original_configuration.xml | head -n 257 > ./kepler-2.4/common-2.4.0/configs/ptolemy/configs/kepler/configuration.xml<br />  echo "  &lt;property name=\"_alternateDefaultOpenDirectory\" value=\"`pwd`/my_workspace\" class=\"ptolemy.kernel.util.StringAttribute\"/&gt;" >> ./kepler-2.4/common-2.4.0/configs/ptolemy/configs/kepler/configuration.xml<br />  cat original_configuration.xml | tail -n 1 >> ./kepler-2.4/common-2.4.0/configs/ptolemy/configs/kepler/configuration.xml<br />  ./kepler-2.4/kepler.sh</code></pre>


        <p>Once Kepler has started (you might have to close the initial "welcome"/"upgrade" popup windows), follow these instructions:</p>


        <pre><code>Click on the "File->Save" item from the menu bar.<br />  Click on the "OK" button in the "Please enter a name for this workflow" pupup window.<br />  Click on the "Save" button in the "Save" popup window.</code></pre>


        <p>No error message popup appears, even though there is a log message in the terminal about "permission denied".</p>


<hr />
<span class="footer"><p>You have received this notification because you have either subscribed to it, or are involved in it.<br />To change your notification preferences, please click here: <a class="external" href="https://projects.ecoinformatics.org/ecoinfo/my/account">https://projects.ecoinformatics.org/ecoinfo/my/account</a></p></span>
</body>
</html>