WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How do i can modify the OpenBox's menu.xml file?  (Read 2224 times)

Offline avr001

  • Newbie
  • *
  • Posts: 8
How do i can modify the OpenBox's menu.xml file?
« on: August 13, 2019, 07:55:36 AM »
 i  used  tce-ab install openbox.tcz  but i could modify the menu file ( menu.xml)

someone can help me?


Offline avr001

  • Newbie
  • *
  • Posts: 8
Re: How do i can modify the OpenBox's menu.xml file?
« Reply #1 on: August 13, 2019, 07:57:16 AM »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: How do i can modify the OpenBox's menu.xml file?
« Reply #2 on: August 13, 2019, 08:17:07 AM »
Hi avr001
Extensions are loop mounted squash file systems. They are read only and can not be edited.
Do this:
Code: [Select]
busybox cp -f /tmp/tcloop/openbox/usr/local/etc/xdg/openbox/menu.xml  /usr/local/etc/xdg/openbox/Now edit  /usr/local/etc/xdg/openbox/menu.xml. Add  usr/local/etc/xdg/openbox/menu.xml  to your backup.

Offline avr001

  • Newbie
  • *
  • Posts: 8
Re: How do i can modify the OpenBox's menu.xml file?
« Reply #3 on: August 13, 2019, 08:50:43 PM »
  the  same result!

  when i  cp the openbox's "menu.xml"  to the /home/tc/openboxfile/   can modify.
 but  i cloud not upload the file to the /usr/local/etc/xdg/openbox/menu.xml

 i have not idea to do !  someone can help me?

Offline avr001

  • Newbie
  • *
  • Posts: 8
Re: How do i can modify the OpenBox's menu.xml file?
« Reply #4 on: August 13, 2019, 08:53:08 PM »


for pitruce

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: How do i can modify the OpenBox's menu.xml file?
« Reply #5 on: August 13, 2019, 09:07:12 PM »
Hi avr001
Try:
Code: [Select]
busybox cp -f /home/tc/openboxfile/menu.xml  /usr/local/etc/xdg/openbox/