[gnome-software/wjt/proprietary-tile-tweaks: 1/2] license-tile: Use neutral grey for proprietary lozenges
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wjt/proprietary-tile-tweaks: 1/2] license-tile: Use neutral grey for proprietary lozenges
- Date: Thu, 5 Aug 2021 14:24:07 +0000 (UTC)
commit c2fad75bba3f3411014fb0d10d83d1512f7c2f81
Author: Will Thompson <wjt endlessos org>
Date: Thu Aug 5 15:13:18 2021 +0100
license-tile: Use neutral grey for proprietary lozenges
Using green for FLOSS apps is appropriate: we want to actively reward
developers and publishers who release FLOSS.
Meanwhile, software repositories like Flathub aim to encourage
developers to support GNOME as a target for their apps. While it would
be ideal if they would also release their apps under free licenses,
let's not mark these as "red" = "bad".
https://gitlab.gnome.org/GNOME/gnome-software/-/issues/1349
src/gs-license-tile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-license-tile.c b/src/gs-license-tile.c
index 0150b806b..395d4372c 100644
--- a/src/gs-license-tile.c
+++ b/src/gs-license-tile.c
@@ -104,7 +104,7 @@ gs_license_tile_refresh (GsLicenseTile *self)
gs_app_get_license (self->app));
} else {
title = _("Proprietary");
- css_class = "red";
+ css_class = "grey";
lozenge_icon_names[0] = "dialog-warning-symbolic";
lozenge_icon_names[1] = "face-sad-symbolic";
lozenge_icon_names[2] = "padlock-open-symbolic";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]