Bug 8039 - Browsers provide a different sets of icons than we do for our native clients
Summary: Browsers provide a different sets of icons than we do for our native clients
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Web Access (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
: 8038 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-11-29 16:02 CET by Linn
Modified: 2023-03-30 15:47 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Linn cendio 2022-11-29 16:02:44 CET
As part of bug 7911, we came up with the following lists of icons needed for the native clients:

* Linux: 16, 22, 24, 32, 48, 64, 128
* Windows: 16, 24, 32, 48, 256
* Mac: 16, 32, 128, 256, 512

At least on Linux, we can see that Chrome and Edge places the following icons in the folder .local/share/icons/hicolor:

* 16, 32, 48, 128, 256, 512

Note that currently, size 128 is scaled down from our 144 icon, and size 256 is scaled up from our 192 icon.


Due to bug 8038, we can't include all the above sizes in our ICO. Ideally, the sizes for the native clients and the ones provided by the browsers should match.
Comment 1 Linn cendio 2022-12-19 10:07:04 CET
*** Bug 8038 has been marked as a duplicate of this bug. ***
Comment 2 Linn cendio 2022-12-19 10:08:13 CET
One solution to this bug is by using manifests, which also will solve the duplicate issue in bug 8038.

Further, if we start using manifest files, we will be able to use maskable icons:
https://web.dev/maskable-icon/
Comment 3 Samuel Mannehed cendio 2023-03-30 15:47:55 CEST
Note that using a manifest will likely allow us to remove icons from our ICO.

Note You need to log in before you can comment on or make changes to this bug.