The officially official Devuan Forum!

You are not logged in.

#1 2025-02-21 16:37:06

chomwitt
Member
Registered: 2019-09-24
Posts: 139  

Desktop app menu between different windows managers.

Version: Daedalus

In XFCE installing a programs like Hexchat , Firefox i can see them in the app menu .
If a switch to a wm like pekwm or jwm i can see a Debian menu with some apps but i neither Hexchat or Firefox are in the app menu.

I know there is a related standard Desktop Entry Specification.
I wonder jwm and pekwm are the ones that dont follow the standard.


Devuan(Chimaera)(Daedalus)  DS+WM: XorgX11server+StumpVM

Offline

#2 2025-02-21 16:52:00

stopAI
Member
Registered: 2023-04-04
Posts: 216  

Re: Desktop app menu between different windows managers.

I wonder jwm and pekwm are the ones that dont follow the standard.

It is because jwm and pekwm is a very simple wm. It is like constructor, a.k.a. do it by yourself. By the way, you can try  menumaker  https://menumaker.sourceforge.net/

Offline

#3 2025-02-21 17:14:31

Camtaf
Member
Registered: 2019-11-19
Posts: 454  

Re: Desktop app menu between different windows managers.

With most window managers, additional programs need to be added manually, it's not hard, just one more step....

Offline

#4 2025-02-21 17:28:06

chomwitt
Member
Registered: 2019-09-24
Posts: 139  

Re: Desktop app menu between different windows managers.

stopAI thanks for the link to the Menumaker. Camtaf i will try it!.


Devuan(Chimaera)(Daedalus)  DS+WM: XorgX11server+StumpVM

Offline

#5 2025-02-21 22:28:09

JWM-Kit
Member
Registered: 2020-06-29
Posts: 147  
Website

Re: Desktop app menu between different windows managers.

I've created 3 version of JWMKit's EasyMenu that will creates a menu for JWM. You can find all 3 version in my Extras repository.

https://codeberg.org/JWMKit/EXTRAS

  • JWMKit_EasyMenu - Python Version. Full Featured Version.

  • JWMKit_EasyMenu_bash - Bash Version

  • jwmkit_easymenu_cpp - C++ Version

Instructions are provided as a readme for each version include how to add it to your JWM config, and how to compile the C++ Version.

You could also use JWMKit, but I am amusing assuming you were looking for a menu only solution.

EDIT : Fixed silly typo.as pointed out by stargate-sg1-cheyenne-mtn

Last edited by JWM-Kit (2025-02-22 12:49:51)

Offline

#6 2025-02-22 11:25:42

stargate-sg1-cheyenne-mtn
Member
Registered: 2023-11-27
Posts: 283  

Re: Desktop app menu between different windows managers.

re above post "amusing" should be "assuming"(just sayin')


Be Excellent to each other and Party On!
https://www.youtube.com/watch?v=rph_1DODXDU
https://en.wikipedia.org/wiki/Bill_%26_Ted%27s_Excellent_Adventure
Do unto others as you would have them do instantaneously back to you!

Offline

#7 2025-03-28 16:55:55

chomwitt
Member
Registered: 2019-09-24
Posts: 139  

Re: Desktop app menu between different windows managers.

I tried menumaker and in daedalus and the configure script cant see python3 and python2 is not available.

The python script  mmaker works in Daedalus if we change the first line to #!/usr/bin/env python3

$ ./mmaker -f PekWM    worked.

Last edited by chomwitt (2025-03-28 17:20:48)


Devuan(Chimaera)(Daedalus)  DS+WM: XorgX11server+StumpVM

Offline

#8 2025-03-29 11:19:59

stopAI
Member
Registered: 2023-04-04
Posts: 216  

Re: Desktop app menu between different windows managers.

Another option would be to use j4-dmenu-desktop. It is a very fast program that can be "hung" on the jwm keyboard keys.

sudo apt install dmenu  j4-dmenu-desktop

And then in .jwmrc

<Key mask="C" key="space">exec:j4-dmenu-desktop</Key>

Offline

Board footer