Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 888635 - desktop.eclass: allow 1024 as a size for icons
Summary: desktop.eclass: allow 1024 as a size for icons
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL: https://archives.gentoo.org/gentoo-de...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-27 12:36 UTC by Pacho Ramos
Modified: 2023-02-23 13:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2022-12-27 12:36:59 UTC
1024x1024 icons are starting to be deployed in some apps as they start to be used in MacOSX environment. The other day I needed to skip its installation for net-im/rocketchat-desktop-bin and today I saw that net-analyzer/wireshark is workarounding the problem by manually installing them without desktop.eclass helpers.

I would then simply add 1024 to the list of allowed sizes too

Thanks
Comment 1 Mike Gilbert gentoo-dev 2022-12-27 17:01:56 UTC
Could you send a patch to gentoo-dev?
Comment 2 Larry the Git Cow gentoo-dev 2023-02-23 13:36:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09bd9a6b88693fa010b3b8e05c661d6cdd289275

commit 09bd9a6b88693fa010b3b8e05c661d6cdd289275
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2023-02-23 13:35:11 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2023-02-23 13:36:33 +0000

    desktop.eclass: allow 1024 as a size for icons
    
    1024x1024 icons are starting to be deployed in some apps as they start to be
    used in MacOSX environment.
    https://archives.gentoo.org/gentoo-dev/message/6c01a956d37fd22553bd10a4a03f31ed
    
    Closes: https://bugs.gentoo.org/888635
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 eclass/desktop.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)