HP t5525 Customization Techniques on HP Compaq Linux Thin Clients - Page 5

The menu.xml.cman file controls the right-click menu for all non-root users.

Page 5 highlights

This can be useful for example if you make a script that generates a gnome menu and put it in a separate file. -->

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12

5
This can be useful for example if you make a script that generates a gnome
menu and put it in a separate file.
-->
<xfdesktop-menu>
<title name="HP Connection Administrator Desktop Menu" visible="yes" />
<separator/>
<app name="Console" cmd="xfterm4
-bg black -fg white -rightbar" />
<separator/>
<app name="Vncviewer" cmd="vncviewer" />
<separator/>
<app name="Settings" cmd="xfce-setting-show"/>
<separator/>
</xfdesktop-menu>
========================================================================
The menu.xml.cman file controls the right-click menu for all non-root users.
To modify the menu for the standard user, edit the menu.xml.cman file. The focus of this section is based
on the following portion of the file:
<
xfdesktop-menu>
<title name="HP Connection Administrator Desktop Menu" visible="yes" />
<separator/>
<app name="Console" cmd="xfterm4
-bg black -fg white -rightbar" />
<separator/>
<app name="Vncviewer" cmd="vncviewer" />
<separator/>
<app name="Settings" cmd="xfce-setting-show"/>
<separator/>
</xfdesktop-menu>
The previous syntax results in the following menu: