Merge branch 'staging' into fpakus

This commit is contained in:
Vinícius Moreira
2020-01-09 16:59:33 -03:00
39 changed files with 1009 additions and 80 deletions

View File

@@ -38,7 +38,7 @@ class FlatpakApplication(SoftwarePackage):
return 'flatpak'
def get_default_icon_path(self):
return resource.get_path('img/flathub.svg', ROOT_DIR)
return resource.get_path('img/flatpak.svg', ROOT_DIR)
def get_type_icon_path(self):
return self.get_default_icon_path()

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

View File

@@ -9,13 +9,13 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="47.919052"
height="48.110374"
viewBox="0 0 12.678582 12.729203"
width="24.007744"
height="23.836931"
viewBox="0 0 6.3520486 6.3068546"
version="1.1"
id="svg3871"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="flathub.svg">
inkscape:version="0.92.4 5da689c313, 2019-01-14"
sodipodi:docname="flatpak.svg">
<defs
id="defs3865" />
<sodipodi:namedview
@@ -26,16 +26,16 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.35"
inkscape:cx="8.4698372"
inkscape:cy="118.04149"
inkscape:cx="8.3644404"
inkscape:cy="118.27981"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showborder="false"
inkscape:window-width="1366"
inkscape:window-width="1360"
inkscape:window-height="703"
inkscape:window-x="0"
inkscape:window-y="260"
inkscape:window-y="0"
inkscape:window-maximized="1"
fit-margin-bottom="-0.2"
fit-margin-top="0"
@@ -58,9 +58,9 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-12.122116,-167.33593)">
transform="translate(-12.150001,-173.82134)">
<g
transform="matrix(0.08875425,0,0,0.11490723,-57.513376,72.576168)"
transform="matrix(0.04446643,0,0,0.05717234,-22.737812,126.67341)"
id="g10674"
style="stroke-width:0.77710575">
<path

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB