Description
Diff example:
BootCD: "Start > Programs > Accessories > Accessibility".
LiveCD: "Start > Programs > Accessibility".
BootCD: media/inf/shortcuts.inf
5 [ShortcutFolders]
|
6 DesktopShortcuts=0,
|
7 ProgramShortcuts=2,
|
8 AdminToolsShortcuts=47,
|
9 AccessoriesShortcuts=2, %ACCESSORIES%
|
10 SystemToolsShortcuts=2, %ACCESSORIES%\%SYSTOOLS%
|
11 AccessibilityShortcuts=2, %ACCESSORIES%\%ACCESSIBILITY%
|
12 EntertainmentShortcuts=2, %ACCESSORIES%\%ENTERTAINMENT%
|
13 CommunicationsShortcuts=2, %ACCESSORIES%\%COMMUNICATIONS%
|
14 GamesShortcuts=2, %GAMES%
|
LiveCD: boot/bootdata/CMakeLists.txt;
71 ## NOTE: What would be nice is to create this list using /media/inf/shortcuts.inf
|
72 ## and taking their default english translation!
|
|
80 add_livecd_shortcut("Magnify" magnify.exe "Profiles/All Users/Start Menu/Programs/Accessibility")
|
81 add_livecd_shortcut("On-Screen Keyboard" osk.exe "Profiles/All Users/Start Menu/Programs/Accessibility")
|
BootCD shortcuts.inf part was updated by CORE-7813 r61988.
LiveCD CMakeLists.txt part was created by r54514, and misses the update.
I don't know about using media/inf/shortcuts.inf,
but adding the missing Accessories directory seems trivial.
Attachments
Issue Links
- blocks
-
CORE-13041 Review and fix differences between BootCD and LiveCD
- Open
- is blocked by
-
CORE-7813 shortcuts.inf - Improve start menu program shortcuts
- Resolved