Re: mxfb2025: Menus
Posted: Sat Feb 01, 2025 7:52 pm
Thanks. There's another one I don't see being located in top level...
Sorry for the delayed response, was busy this weekend.Jerry3904 wrote: Sat Feb 01, 2025 9:15 am Looks good in test, I like the new category names. 2 comments:
1) I thought we decided that mxfb-workspace-settings was redundant given the Workspace menu available off a middle mouse click (and we might want to add that to the Root menu somewhere). ATM it's not even in any repo, is it?
2) I really don't want to include mx-tweak under Fluxbox Tools, given the existence of the MX Tools category. What about instead creating a new desktop file named something like "Fluxbox settings" that opens the "Fluxbox" tab in Tweak?That option is not currently recognized in bash, but I imagine that @dolphin_oracle would be willing to add it sometime.Code: Select all
mx-tweak --fluxbox
Code: Select all
[submenu] (All Apps)
[include] (~/.fluxbox/submenus/full_menu)
[separator]
[include] (~/.fluxbox/full_menu)
[exec] (Update) {/usr/bin/mxfb-menu-generator}
[exec] (Disable) {mx-tweak --other}
[end]
I don't have that file listed.Jerry3904 wrote: Sat Feb 15, 2025 6:03 amCode: Select all
[submenu] (All Apps) [include] (~/.fluxbox/full_menu)
Code: Select all
╔═[siamhie@flux23]═[07:08 15/02/25]══════════════════════════════════════[~/.fluxbox]
╚═> ls
apps init lastwallpaper overlay startup
backgrounds keys menu pre-global-menu.txt styles
fbrun_history keys-BAK menu-mx scripts submenus
fluxbox-mx-defaults keys-orig mystyles slitlist windowmenu
MX Fluxbox Tweaks opens MX Tweaks. Is that the intention? Just asking.2) log out and back in, and click All apps > MXFB-Tools at the top of the rootMenu. Notice in particular the new "MX Fluxbox Tweaks" and "Appfinder Setttings"
"All apps" is at the top of the rootMenu and we had a long discussion about this (maybe in this thread)I don't have that file listed.
Yes, there is a discussion between @Melber and me on this somewhere in this (?) thread.MX Fluxbox Tweaks opens MX Tweaks. Is that the intention? Just asking.
Jerry3904 wrote: Sat Feb 15, 2025 10:43 am"All apps" is at the top of the rootMenu and we had a long discussion about this (maybe in this thread)I don't have that file listed.
Code: Select all
~/.fluxbox/full_menu
Yes, there is a discussion between @Melber and me on this somewhere in this (?) thread.MX Fluxbox Tweaks opens MX Tweaks. Is that the intention? Just asking.
Code: Select all
~./fluxbox/submenus
Jerry3904 wrote: Sat Feb 15, 2025 11:55 am Your looking in the wrong place, it's inCode: Select all
~./fluxbox/submenus
![]()
1) Click Menu > Settings > Configure > Menus > Main, and replace the existing All apps section at the top with this:Code: Select all
[submenu] (All Apps) [include] (~/.fluxbox/submenus/full_menu) [separator] [include] (~/.fluxbox/full_menu) [b]<-----------This is the entry in question[/b] [exec] (Update) {/usr/bin/mxfb-menu-generator} [exec] (Disable) {mx-tweak --other} [end]