mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-22 04:46:45 +08:00
We want to quit machines without being asked, if we are really sure. Change-Id: Ic7156f5b0fe236c0270d8c2e4fcc322a82776caf Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@qt.io>
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/usr/bin/env sh
|
|
|
|
# Disable questions on shutdown.
|
|
gsettings set com.canonical.indicator.session suppress-logout-restart-shutdown true
|