You are not logged in.
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
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
With most window managers, additional programs need to be added manually, it's not hard, just one more step....
Offline
stopAI thanks for the link to the Menumaker. Camtaf i will try it!.
Devuan(Chimaera)(Daedalus) DS+WM: XorgX11server+StumpVM
Offline
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
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
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
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