Actions
Bug #169
closedWhy pressing enter only after the CD is removed?
Status:
Won't fix
Priority:
Urgent
Assignee:
Category:
Accessibility
Target version:
Description
When DDL is ran from CD, you have to remove the CD from the CD trail then press Enter to make the computer really shutdown. Why not pressing any key since children may not know what is the Enter key?
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
The bash shell command read
has an option ā-nā
to tell the number of characters to be read. Unfortunately dash hasn't it and we need to make a call to bash in the shutdown script to implement this.
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from In Progress to Ready for test
- % Done changed from 30 to 60
Updated by Jean-Michel Philippe over 13 years ago
Strangely DDL CD in VirtualBox now shuts down without any action after 10-20 seconds. Tests for real wanted!
Updated by Jean-Michel Philippe over 13 years ago
- Status changed from Ready for test to Won't fix
Does the same for real. We cannot implement this feature, or we need to switch back to bash which is anyway a vital system component.
Actions