[Bug] Icon size does not match standards
- Dominant language
- C++
- Stars
- 3.9k
- Forks
- 1k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 123
Description
The nextcloud icon does not match the the correct size.
this is the output from the Debian checker tool ( lintian):
```
W: nextcloud-desktop-common: icon-size-and-directory-name-mismatch 144x128 [usr/share/icons/hicolor/128x128/apps/Nextcloud_warn.png]
W: nextcloud-desktop-common: icon-size-and-directory-name-mismatch 288x256 [usr/share/icons/hicolor/256x256/apps/Nextcloud_warn.png]
W: nextcloud-desktop-common: icon-size-and-directory-name-mismatch 36x32 [usr/share/icons/hicolor/32x32/apps/Nextcloud_warn.png]
W: nextcloud-desktop-common: icon-size-and-directory-name-mismatch 54x48 [usr/share/icons/hicolor/48x48/apps/Nextcloud_warn.png]
W: nextcloud-desktop-common: icon-size-and-directory-name-mismatch 72x64 [usr/share/icons/hicolor/64x64/apps/Nextcloud_warn.png]
W: nextcloud-desktop-common: icon-size-and-directory-name-mismatch 81x72 [usr/share/icons/hicolor/72x72/apps/Nextcloud_warn.png]
```
Those images are generated and installed via cmake.
Contributor guide
Assessment
This issue has not been assessed yet.