MX-23_fluxbox_alpha2_x64 released for testing

Message
Author
User avatar
Jerry3904
Administrator
Posts: 23497
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23_fluxbox_alpha2_x64 released for testing

#311 Post by Jerry3904 »

I think there has a config file with the timeout but not on MXFB right now
Production: 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

User avatar
Melber
Developer
Posts: 1431
Joined: Tue Mar 23, 2021 4:19 pm

Re: MX-23_fluxbox_alpha2_x64 released for testing

#312 Post by Melber »

The default exit-options conf file which gets installed to /etc/exit-option.conf has all options commented out.

The user defined conf file in ~/.config/MX-Linux/exit-options.conf first gets created by exit-options-manager.

So we need to either edit the settings in the default exit-options conf file from

Code: Select all

# timeout=<sec>
to

Code: Select all

timeout=10
or have exit options make a ~/.config/MX-Linux/exit-options.conf file with uncommented settings.

User avatar
dolphin_oracle
Developer
Posts: 22690
Joined: Sun Dec 16, 2007 12:17 pm

Re: MX-23_fluxbox_alpha2_x64 released for testing

#313 Post by dolphin_oracle »

I would prefer the defaults be modified in exit-options. being its already basically fluxbox-only.
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/

User avatar
siamhie
Global Moderator
Posts: 3755
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23_fluxbox_alpha2_x64 released for testing

#314 Post by siamhie »

I came across these entries in my .xsession-errors file.

Code: Select all

Keys: Invalid key/modifier on line 54): Control Mod1 Bksp :Exit

Code: Select all

Keys: Invalid key/modifier on line 175): Mod1 KP_End    :MacroCmd {ResizeTo 50% 50% } {MoveTo 00 00 BottomLeft}
Keys: Invalid key/modifier on line 176): Mod1 KP_Down   :MacroCmd {ResizeTo 100% 50%} {MoveTo 00 00 Bottom}
Keys: Invalid key/modifier on line 177): Mod1 KP_Next   :MacroCmd {ResizeTo 50% 50% } {MoveTo 00 00 BottomRight}
Keys: Invalid key/modifier on line 178): Mod1 KP_Left   :MacroCmd {ResizeTo 50% 100%} {MoveTo 00 00 Left}
Keys: Invalid key/modifier on line 179): Mod1 KP_Right  :MacroCmd {ResizeTo 50% 100%} {MoveTo 00 00 Right}
Keys: Invalid key/modifier on line 180): Mod1 KP_Home   :MacroCmd {ResizeTo 50% 50% } {MoveTo 00 00 TopLeft}
Keys: Invalid key/modifier on line 181): Mod1 KP_Up     :MacroCmd {ResizeTo 100% 50%} {MoveTo 00 00 Up}
Keys: Invalid key/modifier on line 182): Mod1 KP_Prior  :MacroCmd {ResizeTo 50% 50% } {MoveTo 00 00 TopRight}
Keys: Invalid key/modifier on line 184): Mod1 KP_Begin  :MacroCmd {ResizeTo 70% 70% } {MoveTo 00 00 Center}
Keys: Invalid key/modifier on line 186): Mod1 KP_Insert :ToggleCmd {Maximize} {Restore}
I figured Fluxbox is complaining about double key binding entries so i just commented them out.



This one is new to me though.

Code: Select all

Failed to read: session.screen0.struts
Setting default value
Failed to read: session.screen0.struts.1
Setting default value
Failed to read: session.screen0.iconbar.iconifiedPattern
Setting default value

I can only find two references when searching for a solution.

An AntiX fluxbox v1.3.8 ? forum archive
https://antixlinux.com/forum-archive/fl ... t6964.html

fluxbox github pull
https://github.com/fluxbox/fluxbox/pull/59
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.

User avatar
siamhie
Global Moderator
Posts: 3755
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23_fluxbox_alpha2_x64 released for testing

#315 Post by siamhie »

siamhie wrote: Sun May 21, 2023 7:17 pm I came across these entries in my .xsession-errors file.

Code: Select all

Failed to read: session.screen0.struts
Setting default value
Failed to read: session.screen0.struts.1
Setting default value
Failed to read: session.screen0.iconbar.iconifiedPattern
Setting default value

I managed to find a solution to these new errors. I combed through the updated asciidoc on the fluxbox git repository.
http://git.fluxbox.org/fluxbox.git/tree ... e3ea5282ee


Add these variables to the init file.

Code: Select all

session.screen0.struts: 0,0,0,0
session.screen0.struts.1: 0,0,0,0
session.screen0.iconbar.iconifiedPattern: Relative
Line 1013

Code: Select all

*session.screen0.iconbar.iconifiedPattern*: 'string'::
Allows to decorate the title of iconified (minimized) windows.
The title is represented by "%t".
+
Default: *( %t )*
--
Available options:;;
- *Left*: Fixed width, aligned left
- *Relative*: Width varies to fill the iconbar
- *Right*: Fixed width, aligned right
--
+
Default: *Relative*
Line 1201

Code: Select all

*session.screen0.struts*: 'integer', 'integer', 'integer', 'integer'::
Shrink the workspace by left, right, top, bottom pixels (positive integers)
This allows you to add some padding to the workspace eg. to keep a fraction
of the desktop visible against maximized windows.
session.screen0.struts.<n> allows to control this for individual heads
(<n> starts counting at 1)
+
Default: *0,0,0,0*
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.

User avatar
Jerry3904
Administrator
Posts: 23497
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23_fluxbox_alpha2_x64 released for testing

#316 Post by Jerry3904 »

OK, sounds good.
Production: 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

User avatar
siamhie
Global Moderator
Posts: 3755
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23_fluxbox_alpha2_x64 released for testing

#317 Post by siamhie »

I've been following the MX 23 Fluxbox pre- beta thread and came across this post

dolphin_oracle wrote: Sat May 27, 2023 6:53 am Beta 1 fluxbox isos are uploading to sourceforge. I’m uplifting them for mike.


Can we install this now or should I wait for an official announcement?
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.

User avatar
Jerry3904
Administrator
Posts: 23497
Joined: Wed Jul 19, 2006 6:13 am

Re: MX-23_fluxbox_alpha2_x64 released for testing

#318 Post by Jerry3904 »

If you see them and know that they have finished uploading, go ahead. Be sure to run all the integrity tests, though, just in case.

But please don't post any comments--just wait until the announcement is out and then use the feedback forum indicated.
Production: 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

User avatar
siamhie
Global Moderator
Posts: 3755
Joined: Fri Aug 20, 2021 5:45 pm

Re: MX-23_fluxbox_alpha2_x64 released for testing

#319 Post by siamhie »

Jerry3904 wrote: Sat May 27, 2023 10:57 am If you see them and know that they have finished uploading, go ahead. Be sure to run all the integrity tests, though, just in case.

But please don't post any comments--just wait until the announcement is out and then use the feedback forum indicated.

@Jerry3904 OK, will do.

I'll go ahead and install MX-23_fluxbox_beta1_x64.iso and report my findings in the appropriate thread when it becomes available.
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.

Post Reply

Return to “General”