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-.
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:
/usr/share/pinta/icons/hicolor/, and then add it to the search path withGtkExtensions.GetDefaultIconTheme ().AddSearchPath (Pinta.Core.SystemManager.GetDataRootDirectory () + "/pinta/icons");.pinta-.