Shutdown dialog doesn't shutdown automatically after given time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unity |
Triaged
|
Low
|
Unassigned | ||
unity (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
New shutdown/
In old dialog (<= 12.10) there was a countdown starting at 60sec which shutdown the system after ran out. This made it possible to shutdown a system automatically from command line without extra user interaction.
The dbus method which triggers the dialog indicate that there is such a function:
~$ qdbus org.gnome.Shell /org/gnome/
[...]
method void org.gnome.
I'd expect 'max_wait' is seconds until proceed shutdown. But it doesn't work.
-------
I know there is an alternative with 'sudo shutdown -h now' and I also know how to make that sudo command password-less. But that would only work on my own system. I need this functionality for a OSS project where I don't want to mess around in users '/etc/sudoers' file. All other Desktop Environs I know have such a feature except Unity >= 13.04
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: unity 7.0.0daily13.
ProcVersionSign
Uname: Linux 3.8.0-29-generic x86_64
ApportVersion: 2.9.2-0ubuntu8.5
Architecture: amd64
CompizPlugins: No value set for `/apps/
Date: Sun Dec 1 21:52:54 2013
InstallationDate: Installed on 2013-08-20 (103 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MarkForUpload: True
SourcePackage: unity
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in unity: | |
status: | New → Confirmed |
Changed in unity (Ubuntu): | |
status: | New → Confirmed |
Changed in unity: | |
importance: | Undecided → Medium |
assignee: | nobody → Andrea Azzarone (andyrock) |
Changed in unity (Ubuntu): | |
assignee: | nobody → Andrea Azzarone (andyrock) |
Changed in unity: | |
milestone: | none → 7.3.1 |
Changed in unity: | |
milestone: | 7.3.1 → 7.3.2 |
Changed in unity: | |
milestone: | 7.3.2 → 7.3.3 |
Changed in unity (Ubuntu): | |
importance: | Undecided → Low |
Changed in unity: | |
importance: | Medium → Low |
status: | Confirmed → Triaged |
Changed in unity (Ubuntu): | |
status: | Confirmed → Triaged |
tags: | added: rls-w-incoming |
Changed in unity: | |
milestone: | 7.3.3 → 7.4.0 |
tags: |
added: rls-x-incoming removed: rls-w-incoming |
tags: | removed: rls-x-incoming |
tags: | added: unity-backlog |
Changed in unity: | |
assignee: | Andrea Azzarone (azzar1) → nobody |
Changed in unity (Ubuntu): | |
assignee: | Andrea Azzarone (azzar1) → nobody |
Mh, I think it was a design decision not to do this... Actually to prevent this to happen we had to use some workarounds, so I think this is a Won't fix.