Skip to content
Snippets Groups Projects
Commit 0ce4f02c authored by Jędrzej Nowacki's avatar Jędrzej Nowacki Committed by Simon Hausmann
Browse files

Suppress shutdown indicator in Ubuntu


We want to quit machines without being asked, if we are
really sure.

Change-Id: Ic7156f5b0fe236c0270d8c2e4fcc322a82776caf
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@qt.io>
Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@qt.io>
parent be379584
Branches
Tags
No related merge requests found
#!/usr/bin/env sh
# Disable questions on shutdown.
gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true
#!/usr/bin/env sh
# Disable questions on shutdown.
gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true
#!/usr/bin/env sh
# Disable questions on shutdown.
gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment