Minor changes in icon-request.md and tools/work/Makefile

This commit is contained in:
Sergei Eremenko 2018-09-18 10:11:53 +03:00
parent 4b43a0c021
commit ba5fa56b6b
2 changed files with 4 additions and 2 deletions

View file

@ -8,11 +8,12 @@ about: Request an icon to add
Before creating a new issue ensure that:
- The icon request is not a duplicate
- The app is not installed by snap. The snap packages have hardcoded paths to icons.
- The app is not installed by snap (the snap packages have hardcoded paths to icons)
- The app is not a Windows application running under Wine/Crossover
- The title contains application or icon name (Ex: [Icon request] Boostnote)
NOTE: You'll find most of necessary entries for the icon request in a app's desktop-file, usually placed in /usr/share/applications/ folder (Ex. /usr/share/applications/firefox.desktop).
NOTE:
You'll find most of necessary entries for the icon request in a app's desktop-file, usually placed in /usr/share/applications/ folder (Ex. /usr/share/applications/firefox.desktop).
-->
- **App Name:**

View file

@ -28,6 +28,7 @@ test:
# >>> Searching for broken symlinks
-@find $(THEMES) -xtype l -print
# >>> Searching for invalid filenames
# https://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#guidelines
-@find $(THEMES) -not -iregex '.*/[-_\.+@a-z0-9]*' -print
# --- TEST COMPLETED ---