gnome-screensaverの設定方法は?


10

Ubuntu GNOME 15.04を実行していて、installを実行gnome-screensaverしていますが、システムとシステム設定を検索した後、このスクリーンセーバーの構成設定が見つかりません。ターミナルで実行すると、次のようになります。

**(gnome-screensaver:20082):警告**:このセッションですでにスクリーンセーバーが実行されています

それで、それをどのように構成しますか?


OS情報:

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.04
Release:    15.04
Codename:   vivid
Flavour: GNOME
GNOME Version: 3.16

パッケージ情報:

gnome-screensaver:
  Installed: 3.6.1-0ubuntu16
  Candidate: 3.6.1-0ubuntu16
  Version table:
 *** 3.6.1-0ubuntu16 0
        500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
        100 /var/lib/dpkg/status

設定を確認しましたか?
TheWanderer 2015

@ Zacharee1:はい、それは私が「...そして私のシステム設定...」によって意味したものです

おっとっと。ごめんなさい。設定をどこでチェックインし、後で再起動しましたか?
TheWanderer 2015

@ Zacharee1:Powerセクションでチェックインし、Backgroundセクションでチェックインしました。いいえ、再起動はしていませんが、確認したところ、必要であると報告しているアプリケーションはありません。少しだけ)。

回答:


16

Gnome設定

Settings> Backgroundでスクリーンセーバーを制御できますが、GUIにはオプションがありません。

ここに画像の説明を入力してください

そして経由して

Settings > Power

ここに画像の説明を入力してください


微調整ツール

Gnome Tweak Toolにはもう少しオプションがあります

ここに画像の説明を入力してください

ここに画像の説明を入力してください


gsettings または dconf-editor

また、を介してアクセスできるすべてのオプションgsettings。これはスクリーンセーバーで利用可能なすべてのキーのリストです

% gsettings list-keys org.gnome.desktop.screensaver
picture-opacity
logout-enabled
lock-enabled
logout-delay
embedded-keyboard-enabled
primary-color
idle-activation-enabled
secondary-color
logout-command
color-shading-type
embedded-keyboard-command
show-notifications
picture-options
lock-delay
show-full-name-in-top-bar
picture-uri
status-message-enabled
ubuntu-lock-on-suspend
user-switch-enabled

そして電源管理のために

% gsettings list-keys org.gnome.settings-daemon.plugins.power
button-power
critical-battery-action
percentage-low
priority
lid-close-suspend-with-external-monitor
idle-dim
button-hibernate
sleep-inactive-ac-type
button-sleep
button-suspend
sleep-inactive-battery-timeout
time-low
lid-close-ac-action
notify-perhaps-recall
percentage-critical
percentage-action
sleep-inactive-battery-type
time-action
lid-close-battery-action
idle-brightness
sleep-inactive-ac-timeout
time-critical
active
use-time-for-policy

gnome-screensaver-command

制御するgnome-screensaverには、使用する必要があります

gnome-screensaver-command

から man gnome-screensaver-command

SYNOPSIS
       gnome-screensaver-command [OPTION...]

DESCRIPTION
       gnome-screensaver-command is a tool for controlling an already running instance of gnome-screensaver.

OPTIONS
       --exit Causes the screensaver to exit gracefully

       -q, --query
              Query the state of the screensaver

       -t, --time
              Query the length of time the screensaver has been active

       -l, --lock
              Tells the running screensaver process to lock the screen immediately

       -a, --activate
              Turn the screensaver on (blank the screen)

       -d, --deactivate
              If the screensaver is active then deactivate it (un-blank the screen)

       -V, --version
              Version of this application

これは頻繁に変更されるスクリーンセーバーですか?私は等の間隔の長さやディレクトリソースのいずれかのオプションが表示されない
イライジャ・リン
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.