I just did a cursory test of MX-21 beta2 and thought I'd mention two things that may be of interest to others.
First, the GRUB error that appears at the 95% installation point remains for me as it did with beta1. This problem was detailed in Post #20 of the "MX-21 beta 1 feedback thread"
viewtopic.php?p=646086#p646086 which was using mx-installer 21.7.04, the most current at the time. The same problem occurs with the MX-21 beta2 mx-installer 21.8.10 which I think is the most current as of this writing.
The solution to that problem appeared in fehlix's Post #23
viewtopic.php?p=646091#p646091 which said, in summary, to see if there are NVRAM space issues in /sys/firmware/efi/efivars:
Code: Select all
ls -l1 /sys/firmware/efi/efivars/dump*
To clear those entries, run:
Code: Select all
sudo rm /sys/firmware/efi/efivars/dump*
Of course there were many entries there so I ran the command on the Live USB installer and it installed without any problems. Perhaps this will help others with the same problem.
Second, not all of the Panel ToolTips appear when the mouse pointer is hovered over a Panel icon in the System Tray when using a lower-horizontal Panel.
This is the same problem when MX-19 first appeared. The reason is because MX-19 uses GTK3 and MX-18 uses GTK2. At the time it was hoped that the new Panel (xfce4-panel 4.16) would have it fixed, but that did not happen.
I know this is a known problem and it is for xfce to fix, but I bring it up only to show some workaround options, which are the same for MX-19 that I had posted elsewhere.
Any one of the following three will work. Go to Panel Preferences > Display tab, then:
- Enable "Don't reserve space on borders"
- Set "Row size (pixels):" to 29 pixels or less (30 pixels or more will have the problem (the default is 35px))
- Set "Automatically hide the panel:" to "Intelligently" or "Always" (the default "Never" does not fix it)
The below images show a normally looking Panel ToolTip and an off-screen Panel ToolTip. Both images are with the NetworkManager ToolTip using the default 35px Panel height. The wallpaper has been changed to a grey solid color.
Normal (using the "A" work-around):
Panel_Network_ToolTip_OnScreen.png
Off-screen. It's very difficult to see until the image is opened (enlarged). Only a few rows of pixels of the ToolTip can be seen:
Panel_Network_ToolTip_OffScreen.png