Tengo una instalación de Debian relativamente nueva:cuando se instaló por primera vez, no tenía interfaz gráfica de usuario, pero ejecuté apt-get install xinit
y apt-get install openbox
, así que cuando ejecuto startx
Obtengo una sesión de openbox.
Mi menú de openbox es bastante limitado y .xsession-errors
espectáculos
Openbox-Message: Unable to find a valid menu file "debian-menu.xml"
Openbox-Message: Unable t o find a valid menu file "/var/lib/openbox/debian-menu.xml"
Cuando reviso /var/libopenbox/debian-menu.xml
no hay nada allí.
¿Es posible arreglarlo para que Openbox pueda mostrar los elementos del menú de Debian?
Editar:
El siguiente es un extracto de mi ~/.config/openbox/rc.xml
archivo:
<menu>
<!-- You can specify more than one menu file in here and they are all loaded,
just don't make menu ids clash or, well, it'll be kind of pointless -->
<!-- default menu file (or custom one in $HOME/.config/openbox/) -->
<!-- system menu files on Debian systems -->
<file>/var/lib/openbox/debian-menu.xml</file>
<file>debian-menu.xml</file>
<file>menu.xml</file>
<hideDelay>200</hideDelay>
<!-- if a press-release lasts longer than this setting (in milliseconds), the
menu is hidden again -->
<middle>no</middle>
<!-- center submenus vertically about the parent entry -->
<submenuShowDelay>100</submenuShowDelay>
<!-- time to delay before showing a submenu after hovering over the parent
entry.
if this is a negative value, then the delay is infinite and the
submenu will not be shown until it is clicked on -->
<submenuHideDelay>400</submenuHideDelay>
<!-- time to delay before hiding a submenu when selecting another
entry in parent menu -->
if this is a negative value, then the delay is infinite and the
submenu will not be hidden until a different submenu is opened -->
<applicationIcons>yes</applicationIcons>
<!-- controls if icons appear in the client-list-(combined-)menu -->
<manageDesktops>yes</manageDesktops>
<!-- show the manage desktops section in the client-list-(combined-)menu -->
</menu>
Respuesta aceptada:
El menu
El paquete proporciona el menú de Debian y debe instalarse.