Skip to content

Icons installed into common directory with generic name #2237

Description

@City-busz

Currently the action icons are installed under the /usr/share/icons/hicolor/ directory on Linux, but due to generic names, there are may conflict with other packages on the system.

To avoid collision with other packages, I would like to ask to implement one of the following solutions:

  • Include the icons in a GResource, and load it from there.
  • Install the icons into /usr/share/pinta/icons/hicolor/, and then add it to the search path with GtkExtensions.GetDefaultIconTheme ().AddSearchPath (Pinta.Core.SystemManager.GetDataRootDirectory () + "/pinta/icons");.
  • Prefix the icon names with pinta-.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions