<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 14.07.2014 11:13, Marcin M. wrote:<br>
    </div>
    <blockquote
cite="mid:CANaCrSS4FG9Q9D2Ybfb7B3gtQG4W4e6aOqbuXj=jwo04PkRPjQ@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div dir="ltr">
        <div>Forgot to tell: the user owning it is root (who owns the
          whole /opt/SailfishOS)...<br>
          <br>
        </div>
        If installed to /home, works correctly.<br>
      </div>
      <div class="gmail_extra"><br clear="all">
      </div>
    </blockquote>
    <br>
    Ok that was the problem. You can still install it under /opt as long
    as you first create the install dir manually and then set the access
    rights correctly for your user.<br>
    <br>
    For example like this:<br>
    <br>
    $ sudo mkdir -p /opt/SailfishOS<br>
    $ sudo chown -R $USER /opt/SailfishOS<br>
    <br>
    And then install the SDK under /opt/SailfishOS<br>
    <br>
    Best regards,<br>
     Juha<br>
  </body>
</html>