vagnum08 / cpupower-gui

cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
GNU General Public License v3.0
476 stars 31 forks source link

Fix error on missing xdg #31

Closed vagnum08 closed 4 years ago

vagnum08 commented 4 years ago

If pyxdg is not installed handle reading conf and profiles gracefully. Update _read_profiles to properly read profile files from system and user configuration locations.

Fixes #30