Skip to main content

Messages

This section allows you to view all Messages made by this member. Note that you can only see Messages made in areas you currently have access to.

Messages - martinkg

1
Otter Browser Forum / Additions required to otter-browser.appdata.xml AppData files for GNOME-Software
Hi,

GNOME software used to show star ratings as *popularity* next to the application using the fedora-tagger application.
https://git.gnome.org/browse/gnome-software/plain/doc/kudos.md

In future versions of the appstream-builder (the program used by distributions to merge all the AppData files in packages into AppStream metadata) we're going to be running a lot less crazy plugins. At the moment we're doing things like parsing .gir files, running nm on binaries and looking up things from arrays of hardcoded data just so we can try and work out what kudos the application deserves. This doesn't scale, and means the machine generating the metadata needs to have all kinds of extra build tools installed.

Can you pleas add the following data into otter-browser.appdata.xml

  <kudos>
    <kudo>HiDpiIcon</kudo>
    <kudo>ModernToolkit</kudo>
  </kudos>

Thanks MartinKG
8
Otter Browser Forum / otter-browser.appdata.xml AppData files for GNOME-Software
Hi,

can someone help me to write a otter-browser.appdata.xml file for Gnome, because i want to create a rpm package for Fedora.
(https://fedoraproject.org/wiki/User:Rhughes/DraftAppDataGuidelines )
so far I have created the following file:
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
<application>
  <id type="desktop">otter-browser.desktop</id>
  <metadata_license>CC0</metadata_license>
  <project_license>GPLv3+</project_license>
  <name>otter-browser</name>
  <summary>Web browser controlled by the user, not vice-versa</summary>
  <description>
    <p>
      Otter Browser, project aiming to recreate classic Opera (12.x) UI using Qt5.
    </p>
  </description>
  <screenshots>
    <screenshot type="default">http://t.im9.eu/1497.jpg</screenshot>
    <screenshot>http://t.im9.eu/826.jpg</screenshot>
    <screenshot>http://t.im9.eu/725.jpg</screenshot>
    <screenshot>http://t.im9.eu/635.jpg</screenshot>
    <screenshot>http://t.im9.eu/596.jpg</screenshot>
    <screenshot>http://t.im9.eu/4121.jpg</screenshot>
    <screenshot>http://t.im9.eu/3146.jpg</screenshot>
    <screenshot>http://t.im9.eu/2176.jpg</screenshot>
  </screenshots>
  <url type="homepage">http://otter-browser.org/</url>
  <updatecontact>email@address</updatecontact>
</application>


which contact Adress should i use ?
10
Otter Browser Forum / Re: where to download the otter-browser-0.9.01.tar.gz tarball ?

@martinkg, currently we use sf.net only for binary downloads, source is available only at github, and tags are what are you looking for.

@Frenzie, yeah, I've adopted that prefix from tagging examples.


Is it possible that you move the download link name  from v0.9.0.1.tar.gz to otter-0.9.01.tar.gz so that the name in the link is the same as the name of the downloaded file ?
https://github.com/Emdek/otter/archive/v0.9.01.tar.gz ? ==>> downloads the file with the name otter-0.9.01.tar.gz
because I would like to specify the url of the file to download in a rpm spec file.