Xfce Wiki

Sub domains
 

This is an old revision of the document!


How to set critical power upper bound to 100% for testing

  • Search for “critical-power-level-spin-adjustment” in data/interfaces/xfpm-settings.ui
  • Set upper to 100
  • Search for “xfpm_settings_advanced” in settings/xfpm-settings.c
  • Replace “( val > 20 || val < 1)” with “( val > 100 || val < 1)”
  • ./autogen.sh && make