pixunil / cinnamon-applet-system-monitor

An applet for Cinnamon which shows CPU, Memory and Swap usage, Disk and Network rates with graphs
http://cinnamon-spices.linuxmint.com/applets/view/198
GNU General Public License v2.0
15 stars 5 forks source link

RGB vs RGBA Conflict #13

Closed FiretronP75 closed 9 years ago

FiretronP75 commented 9 years ago

The applet expects colors to be in rgba, but when you change a color, it is set as rgb. This causes the new color to not show at all, and causes the applet to crash at next start up. I diagnosed the issue by comparing config exports. If you export your color changes, and manually change the JSON data to have rgba values instead of rgb, then import it, it then works.

pixunil commented 9 years ago

Did you checked da5f554603ade5b2835d34066e1031a4d0f3a75d? It works for me, and I plan a release soon.

pixunil commented 9 years ago

In release 3.9, closing it because can not reproduce it.