Unityに戻ると、ラップトップにとって重要な電源設定を管理するための設定プログラムには、次のようなオプションがありました。
新しいgnomeシェルのPower Settings
、充電器のステータスに関係なく、自動サスペンド以外のすべての構成が適用され、蓋を閉じたときに何をするかについてのオプションはありません。
これらの設定はGUIのどこかに隠されていますか、それともコマンドラインからアクセスできますか? GUIで利用できない場合、またはまったく利用できない場合、開発コミュニティへの追加を提案する適切なチャネルは何でしょうか?
パッケージgnome-settings-daemon
がインストールされている場合は、lid、buttonsおよびローバッテリーアクションdconf
内の場所:[org.gnome.settings-daemon.plugins.power]
設定例:
[org/gnome/settings-daemon/plugins/power]
lid-close-ac-action='nothing'
lid-close-battery-action='nothing'
power-button-action='nothing'
sleep-inactive-ac-timeout=3600
sleep-inactive-ac-type='nothing'
sleep-inactive-battery-timeout=900
sleep-inactive-battery-type='suspend'
critical-battery-action='suspend'
percentage-action=2
percentage-critical=3
percentage-low=10
低い重要な割合で通知があります。 percentage-action
では、critical-battery-action
で定義されたアクションがあります。
バッテリーレベルのトリガーを変更する2番目のオプションもあります。すべての値は/etc/Upower/Upower.conf
に保存されます
選択した値を置き換える必要があります:
PercentageLow=10
PercentageCritical=3
PercentageAction=2
CriticalPowerAction=HybridSleep