Joel Barrios
Joel Barrios
The `src/meson.build` file has a reference (`subdir('gtkpp')`) to nonexistent gtkpp. Guess it was meant for code for a specific commit from https://github.com/btryba/gtkpp (?).
Currently Nordic uses Zafiro-icons as default icon theme in index.theme. Zafiro has a few issues with dark themes. Many icons are almost invisible or very difficult to see. https://github.com/zayronxio/Zafiro-icons/issues/50 https://github.com/zayronxio/Zafiro-icons/issues/37
Audacious 4.0.x looks like this with current Numix:  The statusicon-qt plugin (Qt5) uses 'audacious' instead of 'audacious-panel' (used in the gtk+ statusicon plugin). A symlink from 'audacious-panel'...
Using Numix icon theme the notification icon for [package-update-indicator](https://code.guido-berhoerster.org/projects/package-update-indicator/) looks like this:  The icon used is 'system-software-update': ``` static const gchar *icon_names[PUI_STATE_LAST] = { [PUI_STATE_INITIAL] = "system-software-update",...
Same issue as #666. [Mate Menu ](https://github.com/ubuntu-mate/mate-menu/) it appears pale grey whereas the theme is dark grey. 
| Application name | Icon name | Desktop file name | Original icon | | --- | :-- | :-- | :-- | | `birdtray`| `com.ulduzsoft.Birdtray` | `com.ulduzsoft.Birdtray` | ...
…. Assuming 'px'.
I'm almost done with epoch support for my distro. Very few issues left, but there is a little one that kept me awake last night. If I connect with ssh...
I'm doing testing with epoch as an alternative init system for my Linux distro (ALDOS -> http://www.alcancelibre.org/staticpages/index.php/notas-lanzamiento-aldos-1-4 ). So far I have managed to setup epoch.conf for every thing needed...
I'm writting localization support for mate-dock-applet. Will pull later, once I'm done with testings. Do you have transifex? Here es the diff file with what I have done until now....