Joel Barrios

Results 15 issues of 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: ![Captura de pantalla_2020-11-18_13-24-44](https://user-images.githubusercontent.com/10327500/99580249-dfbccd80-29a4-11eb-94fe-61f11538032c.png) The statusicon-qt plugin (Qt5) uses 'audacious' instead of 'audacious-panel' (used in the gtk+ statusicon plugin). A symlink from 'audacious-panel'...

request

Using Numix icon theme the notification icon for [package-update-indicator](https://code.guido-berhoerster.org/projects/package-update-indicator/) looks like this: ![Captura de pantalla_2020-11-18_13-13-15](https://user-images.githubusercontent.com/10327500/99576793-0af0ee00-29a0-11eb-8ffd-782e36a63bcf.png) The icon used is 'system-software-update': ``` static const gchar *icon_names[PUI_STATE_LAST] = { [PUI_STATE_INITIAL] = "system-software-update",...

request

Same issue as #666. [Mate Menu ](https://github.com/ubuntu-mate/mate-menu/) it appears pale grey whereas the theme is dark grey. ![captura de pantalla -2019-01-20 00-17-27](https://user-images.githubusercontent.com/10327500/51435979-43f79480-1c49-11e9-9d37-ce847e809633.png)

help welcomed

| Application name | Icon name | Desktop file name | Original icon | | --- | :-- | :-- | :-- | | `birdtray`| `com.ulduzsoft.Birdtray` | `com.ulduzsoft.Birdtray` | ![original](https://raw.githubusercontent.com/gyunaev/birdtray/master/src/res/icons/128/com.ulduzsoft.Birdtray.png)...

linux

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....