You are not logged in.

#41 2019-10-04 21:52:58

kozimodo
Member
Registered: 2015-10-04
Posts: 118

Re: jgmenu Lithium suggestions and bugfixes

Actually, deleting and separating worked exactly as I had hoped.

Are there icons available for the prepend and append menu entries?

Online

#42 2019-10-05 10:42:07

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu Lithium suggestions and bugfixes

^ Glad you got it sorted.

We've not populated the prepend.csv file with icons names. Happy for anyone to have a go.

Offline

#43 2019-10-08 13:44:04

kozimodo
Member
Registered: 2015-10-04
Posts: 118

Re: jgmenu Lithium suggestions and bugfixes

I filled in everything I could figure out: https://pastebin.com/1UV1DhZ6

Online

#44 2019-10-08 17:07:58

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu Lithium suggestions and bugfixes

@kozimodo

I’ve split it out. Have a look here:

https://github.com/johanmalm/bl-play/tr … hemes/1910

Is that what you were looking for?

Offline

#45 2019-10-08 17:17:31

kozimodo
Member
Registered: 2015-10-04
Posts: 118

Re: jgmenu Lithium suggestions and bugfixes

Yes, I did that as well and it looks great.

I should have given a bit more explanation -- I added icon names for every entry that I could figure out.  The result is in the pastebin.

Online

#46 2019-10-17 19:45:54

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu Lithium suggestions and bugfixes

@kozimodo
Thanks. Sorry for the delay. I've prepared a Pull Request for @johnraff

Offline

#47 2019-10-26 01:41:14

kozimodo
Member
Registered: 2015-10-04
Posts: 118

Re: jgmenu Lithium suggestions and bugfixes

Thanks @misko_2083.  I figured out some more of the icons (https://pastebin.com/iAxK0KtM).  Some of the icon names from yad-icon-browser don't show up as anything.

Online

#48 2019-10-26 02:24:03

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,661
Website

Re: jgmenu Lithium suggestions and bugfixes

Of course what icon names actually show up depends on what icon themes a user has installed, right? We need to find icon names that are present in as many icon themes as possible, or in the themes that BL users are likely to have installed...


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#49 2019-10-26 12:37:42

kozimodo
Member
Registered: 2015-10-04
Posts: 118

Re: jgmenu Lithium suggestions and bugfixes

It's just the default Lithium theme running in a KVM machine.

Online

#50 2019-10-26 13:55:55

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu Lithium suggestions and bugfixes

Thanks @kozimodo. Appreciate the work.

https://github.com/BunsenLabs/bunsen-configs/pull/100

If you'd be happy to work on the latest prepend.csv, that would be helpful. I've manually tidied it up for now, so don't worry about it, but it would save some time.

Do you use git at all?

I've used icon theme Papirus-Bunsen-Dark-bluegrey, but struggle to find the following icons:

- conky-manager
- lightdm-settings (would lightdm-gtk-greeter-settings be better?)
- notifyconf

If you remove ~/.cache/jgmenu and then run jgmenu from the terminal it tell you which ones it cannot find smile

Offline

#51 2019-10-26 15:10:21

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: jgmenu Lithium suggestions and bugfixes

malm wrote:

...
I've used icon theme Papirus-Bunsen-Dark-bluegrey, but struggle to find the following icons:

- conky-manager

...)

Are you referring to our conky chooser? That uses the distributor-logo-bunsenlabs icon.


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#52 2019-10-26 15:43:02

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu Lithium suggestions and bugfixes

Yes, that’s better. Thanks

Offline

#53 2019-10-26 21:06:47

kozimodo
Member
Registered: 2015-10-04
Posts: 118

Re: jgmenu Lithium suggestions and bugfixes

Yes, I use git.  Strangely, I cloned the bunsen-configs repo and there is no directory bunsen-configs/skel/.config/jgmenu.

Online

#54 2019-10-27 02:37:51

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,661
Website

Re: jgmenu Lithium suggestions and bugfixes

^You might be looking at the helium branch? Try checking out "lithium" - it should be there if you cloned the whole repo.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#55 2019-10-27 09:41:24

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu Lithium suggestions and bugfixes

@kozi Try this

git clone --single-branch --branch=lithium https://github.com/BunsenLabs/bunsen-configs

Do you have github/gitlab/other repo you can push branches to? If so, we could pull directly from there.

Last edited by malm (2019-10-27 09:41:58)

Offline

#56 2019-10-28 14:42:46

kozimodo
Member
Registered: 2015-10-04
Posts: 118

Re: jgmenu Lithium suggestions and bugfixes

@johnraff: checking out lithium seems to have worked.

@malm: My use of git has been primarily geared toward keeping projects synced across work and home computers so my knowledge of branching and pull requests is minimal and hence my confusion.  I've forked bunsen-configs and will work from that from now.

Online

#57 2019-10-29 04:05:14

johnraff
nullglob
From: Nagoya, Japan
Registered: 2015-09-09
Posts: 12,661
Website

Re: jgmenu Lithium suggestions and bugfixes

^Recommend getting into git branches if nothing else. They're very useful and creating a new branch adds almost no extra storage space.


...elevator in the Brain Hotel, broken down but just as well...
( a boring Japan blog (currently paused), now on Bluesky, there's also some GitStuff )

Introduction to the Bunsenlabs Boron Desktop

Offline

#58 2020-08-01 01:36:12

hikinrory
Member
From: Kentucky
Registered: 2018-11-16
Posts: 23

Re: jgmenu Lithium suggestions and bugfixes

This menu might be great when I get time to go through the lessons, but at this point, any programs that weren't added to the menu automatically have to be opened in a terminal until I get time to go through the man page. It's not very user friendly for someone who is busy. Any idiot (including me) could figure out how to throw an item into obmenu on the fly. Part of the reason I use Bunsen is that I'm extremely utilitarian, so the mods you can make for appearance are lost on me. My Lithium setup pretty much looks like Crunchbang Waldorf.

Offline

#59 2020-08-01 07:35:50

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: jgmenu Lithium suggestions and bugfixes

Adding new menu entries is simple. Just add the command at the top of your ~/.config/jgmenu/prepend.csv

For example, try inserting the following line at the top of prepend.csv

firefox

To revert to a traditional openbox root-menu, just redefine the mouse/key binds in ~/.config/openbox/bl-rc.xml

https://github.com/BunsenLabs/bunsen-co … c.xml#L766

For example

    <mousebind button="Right" action="Press">
      <action name="ShowMenu"><menu>root-menu</menu></action>
    </mousebind>

Offline

#60 2020-08-01 08:17:46

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

Re: jgmenu Lithium suggestions and bugfixes

hikinrory wrote:

It's not very user friendly for someone who is busy.

That sentence applies to many things in life!
(sorry, could not resist)

Offline

Board footer

Powered by FluxBB