<html><head></head><body><div>Hi Mario,</div><div><br></div><div>Am Mittwoch, den 15.03.2017, 09:38 +0000 schrieb Mario Sanchez Prada:</div><blockquote type="cite"><pre>On 14/03/17 18:37, Sascha Manns wrote:
<blockquote type="cite">
[...]
I tried this out too.
Then a "flatpak install gnome-nightly org.gnome.Platform//master" gives out
the same issue. After adding a "gpg-verify-summary=false"
to the config i'm getting "sascha@sascha-desktop:/var/lib/flatpak/repo$
flatpak install gnome-nightly org.gnome.Platform//master

Fehler: Remote listing not available; server has no summary file

Mysterious...
</blockquote>

I think it would be very interesting if you could share which exact version
of flatpak you're using (i.e. what does `flatpak --version` say?), as well
as the content of your /var/lib/flatpak/repo/config file.

</pre></blockquote><div>I'm using 0.6.11 from the <span style="color: rgb(51, 51, 51); font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 13px; orphans: 2; widows: 2; background-color: rgb(245, 245, 245);">ppa:alexlarsson/flatpak</span></div><div><span style="color: rgb(51, 51, 51); font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 13px; orphans: 2; widows: 2; background-color: rgb(245, 245, 245);"><br></span></div><blockquote type="cite"><pre>I ask this because I suspect you're using a version of flatpak older than
0.6.14, which is when the following commit landed:

  "remote-add: Assume --from if location ends with .flatpakrepo"
  <a href="https://github.com/flatpak/flatpak/commit/c3bea6c8">https://github.com/flatpak/flatpak/commit/c3bea6c8</a>

Without that particular code in effect, I believe the line you're using to
add the remote [1] will set <a href="https://sdk.gnome.org/gnome.flatpakrepo">https://sdk.gnome.org/gnome.flatpakrepo</a> as the
URL in the config file instead of the URL of the actual repo, in the
.flatpakrepo file, which would lead exactly to the error you're seeing.

If you confirm you're using flatpak older than 0.6.14, best thing you can
probably do is to update. If you can't for any reason, you'd need to pass
`--from` in the command line [1] to get flatpak remote-add do the right
thing, or use the more manual method of fetching the GPG key + remote-add:

  wget <a href="https://sdk.gnome.org/keys/gnome-sdk.gpg">https://sdk.gnome.org/keys/gnome-sdk.gpg</a>
  flatpak remote-add --user gnome --title="Gnome Stable Runtimes" \
     --gpg-import=gnome-sdk.gpg 
</pre><a href="http://sdk.gnome.org/repo

"><a href="http://sdk.gnome.org/repo">http://sdk.gnome.org/repo</a>

</a></blockquote><div><br></div><div>What is the best way to update on Ubuntu 16.10? </div><div><br></div><div>Greetings</div><div>Sascha</div><div><span><pre>-- <br></pre><div>Sascha Manns</div><div>Email: <a href="mailto:Sascha.Manns@mailbox.org">Sascha.Manns@mailbox.org</a> | Blog: <a href="http://saigkill.tuxfamily.org">http://saigkill.tuxfamily.org</a></div><div>GPG: 0x168428cdb1f20ab1</div></span></div></body></html>