내 debian-menu.xml이 없습니다.

내 debian-menu.xml이 없습니다.

나는 상대적으로 새로운 데비안 설치를 가지고 있습니다. 처음 설치했을 때 GUI가 없었지만 실행했기 apt-get install xinit때문에 apt-get install openbox실행했을 때 startxOpenbox 세션이 생겼습니다.

내 오픈박스 메뉴는 매우 제한되어 있으며 .xsession-errors표시됩니다 .

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"

확인해 보니 /var/libopenbox/debian-menu.xml아무것도 없었습니다. openbox가 데비안 메뉴 항목을 표시할 수 있도록 수정할 수 있나요?

편집하다:

~/.config/openbox/rc.xml내 파일 에서 발췌한 내용은 다음과 같습니다 .

<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>

답변1

menu패키지는 데비안 메뉴를 제공하며 반드시 설치해야 합니다.

답변2

openbox귀하의 설명에 따르면 이전에 패키지를 설치하지 않은 경우 패키지가 제대로 실행되지 않는 것 같습니다 . menu간단한 해결책은 그것을 켜는 것 Depend:입니다 menu. Openbox는 필요하지 않은 소규모 시스템에 적합한 경량 창 관리자이므로 menuOpenbox의 구성을 수정하는 것이 가장 좋습니다. Openbox의 원래 설치에서 문제를 재현할 수 있는지 확인하십시오(구성 파일을 저장하고 패키지를 지우기). 가능하다면 확인해 주세요.데비안 버그 추적기이 문제가 보고되었는지 확인하고, 그렇지 않은 경우 신고해 주세요.

답변3

메뉴 패키지는 Debian 메뉴를 제공하며 설치해야 합니다.

  1. Breezy Universe 저장소 활성화
  2. sudo apt-get 업데이트
  3. sudo apt-get 설치 메뉴

관련 정보