diff options
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/mate-power-manager.convert | 57 |
2 files changed, 61 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 06aab6e..f1e5bbf 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -24,6 +24,9 @@ $(service_DATA): $(service_in_files) Makefile gsettings_schemas_in_files = org.mate.power-manager.gschema.xml.in gsettings_SCHEMAS = $(gsettings_schemas_in_files:.gschema.xml.in=.gschema.xml) +convertdir = $(datadir)/MateConf/gsettings +convert_DATA = mate-power-manager.convert + pkgdata_DATA = \ gpm-statistics.ui \ gpm-statistics-deprecated.ui \ @@ -38,6 +41,7 @@ EXTRA_DIST = \ $(autostart_in_files) \ $(desktop_in_files) \ $(gsettings_schemas_in_files) \ + $(convert_DATA) \ $(pkgdata_DATA) clean-local : diff --git a/data/mate-power-manager.convert b/data/mate-power-manager.convert new file mode 100644 index 0000000..32f3549 --- /dev/null +++ b/data/mate-power-manager.convert @@ -0,0 +1,57 @@ +[org.mate.power-manager] +action-critical-battery = /apps/mate-power-manager/actions/critical_battery +action-critical-ups = /apps/mate-power-manager/actions/critical_ups +action-low-ups = /apps/mate-power-manager/actions/low_ups +action-sleep-type-ac = /apps/mate-power-manager/actions/sleep_type_ac +action-sleep-type-battery = /apps/mate-power-manager/actions/sleep_type_battery +backlight-battery-reduce = /apps/mate-power-manager/backlight/battery_reduce +backlight-enable = /apps/mate-power-manager/backlight/enable +brightness-ac = /apps/mate-power-manager/backlight/brightness_ac +brightness-dim-battery = /apps/mate-power-manager/backlight/brightness_dim_battery +button-hibernate = /apps/mate-power-manager/buttons/hibernate +button-lid-ac = /apps/mate-power-manager/buttons/lid_ac +button-lid-battery = /apps/mate-power-manager/buttons/lid_battery +button-power = /apps/mate-power-manager/buttons/power +button-suspend = /apps/mate-power-manager/buttons/suspend +check-type-cpu = /apps/mate-power-manager/general/check_type_cpu +dpms-method-ac = /apps/mate-power-manager/backlight/dpms_method_ac +dpms-method-battery = /apps/mate-power-manager/backlight/dpms_method_battery +enable-sound = /apps/mate-power-manager/ui/enable_sound +event-when-closed-battery = /apps/mate-power-manager/actions/event_when_closed_battery +icon-policy = /apps/mate-power-manager/ui/icon_policy +idle-brightness = /apps/mate-power-manager/backlight/idle_brightness +idle-dim-ac = /apps/mate-power-manager/backlight/idle_dim_ac +idle-dim-battery = /apps/mate-power-manager/backlight/idle_dim_battery +idle-dim-time = /apps/mate-power-manager/backlight/idle_dim_time +lock-blank-screen = /apps/mate-power-manager/lock/blank_screen +lock-hibernate = /apps/mate-power-manager/lock/hibernate +lock-keyring-hibernate = /apps/mate-power-manager/lock/mate_keyring_hibernate +lock-keyring-suspend = /apps/mate-power-manager/lock/mate_keyring_suspend +lock-suspend = /apps/mate-power-manager/lock/suspend +lock-use-screensaver = /apps/mate-power-manager/lock/use_screensaver_settings +network-sleep = /apps/mate-power-manager/general/network_sleep +notify-discharging = /apps/mate-power-manager/notify/discharging +notify-fully-charged = /apps/mate-power-manager/notify/fully_charged +notify-low-capacity = /apps/mate-power-manager/notify/low_capacity +notify-low-power = /apps/mate-power-manager/notify/low_power +notify-perhaps-recall = /apps/mate-power-manager/notify/perhaps_recall +notify-sleep-failed = /apps/mate-power-manager/notify/sleep_failed +notify-sleep-failed-uri = /apps/mate-power-manager/notify/sleep_failed_uri +percentage-action = /apps/mate-power-manager/thresholds/percentage_action +percentage-critical = /apps/mate-power-manager/thresholds/percentage_critical +percentage-low = /apps/mate-power-manager/thresholds/percentage_low +show-actions = /apps/mate-power-manager/ui/show_actions +sleep-computer-ac = /apps/mate-power-manager/timeout/sleep_computer_ac +sleep-computer-battery = /apps/mate-power-manager/timeout/sleep_computer_battery +sleep-computer-ups = /apps/mate-power-manager/timeout/sleep_computer_ups +sleep-display-ac = /apps/mate-power-manager/timeout/sleep_display_ac +sleep-display-battery = /apps/mate-power-manager/timeout/sleep_display_battery +sleep-display-ups = /apps/mate-power-manager/timeout/sleep_display_ups +spindown-enable-ac = /apps/mate-power-manager/disks/spindown_enable_ac +spindown-enable-battery = /apps/mate-power-manager/disks/spindown_enable_battery +spindown-timeout-ac = /apps/mate-power-manager/disks/spindown_timeout_ac +spindown-timeout-battery = /apps/mate-power-manager/disks/spindown_timeout_battery +time-action = /apps/mate-power-manager/thresholds/time_action +time-critical = /apps/mate-power-manager/thresholds/time_critical +time-low = /apps/mate-power-manager/thresholds/time_low +use-time-for-policy = /apps/mate-power-manager/general/use_time_for_policy |