Global dconf settings
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am trying to set some global gsettings/dconf properties so that the display is not turned off when the idle. Usually one sets this with the following command:
gsettings set set org.gnome.desktop.session idle-delay 0
However, I want to to be able to set this across all user accounts. I found this answer that suggested that I create some specific files under /etc/dconf
. So, using that answer as a guide, I performed the following:
sudo mkdir -p /etc/dconf/profile
cat <<EOF | sudo tee /etc/dconf/profile/user
user-db:user
system-db:local
EOF
sudo mkdir -p /etc/dconf/db/local.d
cat <<EOF | sudo tee /etc/dconf/db/local.d/00-nolock
[org/gnome/desktop/session]
idle-delay=0
EOF
sudo dconf update
However, upon logging out and logging back in, the global settings I attempted to set were not in effect.
How can I set dconf properties globally?
debian ubuntu dconf gsettings
add a comment |Â
up vote
0
down vote
favorite
I am trying to set some global gsettings/dconf properties so that the display is not turned off when the idle. Usually one sets this with the following command:
gsettings set set org.gnome.desktop.session idle-delay 0
However, I want to to be able to set this across all user accounts. I found this answer that suggested that I create some specific files under /etc/dconf
. So, using that answer as a guide, I performed the following:
sudo mkdir -p /etc/dconf/profile
cat <<EOF | sudo tee /etc/dconf/profile/user
user-db:user
system-db:local
EOF
sudo mkdir -p /etc/dconf/db/local.d
cat <<EOF | sudo tee /etc/dconf/db/local.d/00-nolock
[org/gnome/desktop/session]
idle-delay=0
EOF
sudo dconf update
However, upon logging out and logging back in, the global settings I attempted to set were not in effect.
How can I set dconf properties globally?
debian ubuntu dconf gsettings
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am trying to set some global gsettings/dconf properties so that the display is not turned off when the idle. Usually one sets this with the following command:
gsettings set set org.gnome.desktop.session idle-delay 0
However, I want to to be able to set this across all user accounts. I found this answer that suggested that I create some specific files under /etc/dconf
. So, using that answer as a guide, I performed the following:
sudo mkdir -p /etc/dconf/profile
cat <<EOF | sudo tee /etc/dconf/profile/user
user-db:user
system-db:local
EOF
sudo mkdir -p /etc/dconf/db/local.d
cat <<EOF | sudo tee /etc/dconf/db/local.d/00-nolock
[org/gnome/desktop/session]
idle-delay=0
EOF
sudo dconf update
However, upon logging out and logging back in, the global settings I attempted to set were not in effect.
How can I set dconf properties globally?
debian ubuntu dconf gsettings
I am trying to set some global gsettings/dconf properties so that the display is not turned off when the idle. Usually one sets this with the following command:
gsettings set set org.gnome.desktop.session idle-delay 0
However, I want to to be able to set this across all user accounts. I found this answer that suggested that I create some specific files under /etc/dconf
. So, using that answer as a guide, I performed the following:
sudo mkdir -p /etc/dconf/profile
cat <<EOF | sudo tee /etc/dconf/profile/user
user-db:user
system-db:local
EOF
sudo mkdir -p /etc/dconf/db/local.d
cat <<EOF | sudo tee /etc/dconf/db/local.d/00-nolock
[org/gnome/desktop/session]
idle-delay=0
EOF
sudo dconf update
However, upon logging out and logging back in, the global settings I attempted to set were not in effect.
How can I set dconf properties globally?
debian ubuntu dconf gsettings
debian ubuntu dconf gsettings
asked 8 mins ago
wheeler
1082
1082
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f479482%2fglobal-dconf-settings%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password