MX-23 beta 1 feedback thread
Re: MX-23 beta 1 feedback thread
I like the new MX 23 Plymouth.
My suggestion is to change that black background for a more colourful one, for example a gradient one.
See these examples:
https://store.kde.org/p/1530989
https://store.kde.org/p/2030351
My suggestion is to change that black background for a more colourful one, for example a gradient one.
See these examples:
https://store.kde.org/p/1530989
https://store.kde.org/p/2030351
No todos ignoramos las mismas cosas. 

Re: MX-23 beta 1 feedback thread
@ceeslans Since your system never had this problem, I would be interested in whether adding those two line to the overlay file affected it in any way.Jerry3904 wrote: Wed May 31, 2023 6:31 am <snip>
Hey, that works--great problem solving!
![]()
I didn't follow everything you wrote, sorry to say. I just added those two lines to the overlay file, refreshed and now the dock on left center works on autohide. As you mentioned, there is no visible bar.
We will want to investigate slight modifications that might improve it as we go along.
Production: 5.10, 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: MX-23 beta 1 feedback thread
@Jerry3904: No, the dock will continue to autohide and unhide when the mouse touches the screen edge.Jerry3904 wrote: Wed May 31, 2023 7:49 am@ceeslans Since your system never had this problem, I would be interested in whether adding those two line to the overlay file affected it in any way.Jerry3904 wrote: Wed May 31, 2023 6:31 am <snip>
Hey, that works--great problem solving!
I didn't follow everything you wrote, sorry to say. I just added those two lines to the overlay file, refreshed and now the dock on left center works on autohide. As you mentioned, there is no visible bar.
We will want to investigate slight modifications that might improve it as we go along.
But when running a lightcolored fb-style, I do get a fugly white bevel border with 'slit.bevelWidth' value set at 1 or 2.
No problem though, should you set those slit.borderWidth and slit.bevelWidth values in the overlay. Will simply change back 'bevelWidth' to '0' , since that works fine for me.
You do not have the required permissions to view the files attached to this post.
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: MX-23 beta 1 feedback thread
Nice find @i_riJerry3904 wrote: Wed May 31, 2023 6:31 amHey, that works--great problem solving!i_ri wrote: Wed May 31, 2023 3:32 am Hello Melber
MX-Comfort.cfg set to zero slit border worked to unhide. suggest bevel.
in every style add.
dock
slit, hide, show
sample trial using /overlayslit.borderWidth zeroCode: Select all
slit.borderWidth: 0 slit.bevelWidth: 2
slit.bevelWidth zero works it shows no borders but there is available with right-click on slit border or bevel for Slit Menu so with border at zero the bevel can be one or two gives a place for right-click get Slit Menu if you like that. The slit bevel inherits color from toolbar. In MX-Comfort the slit border color is specified, but we just set it to zero wide. (my borders get wider when running a dockapp, but it unhides. how about You? )
slit when not specified, "the slit’s appearance is controlled by the toolbar directives instead."
I didn't follow everything you wrote, sorry to say. I just added those two lines to the overlay file, refreshed and now the dock on left center works on autohide. As you mentioned, there is no visible bar.
We will want to investigate slight modifications that might improve it as we go along.
Looks like the bug does have something to do with the setting slit.borderWidth after all.
I quickly compared some of the working and non-working styles, and the working styles all have toolbar.borderWidth & toolbar.bevelWidth settings whilst the non-working ones do not.
@Jerry3904 if you have time, can you try replacing
Code: Select all
slit.borderWidth: 0
slit.bevelWidth: 2
Code: Select all
toolbar.bevelWidth: 0
toolbar.borderWidth: 2
(list of working styles here viewtopic.php?p=726873#p726873)
Re: MX-23 beta 1 feedback thread
What you posted, changing slit to toolbar and reversing the numbers, does not work on an installed b1.
[Gotta go back to work...]
[Gotta go back to work...]
Production: 5.10, 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: MX-23 beta 1 feedback thread
All the styles that won't reappear when hidden (All MX-comfort styles, Flux, Nyz, etc) display after I played around with these values in overlay.Jerry3904 wrote: Wed May 31, 2023 10:01 am What you posted, changing slit to toolbar and reversing the numbers, does not work on an installed b1.
[Gotta go back to work...]
works
Code: Select all
slit.borderWidth: 0
slit.bevelWidth: 2
Code: Select all
slit.borderWidth: 2
slit.bevelWidth: 0
With the bevelwidth set you can now you can access slits right-click menu when at it's edge.
If you don't want to see the border edge either right-click to access the menu or edit the init file and change the slits alpha value to 0.
You will still have access to the menu via right-click and it will still autohide and reappear when moused over.
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: MX-23 beta 1 feedback thread
@Jerry3904 @Melber You can also set a default color in the overlay file. (bevelWidth is set to 10 just so you can see the color better)
You do not have the required permissions to view the files attached to this post.
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: MX-23 beta 1 feedback thread
Reversing the numbers wasn't deliberate, were just the values I copied from a working style.siamhie wrote: Wed May 31, 2023 10:51 amAll the styles that won't reappear when hidden (All MX-comfort styles, Flux, Nyz, etc) display after I played around with these values in overlay.Jerry3904 wrote: Wed May 31, 2023 10:01 am What you posted, changing slit to toolbar and reversing the numbers, does not work on an installed b1.
[Gotta go back to work...]
worksdoesn't workCode: Select all
slit.borderWidth: 0 slit.bevelWidth: 2
Code: Select all
slit.borderWidth: 2 slit.bevelWidth: 0
With the bevelwidth set you can now you can access slits right-click menu when at it's edge.
If you don't want to see the border edge either right-click to access the menu or edit the init file and change the slits alpha value to 0.
You will still have access to the menu via right-click and it will still autohide and reappear when moused over.
Thanks both for checking it out. I'll have a closer look tonight when I have time.
- monsieurzik
- Posts: 69
- Joined: Wed Sep 14, 2016 2:43 pm
Re: MX-23 beta 1 feedback thread
Unable to boot on usb, it's written that antix is not able to find the bootloader. On single usb booting key and with Ventoy.
MX-21
Re: MX-23 beta 1 feedback thread
monsieurzik wrote: Wed May 31, 2023 12:32 pm Unable to boot on usb, it's written that antix is not able to find the bootloader. On single usb booting key and with Ventoy.
@monsieurzik Ventoy flash drives won't work with any current MX-23 test ISO's. Use either Rufus or MX Live USB Maker instead.
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.