Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-13994

Start menu, shortcuts: port r61988 to LiveCD from BootCD

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • 0.4.8
    • Shell
    • 61,988

    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

          Activity

            People

              ThFabba ThFabba
              Serge Gautherie Serge Gautherie
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: