jgmenu - lightweight applications menu

Window managers, icon programs, widgets, etc.
Post Reply
Message
Author
User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

jgmenu - lightweight applications menu

#1 Post by sc0ttman »

jgmenu

https://jgmenu.github.io/index.html
A simple, independent and contemporary-looking X11 menu, designed for scripting, ricing and tweaking.

It is hackable and has a simple code base. It does not depend on any toolkits such as GTK and Qt, but uses cairo and pango to render the menu.

It can optionally use some appearance settings from XSettings, tint2 and GTK.

It can display the following types of menu (or any combination of):

bespoke menu using a jgmenu flavoured CSV format
application menu (XDG compatible) with localisation support
pipe menus
openbox XML menu including openbox pipe-menus

It has UTF-8 search support.
Installation instructions: https://github.com/johanmalm/jgmenu/blo ... INSTALL.md

Screenshots

Image

Code: Select all

jgmenu_run init --theme=col3

Image

Code: Select all

jgmenu_run init --theme=col2
Image

Code: Select all

jgmenu_run init --theme=greeneye

Image

Code: Select all

jgmenu_run init --theme=archlabs_1803
Image

Code: Select all

jgmenu_run init --theme=bunsenlabs_lithium
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

User avatar
recobayu
Posts: 387
Joined: Wed 15 Sep 2010, 22:48
Location: indonesia

#2 Post by recobayu »

Thank you, Scottman..
Very interesting :D

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#3 Post by sc0ttman »

I thought you might like it :wink:

I'm looking forward to compiling it as well! (when I get time)

It looks like it could be very good indeed - acting as a Xfce whisker menu and a "spotlight" or Rofy style popup launcher _as well_.
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#4 Post by musher0 »

Looks great!

Thanks, sc0ttman.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

User avatar
recobayu
Posts: 387
Joined: Wed 15 Sep 2010, 22:48
Location: indonesia

#5 Post by recobayu »

Hi Sc0ttman.
I try to build from github like this:

Code: Select all

./configure --prefix=/usr
make install
But when I run jgmenu_run i got this error.

Code: Select all

[jgmenu-master]
#jgmenu_run 
warning: set font to 'Sans 11' because all else failed
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  78 (X_CreateColormap)
  Serial number of failed request:  18
  Current serial number in output stream:  21
It is not as simple as I think..

User avatar
sc0ttman
Posts: 2812
Joined: Wed 16 Sep 2009, 05:44
Location: UK

#6 Post by sc0ttman »

recobayu wrote:I run jgmenu_run i got this error.

Code: Select all

[jgmenu-master]
#jgmenu_run 
warning: set font to 'Sans 11' because all else failed
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  78 (X_CreateColormap)
  Serial number of failed request:  18
  Current serial number in output stream:  21
Probably need to add or symlink some fonts.. Or change the fonts referred to in the source (less recommended).

We should post the error on the GitHub Issues page and tell the developer.. He might be able to help
[b][url=https://bit.ly/2KjtxoD]Pkg[/url], [url=https://bit.ly/2U6dzxV]mdsh[/url], [url=https://bit.ly/2G49OE8]Woofy[/url], [url=http://goo.gl/bzBU1]Akita[/url], [url=http://goo.gl/SO5ug]VLC-GTK[/url], [url=https://tiny.cc/c2hnfz]Search[/url][/b]

Post Reply