Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Latest commit

 

History

History
68 lines (42 loc) · 1.92 KB

mozo.md

File metadata and controls

68 lines (42 loc) · 1.92 KB

Main Menu

Main Menu editor for MATE DE is preinstalled. It may be called from terminal as mozo.

Show and hide item

Steps to test:

  1. Open Main Menu
  2. Navigate to Accesories menu and check the Show checkbox near About MATE (or any other unchecked item)
  3. Open Applications menu with <Alt>+<F1>, navigate to the category with just-enabled item and ensure that it is now shown
  4. Uncheck this menu item again in the Main Menu Application

Expected results:

  • user is able to control visibility of the needed item.

Add New Menu

Steps to test:

  1. Open Main Menu
  2. Navigate to Applications main menu
  3. Click New Menu, specify its name (for example MyMenu)
  4. Check the Show checkmark to make just-created menu visible

Expected result:

  • user is able to create new menu.

Add New Item

Steps to test:

  1. Open Main Menu
  2. Click on the just-created user-defined menu named MyMenu
  3. Click New Item
  4. Fill the fields of Create Launcher window with information about existing applicaiton - for example Type : Application, Name: MATE Calculator, Command: mate-calc) and click OK
  5. Open Applications menu with <Alt>+<F1>, locate the just-created menu with single launcher, run the application

Expected results:

  • user is able to add new item to the previously created menu and to launch the application from this new item.

Add New Separator

Steps to test:

  1. Open Main Menu
  2. Place cursor on any menu item, click New Separator
  3. Open Applications menu with <Alt>+<F1>, locate the just-created separator here

Expected results:

  • user is able to create and locate menu separator.

Delete element

Steps to test:

  1. Open Main Menu
  2. Place cursor on user-created item, menu or separator
  3. Open Applications menu with <Alt>+<F1>, ensure that item, menu or separator was really deleted
  4. Click Delete

Expected results:

  • user is able to locate and delete item, menu or separator.