restore menu of gnome on desktop: fedora 12

/root/.gconf/apps/panel/general/

 

If you find "menu" disappears one day, like below, 

please check your gconfig at ~/.gconf/apps/panel/general/%gconf.xml

 

if there is no menu_bar, you should add it.

        <entry name="object_id_list" mtime="1399356789" type="list" ltype="string">
                <li type="string">
                        <stringvalue>menu_bar</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>web_launcher</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>email_launcher</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>object_0</stringvalue>
                </li>
        </entry>

after adding it, the menu should be back,

 

        <entry name="object_id_list" mtime="1399356789" type="list" ltype="string">
                <li type="string">
                        <stringvalue>menu_bar</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>web_launcher</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>email_launcher</stringvalue>
                </li>
                <li type="string">
                        <stringvalue>object_0</stringvalue>
                </li>
        </entry>

 

 

or

 

 

right-click on any vacant space on the panel. Choose Add to Panel, then choose Menu Bar from the Add to Panel dialog.

 

you can refer to the help of gnome by right-click on any vacant space on the panel, choose "Help", you will see:

 

 

select Menus, you will see details:

 

Menus

    * Desktop User Guide
    * Using the Panels

You can add the following types of menu to your panels:

    *


              

      Menu Bar: You can access almost
      all of the standard applications, commands, and configuration options from
      the menus in the Menu Bar. It contains the Applications,
      Places, and System menus.

              

      To add a Menu Bar to a panel, right-click
      on any vacant space on the panel. Choose Add to Panel, then
      choose Menu Bar from the Add to Panel dialog.
      See Section 4.3.2 ― Adding an Object to a Panel for more on this.

            
    *

              

      Main Menu: The Main Menu contains the same
              items as the Menu Bar, but organizes them into one menu instead of three.
              It takes up less space on the panels as a result.

              

      To add a Main Menu to a panel, right-click
      on any vacant space on the panel. Choose Add to Panel, then
      choose Main Menu from the Add to Panel dialog.
      See Section 4.3.2 ― Adding an Object to a Panel for more on this.

            
    *

              

      Submenus: You can add a submenu of the Menu Bar
              or Main Menu directly to the panel. For example, you can add the Games
              submenu of the Applications menu to the panel.

              

      To add a submenu to a panel, open the submenu, right-click on a launcher, then choose
      Entire menu ▸ Add this as menu to panel.

posted @ 2014-05-06 14:05  alxe_yu  阅读(138)  评论(0)    收藏  举报