You are not logged in.

#1 2017-04-14 01:50:03

sc954rr
New Member
Registered: 2017-04-14
Posts: 4

obmenu help (SOLVED)

Hello everyone this is my first time using openbox environment and have been loving it so far but I'm having slight issue I'm hoping someone can help me. I modified my menu to show correct category and program I want to open but when I click on it nothing happens and it opens up geany to edit the shell script.  Now when I manually open the folder the program installs to it executes fine, when I also created a .Desktop file and place it in applications folder that also executes and opens program fine.  I have been searching for hours and trying different things but no luck.  Help please

Thanks

Last edited by sc954rr (2017-04-14 04:10:44)

Offline

#2 2017-04-14 02:47:54

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: obmenu help (SOLVED)

Welcome to Bunsen.

What program?
How did you 'modify the OB menu'?

Please show the section in the ~/.config/openbox/menu.xml that has your program.
IE:

			<item label="Ruler">
				<action name="Execute">
					<command>screenruler</command>
				</action>
			</item>

Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#3 2017-04-14 03:23:30

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: obmenu help (SOLVED)

sc954rr wrote:

</menu>
        <menu id="webctrl65" label="WebCTRL6.5">
            <item label="EIKON">
                <action name="Execute">
                    <command>/home/scott/WebCTRL6.5/EIKON</command>
                </action>
                 </item>


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#4 2017-04-14 03:26:32

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: obmenu help (SOLVED)

I apologize ... I deleted your post by mistake.  Original post quoted above.
=================================================
I do not see that program in the debian repos.

How did you install it?

Can you run it from a terminal?

 14 Apr 17 @ 00:20:05 ~
  $ ~/WebCTRL6.5/EIKON

If not what error do you get?

Or try:

 14 Apr 17 @ 00:20:05 ~
  $ ~/WebCTRL6.5/eikon

Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#5 2017-04-14 03:51:03

sc954rr
New Member
Registered: 2017-04-14
Posts: 4

Re: obmenu help (SOLVED)

This program is from my company and is installed from a .sh package that is run.  Something interesting is that when I run from terminal ~/WebCTRL6.5/EIKON it throws error "Failed to find Java VM".  I can get it to run through terminal but I have to switch to the actual folder that WebCTRL6.5 is installed in.

Offline

#6 2017-04-14 03:56:31

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: obmenu help (SOLVED)

Write a bash script to start it: eik.sh

#!/bin/bash
cd ~/WebCTRL6.5
EIKTON
exit

Put it in your path (  ~/bin )
and call that in your menu:

        <menu id="webctrl65" label="WebCTRL6.5">
            <item label="EIKON">
                <action name="Execute">
                    <command>eik.sh</command>
                </action>
                 </item>

Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#7 2017-04-14 04:10:01

sc954rr
New Member
Registered: 2017-04-14
Posts: 4

Re: obmenu help (SOLVED)

Great idea creating script!  It works like a champ now....Big thanks this was driving me crazy

Offline

#8 2017-04-14 16:25:49

Sector11
Mod Squid Tpyo Knig
From: Upstairs
Registered: 2015-08-20
Posts: 8,030

Re: obmenu help (SOLVED)

You're welcome.


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

Board footer

Powered by FluxBB