pez2001 / razer_chroma_drivers

A collection of Linux drivers for Razer Chroma devices, it supports all lighting modes and includes a daemon for advanced effects + gui configuration app
GNU General Public License v2.0
231 stars 31 forks source link

GUI and Tray Improvements #90

Closed lah7 closed 8 years ago

lah7 commented 8 years ago

Preferences Reset Required

The preferences.json has been restructured to now support groups. As a result, any previous preferences will need to be reset! (Thank goodness there were only 3 options!) While the application will write these new values if non-existent, it's a good idea to click "Reset Preferences" in the options so you have a clean file.


Tray Applet

terricain commented 8 years ago

Would it be worth checking for legacy preferences.json and bringing up warning?

lah7 commented 8 years ago

The preferences module will print a notice in the terminal about using a "newer format , but the only thing these changes will do for existing users is "deactivate" them. The apps/module automatically writes a fallback value if none exist.

terricain commented 8 years ago

Ok cool, I take it you tested this thoroughly, with the latest daemon etc...?

lah7 commented 8 years ago

I always test changes before committing, testing as I go along. There's no reason for daemon problems as these are purely UI / preferences.json changes.