Tiny Core Base > Release Candidate Testing

Core v16.0beta1

<< < (4/14) > >>

MikeLockmoore:

--- Quote from: Rich on March 08, 2025, 07:26:40 PM ---Hi MikeLockmoore
Looks good.


--- End quote ---

Thanks. I'm happy in how it's coming along.  Maybe need to tweak a few pixels here and there yet.


In troubleshooting the FLWM main pop-up menu, I realized one of my main issues is that my .wmx/ folder is completely missing. :o :-[ 

Any suggestions on how to restore it easily?  I checked the rootfs64.gz file but I don't see any of the /home/tc/* files on that.

Rich:
Hi MikeLockmoore
You're missing the helper scripts for your window manager:

--- Code: ---tc@E310:~$ grep SYSMENU /usr/local/bin/flwm_*
/usr/local/bin/flwm_topside_initmenu:SYSMENU=/home/"$USER"/.wmx
/usr/local/bin/flwm_topside_initmenu:[ -d "$SYSMENU" ] && rm -rf "$SYSMENU"
/usr/local/bin/flwm_topside_initmenu:mkdir -p "$SYSMENU"
/usr/local/bin/flwm_topside_initmenu:TARGET="$SYSMENU"/SystemTools && mkdir "$TARGET"
/usr/local/bin/flwm_topside_ondemand:SYSMENU=/home/"$USER"/.wmx
/usr/local/bin/flwm_topside_ondemand:[ -d "$SYSMENU" ] || mkdir -p "$SYSMENU"
/usr/local/bin/flwm_topside_ondemand:[ -d "$SYSMENU"/OnDemand ] && rm -rf "$SYSMENU"/OnDemand
/usr/local/bin/flwm_topside_ondemand:  mkdir "$SYSMENU"/OnDemand
/usr/local/bin/flwm_topside_ondemand:    cp "$F" "$SYSMENU"/OnDemand
--- End code ---

In your case, they are called:

--- Code: ---flwm_initmenu
flwm_makemenu
flwm_menu_common
flwm_ondemand
flwm_restart
flwm_rmitem
--- End code ---
You can find them in  flwm.tcz

MikeLockmoore:

--- Quote from: Rich on March 08, 2025, 08:30:07 PM ---Hi MikeLockmoore
You're missing the helper scripts for your window manager:

--- Code: ---tc@E310:~$ grep SYSMENU /usr/local/bin/flwm_*
/usr/local/bin/flwm_topside_initmenu:SYSMENU=/home/"$USER"/.wmx
/usr/local/bin/flwm_topside_initmenu:[ -d "$SYSMENU" ] && rm -rf "$SYSMENU"
/usr/local/bin/flwm_topside_initmenu:mkdir -p "$SYSMENU"
/usr/local/bin/flwm_topside_initmenu:TARGET="$SYSMENU"/SystemTools && mkdir "$TARGET"
/usr/local/bin/flwm_topside_ondemand:SYSMENU=/home/"$USER"/.wmx
/usr/local/bin/flwm_topside_ondemand:[ -d "$SYSMENU" ] || mkdir -p "$SYSMENU"
/usr/local/bin/flwm_topside_ondemand:[ -d "$SYSMENU"/OnDemand ] && rm -rf "$SYSMENU"/OnDemand
/usr/local/bin/flwm_topside_ondemand:  mkdir "$SYSMENU"/OnDemand
/usr/local/bin/flwm_topside_ondemand:    cp "$F" "$SYSMENU"/OnDemand
--- End code ---

In your case, they are called:

--- Code: ---flwm_initmenu
flwm_makemenu
flwm_menu_common
flwm_ondemand
flwm_restart
flwm_rmitem
--- End code ---
You can find them in  flwm.tcz

--- End quote ---

Once again, again, you've provided the answer.  Thanks!.  I was able to run a few of these and got two of the submenus (OnDemand, and SystemTools) populated.  Wasn't there a third menu with other local TCEs?  In any case, I mostly have the topside version working with the windowblind "rollup" minimization button effect.  Plus you can see the main popup menu in this screenshot (tricky to get without closing the menu!)

MikeLockmoore:
Here's a screenshot of the "minimize" (windowblind rollup) effect that is basically failing on Firefox and Geany.  I'll probably post this to the FLTK Google Group and see if anyone has some ideas on how to manage this better.

Rich:
Hi MikeLockmoore

--- Quote from: MikeLockmoore on March 09, 2025, 12:10:08 AM --- ... Wasn't there a third menu with other local TCEs? ...
--- End quote ---
Yes, it's called  Applications.  Things that you load onboot wind
up there.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version