Tiny Core Linux

Tiny Core Base => TCB Talk => Topic started by: avr001 on August 13, 2019, 10:55:36 AM

Title: How do i can modify the OpenBox's menu.xml file?
Post by: avr001 on August 13, 2019, 10:55:36 AM
 i  used  tce-ab install openbox.tcz  but i could modify the menu file ( menu.xml)

someone can help me?

Title: Re: How do i can modify the OpenBox's menu.xml file?
Post by: avr001 on August 13, 2019, 10:57:16 AM
(http://forum.tinycorelinux.net/index.php?action=dlattach;topic=23138.0;attach=5148)
Title: Re: How do i can modify the OpenBox's menu.xml file?
Post by: Rich on August 13, 2019, 11: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.
Title: Re: How do i can modify the OpenBox's menu.xml file?
Post by: avr001 on August 13, 2019, 11: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?
Title: Re: How do i can modify the OpenBox's menu.xml file?
Post by: avr001 on August 13, 2019, 11:53:08 PM
(http://forum.tinycorelinux.net/index.php?action=dlattach;topic=23138.0;attach=5149)

for pitruce
Title: Re: How do i can modify the OpenBox's menu.xml file?
Post by: Rich on August 14, 2019, 12:07:12 AM
Hi avr001
Try:
Code: [Select]
busybox cp -f /home/tc/openboxfile/menu.xml  /usr/local/etc/xdg/openbox/