Created attachment 187446 [details] GRUB boot menu > Advanced options (screenshot) SUMMARY The GRUB boot menu is currently only 400px wide. This is not enough for most entries. For example: "KDE neon User Edition GNU/Linux, with Linux 6.14.0-36-generic (recovery mode) (on /dev/sdb2)" In fact, this line will be cut like this: "KDE neon User Edition GNU/Linux, with Linux 6.14." STEPS TO REPRODUCE 1. Start your computer and access the boot menu. 2. Check the main boot menu. There is already some cropping there. (see attached screenshot) 3. Go to "Advanced options" and see how things get worst. (see attached screenshot) OBSERVED RESULT The text display is incomplete, abruptly cut off. EXPECTED RESULT The text is clearly displayed. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KDE neon based on Ubuntu 24.04 LTS KDE Plasma Version: 6.5.3 KDE Frameworks Version: 6.20.0 Qt Version: 6.10.1 ADDITIONAL INFORMATION You simply need to modify the `theme.txt` file to double the width of the menu, increasing it from 400px to 800px: + boot_menu { left = 50%-400 width = 800 (I am working on a new GRUB theme. Coming soon...)
Created attachment 187447 [details] GRUB boot menu (screenshot)
Good catch. Are you interested in submitting a merge request to fix this?
(In reply to Nate Graham from comment #2) > Good catch. Are you interested in submitting a merge request to fix this? Sure. I was going to create a fork from https://github.com/KDE/breeze-grub and make a pull request. But then a read that's just a read-only mirror. So, I would appreciate if you could tell me how I could do that merge request. P.S.: I am slow. If I don't get this done within 7 days, then please go ahead and jump over me. :)
GitHub is just a mirror; the original repo it's here: https://invent.kde.org/plasma/breeze-grub
(In reply to Nate Graham from comment #4) > GitHub is just a mirror; the original repo it's here: > https://invent.kde.org/plasma/breeze-grub Done.
Merge request: https://invent.kde.org/plasma/breeze-grub/-/merge_requests/5