Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP4:GA
gnome-control-center
gnome-control-center-more-power-button-actions....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-control-center-more-power-button-actions.patch of Package gnome-control-center
diff --git a/panels/power/cc-power-panel.c b/panels/power/cc-power-panel.c index e631e0b..fed19dd 100644 --- a/panels/power/cc-power-panel.c +++ b/panels/power/cc-power-panel.c @@ -2020,9 +2020,11 @@ populate_power_button_model (GtkTreeModel *model) char *name; GsdPowerButtonActionType value; } actions[] = { - { N_("Suspend"), GSD_POWER_BUTTON_ACTION_SUSPEND }, { N_("Hibernate"), GSD_POWER_BUTTON_ACTION_HIBERNATE }, - { N_("Nothing"), GSD_POWER_BUTTON_ACTION_NOTHING } + { N_("Interactive"), GSD_POWER_BUTTON_ACTION_INTERACTIVE}, + { N_("Nothing"), GSD_POWER_BUTTON_ACTION_NOTHING }, + { N_("Shutdown"), GSD_POWER_BUTTON_ACTION_SHUTDOWN }, + { N_("Suspend"), GSD_POWER_BUTTON_ACTION_SUSPEND } }; guint i;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor