Hello, i need to retrieve packages' icons using python apt in ubuntu. For example if my software's package name is "eclipse", using python apt or etc., i need to access icon of filezilla, then i will display this icon on my gui. How can i retrieve icon of any package(for example eclipse)?
d3
Last edited by currentshaft; 1 Week Ago at 01:13 AM.
Search common locations for application icons, such as /usr/share/icons or /usr/share/pixmaps.
Ubuntu Forums Code of Conduct