koplo199

Results 26 comments of koplo199

It also happens with GTK3 apps, I believe the bug is caused in these code snippets : https://github.com/Jannomag/Yaru-Colors/blob/905e68806858c2976136d0c19f2db9df8af51934/src/theme-script.sh#L801-L806 https://github.com/Jannomag/Yaru-Colors/blob/905e68806858c2976136d0c19f2db9df8af51934/src/theme-script.sh#L899-L904 https://github.com/Jannomag/Yaru-Colors/blob/905e68806858c2976136d0c19f2db9df8af51934/src/theme-script.sh#L2047-L2053 Where both `$ASSETS_DIR/$i.png` should be `$ASSETS_DIR/[email protected]` (othrwise it's overwriting already...

Few other typos, making some GTK2 assets not rendering : https://github.com/Jannomag/Yaru-Colors/blob/905e68806858c2976136d0c19f2db9df8af51934/src/theme-script.sh#L1632-L1635 https://github.com/Jannomag/Yaru-Colors/blob/905e68806858c2976136d0c19f2db9df8af51934/src/theme-script.sh#L1584-L1587 https://github.com/Jannomag/Yaru-Colors/blob/905e68806858c2976136d0c19f2db9df8af51934/src/theme-script.sh#L1680-L1683 Where each time `$SRC_FILE` should be replaced by `$SRC_FILE_EXTERNAL` And finally : https://github.com/Jannomag/Yaru-Colors/blob/905e68806858c2976136d0c19f2db9df8af51934/src/theme-script.sh#L1468 `.svgpi` -> `.svg`

@Jannomag No problem ! Should I also regenerate the `Themes` folder or do you want a PR only changing the `theme-script.sh` file ? In the first case, do I also...

Here is the PR : #127, I separated the regeneration of the `Themes` folder into a distinct commit (and this commit also contains a small change in `theme-script.sh` which fix...

@Jannomag Could you have a look at this when you have some time ?

Looks like a duplicate of #124, this issue is resolved in my [branch](https://github.com/koplo199/Yaru-Colors) if you want to test.

Hi, I got a rather similar issue on the Arduino IDE software. I'm on Ubuntu 21.04, and the inconsistency looks specific to the Yaru-Colors fork, here is how it looks...

~~@Jannomag Thanks for the hint, unfortunately that did not work for me, did you also installed Arduino IDE from the website ? I'm wondering what could be the difference between...

Yes it's solved thank you (I edited my comment in the meantime), your intuition was right moving the theme to `/usr/share/themes` did the trick !

> Do you mean the indicators are completely missing, or just overdrawn like in #1757 ? I mean indicators are completely missing, not showing at all