<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Dependencies should be pulled in automatically for the apps
      getting installed from the Jolla Store. I don't know how Warehouse
      works and what it does about missing dependencies.<br>
    </p>
    <p><br>
    </p>
    <p>... but you can install an rpm by somehow transferring it to the
      phone (e.g. by downloading it with the browser) and then tapping
      it in Settings -> Transfers. You would have to allow installing
      untrusted software first on the Settings -> Untrusted software
      page.<br>
    </p>
    <p><br>
    </p>
    <p>I don't think this has anything to do with "pkcon refresh".<br>
    </p>
    <p><br>
    </p>
    <p>Cheers,</p>
    <p>-Slava<br>
    </p>
    <br>
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote type="cite"
cite="mid:AM5PR10MB040409222DF4AE974BA1EFA7DF420@AM5PR10MB0404.EURPRD10.PROD.OUTLOOK.COM">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Exchange Server">
      <!-- converted from text -->
      <style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
      <meta content="text/html; charset=UTF-8">
      <style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
      <div dir="ltr">
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          Hi Slava,</div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          Cool this is brought up because I have a question about that.</div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          I've installed Sailfish X, but hadn't enabled the developers
          mode yet, and some applications from OpenRepos didn't install
          because of dependencies, including this one:</div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          Status: dep-resolution-failed Extra details: nothing provides
          libsailfishapp-launcher needed by ...</div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          <br>
        </div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          If I enable the developer mode, it works, but isn't there a
          way for "normal users" to make this work? I guess if I install
          an app with this dependency from the Store, it will work too,
          but isn't there  an other way to "pkcon refresh"? Could
          Warehouse do it itself?<br>
        </div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          Stupid question maybe: why aren't the repositories up-to-date
          by default?</div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          Thanks!<br>
        </div>
        <div style="font-family:Calibri,Helvetica,sans-serif;
          font-size:12pt; color:rgb(0,0,0)">
          <br>
        </div>
        <hr tabindex="-1" style="display:inline-block; width:98%">
        <div id="x_divRplyFwdMsg" dir="ltr"><font style="font-size:11pt"
            face="Calibri, sans-serif" color="#000000"><b>De :</b> Devel
            <a class="moz-txt-link-rfc2396E" href="mailto:devel-bounces@lists.sailfishos.org"><devel-bounces@lists.sailfishos.org></a> de la part de
            Slava Monich <a class="moz-txt-link-rfc2396E" href="mailto:slava.monich@jolla.com"><slava.monich@jolla.com></a><br>
            <b>Envoyé :</b> mercredi 18 octobre 2017 08:53<br>
            <b>À :</b> <a class="moz-txt-link-abbreviated" href="mailto:devel@lists.sailfishos.org">devel@lists.sailfishos.org</a><br>
            <b>Objet :</b> Re: [SailfishDevel] Missing
            /usr/bin/sailfish-qml on the phone</font>
          <div> </div>
        </div>
      </div>
      <font size="2"><span style="font-size:10pt;">
          <div class="PlainText">Hi Harri,<br>
            <br>
            You need to install libsailfishapp-launcher package on your
            phone. Add <br>
            "Requires: libsailfishapp-launcher" to your .spec file so
            that this <br>
            package gets installed automatically together with your app.<br>
            <br>
            Here is the source for the launcher, for your reference:<br>
            <br>
            <a href="https://github.com/sailfishos/libsailfishapp"
              moz-do-not-send="true">https://github.com/sailfishos/libsailfishapp</a><br>
            <br>
            Cheers,<br>
            -Slava<br>
            <br>
            <br>
            > Hello,<br>
            ><br>
            > I'm new to Sailfish, so please bear with me if I'm
            asking something obvious. I got my Sailfish X last week, and
            now I'm studying the SDK.<br>
            ><br>
            > QML and QML+C++ examples work fine, both in the
            emulator and on the Xperia.<br>
            ><br>
            > But I have a problem with the python example that is
            part of the tutorial in the SDK docs (i.e. this one:
            <a href="https://github.com/sailfishos/python-sample%29:"
              moz-do-not-send="true">https://github.com/sailfishos/python-sample):</a><br>
            ><br>
            > It works fine in the emulator, but on the phone it
            throws the following error:<br>
            ><br>
            > bash: /usr/bin/sailfish-qml: No such file or directory<br>
            > Application finished with exit code 127.<br>
            ><br>
            > Is the example outdated? Or am I missing some package
            on the phone?<br>
            ><br>
            > Harri<br>
            > _______________________________________________<br>
            > SailfishOS.org Devel mailing list<br>
            > To unsubscribe, please send a mail to
            <a class="moz-txt-link-abbreviated" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a><br>
            <br>
            _______________________________________________<br>
            SailfishOS.org Devel mailing list<br>
            To unsubscribe, please send a mail to
            <a class="moz-txt-link-abbreviated" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></div>
        </span></font>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to <a class="moz-txt-link-abbreviated" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></pre>
    </blockquote>
    <br>
  </body>
</html>