You are not logged in.

#1 2003-11-29 22:46:46

Nacha
Member
Registered: 2003-07-23
Posts: 21

problems with openbox3

I had installed openbox3.0-1 and the menu does not work. Hoe do I fix it?

thanks

Offline

#2 2003-11-29 23:11:20

red_over_blue
Member
Registered: 2003-07-19
Posts: 152

Re: problems with openbox3

I'm not sure what you mean by "does not work", but here is some info:

1.  The default menu included with openbox3 will have many options for apps that you may not have.  Simply because it is in the openbox3 menu does not mean that launching it will actually do anything.

2.  To edit your menu, edit the xml file ~/.config/openbox/menu.xml

For example, here is mine, which is obviosly much simpler than the default (and only contains entries that will actually run when launched):

<?xml version="1.0" encoding="UTF-8"?><openbox_menu>
<menu id="root-menu" label="OpenBox 3">
        <item label="rxvt">
                <action name="execute"><execute>rxvt -fg green -bg black -sl 200                                                      0</execute></action>
        </item>

        <item label="X-Chat">
                <action name="execute"><execute>/usr/bin/xchat</execute></action                                                      >
        </item>
        
        <item label="Opera">
                <action name="execute"><execute>/home/john/bin/opera</execute></                                                      action>
        </item>
        
        <item label="ET">
                <action name="execute"><execute>/usr/local/bin/et</execute></act                                                      ion>
        </item>
        
        <item label="Root-Tail">
                <action name="execute"><execute>/usr/bin/root-tail -g 150x30+0+1                                                      00 -font fixed /var/log/httpd/access_log,blue /var/log/httpd/error_log,red,'ALER                                                      T'</execute></action>
        </item>
        
        <item label="obconf">
                <action name="execute"><execute>/usr/bin/obconf</execute></actio                                                      n>
        </item> 

        <menu id="1" label="OpenBox3 system">
                <menu id="client-list-menu"/>
                <item label="Reconfigure"><action name="reconfigure"></action></                                                      item>
                <item label="Restart"><action name="restart"></action></item>
                <item label="Exit"><action name="exit"></action></item>
        </menu>

</menu>
</openbox_menu>

Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details

Offline

#3 2003-11-30 03:02:41

Nacha
Member
Registered: 2003-07-23
Posts: 21

Re: problems with openbox3

Thanks for answer me. But where do I find that file?

In my /home/nota there is not a dir call .openbox as i have for .fluxbox. also not inofrmation on /etc

in order to edit, do i have to create a file like yours?

thanks

Offline

#4 2003-11-30 03:42:18

red_over_blue
Member
Registered: 2003-07-19
Posts: 152

Re: problems with openbox3

Nacha,

The config file would be /home/nota/.config/openbox/menu.xml in your case


Don't forget to post your PKGBUILD in your thread when you announce a new package in incoming.
see HERE for details

Offline

#5 2003-12-01 05:02:50

sarah31
Member
From: Middle of Canada
Registered: 2002-08-20
Posts: 2,975
Website

Re: problems with openbox3

well when i fired up openbox for the first time it used all the root files. no ~/.config existed i had to create it. then i created the openbox dir with it and copied over the root menu.


AKA uknowme

I am not your friend

Offline

Board footer

Powered by FluxBB