hibernate and suspend are not disabled on gutsy liveCD
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
casper (Ubuntu) |
Fix Released
|
High
|
Colin Watson | ||
Gutsy |
Fix Released
|
High
|
Colin Watson |
Bug Description
Binary package hint: casper
the location of teh gconf-keys for gnome-power-manager changed with teh 2.20 release, paths need to be adjusted like in the patch below:
ogra@laptop:
--- scripts/
+++ scripts/
@@ -24,8 +24,8 @@
gpm_version=
if [ -n "$gpm_version" ]; then
# casper-reconfigure /root gnome-power-manager
- chroot /root sudo -u "$USERNAME" gconftool-2 -s -t bool /apps/gnome-
- chroot /root sudo -u "$USERNAME" gconftool-2 -s -t bool /apps/gnome-
+ chroot /root sudo -u "$USERNAME" gconftool-2 -s -t bool /apps/gnome-
+ chroot /root sudo -u "$USERNAME" gconftool-2 -s -t bool /apps/gnome-
fi
if [ -d /root/usr/
Related branches
Changed in casper: | |
assignee: | nobody → kamion |
status: | Confirmed → Fix Committed |
I think that only hibernate should be disabled, having suspend in the Live CD environment is useful for testing.