You are not logged in.

#61 2016-05-05 21:12:58

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: unofficial obmenu-generator repository (fixed!)

Right, rebuilt the packages and they now work in a live BL session:
2016-05-05-221125_1920x1080_scrot.th.png

Feedback welcomed!
smile

Offline

#62 2016-05-05 23:06:25

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: unofficial obmenu-generator repository (fixed!)

Head_on_a_Stick wrote:
martix wrote:

Is there a way maybe to reverse this command?

Just use obmenu-generator to generate a new menu and overwrite any changes, perhaps?

Well, xterm is not there anymore and the only change I noticed is that after "obmenu-generator -u -i" I get the whole menu script running in the terminal. I'm not sure regarding any other changes. After checking menu.xml there is nothing regarding xterm. The menu works fine, icons looks great, the only issue so far I discovered was Volti. It does not start from the menu. Other items seem to work fine.

Offline

#63 2016-05-06 06:22:47

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: unofficial obmenu-generator repository (fixed!)

Fantastic, thanks for your work here smile

the only issue so far I discovered was Volti. It does not start from the menu

Well, volti is usually autostarted -- is that not working?

Does volti run if you start it from a terminal?

If not, does it return any error messages?

Offline

#64 2016-05-06 14:02:14

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: unofficial obmenu-generator repository (fixed!)

Head_on_a_Stick wrote:

Fantastic, thanks for your work here smile

Work!? It's linux, it's fun! You're welcome anyhow and in fact I have to thank you for providing obmenu-generator. I think for this DE a specific package for the new menu is a big step forward. At least I was missing something like a start-menu (which I used to sorted out with Cairo-dock). This is simply better than the old openbox menu imho, especially for noobs.

Volti is running, I can start the mixer via Sound-Icon. From terminal I could also start it, but it says one instance is already running. Ahh, I think I got it!!! Hence only one instance is allowed, it tries to start it from the menu again, but that's not possible, so nothing happens. Maybe there is somewhere Volti, where it should be "show mixer".

Offline

#65 2016-05-06 19:34:28

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: unofficial obmenu-generator repository (fixed!)

martix wrote:

Maybe there is somewhere Volti, where it should be "show mixer".

Have you tried:

volti-mixer

Offline

#66 2016-05-06 20:39:50

geekosupremo
Member
Registered: 2016-04-27
Posts: 169

Re: unofficial obmenu-generator repository (fixed!)

On fresh BL VM I installed the latest package from the OP repo ...
And it went swimingly! All as expected! big_smile

Offline

#67 2016-05-06 20:40:42

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: unofficial obmenu-generator repository (fixed!)

Thank goodness! *wipes brow*

Thank you very much for taking the time to test this geekosupremo smile

Offline

#68 2016-05-06 20:42:04

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: unofficial obmenu-generator repository (fixed!)

Head_on_a_Stick wrote:

Have you tried:

volti-mixer

I tried it now, it works via command line. I checked schema.pl, there are only categories. I'm not sure in which file I could try to change "volti" to "volti-mixer" (if that's the correct reason for not starting it) to get it work from the  menu.

Offline

#69 2016-05-06 20:43:29

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: unofficial obmenu-generator repository (fixed!)

geekosupremo wrote:

On fresh BL VM I installed the latest package from the OP repo ...
And it went swimingly! All as expected! big_smile

Sounds great! Does there Volti starts from the menu? Edit: It does, with a small fix - see Head_on_a_Stick's post.

Last edited by martix (2016-05-06 21:26:39)

Offline

#70 2016-05-06 20:43:53

geekosupremo
Member
Registered: 2016-04-27
Posts: 169

Re: unofficial obmenu-generator repository (fixed!)

Head_on_a_Stick wrote:

Thank goodness! *wipes brow*

Thank you very much for taking the time to test this geekosupremo smile

Glad to help! big_smile I should also try the 'obamenu' that xaos52 made see how they differ, or don't. wink

Offline

#71 2016-05-06 20:45:59

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,093
Website

Re: unofficial obmenu-generator repository (fixed!)

martix wrote:

I'm not sure in which file I could try to change "volti" to "volti-mixer"

Try modifying /usr/share/applications/volti.desktop and change the "Exec=" line from volti to volti-mixer

(untested)

EDIT: No, wait, that's how I would hack it ]:D

The correct method is to copy /usr/share/applications/volti.desktop to ~/.local/share/applications/ and edit that file instead.
O:)

Last edited by Head_on_a_Stick (2016-05-06 20:47:22)

Offline

#72 2016-05-06 20:57:15

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: unofficial obmenu-generator repository (fixed!)

Head_on_a_Stick wrote:
martix wrote:

I'm not sure in which file I could try to change "volti" to "volti-mixer"

Try modifying /usr/share/applications/volti.desktop and change the "Exec=" line from volti to volti-mixer

Brilliant! This method did it, mixer starts. So far I can tell everything starts now from the menu and everything looks like it should be. Very nice, good job.

Offline

#73 2016-05-06 20:57:42

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: unofficial obmenu-generator repository (fixed!)

folks, about the xterm woes mentioned earlier, this can be set in a different file called config.pl.
you can copy it to the same folder where schema.pl resides (~/.config/obmenu-generator).
in there is a definition for which terminal it should use.

Offline

#74 2016-05-06 21:12:59

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: unofficial obmenu-generator repository (fixed!)

ohnonot wrote:

folks, about the xterm woes mentioned earlier, this can be set in a different file called config.pl.
you can copy it to the same folder where schema.pl resides (~/.config/obmenu-generator).
in there is a definition for which terminal it should use.

Indeed, there is a terminal line in config.pl. I changed that before but the error message still popped up (even after starting it again). I checked it again -> if it's only set correctly in config.pl and xterm remains in schema.pl, it does not seem to start.

Offline

#75 2016-05-07 15:20:09

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: unofficial obmenu-generator repository (fixed!)

maybe you should replace all occurences of "xterm" with "$terminal" in schema.pl.

Offline

#76 2016-05-07 23:19:15

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: unofficial obmenu-generator repository (fixed!)

ohnonot wrote:

maybe you should replace all occurences of "xterm" with "$terminal" in schema.pl.

It works fine now. This was the culprit in schema.pl (line 34) [there was xterm instead of terminator]:

{item => ['terminator',             'Terminal',          'terminal']},

Offline

#77 2016-05-08 06:19:47

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: unofficial obmenu-generator repository (fixed!)

martix wrote:

I installed obamenu-generator, so there is no menu/help for me anymore. I found help though, in Accessories.

I'm sure it would be possible to include the original bunsenlabs menu inside the dynamic menu generated by obmenu-generator, probably as a submenu.
in a similar manner as outlined here.
so the line added to schema.pl would be sth like this:

~~~snip~~~
{raw => q(<menu id="Bunsenlabs" />)},
~~~snip~~~

this is a tricky business, it would be nice to somehow set that up inside the package?

Offline

#78 2016-05-08 13:51:21

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

Re: unofficial obmenu-generator repository (fixed!)

^ That is what I do - Bunsen Menu as a submenu:
2016_05_08_10_46_39_Scrot11.jpg


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

#79 2016-05-08 15:58:37

martix
Kim Jong-un Stunt Double
Registered: 2016-02-19
Posts: 1,267

Re: unofficial obmenu-generator repository (fixed!)

Having the whole Bunsen Menu is indeed a possible solution. Although it leads to having lots of things available doubled or even tripled (there are some entries already at more than one submenus like synaptic). I'm not sure whether it might be a possible solution for those couple of entries, that do not turn up through obmenu-generator but exist in the Bunsen Menu, to make them available via tweaking schema.pl (e.g. places, recent files, help, display keybinds).

Offline

#80 2016-05-08 16:22:05

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

Re: unofficial obmenu-generator repository (fixed!)

^ Very true, I keep it there so if someone asks I can do things like:

OB Menu » Settings » Tint2 » Edit Tint2s » Tint2 Editor, and know it's right because I looked.

Or include a 'cropped' image, but usually damo or HoaS beat me to answering things, so mostly it's just there.  smile


Debian 12 Beardog, SoxDog and still a Conky 1.9er

Offline

Board footer

Powered by FluxBB