Keyboard shortcut recover to default settings after system reboot
Bug #172475 reported by
cathyli
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moblin Applets |
Confirmed
|
Wishlist
|
Bob Spencer |
Bug Description
Description:
----------------
Keyboard shortcut recover to default settings after system reboot.
Reproduced steps:
----------------
1. Launch control panel
2. Open Keybindings applet
3. Modify one application’s keyshortcut, e.g. modify Calculator key shortcut from "Ctrl+Alt+C" to "Ctrl+C"
4. reboot system, repeat step1-3, you will find keyboard setting recover to default.
Current result:
----------------
Keyboard shortcut recover to default settings after system reboot, Calculator key shortcut was still "Ctrl+Alt+C".
Respected result:
----------------
Keyboard shortcut configurations should not loss and not recover to default settings after system reboot.
Changed in moblin-applets: | |
assignee: | nobody → todd-e-brandt |
importance: | Undecided → Medium |
Changed in moblin-applets: | |
milestone: | none → m9 |
Changed in moblin-applets: | |
milestone: | m9 → fix-later |
To post a comment you must log in.
This is caused by forcibly shutting off and turning on the system. The settings that the buttons applet uses are in gconf which has a cache that needs to be flushed prior to shutdown. If the reboot or shutdown commands are used the gconf data will be properly stored and this error will not occur. What needs to happen is we need some GUI way to reboot and shutdown properly.