mxfb2025: Menus
Re: mxfb2025: Menus
Jerry, the second [include] line should be deleted:
a) the full_menu file is already called in the first [include] line, and
b) the second one states an incorrect path anyway
a) the full_menu file is already called in the first [include] line, and
b) the second one states an incorrect path anyway
Sony Vaio VPCF23P (2011), Intel Core i7-2670, 6gb RAM, 240gb SSD, MX-Linux 23 based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Lenovo Thinkpad L560 (2016), Intel Core i5-6200, 16gb RAM, 240gb SSD, Devuan Daedalus based Fluxbox v/1.3.7+
Re: mxfb2025: Menus
I pointed it out in your code you asked us to change. Here I'll explain it in quotes.Jerry3904 wrote: Sat Feb 15, 2025 12:31 pm I'm sorry, but I have no idea what you are not getting here.
[submenu] (All Apps)
[include] (~/.fluxbox/submenus/full_menu)
[separator]
[include] (~/.fluxbox/full_menu) <-----------This is the entry in question
[exec] (Update) {/usr/bin/mxfb-menu-generator}
[exec] (Disable) {mx-tweak --other}
[end]
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
- dolphin_oracle
- Developer
- Posts: 22511
- Joined: Sun Dec 16, 2007 12:17 pm
Re: mxfb2025: Menus
The last commit on GitHub added a second incorrect full_menu entry
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: mxfb2025: Menus
So the correct entry should read like this?I misunderstood the script's instructions, I guess.
Code: Select all
[submenu] (All Apps)
[include] (~/.fluxbox/submenus/full_menu)
[separator]
[exec] (Update) {/usr/bin/mxfb-menu-generator}
[exec] (Disable) {mx-tweak --other}
[end]
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: mxfb2025: Menus
Thanks for the clarification @dolphin_oracle.dolphin_oracle wrote: Sat Feb 15, 2025 1:45 pm The last commit on GitHub added a second incorrect full_menu entry
Sorry for the confusion @Jerry3904. I was just trying to point out the duplicate entries.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
Re: mxfb2025: Menus
I was feeling unusually dense...
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: mxfb2025: Menus
I restored a lost entry under Settings (don't know where it went, or when exactly)Also followed advice to change "Browser" to "Web browser," primarily to parallel "Icon browser."
Code: Select all
[submenu] (Toolbars)
[exec] (Fluxbox) {toggletint2}
[exec] (tint2) {toggletint2}
[end]
Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: mxfb2025: Menus
One of the things I don't like about the All apps menu is that it requires that the user already know what category the app has been put into, which is often not clear with the 3 big ones: Accessories, System and Settings. I would like to see a Search box for that situation, and decided this morning that I would make use of rofi for that. Came up with the following as a proof of concept, and am throwing it out here as an idea. If we like it we could perhaps specify a theme to use that would be appropriate.

Code: Select all
[submenu] (All Apps)
[exec] (Search) {rofi -show drun}
[separator]
[include] (~/.fluxbox/submenus/full_menu)
[separator]
[exec] (Update) {/usr/bin/mxfb-menu-generator}
[exec] (Disable) {mx-tweak --other}
[end]

Production: MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: mxfb2025: Menus
When I rt-click on the screen background, the FB menu pops up, but items listed under ALL APPS sub-menu dont respond to mouse clicks
Re: mxfb2025: Menus
Open the root menu (All Apps) and click on Update at the bottom. Does that fix it?AA BB wrote: Tue Aug 05, 2025 9:51 pm When I rt-click on the screen background, the FB menu pops up, but items listed under ALL APPS sub-menu dont respond to mouse clicks
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.